You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Michaël COLL (JIRA)" <ji...@apache.org> on 2018/10/05 15:12:00 UTC

[jira] [Created] (CAMEL-12861) Throttler seams to malfunction if system date change during execution

Michaël COLL created CAMEL-12861:
------------------------------------

             Summary: Throttler seams to malfunction if system date change during execution
                 Key: CAMEL-12861
                 URL: https://issues.apache.org/jira/browse/CAMEL-12861
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.21.2
            Reporter: Michaël COLL


The camel throttler component seams to malfunction if system date is changed during execution.

Test case :
 * Start a route with a throttle component at 14h00 with configuration :
 ** rejectExecution = true
 ** timePeriodMillis = 2000ms
 ** maximumRequestCount = 10
 * Send 1 message on this route
 * Change system date to 12h00
 * Send 1 message
 * A ThrottlerRejectedExecutionException is thrown

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)