[
https://issues.apache.org/jira/browse/KAFKA-17242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated KAFKA-17242:
-----------------------------------
Fix Version/s: (was: 4.0.0)
> 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.8.0, 3.7.1
> Reporter: Greg Harris
> Assignee: Dmitry Werner
> Priority: Minor
> Labels: newbie
> Fix For: 3.9.0
>
>
> 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)