You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/04/29 06:42:00 UTC

[GitHub] [incubator-openwhisk] ningyougang edited a comment on issue #4186: Track activation counts in ContainerPool (not ContainerProxy)

ningyougang edited a comment on issue #4186: Track activation counts in ContainerPool (not ContainerProxy)
URL: https://github.com/apache/incubator-openwhisk/pull/4186#issuecomment-487465752
 
 
   @tysonnorris ,does below test cases running well in your env?
   ```
    ./gradlew :tests:test --tests="org.apache.openwhisk.core.limits.ConcurrencyTests"
   ```
   ```
   it should "execute activations concurrently when concurrency > 1 " in withAssetCleaner(wskprops)
   ```
   I tested in my local env, when invoke concurrency action, every activation will create a new container.
   It seems it will not reuse the container.
   
   Do i miss something?
   
   I am not sure, above problem is introduced by this feature, so just asked.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services