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_r124423897
##########
File path:
core/invoker/src/main/scala/whisk/core/dispatcher/ActivationFeed.scala
##########
@@ -103,14 +110,29 @@ protected class ActivationFeed(
} else logging.debug(this, "dropping fill request until feed is
drained")
case n: ActivationNotification =>
+ downstreamCapacity += 1
Review comment:
should this saturate to max capacity defensively?
----------------------------------------------------------------
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