snleee opened a new pull request #7761: URL: https://github.com/apache/pinot/pull/7761
when we have the empty buckets (no more data push for the table). However, we still have some edge cases not covered. We found the issue where the table has some empty buckets and new fresh data that is not eligible for merge due to buffer time. In this case, we still fall back to the original algorithm and report the wrong delay. This PR addresses such case. -- 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]
