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/pinot.git
from 2f3612f45d add getter for precheckcontext (#15339) add cbedceca11 Improved retention management for hybrid tables (#15257) No new revisions were added by this update. Summary of changes: .../pinot/common/metrics/ControllerGauge.java | 5 +- .../pinot/controller/BaseControllerStarter.java | 7 +- .../apache/pinot/controller/ControllerConf.java | 7 ++ .../helix/core/retention/RetentionManager.java | 79 ++++++++++++- .../pinot/controller/util/BrokerServiceHelper.java | 124 ++++++++++++++++++++ .../helix/core/retention/RetentionManagerTest.java | 125 +++++++++++++++++++-- .../core/retention/SegmentLineageCleanupTest.java | 5 +- .../controller/util/BrokerServiceHelperTest.java | 105 +++++++++++++++++ .../pinot/core/routing/TimeBoundaryInfo.java | 7 +- 9 files changed, 450 insertions(+), 14 deletions(-) create mode 100644 pinot-controller/src/main/java/org/apache/pinot/controller/util/BrokerServiceHelper.java create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/util/BrokerServiceHelperTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org