apache/pinot

On replicaGroupStrategyConfig Deprecation

Aberta

#15.744 aberto em 8 de mai. de 2025

 (4 comentários) (0 reação) (1 responsável)Java (1.234 forks)batch import
cleanupconfigurationgood first issue

Métricas do repositório

Stars
 (4.937 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador