-
Bug
-
Resolution: Not a Bug
-
Critical
-
jboss-fuse-6.3
-
None
-
None
-
%
-
-
-
Deploying fabric profile with a camel context that contains 2 routes with master as consumer. Only one master that's working, and the second one is stuck, even if we have zookeeper entries created and the status of the endpoints started.
JBossFuse:karaf@root> zk:list -r -d /fabric/registry/clusters/camel/master /fabric/registry/clusters/camel/master/quartzcluster_2 = /fabric/registry/clusters/camel/master/quartzcluster_2/00000000001 = {"id":"quartzcluster_2","container":"root","uuid":"14eaab38-f2d4-48ea-bf99-f4077c171c5e","consumer":"quartz2://myGroup/myTimerName?cron=0+0%2F1+9-18+%3F+*+MON-FRI","started":true} /fabric/registry/clusters/camel/master/quartzcluster_1 = /fabric/registry/clusters/camel/master/quartzcluster_1/00000000001 = {"id":"quartzcluster_1","container":"root","uuid":"956b492f-737c-474d-908d-1446d5f2659d","consumer":"quartz2://myGroup/myTimerName?cron=0+0%2F1+9-18+%3F+*+MON-FRI","started":true}
JBossFuse:karaf@root> camel:endpoint-list Context Uri Status ------- --- ------ camel-2 master://quartzcluster_1:quartz2://myGroup/myTimerName?cron=0 0/1 9-18 ? * MON-FRI Started camel-2 master://quartzcluster_2:quartz2://myGroup/myTimerName?cron=0 0/1 9-18 ? * MON-FRI Started camel-2 quartz2://myGroup/myTimerName?cron=0 0/1 9-18 ? * MON-FRI Started camel-2 quartz2://myGroup/myTimerName?cron=0 0/1 9-18 ? * MON-FRI Started