You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/27 23:47:22 UTC

[GitHub] rabbah commented on a change in pull request #2421: Fix order of messages being sent by the ContainerPool.

rabbah commented on a change in pull request #2421: Fix order of messages being sent by the ContainerPool.
URL: https://github.com/apache/incubator-openwhisk/pull/2421#discussion_r124422953
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/containerpool/ContainerPool.scala
 ##########
 @@ -106,12 +106,13 @@ class ContainerPool(
                     actor ! r // forwards the run request to the container
                 case None =>
                     self ! r
+                    logging.error(this, "sent message to self. Feed buffering is off.")
 
 Review comment:
   i dont understand this log message.
 
----------------------------------------------------------------
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