You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mvolf (via GitHub)" <gi...@apache.org> on 2023/10/30 08:12:45 UTC

[I] Stop container not working [camel-karavan]

mvolf opened a new issue, #963:
URL: https://github.com/apache/camel-karavan/issues/963

   The stop container action is not working. When user clicks on it, nothing happens. Delete container on the other hand works as expected.
   
   By looking at the code and debugging I noticed that fetching of the needed containers works differently for stop and delete container actions.
   
   Delete container (as many other methods) uses the findContainer (`List<Container> findContainer(String containerName)`) helper method, while stop container doesn't use this method. This results in containers not being filtered correctly (build and run containers get returned) and the container not being stopped. Stop contaienr method should use the same findContainers method when fetching the containers.
   
   @mgubaidullin I wanted to open a PR with the fix, but don't have the permissions to push the branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Stop container not working [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #963: Stop container not working
URL: https://github.com/apache/camel-karavan/issues/963


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org