npawar commented on issue #6277: URL: https://github.com/apache/incubator-pinot/issues/6277#issuecomment-772105123
The segment size threshold config will kick in only when rows threshold is set to 0. Prolly not working for you because the flush.threshold.rows is set to something in your examples. It should be like this ``` "realtime.segment.flush.threshold.rows": "0", "realtime.segment.flush.threshold.time": "6h", "realtime.segment.flush.threshold.segment.size": "400M" ``` ---------------------------------------------------------------- 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