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 823aa07d delete tmp- segment directories on server startup (#7961) add 2d81c47 Pull out segment flush threshold computation to make it easier to test (#7956) No new revisions were added by this update. Summary of changes: ...ter.java => SegmentFlushThresholdComputer.java} | 95 ++++--- .../SegmentSizeBasedFlushThresholdUpdater.java | 138 +-------- .../segment/FlushThresholdUpdaterTest.java | 10 +- .../segment/SegmentFlushThresholdComputerTest.java | 314 +++++++++++++++++++++ 4 files changed, 376 insertions(+), 181 deletions(-) copy pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/segment/{SegmentSizeBasedFlushThresholdUpdater.java => SegmentFlushThresholdComputer.java} (71%) create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/realtime/segment/SegmentFlushThresholdComputerTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org