9aman commented on code in PR #14460: URL: https://github.com/apache/pinot/pull/14460#discussion_r1843176391
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/SegmentCompletionManager.java: ########## @@ -586,8 +621,21 @@ public SegmentCompletionProtocol.Response extendBuildTime(final String instanceI case COMMITTER_DECIDED: return fail(instanceId, offset); case COMMITTER_NOTIFIED: - return committerNotifiedExtendBuildTime(instanceId, offset, extTimeSec, now); + if (!_pauselessConsumptionEnabled) { + return committerNotifiedExtendBuildTime(instanceId, offset, extTimeSec, now); Review Comment: Change in the commit protocol changes the state in which we get the `extendBuildTime` request -- 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