Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-6472

Node hangs when Drop Keyspace / Table is executed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.1 beta1
    • None
    • None
    • Low

    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

          Activity

            People

              Unassigned Unassigned
              amorton Aaron Morton
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: