KKcorps commented on code in PR #15241: URL: https://github.com/apache/pinot/pull/15241#discussion_r1989035755
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/SegmentCompletionManager.java: ########## @@ -138,7 +139,8 @@ private SegmentCompletionFSM createFsm(LLCSegmentName llcSegmentName, String msg } if (factoryName == null) { - factoryName = _segmentCompletionConfig.getDefaultFsmScheme(); + factoryName = PauselessConsumptionUtils.isPauselessEnabled(tableConfig) Review Comment: Use `.pauseless` as default as well. No need to introduce a third key `defaultPauseless` -- 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