rabbah commented on a change in pull request #2587: Make LoadbalancerData
leaner.
URL:
https://github.com/apache/incubator-openwhisk/pull/2587#discussion_r132830490
##########
File path:
core/controller/src/main/scala/whisk/core/loadBalancer/LoadBalancerService.scala
##########
@@ -56,12 +56,11 @@ trait LoadBalancer {
val activeAckTimeoutGrace = 1.minute
- /**
- * Retrieves a per namespace id map of counts representing in-flight
activations as seen by the load balancer
- *
- * @return a map where the key is the namespace id and the long is total
issued activations by that namespace
- */
- def getActiveNamespaceActivationCounts: Map[UUID, Int]
+ /** Gets the number of in-flight activations for a specific user */
Review comment:
missing period at end of comment.
----------------------------------------------------------------
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