Quantcast
Viewing all articles
Browse latest Browse all 387

amey on "DSC 1.2.6 node restart issue"

Hello Everyone,

I am facing issues with restarting a node or entire cluster with DSC 1.2.6. Nothing was changed before restarting the node, but it seems that it is unable to join the cluster once restarted.
Here is a snapshot of logs :

INFO 20:31:54,488 Writing Memtable-schema_keyspaces@2087463062(251/251 serializ ed/live bytes, 8 ops)
INFO 20:31:54,499 Completed flushing /mnt/cassandra/data/system/schema_keyspace s/system-schema_keyspaces-ic-6-Data.db (220 bytes) for commitlog position Replay Position(segmentId=1374611514175, position=142)
INFO 20:31:54,500 Writing Memtable-schema_columns@551341995(24717/24717 seriali zed/live bytes, 398 ops)
INFO 20:31:54,560 Completed flushing /mnt/cassandra/data/system/schema_columns/ system-schema_columns-ic-3-Data.db (4305 bytes) for commitlog position ReplayPos ition(segmentId=1374611514175, position=142)
INFO 20:31:54,561 Writing Memtable-schema_columnfamilies@1144051773(22187/22187 serialized/live bytes, 369 ops)
INFO 20:31:54,577 Completed flushing /mnt/cassandra/data/system/schema_columnfa milies/system-schema_columnfamilies-ic-9-Data.db (4594 bytes) for commitlog posi tion ReplayPosition(segmentId=1374611514175, position=142)
INFO 20:31:54,578 Log replay complete, 13 replayed mutations
INFO 20:31:54,818 Cassandra version: 1.2.6
INFO 20:31:54,819 Thrift API version: 19.36.0
INFO 20:31:54,819 CQL supported versions: 2.0.0,3.0.4 (default: 3.0.4)
INFO 20:31:54,852 Loading persisted ring state
INFO 20:31:54,871 Starting up server gossip
INFO 20:31:54,878 Enqueuing flush of Memtable-local@32685607(251/251 serialized /live bytes, 9 ops)
INFO 20:31:54,879 Writing Memtable-local@32685607(251/251 serialized/live bytes , 9 ops)
INFO 20:31:54,888 Completed flushing /mnt/cassandra/data/system/local/system-lo cal-ic-12-Data.db (237 bytes) for commitlog position ReplayPosition(segmentId=13 74611514175, position=53949)
INFO 20:31:54,966 Starting Messaging Service on port 7000
java.lang.NullPointerException
at org.apache.cassandra.service.StorageService.joinTokenRing(StorageServ ice.java:728)
at org.apache.cassandra.service.StorageService.initServer(StorageService .java:554)
at org.apache.cassandra.service.StorageService.initServer(StorageService .java:451)
at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.ja va:342)
at org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.jav a:375)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.daemon.support.DaemonLoader.load(DaemonLoader.java :212)
Cannot load daemon
Service exit with a return value of 3

Let me know if anyone else has faced this issue.

Amey


Viewing all articles
Browse latest Browse all 387

Trending Articles