apache/pinot

Tool for migrating from one deep store to another

Open

#7,275 创建于 2021年8月10日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (1,234 fork)batch import
good first issuehelp wanted

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

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.

贡献者指南