bdoyle0182 commented on code in PR #5351:
URL: https://github.com/apache/openwhisk/pull/5351#discussion_r1018400037
##########
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/v2/FunctionPullingContainerPool.scala:
##########
@@ -78,6 +76,7 @@ case class DeletionContainer(deletionMessage:
ContainerDeletionMessage)
case object Remove
case class Keep(timeout: FiniteDuration)
case class PrewarmContainer(maxConcurrent: Int)
+case object GetState
Review Comment:
I see what happened now, I had this in progress for awhile and had a bad
merge somewhere with your recent commits. Should all be cleaned up now.
##########
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/v2/FunctionPullingContainerProxy.scala:
##########
@@ -152,7 +152,6 @@ case class InitializedData(container: Container,
override val clientProxy: ActorRef)
extends ContainerAvailableData(container, invocationNamespace, action)
with WithClient {
- override def getContainer = Some(container)
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]