summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/stat_data.py
diff options
context:
space:
mode:
authorLuke Pearson <luke.pearson@mongodb.com>2020-07-23 09:28:57 +1000
committerLuke Pearson <luke.pearson@mongodb.com>2020-07-23 09:28:57 +1000
commita7c516bdf2a714978da4067fc431cbe914607363 (patch)
tree1389a3d36cec07e0f53bf360855d7abf124d770c /src/third_party/wiredtiger/dist/stat_data.py
parent09eac8deb5d7d953dc974010c10bef577fa30dee (diff)
downloadmongo-wt-6444-merge.tar.gz
Removing changes from WT-6444 that were statistic relatedwt-6444-merge
Diffstat (limited to 'src/third_party/wiredtiger/dist/stat_data.py')
-rw-r--r--src/third_party/wiredtiger/dist/stat_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/stat_data.py b/src/third_party/wiredtiger/dist/stat_data.py
index 2983413071d..0a00d74797d 100644
--- a/src/third_party/wiredtiger/dist/stat_data.py
+++ b/src/third_party/wiredtiger/dist/stat_data.py
@@ -247,7 +247,6 @@ connection_stats = [
CacheStat('cache_eviction_force_hs_fail', 'forced eviction - history store pages failed to evict while session has history store cursor open'),
CacheStat('cache_eviction_force_hs_success', 'forced eviction - history store pages successfully evicted while session has history store cursor open'),
CacheStat('cache_eviction_force_retune', 'force re-tuning of eviction workers once in a while'),
- CacheStat('cache_eviction_force_rollback', 'forced eviction - session returned rollback error while force evicting due to being oldest'),
CacheStat('cache_eviction_get_ref', 'eviction calls to get a page'),
CacheStat('cache_eviction_get_ref_empty', 'eviction calls to get a page found queue empty'),
CacheStat('cache_eviction_get_ref_empty2', 'eviction calls to get a page found queue empty after locking'),