Created
September 10, 2010 21:51
-
-
Save eevans/574429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO 17:43:01,763 Loading settings from file:/etc/cassandra/cassandra.yaml | |
DEBUG 17:43:01,958 Syncing log with a period of 10000 | |
INFO 17:43:01,958 DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap | |
DEBUG 17:43:02,041 setting auto_bootstrap to false | |
INFO 17:43:02,109 Starting up client gossip | |
DEBUG 17:43:02,197 attempting to connect to /10.1.9.32 | |
INFO 17:43:02,207 Node /10.1.9.32 is now part of the cluster | |
DEBUG 17:43:02,207 Resetting pool for /10.1.9.32 | |
DEBUG 17:43:02,210 Node /10.1.9.32 state normal, token 76426229089211633986606168715786092138 | |
DEBUG 17:43:02,210 clearing cached endpoints | |
INFO 17:43:02,211 Node /10.1.9.33 is now part of the cluster | |
DEBUG 17:43:02,211 Resetting pool for /10.1.9.33 | |
DEBUG 17:43:02,212 Node /10.1.9.33 state normal, token 92158470579018749036232193883965940843 | |
DEBUG 17:43:02,212 clearing cached endpoints | |
INFO 17:43:02,212 Node /10.1.9.29 is now part of the cluster | |
DEBUG 17:43:02,212 Resetting pool for /10.1.9.29 | |
DEBUG 17:43:02,213 Node /10.1.9.29 state normal, token 763597504164842030367154473869693625 | |
DEBUG 17:43:02,213 clearing cached endpoints | |
INFO 17:43:02,214 Node /10.1.9.31 is now part of the cluster | |
DEBUG 17:43:02,214 Resetting pool for /10.1.9.31 | |
DEBUG 17:43:02,214 Node /10.1.9.31 state normal, token 130422514498655458579966251475616909160 | |
DEBUG 17:43:02,215 clearing cached endpoints | |
INFO 17:43:02,215 Node /10.1.9.30 is now part of the cluster | |
DEBUG 17:43:02,215 Resetting pool for /10.1.9.30 | |
DEBUG 17:43:02,216 Node /10.1.9.30 state normal, token 88558006740455176880390025766200390905 | |
DEBUG 17:43:02,216 clearing cached endpoints | |
DEBUG 17:43:02,220 attempting to connect to /10.1.9.33 | |
DEBUG 17:43:02,228 attempting to connect to /10.1.9.30 | |
DEBUG 17:43:02,231 attempting to connect to /10.1.9.29 | |
INFO 17:43:02,234 InetAddress /10.1.9.33 is now UP | |
INFO 17:43:02,310 InetAddress /10.1.9.30 is now UP | |
INFO 17:43:03,128 InetAddress /10.1.9.29 is now UP | |
DEBUG 17:43:03,707 attempting to connect to /10.1.9.31 | |
INFO 17:43:03,709 Node /10.1.9.31 has restarted, now UP again | |
DEBUG 17:43:03,710 Node /10.1.9.31 state normal, token 130422514498655458579966251475616909160 | |
INFO 17:43:03,710 Node /10.1.9.31 state jump to normal | |
INFO 17:43:03,710 Will not change my token ownership to /10.1.9.31 | |
INFO 17:43:04,126 InetAddress /10.1.9.32 is now UP | |
DEBUG 17:43:04,656 attempting to connect to /10.1.9.32 | |
DEBUG 17:43:07,134 attempting to connect to /10.1.9.30 | |
DEBUG 17:43:07,134 attempting to connect to /10.1.9.29 | |
DEBUG 17:43:07,484 Applying AddKeyspace from /10.1.9.29 | |
Exception in thread "MIGRATION_STAGE:1" java.lang.NullPointerExceptionDEBUG 17:43:07,498 Applying AddKeyspace from /10.1.9.30 | |
at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:95) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) | |
Exception in thread "MIGRATION_STAGE:2" java.lang.NullPointerException | |
at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:95) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment