You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jeroen Weijers (Jira)" <ji...@apache.org> on 2020/12/09 12:07:00 UTC

[jira] [Updated] (CAMEL-15930) ClusteredRouteController cannot start clustered routes

     [ https://issues.apache.org/jira/browse/CAMEL-15930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeroen Weijers updated CAMEL-15930:
-----------------------------------
    Description: 
The ClusteredRouteController cannot start a clustered route (in Camel 3.4.4, Camel 3.6 and probably other versions of Camel 3).

The problem can be reproduced with example camel-example-spring-boot-clustered-route-controller from the examples project ([https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-clustered-route-controller]).

When an instance is the lead in the cluster and tries to start the routes an exception is thrown:
 java.lang.UnsupportedOperationException: Operation not supported as route clustered is clustered

  was:
The ClusteredRouteController cannot start a clustered route (in Camel 3.4.4, Camel 3.6 and probably other versions of Camel 3).

The problem can be reproduced with example camel-example-spring-boot-clustered-route-controller from the examples project (https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-clustered-route-controller).

When an instance is the lead program in the cluster and tries to start the routes an exception is thrown:
java.lang.UnsupportedOperationException: Operation not supported as route clustered is clustered


> ClusteredRouteController cannot start clustered routes
> ------------------------------------------------------
>
>                 Key: CAMEL-15930
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15930
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.4.4, 3.6.0
>            Reporter: Jeroen Weijers
>            Priority: Major
>
> The ClusteredRouteController cannot start a clustered route (in Camel 3.4.4, Camel 3.6 and probably other versions of Camel 3).
> The problem can be reproduced with example camel-example-spring-boot-clustered-route-controller from the examples project ([https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-clustered-route-controller]).
> When an instance is the lead in the cluster and tries to start the routes an exception is thrown:
>  java.lang.UnsupportedOperationException: Operation not supported as route clustered is clustered



--
This message was sent by Atlassian Jira
(v8.3.4#803005)