apache/pinot

Tool for migrating from one deep store to another

オープン

#7,275 opened on 2021/08/10

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

Repository metrics

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

説明

A use case for this is, say someone started with controller local as deep store, and then wants to migrate to using Azure as deep store. If they enable this, the newer segments will use Azure as deep store, but the older segments will still remain on controller local disk. The only way to move the old segments is to manually copy them over to Azure, and then modify the segment zk metadata.

An admin tool for migrating from deep store X to Y would be handy.

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