You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/11/28 13:30:57 UTC

[jira] [Created] (KARAF-2038) Node rejoin default group after a restart

Jean-Baptiste Onofré created KARAF-2038:
-------------------------------------------

             Summary: Node rejoin default group after a restart
                 Key: KARAF-2038
                 URL: https://issues.apache.org/jira/browse/KARAF-2038
             Project: Karaf
          Issue Type: Bug
          Components: cellar-core
    Affects Versions: cellar-2.2.6
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


On a node, if you create a new cluster group:

karaf@root> cluster:group-create foobar
karaf@root> cluster:group-list 
   Group                  Members
  [foobar              ] []
* [default             ] [vostro.local:5701* ]

you join this group:

karaf@root> cluster:group-join foobar
   Group                  Members
* [foobar              ] [vostro.local:5701* ]
* [default             ] [vostro.local:5701* ]


and quit the default group:

karaf@root> cluster:group-quit default
   Group                  Members
* [foobar              ] [vostro.local:5701* ]
  [default             ] []

while you don't restart Cellar (or Karaf itself), the configuration is OK.

However, at restart we are in the following situation:

karaf@root> cluster:group-list 
   Group                  Members
* [default             ] [vostro.local:5701* ]
* [foobar              ] [vostro.local:5701* ]

which is not good.

The problem only occurs with the default cluster group.

--
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] [Reopened] (KARAF-2038) Node rejoin default group after a restart

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

Jean-Baptiste Onofré reopened KARAF-2038:
-----------------------------------------

    
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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-2038) Node rejoin default group after a restart

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

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

    Affects Version/s:     (was: cellar-2.2.6)
                       cellar-2.2.5
        Fix Version/s: cellar-2.3.0
                       cellar-2.2.5
                       cellar-3.0.0
    
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Resolved] (KARAF-2038) Node rejoin default group after a restart

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

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

    Resolution: Fixed
    
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.5
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Commented] (KARAF-2038) Node rejoin default group after a restart

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

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

Fixed on cellar-2.3.x: http://svn.apache.org/viewvc?view=revision&revision=1414663
                
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Resolved] (KARAF-2038) Node rejoin default group after a restart

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

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

    Resolution: Fixed
    
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Commented] (KARAF-2038) Node rejoin default group after a restart

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

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

I found the cause of the issue: the default group is always registered by default (which it doesn't make sense anymore). That's why it occurs only with the default group.

I removed the default registration, and I'm performing tests.
                
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Commented] (KARAF-2038) Node rejoin default group after a restart

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

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

Fixed on cellar-2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1414662
                
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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] [Commented] (KARAF-2038) Node rejoin default group after a restart

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

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

Fixed on Cellar trunk: http://svn.apache.org/viewvc?view=revision&revision=1414665
                
> Node rejoin default group after a restart
> -----------------------------------------
>
>                 Key: KARAF-2038
>                 URL: https://issues.apache.org/jira/browse/KARAF-2038
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> On a node, if you create a new cluster group:
> karaf@root> cluster:group-create foobar
> karaf@root> cluster:group-list 
>    Group                  Members
>   [foobar              ] []
> * [default             ] [vostro.local:5701* ]
> you join this group:
> karaf@root> cluster:group-join foobar
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
> * [default             ] [vostro.local:5701* ]
> and quit the default group:
> karaf@root> cluster:group-quit default
>    Group                  Members
> * [foobar              ] [vostro.local:5701* ]
>   [default             ] []
> while you don't restart Cellar (or Karaf itself), the configuration is OK.
> However, at restart we are in the following situation:
> karaf@root> cluster:group-list 
>    Group                  Members
> * [default             ] [vostro.local:5701* ]
> * [foobar              ] [vostro.local:5701* ]
> which is not good.
> The problem only occurs with the default cluster group.

--
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