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/07 19:41:09 UTC

[GitHub] [openwhisk] rabbah opened a new issue #4614: missing active ack from invoker

rabbah opened a new issue #4614: missing active ack from invoker
URL: https://github.com/apache/openwhisk/issues/4614
 
 
   There are 5 calls to send a "ack" from an invoker (listed below) - 4 of them are completion messages and only 1 is an active ack with the activation result. The calls from `InvokerReactive` only send a completion message and no active acks. This is a bug.
   
   Is there a reason not to send a combined completion/active ack instead of two messages when the result is ready?
   
   https://github.com/apache/openwhisk/blob/b0d48c87816f2e7c04ad9b9f9b4844a6e064047f/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L268
   
   https://github.com/apache/openwhisk/blob/b0d48c87816f2e7c04ad9b9f9b4844a6e064047f/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L278
   
   https://github.com/apache/openwhisk/blob/b20dffbaf4e8d6ea90da5d8bd233a6b770fa74bb/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala#L289
   
   https://github.com/apache/openwhisk/blob/b20dffbaf4e8d6ea90da5d8bd233a6b770fa74bb/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala#L624
   
   https://github.com/apache/openwhisk/blob/b20dffbaf4e8d6ea90da5d8bd233a6b770fa74bb/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala#L662

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