You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "dlmarion (via GitHub)" <gi...@apache.org> on 2023/03/16 11:26:34 UTC

[GitHub] [accumulo] dlmarion opened a new pull request, #3241: Fix conditional in LowMemoryDetector

dlmarion opened a new pull request, #3241:
URL: https://github.com/apache/accumulo/pull/3241

   The check was executing the action before returning whether or not the server was running low on memory. For actions that included a wait, this would cause those processes to wait unnecessarily. This changes the method such that the action is only executed if the server is running low on memory
   
   Closes #3240


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion merged pull request #3241: Fix conditional in LowMemoryDetector

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion merged PR #3241:
URL: https://github.com/apache/accumulo/pull/3241


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org