rahulqelfo opened a new issue #3263: Is there a way to debug the action 
containers?
URL: https://github.com/apache/incubator-openwhisk/issues/3263
 
 
   
   ## Environment details:
   
   * local deployment
   * Mac
   
   ## Steps to reproduce the issue:
   
   1.   Create an action 'Sleep' with the namespace 'guest'.The action sleeps 
for 50 seconds
   2.   Invoke the sleep action twice (simultaneously) and get the activation ID
   3.   Get the details using the two activationID's from the above step
   4.   The activation details in response should have the 'init' value to 
display two action containers were spawned up.
   
   I one of the test runs the same action container were used for both the 
invocations.So the activation details for invocation1 of sleep actions has the 
'init' value but invocation2 utilizes the same action container used by 
invocation1.
   
   How to debug the above scenario and see why same action container was used.
   
   Also, this cases occurred only twice of the 500 runs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to