Description
from http://www.mail-archive.com/user@cassandra.apache.org/msg33566.html
CommitLogSegmentManager.flushDataFrom() returns a FutureTask to wait on the flushes, but the task is not started in flushDataFrom().
The CLSM manager thread does not use the result and forceRecycleAll (eventually called when making schema mods) does not start it so hangs when calling get().
plan to patch so flushDataFrom() returns a Future.
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-6519 cqlsh hangs indefinitely when dropping table
- Resolved