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: [email protected] With regards, Apache Git Services
