JadavD opened a new issue, #14870: URL: https://github.com/apache/pinot/issues/14870
Description In Apache Pinot, force-commit scenarios were incorrectly computing the segment.flush.threshold.size for new consuming segments. This resulted in unpredictable and inconsistent thresholds, causing issues with real-time segment handling. The problem arises when the threshold size of the committing segment isn't applied correctly to the new segment. Expected Behavior The segment.flush.threshold.size should match the threshold of the committing segment, ensuring consistent behavior. Current Behavior Threshold computation is incorrect, leading to errors in consuming segments. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
