Hi I got the below exception to Cassandra log while doing the *drain* via *nodetool* operation before shutting down one node in 3 node development Cassandra 1.1.2 cluster.
2012-07-30 09:37:45,347 ERROR [CustomTThreadPoolServer] Thrift error occurred during processing of message. org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client? at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:213) at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:22) at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:186) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) 2012-07-30 09:38:02,322 INFO [ColumnFamilyStore] Enqueuing flush of Memtable-schema_keyspaces@29290924(202/252 serialized/live bytes, 4 ops) 2012-07-30 09:38:02,323 INFO [Memtable] Writing Memtable-schema_keyspaces@29290924(202/252 serialized/live bytes, 4 ops) 2012-07-30 09:38:02,470 INFO [Memtable] Completed flushing /data/cassandradb/data/system/schema_keyspaces/system-schema_keyspaces-hd-6-Data.db (252 bytes) for commitlog position ReplayPosition(segmentId=245321525874562, position=3546) 2012-07-30 09:58:31,015 INFO [StorageService] DRAINING: starting drain process 2012-07-30 09:58:31,015 INFO [CassandraDaemon] Stop listening to thrift clients 2012-07-30 09:58:31,020 INFO [Gossiper] Announcing shutdown 2012-07-30 09:58:32,024 INFO [MessagingService] Waiting for messaging service to quiesce 2012-07-30 09:58:32,027 INFO [MessagingService] MessagingService shutting down server thread. 2012-07-30 09:58:32,088 INFO [StorageService] DRAINED Any thoughts? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Error-occures-while-doing-the-draing-Cassandra-1-1-2-tp7581493.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.