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

   Fix low memory detector to clear/proceed when memory is available.
   Update memory calculation to account for JVM resizing.
   Update tests.
   
   The low memory detector metric test(s) reveled an issue with the method that 
low memory detector was calculating free memory and also would clear the low 
memory flag without checking that memory was available.  The previous tests 
were passing because the low memory flag would clear, not that memory was 
available.  This PR fixes both the low memory detector flag set / reset issue 
and improves the tests to free memory in the low memory condition.
   
   - resolves issue #3372 
   - replaces PR #3384 


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