diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2017-01-24 20:28:32 -0500 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2017-01-25 12:28:32 +1100 |
commit | d5ae763f990af5ba5522b07c18b9b37fdaae0e88 (patch) | |
tree | 7c6edec69e20afa6d8728aedd203aa999a8b8ec4 /src/conn | |
parent | 3695a0dd4dbb1612518ed3f68a2e3c6e7550e0ed (diff) | |
download | mongo-d5ae763f990af5ba5522b07c18b9b37fdaae0e88.tar.gz |
WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)
Diffstat (limited to 'src/conn')
-rw-r--r-- | src/conn/conn_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c index d76e08067b5..124250a7a7d 100644 --- a/src/conn/conn_api.c +++ b/src/conn/conn_api.c @@ -1798,6 +1798,7 @@ __wt_verbose_config(WT_SESSION_IMPL *session, const char *cfg[]) { "checkpoint", WT_VERB_CHECKPOINT }, { "compact", WT_VERB_COMPACT }, { "evict", WT_VERB_EVICT }, + { "evict_stuck", WT_VERB_EVICT_STUCK }, { "evictserver", WT_VERB_EVICTSERVER }, { "fileops", WT_VERB_FILEOPS }, { "handleops", WT_VERB_HANDLEOPS }, |