apache/pinot

Disallow consuming segment deletion

オープン

#10,237 opened on 2023/02/07

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,234 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Recently we had an incident that some consuming segments were deleted by an operator by mistake. Now that pause/resume are in place, there's no use case for intentionally deleting a consuming segment. In this task, the segment DELETE endpoint needs to be modified to check if the provided segment name is a consuming segment and if so, fail the request with proper error message.

コントリビューターガイド