You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by leofromgroza <gi...@git.apache.org> on 2017/09/07 08:16:23 UTC

[GitHub] camel pull request #1922: CAMEL-11750: Camel route with multicast (parallel)...

GitHub user leofromgroza opened a pull request:

    https://github.com/apache/camel/pull/1922

    CAMEL-11750: Camel route with multicast (parallel) generate huge CPU …

    …load
    
    Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to decrease CPU load and does not broke previous logic.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/leofromgroza/camel patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1922.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1922
    
----
commit 089b64ae85d76230d647eb646d806400e1df4b21
Author: leofromgroza <vi...@gmail.com>
Date:   2017-09-07T08:15:02Z

    CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load
    
    Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to decrease CPU load and does not broke previous logic.

----


---

[GitHub] camel pull request #1922: CAMEL-11750: Camel route with multicast (parallel)...

Posted by leofromgroza <gi...@git.apache.org>.
Github user leofromgroza closed the pull request at:

    https://github.com/apache/camel/pull/1922


---