jadami10 commented on issue #10460: URL: https://github.com/apache/pinot/issues/10460#issuecomment-1482034980
The `stopReason` seems to be `REASON_FORCE_COMMIT_MESSAGE_RECEIVED`, so it is identifiable. I wonder if the issue is this line, https://github.com/apache/pinot/blob/989df641b7d29e18773a668663b0be894835d24f/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/SegmentCompletionManager.java#L1174. The quickest fix (to this issue) would be to remove that line and let it wait for the rest of the servers. I know you mentioned we prefer to commit immediately with forceCommit, but the wait time isn't that long. `MAX_TIME_TO_PICK_WINNER_MS` seems to be hard coded to 3300ms. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org