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/03/15 15:04:22 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1037: Remove unnecessary synchronization around Tablet.closeState

keith-turner opened a new issue #1037: Remove unnecessary synchronization around Tablet.closeState
URL: https://github.com/apache/accumulo/issues/1037
 
 
   The table class has a closeState variable and a family of associated methods that read it.  These methods are synchronized and this seems to be unnecessary because the variable is volatile.  The synchronization has a sharp edge as seen in #1031.  Need to analyze the usage of all the methods and ensure it safe to remove synchronization and if remove it.

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