Race condition in netty code allocates and orphans resources (BK-5 revisited)
-----------------------------------------------------------------------------

                 Key: BOOKKEEPER-59
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-59
             Project: Bookkeeper
          Issue Type: Bug
            Reporter: Ivan Kelly
             Fix For: 3.4.0


We thought BK-5 fixed this, but it still hits if you run for long enough.

To repro,

true; while [ $? = 0 ]; do mvn test -Dtest=BookieReadWriteTest; done

Leave this running for 5-6 hours, and the bug should hit. From looking at the 
code it could be that connect is unsynchronized, so resources could be 
allocated and lost by concurrent executions of connect(). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to