apache/pinot

On replicaGroupStrategyConfig Deprecation

开放

#15,744 创建于 2025年5月8日

 (4 条评论) (0 个反应) (1 位负责人)Java (1,234 个派生)batch import
cleanupconfigurationgood first issue

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I think it was decided at some point to deprecate replicaGroupStrategyConfig.

However, right now there's no way to ensure that two tables are partitioned on a given column across the same set of instances, except using a combination of instancePartitionsMap and replicaGroupStrategyConfig.

Given this, let's make sure this is addressed before the config is removed from OSS.

贡献者指南