Greg Harris created KAFKA-17242: ----------------------------------- Summary: MirrorCheckpointTask prints spurious timeout for starting checkpoint and offset sync stores Key: KAFKA-17242 URL: https://issues.apache.org/jira/browse/KAFKA-17242 Project: Kafka Issue Type: Bug Components: mirrormaker Affects Versions: 3.7.1, 3.8.0 Reporter: Greg Harris
In MirrorCheckpointTask#start we call Scheduler#execute, which blocks for up to admin.timeout.ms waiting for the task to complete. Since restoring the checkpoint and offset sync state may take some time, and the rest of the task is prepared for this, we should replace the Scheduler#execute call with a single-shot asynchronous method that starts the job once but does not wait for it to complete. -- This message was sent by Atlassian Jira (v8.20.10#820010)