forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-6304: Refactor memory monitor to properly reset tolerance count…
…er (apache#3102) The tolerance counter was not properly being reset between non-consecutive EVICTION and CRITICAL events. To fix this and make it more understandable, the threshold logic was combined with the logic to compute the next state in the MemoryThreshold state machine. The counter is now reset between non-consecutive EVICTION and CRITICAL events.
- Loading branch information
1 parent
054687a
commit 546abdd
Showing
10 changed files
with
414 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.