3 件のコメント (3 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)C1,003 件のフォーク (1,003 件のフォーク)batch import
area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- 8,229 個のスター (8,229 個のスター)
- PR merge metrics
- 平均マージ 17d 21h (平均マージ 17d 21h)30d で 92 merged PRs (30d で 92 merged PRs)
説明
Jira Link: DB-14963
Description
We should show the current ysql operation lease status of all tservers in the cluster in the tablet servers page served by the master leader.
Issue Type
kind/new-feature
Warning: Please confirm that this issue does not contain any sensitive information
コントリビューターガイド
- 調査方針
- Investigate the existing tablet servers HTML status page in the master server code (likely in src/yb/master/). Identify where other lease or operation statuses are displayed. The YSQL operation lease information can be fetched from the tserver's lease manager (e.g., YsqlOperationLease). Add a new column or section to the HTML page to display the lease status for each tserver. Ensure the data is propagated from tserver to master leader via heartbeats or RPC. Refer to similar implementations for other status fields.
- 技術スタック
- ccpp
- 領域
- backenddatabaseobservability
- Issue 種別
- 機能
- 前提条件
- Knowledge of YSQL lease mechanismFamiliarity with master server status pageC++ development