apache/pinot

On replicaGroupStrategyConfig Deprecation

Open

#15.744 geöffnet am 8. Mai 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (4.937 Stars) (1.234 Forks)batch import
cleanupconfigurationgood first issue

Beschreibung

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