This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 8ba44af Fix the usage of removed guava API (#4864)
add 05c89fc Enhance TagNameUtils to handle the TagOverrideConfig (#4859)
No new revisions were added by this update.
Summary of changes:
.../broker/broker/helix/HelixBrokerStarter.java | 21 ++-
.../common/assignment/InstancePartitionsUtils.java | 11 +-
.../pinot/common/config/OfflineTagConfig.java | 39 ------
.../pinot/common/config/RealtimeTagConfig.java | 64 ---------
.../org/apache/pinot/common/config/TagConfig.java | 43 ------
.../apache/pinot/common/config/TagNameUtils.java | 144 ++++++++++++++-------
.../instance/InstanceAssignmentConfigUtils.java | 3 +-
.../pinot/common/config/TagOverrideConfigTest.java | 86 +++---------
.../helix/core/PinotHelixResourceManager.java | 42 +++---
.../helix/core/PinotTableIdealStateBuilder.java | 7 +-
.../core/relocation/RealtimeSegmentRelocator.java | 6 +-
11 files changed, 166 insertions(+), 300 deletions(-)
delete mode 100644
pinot-common/src/main/java/org/apache/pinot/common/config/OfflineTagConfig.java
delete mode 100644
pinot-common/src/main/java/org/apache/pinot/common/config/RealtimeTagConfig.java
delete mode 100644
pinot-common/src/main/java/org/apache/pinot/common/config/TagConfig.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]