apache/pinot

On replicaGroupStrategyConfig Deprecation

Open

#15,744 opened on May 8, 2025

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Java (1,234 forks)batch import
cleanupconfigurationgood first issue

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (Avg merge 7d 17h) (190 merged PRs in 30d)

Description

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.

Contributor guide