summaryrefslogtreecommitdiff
path: root/logger.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-09-28 18:59:28 -0700
committerdormando <dormando@rydia.net>2017-11-28 14:18:05 -0800
commit73351ead77f39b002f1f715536345ba0a2f50f72 (patch)
tree77a0c6919ac8beaa8ed30b154ae967a7c12fa01d /logger.c
parent6771103030aa119e6c17454ee8c86ea8b164a9d2 (diff)
downloadmemcached-73351ead77f39b002f1f715536345ba0a2f50f72.tar.gz
extstore: skip unhit objects if full in compaction
if < 2 free pages left, "evict" objects which haven't been hit at all. should be better than evicting everything if we can continue compacting.
Diffstat (limited to 'logger.c')
-rw-r--r--logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger.c b/logger.c
index b9165eb..082dceb 100644
--- a/logger.c
+++ b/logger.c
@@ -66,7 +66,7 @@ static const entry_details default_entries[] = {
"type=compact_read_start id=%lu offset=%llu"
},
[LOGGER_COMPACT_READ_END] = {LOGGER_TEXT_ENTRY, 512, LOG_SYSEVENTS,
- "type=compact_read_end id=%lu offset=%llu rescues=%lu lost=%lu"
+ "type=compact_read_end id=%lu offset=%llu rescues=%lu lost=%lu skipped=%lu"
},
[LOGGER_COMPACT_END] = {LOGGER_TEXT_ENTRY, 512, LOG_SYSEVENTS,
"type=compact_end id=%lu"