bfitzpat opened a new issue #946: Starting a new integration in --dev mode and 
then starting it again without --dev mode leaves hanging process
URL: https://github.com/apache/camel-k/issues/946
 
 
   We have noticed while working on the tooling that if you deploy the same 
integration twice:
   
   * kamel run helloworld.groovy --dev
   * kamel run helloworld.groovy
   
   Though you end up with a single integration running in the system, the 
initial --dev process is still running in the background. 
   
   `bfitzpat 24796 13849  0 07:49 pts/2    00:00:00 kamel run helloworld.groovy 
--dev`
   
   Should the second deployment actually kill the first? Or at least possibly 
pop up a warning message or ask if they want to kill it? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to