Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
1.9.0
-
None
Description
I keep getting following error every minute
"ERROR Cannot retry after server error, command has exceeded retry limit 5: [method=public abstract org.jclouds.openstack.swift.domain.SwiftObject org.jclouds.openstack.swift.CommonSwiftClient.getObject(java.lang.String,java.lang.String,org.jclouds.http.options.GetOptionsp[File Path]"
This might be caused by the Rackspace storage outage, it seems Jcloud queues the backup requests. It keeps executing those requests and keep getting failures. is there any ways I can stop retrying the requests. I tried restarted my service, but this process doesn't stop. I assume these requests must be persisted somewhere. If it exists on my local machine, where do I find its path?
I found the print message here (https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/handlers/BackoffLimitedRetryHandler.java line 107)