Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2572

ConcurrentModificationException in SpillableMemoryChannel

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.0
    • None
    • Channel
    • None

    Description

      When the queue in DrainOrderQueue.dump is called from SpillableMemoryTransaction.doCommit it is not synchronized so occasionally another thread will modify the queue causing a ConcurrentModificationException.

      The other code the uses the queue is usually in a synchronized (queueLock) section so I'm assuming that this should be also.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kjudson Kyle Judson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: