lxqfy commented on issue #7338: Overwrite index task maxTotalRows with computed maxRowsPerSegments URL: https://github.com/apache/incubator-druid/pull/7338#issuecomment-477434646 @jihoonson Do you mean there can be more than one segment in the Appenderator? I thought there will be multiple segments in Appederator only when `numShards` is configured, which is not allowed to use together with `targetCompactionSizeBytes`. Correct me if I was wrong. If there is multiple-segment situation, we need to set maxRowsPerSegments to a high value e.g. `Long.MAX_VALUE`? Thanks!
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
