tibrewalpratik17 opened a new pull request, #13280: URL: https://github.com/apache/pinot/pull/13280
label: `bugfix` Scenario: Upsert compaction runs at a much higher frequency as compared to segment commit. When a segment is compacted, the valid-doc-id snapshot is not available until next commit cycle. Our logs are flooded with these WARN messages saying snapshot is missing for a segment at every upsert-compaction-task-generator run. The number of log lines is almost equivalent to the number of segments available in the table. This patch groups all the logs together to not flood the logs and improve the logging experience overall. cc @snleee @klsince -- 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: commits-unsubscr...@pinot.apache.org 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