tikv/tikv

Active written leaders is wrong

Open

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

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)Rust (15,922 star) (2,189 fork)batch import
difficulty/easyhelp wantedpriority/lowseverity/minorsig/rafttype/bug

描述

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.

贡献者指南