Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-17242

MirrorCheckpointTask prints spurious timeout for starting checkpoint and offset sync stores

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.8.0, 3.7.1
    • 3.9.0
    • mirrormaker

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              javakillah Dmitry Werner
              gharris1727 Greg Harris
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: