npawar commented on a change in pull request #6667: URL: https://github.com/apache/incubator-pinot/pull/6667#discussion_r592562543
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/segment/SegmentSizeBasedFlushThresholdUpdater.java ########## @@ -102,6 +102,7 @@ public synchronized void updateFlushThreshold(PartitionLevelStreamConfig streamC // less same characteristics at any one point in time). // However, when we start a new table or change controller mastership, we can have any partition completing first. // It is best to learn the ratio as quickly as we can, so we allow any partition to supply the value. + // FIXME: The stream may not have partition "0" Review comment: Segment size based threshold won't work, but rows/time will work. We can fix that separately. ---------------------------------------------------------------- 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. 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