You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/09/12 20:56:41 UTC

[GitHub] [accumulo] belugabehr opened a new pull request #1359: Use Java Conccurent to manage Timeouts

belugabehr opened a new pull request #1359: Use Java Conccurent to manage Timeouts
URL: https://github.com/apache/accumulo/pull/1359
 
 
   Current code does not handle a "spurious wakeup":
   
   https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.html#awaitNanos(long)
   
   Performed some other cleanup/formatting since I'm looking at it anyway.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services