yugabyte/yugabyte-db

[DocDB] Return useful tablet metadata as a response to DeleteTablet

已关闭

#32,004 创建于 2026年6月2日

 (3 条评论) (1 个反应) (1 位负责人)C (1,003 个派生)batch import
area/docdbgood first issuekind/enhancementpriority/medium

仓库指标

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

描述

Jira Link: DB-21691

Description

We recently ran into a case where we saw data of a tombstoned tablet left on disk. Forther a delete_tablet was issued to see it the data goes away, but it didn't, and an rm -rf was done to get rid of the data.

We didn't have enough logs to see what the actual issue was, and since the cluster previously also had duplicate tablet metadata issues, we suspect the stale leftover data of tombstoned had something to do with duplicate tablet metadata or some mount issues.

It would be useful to return the data directories touched as a response of delete_tablet (any also include any other useful information may be).

cc @yamen-haddad

Issue Type

kind/enhancement

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

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

贡献者指南