milleruntime commented on a change in pull request #2425:
URL: https://github.com/apache/accumulo/pull/2425#discussion_r790772188



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/NativeMap.java
##########
@@ -70,120 +66,9 @@
 public class NativeMap implements Iterable<Map.Entry<Key,Value>> {
 
   private static final Logger log = LoggerFactory.getLogger(NativeMap.class);
-  private static AtomicBoolean loadedNativeLibraries = new 
AtomicBoolean(false);
 
-  // Load native library
   static {

Review comment:
       I think you could remove this static code block with the new fast fail 
check you added in tserver.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to