Hello Folks,

I'm adding another node on my 14 node open source apache cassandra 2.2.8 
cluster.  New node is taking long time to join the cluster.
I see there are bunch of pending [memtablepostflush] threads. I did increase 
memtable_flush_writers from 8 to 24 , though it is not helping with situation.

Can you guys please share your experience or advise me what else I can look so 
to  remediate the situation.


nodetool tpstats
Pool Name                    Active   Pending      Completed   Blocked  All 
time blocked
MutationStage                     0         0        8543301         0          
       0
ReadStage                         0         0              0         0          
       0
RequestResponseStage              0         0              0         0          
       0
ReadRepairStage                   0         0              0         0          
       0
CounterMutationStage              0         0              0         0          
       0
GossipStage                       0         0              0         0          
       0
MigrationStage                    0         0              0         0          
       0
MemtablePostFlush                 1       388             15         0          
       0
ValidationExecutor                0         0              0         0          
       0
Sampler                           0         0              0         0          
       0
MiscStage                         0         0              0         0          
       0
MemtableFlushWriter               3         3            133         0          
       0
InternalResponseStage             0         0              0         0          
       0
CompactionExecutor                0         0             18         0          
       0
MemtableReclaimMemory             0         0            133         0          
       0
AntiEntropyStage                  0         0              0         0          
       0
CacheCleanupExecutor              0         0              0         0          
       0

Message type           Dropped
READ                         0
RANGE_SLICE                  0
_TRACE                       0
MUTATION                     0
COUNTER_MUTATION             0
REQUEST_RESPONSE             0
PAGED_RANGE                  0
READ_REPAIR                  0

Reply via email to