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 3a7b023c87 Bump org.jline:jline from 3.28.0 to 3.29.0 (#14966)
add 6747ad00b4 Supports Force Committing Segments in Batches (#14811)
No new revisions were added by this update.
Summary of changes:
.../api/resources/ForceCommitBatchConfig.java | 56 ++++++++++
.../api/resources/PinotRealtimeTableResource.java | 21 +++-
.../realtime/PinotLLCRealtimeSegmentManager.java | 122 ++++++++++++++++++++-
.../api/resources/ForceCommitBatchConfigTest.java | 49 +++++++++
.../PinotLLCRealtimeSegmentManagerTest.java | 73 ++++++++++++
.../tests/LLCRealtimeClusterIntegrationTest.java | 25 ++++-
.../spi/utils/retry/AttemptFailureException.java | 17 +++
.../spi/utils/retry/AttemptsExceededException.java | 9 +-
.../utils/retry/RetriableOperationException.java | 9 +-
9 files changed, 359 insertions(+), 22 deletions(-)
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/ForceCommitBatchConfig.java
create mode 100644
pinot-controller/src/test/java/org/apache/pinot/controller/api/resources/ForceCommitBatchConfigTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]