You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/03 17:56:39 UTC

[GitHub] rabbah commented on issue #3516: Undocumented Container-Reuse

rabbah commented on issue #3516: Undocumented Container-Reuse
URL: https://github.com/apache/incubator-openwhisk/issues/3516#issuecomment-378340319
 
 
   All actions are treated the same way wrt their life cycle (create, init, run, pause/resume, delete) as that logic is action kind agnostic. 
   
   The only distinction that exists today is which containers are allocated as stem cells by default and that’s node for now. 
   
   If an action is destroyed after a run, it’s because it error’ed out or the docker command to pause it failed. Check your system logs for the invoker for errors there might be a clue there. 

----------------------------------------------------------------
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