Skip to content

Commit fcf8f96

Browse files
committed
MB-70241: Remove INFO logging from initByIdScanContext
No longer reasonable to info log on every init call, which occurs twice on RangeScanCreate. A recent perf test cbcollect had 1.2 million lines of which was just this message. Change-Id: Id0e832c5a94d0d2d19e151dfd0b37fb014a38e9b Reviewed-on: https://review.couchbase.org/c/kv_engine/+/238800 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Trond Norbye <trond.norbye@couchbase.com> Reviewed-by: Mohammad Zaeem <mohammad.zaeem@couchbase.com>
1 parent 938e0b4 commit fcf8f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/ep/src/kvstore/magma-kvstore/magma-kvstore.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ std::unique_ptr<ByIdScanContext> MagmaKVStore::initByIdScanContext(
22742274
}
22752275

22762276
auto historyStartSeqno = magma->GetOldestHistorySeqno(snapshot);
2277-
logger->infoWithContext(
2277+
logger->debugWithContext(
22782278
"MagmaKVStore::initByIdScanContext finishing",
22792279
{{"vb", vbid},
22802280
{"history_start_seqno", historyStartSeqno},

0 commit comments

Comments
 (0)