-1
fix for (CASSANDRA-3466) is included (no exception this time) but hints
are not delivered to other node:
INFO [GossipTasks:1] 2011-11-12 15:05:35,001 Gossiper.java (line 759)
InetAddress /******.99.40 is now dead.
WARN [pool-1-thread-1] 2011-11-12 15:06:11,514 Memtable.java (line
169) setting live ratio to minimum of 1.0 instead of 0.5090741051924046
INFO [pool-1-thread-1] 2011-11-12 15:06:11,514 Memtable.java (line
179) CFS(Keyspace='system', ColumnFamily='HintsColumnFamily') liveRatio
is 1.0 (just-counted was 1.0). calculation took 2ms for 64 columns
WARN [pool-1-thread-1] 2011-11-12 15:06:55,967 Memtable.java (line
169) setting live ratio to minimum of 1.0 instead of 0.42475558504755584
INFO [pool-1-thread-1] 2011-11-12 15:06:55,967 Memtable.java (line
179) CFS(Keyspace='system', ColumnFamily='HintsColumnFamily') liveRatio
is 1.0 (just-counted was 1.0). calculation took 3ms for 128 columns
[hints are available, now node is back again]
INFO [GossipStage:1] 2011-11-12 15:08:10,038 Gossiper.java (line 777)
Node /*****.99.40 has restarted, now UP
INFO [GossipStage:1] 2011-11-12 15:08:10,038 Gossiper.java (line 745)
InetAddress /****.99.40 is now UP
INFO [GossipStage:1] 2011-11-12 15:08:10,039 StorageService.java (line
871) Node /*****.40 state jump to normal
INFO [OptionalTasks:1] 2011-11-12 15:12:32,869 MeteredFlusher.java
(line 62) flushing high-traffic column family CFS(Keyspace='rapidshare',
ColumnFamily='resultcache') (estimated 142007760 bytes)
INFO [OptionalTasks:1] 2011-11-12 15:12:32,869 ColumnFamilyStore.java
(line 688) Enqueuing flush of
Memtable-resultcache@1897226876(1775097/142007760 serialized/live bytes,
10852 ops)
INFO [FlushWriter:8] 2011-11-12 15:12:32,870 Memtable.java (line 239)
Writing Memtable-resultcache@1897226876(1775097/142007760
serialized/live bytes, 10852 ops)
INFO [FlushWriter:8] 2011-11-12 15:12:33,081 Memtable.java (line 275)
Completed flushing
/usr/local/cassandra/data/rapidshare/resultcache-hb-2238-Data.db
(2066384 bytes)
[no message about hints delivery for 8 minutes after node is back up
again]. I tested it with inserting test data and they are not available
on other node - problem is not lack of message. Please test it too.