You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2022/01/11 18:48:32 UTC

[pinot] branch master updated (823aa07d -> 2d81c47)

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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org