Brock Noland created FLUME-1569:
-----------------------------------

             Summary: MemoryChannel uses an Integer has a lock
                 Key: FLUME-1569
                 URL: https://issues.apache.org/jira/browse/FLUME-1569
             Project: Flume
          Issue Type: Improvement
    Affects Versions: v1.2.0, v1.3.0
            Reporter: Brock Noland
            Priority: Trivial


MemoryChannel uses an Integer has a lock, field queueLock. Some IDEs will 
intern Integer objects. We should use new Object() here to ensure this doesn't 
happen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to