EdColeman commented on code in PR #3508:
URL: https://github.com/apache/accumulo/pull/3508#discussion_r1235820210


##########
server/base/src/main/java/org/apache/accumulo/server/mem/LowMemoryDetector.java:
##########
@@ -185,11 +163,11 @@ public void logGCInfo(AccumuloConfiguration conf) {
         return;
       }
 
-      if (maxIncreaseInCollectionTime > keepAliveTimeout) {
-        Halt.halt("Garbage collection may be interfering with lock keep-alive. 
 Halting.", -1);
-      }
+      // if (maxIncreaseInCollectionTime > keepAliveTimeout) {

Review Comment:
   Fixed in e58cfec34c - required other code to be restored too.



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