https://issues.apache.org/jira/browse/JCLOUDS-1294

This adds a handler for Azure `RetryableError` codes. Note that there is a 
second commit in the PR with some small cleanup that is not relevant to this PR.

@danielestevez Could you give this branch a try?
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1203

-- Commit Summary --

  * JCLOUDS-1294: Attempt to retry RetryableErrors in Azure ARM
  * Cleanup unused variables

-- File Changes --

    M core/src/main/java/org/jclouds/http/handlers/RateLimitRetryHandler.java 
(2)
    M 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/config/AzurePredicatesModule.java
 (6)
    A 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Error.java
 (58)
    M 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/handlers/AzureComputeErrorHandler.java
 (13)
    M 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/handlers/AzureRateLimitRetryHandler.java
 (23)
    A 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/handlers/AzureRetryableErrorHandler.java
 (80)
    M 
providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VaultApiLiveTest.java
 (23)
    M 
providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VaultApiMockTest.java
 (3)
    A 
providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/handlers/AzureRetryableErrorHandlerTest.java
 (88)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1203.patch
https://github.com/jclouds/jclouds/pull/1203.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1203

Reply via email to