You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "metatech (JIRA)" <ji...@apache.org> on 2013/11/21 16:44:41 UTC

[jira] [Created] (CAMEL-6994) Camel load balancers should be restartable

metatech created CAMEL-6994:
-------------------------------

             Summary: Camel load balancers should be restartable
                 Key: CAMEL-6994
                 URL: https://issues.apache.org/jira/browse/CAMEL-6994
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.8.5
         Environment: ServiceMix 4.4.2
            Reporter: metatech
            Priority: Minor


When a route containing a load balancer is restarted, after the restart, the route does not contain any processors within the load balancer.
This is because the processors are removed in "doStop", rather than in "doShutdown" in LoadBalancerSupport.
Here is a patch that fixes the problem.



--
This message was sent by Atlassian JIRA
(v6.1#6144)