Jin Lin created JCLOUDS-1106:
--------------------------------
Summary: Cannot retry after server error, command has exceeded
retry limit 5
Key: JCLOUDS-1106
URL: https://issues.apache.org/jira/browse/JCLOUDS-1106
Project: jclouds
Issue Type: Bug
Components: jclouds-blobstore
Affects Versions: 1.9.0
Reporter: Jin Lin
I keep getting error every minute following
"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 in 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)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)