chetanmeh commented on a change in pull request #2795: enable concurrent
activation processing
URL:
https://github.com/apache/incubator-openwhisk/pull/2795#discussion_r225815452
##########
File path:
core/invoker/src/main/scala/whisk/core/containerpool/ContainerPool.scala
##########
@@ -197,11 +230,9 @@ class ContainerPool(childFactory: ActorRefFactory =>
ActorRef,
// Container got removed
case ContainerRemoved =>
freePool = freePool - sender()
- busyPool.get(sender()).foreach { _ =>
Review comment:
This change does not looks like required for concurrency support. So better
to retain the existing approach of sending message only if `busyPool` had
`sender`
----------------------------------------------------------------
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