David Ribeiro Alves has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/8128


Change subject: Prioritize freeing memory over releasing WAL segments
......................................................................

Prioritize freeing memory over releasing WAL segments

We're currently prioritizing flushing memory stores that are
anchoring log segments over memory stores that are larger.
This is problematic in situations where there are many mem stores
with a small amount of updates. In this case we'll spend a lot of
time doing small flushes that don't free that much memory potentially
allowing the server to reach memory limits more easily.

Change-Id: I0aace7c526878b139420242939462afa76d1b8df
---
M src/kudu/util/maintenance_manager.cc
1 file changed, 17 insertions(+), 17 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/8128/1
--
To view, visit http://gerrit.cloudera.org:8080/8128
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0aace7c526878b139420242939462afa76d1b8df
Gerrit-Change-Number: 8128
Gerrit-PatchSet: 1
Gerrit-Owner: David Ribeiro Alves <[email protected]>

Reply via email to