markusthoemmes commented on a change in pull request #2477: Move load balancer 
data into a separate class
URL: 
https://github.com/apache/incubator-openwhisk/pull/2477#discussion_r127673060
 
 

 ##########
 File path: 
core/controller/src/main/scala/whisk/core/loadBalancer/LoadBalancerService.scala
 ##########
 @@ -117,11 +119,7 @@ class LoadBalancerService(
      * A map storing current activations based on ActivationId.
      * The promise value represents the obligation of writing the answer back.
      */
-    case class ActivationEntry(id: ActivationId, namespaceId: UUID, 
invokerName: String, created: Instant, promise: Promise[Either[ActivationId, 
WhiskActivation]])
     type TrieSet[T] = TrieMap[T, Unit]
 
 Review comment:
   Needed in this file?
 
----------------------------------------------------------------
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

Reply via email to