This is an automated email from the ASF dual-hosted git repository.
nehapawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 722141b248 Limit up to 10 unavailable segments to be printed in the
query exception (#9617)
add fa955699de add SegmentTierAssigner and refine restful APIs to get
segment tier info (#9598)
No new revisions were added by this update.
Summary of changes:
.../pinot/controller/BaseControllerStarter.java | 5 +
.../apache/pinot/controller/ControllerConf.java | 16 +++
.../helix/core/relocation/SegmentTierAssigner.java | 112 +++++++++++++++++++++
.../controller/util/ServerTableTierReader.java | 1 +
.../pinot/controller/util/TableTierReader.java | 35 ++++++-
.../pinot/controller/api/TableTierReaderTest.java | 7 +-
...ControllerPeriodicTaskStarterStatelessTest.java | 2 +-
.../core/relocation/SegmentTierAssignerTest.java | 86 ++++++++++++++++
8 files changed, 259 insertions(+), 5 deletions(-)
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/SegmentTierAssigner.java
create mode 100644
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/relocation/SegmentTierAssignerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]