apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.5k stars 1.29k forks source link

Decouple controller from data path even when peer-download feature is not turned on #8821

Open mayankshriv opened 2 years ago

mayankshriv commented 2 years ago

Today, the realtime servers commit segments by pushing to deep-store via controller. The controller is bypassed only when peer-download feature is turned ON. However, decoupling of controller should be independent of the peer-download feature.

mayankshriv commented 2 years ago

@npawar @yupeng9