yugabyte/yugabyte-db

[DocDB] Debug improvement for underreplicated tablets endpoint

Open

#18,957 opened on Sep 1, 2023

View on GitHub
 (1 comment) (0 reactions) (1 assignee)C (1,003 forks)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/medium

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (Avg merge 17d 21h) (92 merged PRs in 30d)

Description

Jira Link: DB-7801

Description

It will be more obvious when debugging under replicated tablets issue:

Add a column expected num replicas

Add another column to provide reason why a tablet is detected as under replicated:

  1. number of replicas < placement num_replicas
  2. number of replicas of a placement block < placement block min_num_replicas

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Contributor guide