Michael Kjellman created CASSANDRA-5129:
-------------------------------------------

             Summary: newly bootstrapping nodes hang indefinitely in status 
STATUS:BOOT while JOINING cluster  
                 Key: CASSANDRA-5129
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5129
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.0
         Environment: Ubuntu 12.04
            Reporter: Michael Kjellman


bootstrapping a new node causes it to hang indefinitely in STATUS:BOOT

Nodes streaming to the new node report 

{code}
Mode: NORMAL
 Nothing streaming to /10.8.30.16
Not receiving any streams.
Pool Name                    Active   Pending      Completed
Commands                        n/a         0        1843990
Responses                       n/a         2         661750
{code}

the node being streamed to stuck in the JOINING state reports:

{code}
Mode: JOINING
Not sending any streams.
 Nothing streaming from /10.8.30.103
 Nothing streaming from /10.8.30.102
Pool Name                    Active   Pending      Completed
Commands                        n/a         0             10
Responses                       n/a         0         613577
{code}

it appears that the nodes in the "nothing streaming" state never sends a 
"finished streaming" to the joining node.

no exceptions are thrown during the streaming on either node while the node is 
in this state.

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

Reply via email to