You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "gharris1727 (via GitHub)" <gi...@apache.org> on 2023/06/06 19:54:47 UTC

[GitHub] [kafka] gharris1727 commented on pull request #13816: MINOR: Optimize runtime of MM2 integration tests by batching transactions

gharris1727 commented on PR #13816:
URL: https://github.com/apache/kafka/pull/13816#issuecomment-1579359334

   > Is there any chance those are related to this change?
   
   Yes, it was related to this change. We improved the performance of produce so drastically that the MirrorSourceConnector started to throttle offset syncs due to the change in KAFKA-14610. This caused the initial 0:0 offset sync to get skipped, which prevented a checkpoint from being emitted, which caused the test to time out.
   
   I've adjusted that test to perform a non-zero-offset commit, and wait for that sync/checkpoint to be emitted before proceeding with the rest of the test normally.


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org