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/17 15:20:24 UTC

[GitHub] [accumulo] keith-turner commented on issue #1364: RowLock reference counts may be incorrect

keith-turner commented on issue #1364: RowLock reference counts may be incorrect
URL: https://github.com/apache/accumulo/issues/1364#issuecomment-532269688
 
 
   I found the following wording in [ConcurrentHashMap.computeIfAbsent](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html#computeIfAbsent-K-java.util.function.Function-)
   
   ```
   The entire method invocation is performed atomically, so the function is applied at most once per key.
   ```
   
   None of the other functions have that wording. 

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