apache/pinot

On replicaGroupStrategyConfig Deprecation

Open

#15 744 ouverte le 8 mai 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)Java (1 234 forks)batch import
cleanupconfigurationgood first issue

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

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.

Guide contributeur