Maja Kabiljo created GIRAPH-323:
-----------------------------------

             Summary: Check if requests are done before calling wait
                 Key: GIRAPH-323
                 URL: https://issues.apache.org/jira/browse/GIRAPH-323
             Project: Giraph
          Issue Type: Bug
            Reporter: Maja Kabiljo
            Assignee: Maja Kabiljo
            Priority: Minor


In NettyClient.waitSomeRequests we don't check whether we still have open 
requests before calling wait. So we can end up waiting for another 
waitingRequestMsecs even though we are done, because last notifyAll was called 
before we started waiting.

--
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