You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ray Slakinski (JIRA)" <ji...@apache.org> on 2009/11/10 19:39:29 UTC

[jira] Created: (CASSANDRA-536) New node is attempting to bootstrap it itself

New node is attempting to bootstrap it itself
---------------------------------------------

                 Key: CASSANDRA-536
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.5
         Environment: FreeBSD 7.2-RELEASE amd64
Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
            Reporter: Ray Slakinski


I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.

DEBUG - Beginning bootstrap process
DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
DEBUG - Binding thrift service to /0.0.0.0:9160
DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
 INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
 WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
java.lang.AssertionError
	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
	at java.lang.Thread.run(Thread.java:619)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-536:
-------------------------------------

        Fix Version/s: 0.5
             Assignee: Jonathan Ellis
    Affects Version/s:     (was: 0.5)

> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-536:
-------------------------------------

    Attachment: 536.patch

fixes attached.

> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 536.patch
>
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776969#action_12776969 ] 

Hudson commented on CASSANDRA-536:
----------------------------------

Integrated in Cassandra #256 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/256/])
    avoid making local node part of the token ring until bootstrap completes; fix other buglets
patch by jbellis; reviewed by Jaakko Laine for 


> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 536.patch
>
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Ray Slakinski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Slakinski updated CASSANDRA-536:
------------------------------------

    Summary: New node is attempting to bootstrap to itself  (was: New node is attempting to bootstrap it itself)

> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-536.
--------------------------------------

    Resolution: Fixed

committed

> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 536.patch
>
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-536) New node is attempting to bootstrap to itself

Posted by "Jaakko Laine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776815#action_12776815 ] 

Jaakko Laine commented on CASSANDRA-536:
----------------------------------------

+1

> New node is attempting to bootstrap to itself
> ---------------------------------------------
>
>                 Key: CASSANDRA-536
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-536
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: FreeBSD 7.2-RELEASE amd64
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Ray Slakinski
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 536.patch
>
>
> I took an existing testing node and deleted the data, and commitlog directories and enabled AutoBootstrap in the config file and restarted cassandra and saw the following error in the log file which indicates to me that its attempting to bootstrap off of itself and failing. All nodes are running the same version of trunk.
> DEBUG - Beginning bootstrap process
> DEBUG [Thread-7] 2009-11-10 13:20:31,915 BootStrapper.java (line 98) Beginning bootstrap process
> DEBUG - Binding thrift service to /0.0.0.0:9160
> DEBUG [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 101) Binding thrift service to /0.0.0.0:9160
>  INFO [main] 2009-11-10 13:20:31,915 CassandraDaemon.java (line 141) Cassandra starting up...
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 BootStrapper.java (line 104) Sending BootstrapMetadataMessage to /10.2.4.110 for (36566327313263876483692170869705586748,68939025851256836916907001051563673941]
>  WARN [Thread-7] 2009-11-10 13:20:31,966 MessagingService.java (line 468) Running on default stage - beware
> DEBUG [Thread-7] 2009-11-10 13:20:31,966 StorageService.java (line 153) Added /10.2.4.110 as a bootstrap source
> DEBUG [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 BootstrapMetadataVerbHandler.java (line 52) Received a BootstrapMetadataMessage from /10.2.4.110
> ERROR [MESSAGE-DESERIALIZER-POOL:2] 2009-11-10 13:20:31,966 CassandraDaemon.java (line 71) Fatal exception in thread Thread[MESSAGE-DESERIALIZER-POOL:2,5,main]
> java.lang.AssertionError
> 	at org.apache.cassandra.dht.BootstrapMetadataVerbHandler.doVerb(BootstrapMetadataVerbHandler.java:55)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:38)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> 	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.