Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7885

Timer - Restarting a timer endpoint may not trigger at expected time the first time

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.12.4, 2.13.2, 2.14.0
    • 2.12.5, 2.13.3, 2.14.1, 2.15.0
    • camel-core
    • None
    • Unknown

    Description

      If you stop a timer route, and that route has an inflight exchange causing the stop route to force stop due timeout. Then that timer task is still running in the background.

      And if you restart the timer route, then it will reuse the old timer instance, which may be still running, and therefore the first trigger time may not happen at the time you would expect.

      For example from timer:foo?period=2s to trigger every 2s.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: