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 2017/12/22 06:57:13 UTC

[GitHub] rabbah opened a new pull request #3132: Separate container removal from job completion.

rabbah opened a new pull request #3132: Separate container removal from job completion.
URL: https://github.com/apache/incubator-openwhisk/pull/3132
 
 
   The current handshake between the container proxy and the container pool conflates container removal and job completion. The former does not necessarily indicate there is free capacity in the pool since there are conditions under which the job is rescheduled (e.g., resume failure). A job however is completed when it has actually initialized and/or run inside the container; the job completion is therefore tied to initializeAndRun method which handles the active ack and log draining.

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