summerhasama-stripe opened a new pull request, #10983: URL: https://github.com/apache/pinot/pull/10983
We saw a lot of logs for the FreshnessBasedConsumptionStatusChecker that show the servers are not aware of the freshness of incoming events Through some debugging, we determined the issue was the stream ingestion interface changed a few months ago, and the backwards compatible code actually has a bug. - "getStreamMessage" default implementation fails to provide the metadata for the message - The new stream message metadata interface doesn’t have a 1 arg constructor anymore Tested: We deployed this change and we see the consumption checker now has freshness: -- 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