summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-11-01 12:59:29 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-11-01 12:59:29 -0400
commit54b3d551f2f89c75c451520879b91701eeee7c06 (patch)
tree4ed6fc2b23506a866fca1fbad506361f085a7e73 /dist/stat_data.py
parent5d9ddea0691679d7fad291c865b534fd55230c9d (diff)
downloadmongo-54b3d551f2f89c75c451520879b91701eeee7c06.tar.gz
In the case of a workload where we're forcibly evicting a large page,
but most of the page is discarded during reconciliation and the page doesn't split into multiple chunks, we were quitting, leaving the page in place. Instead, instantiate the page and swap it into place to replace the previous version. Reference #1317.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index a07dd9c81cb..d64d2c165e4 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -162,9 +162,6 @@ connection_stats = [
Stat('rec_pages', 'reconciliation: page reconciliation calls'),
Stat('rec_pages_eviction',
'reconciliation: page reconciliation calls for eviction'),
- Stat('rec_skipped_update',
- 'reconciliation: reconciliation failed because an update' +
- ' could not be included'),
Stat('rec_split_stashed_bytes',
'reconciliation: split bytes currently awaiting free',
'no_clear,no_scale'),