ningyougang commented on a change in pull request #5098:
URL: https://github.com/apache/openwhisk/pull/5098#discussion_r613759969
##########
File path:
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/v2/InvokerHealthManager.scala
##########
@@ -269,6 +270,7 @@ object InvokerHealthManager {
val healthActionNamePrefix = "invokerHealthTestAction"
val bufferSize = 10
val bufferErrorTolerance = 3
+ var useMemory = 0l
Review comment:
Ok, good catch, as i said above, i removed /memory api in this pr. i
will add `/memory api` in another pr: `[New Scheduler]
FunctionPullingContainerPool` with
`functionPullingContainerPool.ask(UsedMemory)(Timeout(5.seconds)).mapTo[Int]`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]