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 2019/09/08 00:54:33 UTC

[GitHub] [openwhisk] rabbah edited a comment on issue #4614: missing active ack from invoker

rabbah edited a comment on issue #4614: missing active ack from invoker
URL: https://github.com/apache/openwhisk/issues/4614#issuecomment-529158846
 
 
   Thanks Tyson. I was slightly confused because there is a completion message that occurs earlier than the active ack but that flow is for the error case.
   
   There are 3 completion messages that have no active ack, which means the controller will have to fetch the activation from a secondary path (couchdb polling for example if enabled) because the activation's promise in the controller is never completed otherwise (for a blocking invoke). 
   
   In those cases, because the activation result is system-constructed, it can be carried as part of the completion message (so that a second message need not be sent).
   
   After further inspection, that's my plan for addressing the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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