apache/pinot

Tool for migrating from one deep store to another

Aperta

#7275 aperta il 10 ago 2021

 (4 commenti) (0 reazioni) (0 assegnatari)Java (1234 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (4937 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor