tikv/tikv

Active written leaders is wrong

开放

#8,155 创建于 2020年6月29日

 (5 条评论) (0 个反应) (1 位负责人)Rust (2,189 个派生)batch import
difficulty/easyhelp wantedpriority/lowseverity/minorsig/rafttype/bug

仓库指标

星标
 (15,922 个星标)
PR 合并指标
 (平均合并 28天 9小时) (30 天内合并 68 个 PR)

描述

Bug Report

What version of TiKV are you using?

Master

What did happened?

https://github.com/tikv/tikv/blob/bcea06ca85daab94f47608d7d98976ec086fb24c/components/raftstore/src/store/worker/pd.rs#L607

PD updates the metrics no matter whether there are keys/bytes written or not. So active written leaders graph actually shows all leaders instead.

贡献者指南