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:
[email protected]
With regards,
Apache Git Services