You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Xiaoli Ding (JIRA)" <ji...@apache.org> on 2012/04/27 08:26:09 UTC

[jira] [Created] (KARAF-1414) Status of event handler persistence is broken

Xiaoli Ding created KARAF-1414:
----------------------------------

             Summary: Status of event handler persistence is broken
                 Key: KARAF-1414
                 URL: https://issues.apache.org/jira/browse/KARAF-1414
             Project: Karaf
          Issue Type: Bug
          Components: cellar-core
         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
            Reporter: Xiaoli Ding


- Start  Karaf and install cellar
- there are one node in default group
- stop one event handler by  'cluster:handler-stop'
{panel}
karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
Node                 Status  Event Handler
xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
{panel}
- check the status of the stoped handler,the status is 'off' as expexted
{panel}
karaf@trun> cluster:handler-status
Node                 Status  Event Handler
xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
{panel}
- but after restart the karaf ,then check the event handler status:
{panel}
karaf@trun> cluster:handler-status
Node                 Status  Event Handler
xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
{panel}
the status is 'on',should be 'off'.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (KARAF-1414) Status of event handler persistence is broken

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1414:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Status of event handler persistence is broken
> ---------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1414) Add persistence for handler/producer/consumer status

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1414:
----------------------------------------

    Fix Version/s:     (was: cellar-2.2.4)
                   cellar-2.2.5
    
> Add persistence for handler/producer/consumer status
> ----------------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5
>
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-1414) Add persistence for handler/producer/consumer status

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1414.
-----------------------------------------

    Resolution: Fixed
    
> Add persistence for handler/producer/consumer status
> ----------------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1414) Add persistence for handler/producer/consumer status

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1414:
----------------------------------------

    Fix Version/s: cellar-2.3.0
    
> Add persistence for handler/producer/consumer status
> ----------------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1414) Status of event handler persistence is broken

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1414:
----------------------------------------

    Affects Version/s: cellar-2.2.3
        Fix Version/s: cellar-2.2.4
                       cellar-3.0.0
           Issue Type: New Feature  (was: Bug)
    
> Status of event handler persistence is broken
> ---------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1414) Add persistence for handler/producer/consumer status

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1414:
----------------------------------------

    Summary: Add persistence for handler/producer/consumer status  (was: Status of event handler persistence is broken)
    
> Add persistence for handler/producer/consumer status
> ----------------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1414) Status of event handler persistence is broken

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263516#comment-13263516 ] 

Jean-Baptiste Onofré commented on KARAF-1414:
---------------------------------------------

Currently, the handler (as well as producer and consumer) status is not persistent.

It makes sense to store that. However, it's not a bug IMHO, it's a new feature.
                
> Status of event handler persistence is broken
> ---------------------------------------------
>
>                 Key: KARAF-1414
>                 URL: https://issues.apache.org/jira/browse/KARAF-1414
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>         Environment: Karaf-2.2.7-SNAPSHOT from 20120426
>            Reporter: Xiaoli Ding
>            Assignee: Jean-Baptiste Onofré
>
> - Start  Karaf and install cellar
> - there are one node in default group
> - stop one event handler by  'cluster:handler-stop'
> {panel}
> karaf@trun> cluster:handler-stop  org.apache.karaf.cellar.features.FeaturesEventHandler
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - check the status of the stoped handler,the status is 'off' as expexted
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          OFF     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> - but after restart the karaf ,then check the event handler status:
> {panel}
> karaf@trun> cluster:handler-status
> Node                 Status  Event Handler
> xlding:5701          ON      org.apache.karaf.cellar.config.ConfigurationEventHandler
> xlding:5701          ON      org.apache.karaf.cellar.dosgi.RemoteServiceCallHandler
> xlding:5701          ON      org.apache.karaf.cellar.bundle.BundleEventHandler
> xlding:5701          ON     org.apache.karaf.cellar.features.FeaturesEventHandler
> {panel}
> the status is 'on',should be 'off'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira