This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new fb8ef5a  Fix actionContainerPrefix value (#2505)
fb8ef5a is described below

commit fb8ef5a940817be9dd4756b1928031d9220a83bc
Author: Keunseob Kim <keuns...@nate.com>
AuthorDate: Sun Jul 23 21:56:46 2017 +0900

    Fix actionContainerPrefix value (#2505)
    
    Remove stragglers specific to an invoker pool instance only.
---
 core/invoker/src/main/scala/whisk/core/container/ContainerPool.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/invoker/src/main/scala/whisk/core/container/ContainerPool.scala 
b/core/invoker/src/main/scala/whisk/core/container/ContainerPool.scala
index 5febd6d..ee9586d 100644
--- a/core/invoker/src/main/scala/whisk/core/container/ContainerPool.scala
+++ b/core/invoker/src/main/scala/whisk/core/container/ContainerPool.scala
@@ -746,7 +746,7 @@ class ContainerPool(
 
     // Getter/setter for this are above.
     private var _logDir = "/logs"
-    private val actionContainerPrefix = "wsk"
+    private val actionContainerPrefix = s"wsk${invokerInstance.toInt}_"
 
     /**
      * Actually deletes the containers.

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to