kamilla1201 opened a new pull request #107: Check that security group exists
URL: https://github.com/apache/geode-benchmarks/pull/107
 
 
   The Amazon EC2 API follows an eventual consistency model, which means that 
the result of an API command might not be immediately visible to all subsequent 
commands.
   
   When running benchmarks in CI, the security group is created then used 
shortly after. Sometimes there is not enough time for the security group to be 
fully created in AWS before it is needed.
   
   The solution is to run the DescribeSecurityGroups command using an 
exponential backoff algorithm.
   
   

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


With regards,
Apache Git Services

Reply via email to