yugabyte/yugabyte-db

Noisy logging from docdb transaction cache lookup loops

Open

#28,908 创建于 2025年10月10日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)C (8,229 star) (1,003 fork)batch import
good first issuejira-originatedkind/new-featurepriority/low

描述

Jira Link: DB-18631

The transaction cache lookup code has a tight retry loop on transaction status lookup, but logs during a cache lookup retry at WARNING level which is too high volume for a cache miss. This might actually be logging so aggressively that it impacts performance in extreme cases.

Specifically this should be a VLOG(5) (since below logging the results of the lookup is a VLOG(4) Conversely this should be a WARNING not an INFO

贡献者指南

Noisy logging from docdb transaction cache lookup loops · yugabyte/yugabyte-db#28908 | Good First Issue