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

Ashwin Karpe updated CAMEL-4179:
--------------------------------

    Description: 
The removeRoute(String routeId) operation called with a routeId has the 
unintended consequence of not just stopping the route with the given routeId 
but also other routes. The implementation causes the shutdown of the Routing 
Service and all its associated routes which improperly impacts other routes.

Based on a user bringing this up in Nabble...

http://camel.465427.n5.nabble.com/Removing-routes-programmatically-td4556741.html#a4557219

This needs to be fixed (provided it can be reproduced).


  was:
The removeRoute(String routeId) operation called with a routeId has the 
unintended consequence of not just stopping the route with the given routeId 
but also other routes. The implementation causes the shutdown of the Routing 
Service and all its associated routes which improperly impacts other routes.

This needs to be fixed.



> The removeRoute() operation has an unintended consequence of removing other 
> routes due to the shutting down of the RouteService 
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4179
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4179
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Ashwin Karpe
>            Assignee: Ashwin Karpe
>
> The removeRoute(String routeId) operation called with a routeId has the 
> unintended consequence of not just stopping the route with the given routeId 
> but also other routes. The implementation causes the shutdown of the Routing 
> Service and all its associated routes which improperly impacts other routes.
> Based on a user bringing this up in Nabble...
> http://camel.465427.n5.nabble.com/Removing-routes-programmatically-td4556741.html#a4557219
> This needs to be fixed (provided it can be reproduced).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to