Skip to content

Conversation

@ningyougang
Copy link
Contributor

@ningyougang ningyougang commented Nov 18, 2020

Fix #652

In kubenetes env, if runtime pod number is big and akka.coordinated-shutdown.phases.actor-system-terminate_timeout is low(e.g default value is 30 s), this may lead to the runtime pods are not deleted completely after execute helm delete/uninstall xxx, because when timeout happens, the cleanup is not executed finished.

In such a case, need to increase relative timeout value, it is better to make these timeout value configurable.

  • actorSystem terminate timeout configuration
  • runtime pods delete timeout configuration

Another brother pr: apache/openwhisk#5028

- actorSystem terminate timeout
- runtime pods delete timeout configuration
Copy link
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jiangpengcheng jiangpengcheng merged commit 1e7cd45 into apache:master Nov 20, 2020
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

Successfully merging this pull request may close these issues.

prewarm runtime pods are not completely deleted

3 participants