3 条评论 (3 条评论)0 个反应 (0 个反应)1 位负责人 (1 位负责人)C1,003 个派生 (1,003 个派生)batch import
area/docdbgood first issuekind/enhancementpriority/medium
仓库指标
- 星标
- 8,229 个星标 (8,229 个星标)
- PR 合并指标
- 平均合并 17天 21小时 (平均合并 17天 21小时)30 天内合并 92 个 PR (30 天内合并 92 个 PR)
描述
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
- 议题类型
- 功能
- 前置要求
- Knowledge of YSQL lease mechanismFamiliarity with master server status pageC++ development