Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Came-k routes takes long time to terminate #490

Closed
kameshsampath opened this issue Feb 23, 2019 · 2 comments
Closed

Came-k routes takes long time to terminate #490

kameshsampath opened this issue Feb 23, 2019 · 2 comments

Comments

@kameshsampath
Copy link
Contributor

kameshsampath commented Feb 23, 2019

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("knative:channel/hello-world")
  1. Deploy the route using the command kamel run --dev hello.js

  2. 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: knative/serving#2897

@lburgazzoli
Copy link
Contributor

lburgazzoli commented Feb 23, 2019 via email

@lburgazzoli
Copy link
Contributor

fixed by #496

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants