This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from ee72faa update data generator schema json with dataTimeSpec (#5739) add dab1c2d [Deepstore by-passing]Introduce a subclasses SplitSegmentCommitter which will proceeds to commit even if the segment upload fails. (#5700) No new revisions were added by this update. Summary of changes: .../apache/pinot/common/utils/CommonConstants.java | 1 + .../realtime/PinotLLCRealtimeSegmentManager.java | 8 ++-- .../PinotLLCRealtimeSegmentManagerTest.java | 3 +- .../helix/core/realtime/SegmentCompletionTest.java | 3 +- .../realtime/LLRealtimeSegmentDataManager.java | 24 +++-------- .../realtime/PeerSchemeSplitSegmentCommitter.java | 48 ++++++++++++++++++++++ .../manager/realtime/PinotFSSegmentUploader.java | 2 + .../manager/realtime/SegmentCommitterFactory.java | 37 +++++++++++++---- .../manager/realtime/SplitSegmentCommitter.java | 14 ++++++- .../segment/index/loader/IndexLoadingConfig.java | 7 ++++ .../realtime/LLRealtimeSegmentDataManagerTest.java | 2 + 11 files changed, 117 insertions(+), 32 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/PeerSchemeSplitSegmentCommitter.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org