yugabyte/yugabyte-db

[docdb] Add new per tablet UI for tracking WAL segments

Open

#7,648 创建于 2021年3月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C (1,003 fork)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/medium

仓库指标

Star
 (8,229 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 92 个 PR)

描述

Jira Link: DB-2343 We could use a simple per tablet UI where we showcase what are the WAL segments for a given tablet. This could track both count, sizes and maybe even some metadata, like we do for rocksdb.

Per tablet overview UI: :9000/tablet?id=1ca0296435284c90a94f59453be30715 Per tablet rocksdb UI: :9000/rocksdb?id=1ca0296435284c90a94f59453be30715

We could also enhance the /tables and /tablets views, with a Num WAL segments column.

In steady state, these numbers should be pretty low, but when we are dealing with failed pears, fallen behind replication, or in the xCluster solution, some delay between the 2 clusters, this could be pretty useful for high level overview.

cc @amitanandaiyer @rahuldesirazu

贡献者指南