Kyle Judson created FLUME-2572:
----------------------------------

             Summary: ConcurrentModificationException in SpillableMemoryChannel
                 Key: FLUME-2572
                 URL: https://issues.apache.org/jira/browse/FLUME-2572
             Project: Flume
          Issue Type: Bug
          Components: Channel
    Affects Versions: v1.5.0
            Reporter: Kyle Judson


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to