You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/12/17 23:42:07 UTC

[jira] [Assigned] (CASSANDRA-6472) Node hangs when Drop Keyspace / Table is executed

     [ https://issues.apache.org/jira/browse/CASSANDRA-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-6472:
-----------------------------------------

    Assignee: Benedict  (was: amorton)

> Node hangs when Drop Keyspace / Table is executed
> -------------------------------------------------
>
>                 Key: CASSANDRA-6472
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6472
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: amorton
>            Assignee: Benedict
>             Fix For: 2.1
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)