You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/23 11:49:51 UTC

[GitHub] kameshsampath opened a new issue #490: Came-k routes takes long time to terminate

kameshsampath opened a new issue #490: Came-k routes takes long time to terminate
URL: https://github.com/apache/camel-k/issues/490
 
 
   When developing and deploying camel-k routes with Knative endpoints it takes a long time to terminate, which is not allowing for quicker redeploys.
   
   Steps to reproduce:
   
   1. Deploy a camel-k route like call "hello.js"
   
   ```
   from("timer?period=3s")
    .setBody()
      .simple("Hello World")
    .to("kantive:channel/hello-world")
   ```
   
   2. Deploy the route using the command `kamel run --dev hello.js`
   
   3. CTRL+c to terminate  and you will see the deployment pod takes a longer time to terminate
   
   The following Knative issue might be one to refer which gives clue that one of the containers is not sending SIGTERM in a timely way
   
   Ref: https://github.com/knative/serving/issues/2897

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services