RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-10-22 Thread Zack Shoylev
@jclouds.apache.org Subject: Re: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires) Are these timeouts (one of them I expect) waited for every exponential backoff attempt? Thank you. On Fri, Oct 17, 2014 at 12:45 PM, Yury Kats mailto:yuryk...@yahoo.com

Re: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-10-21 Thread Daniel Hsueh
Are these timeouts (one of them I expect) waited for every exponential backoff attempt? Thank you. On Fri, Oct 17, 2014 at 12:45 PM, Yury Kats wrote: > CONNECTION_TIMEOUT applies to establishing a connection > SO_TIMEOUT applies to existing connection that is idle. > > -- Daniel Hsueh -- mail

Re: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-10-17 Thread Yury Kats
iel Hsueh > mailto:daniel.hs...@evault.com tel:+1-905-287-2167 > > -Original Message- > From: Zack Shoylev [mailto:zack.shoy...@rackspace.com] > Sent: September 10, 2014 11:48 AM > To: user@jclouds.apache.org > Subject: RE: use exponential backoff on retry (was RE: JClouds

RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-10-17 Thread Zack Shoylev
user@jclouds.apache.org Subject: RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires) Hello Zack, Thank you for the explanation. Could you clarify if, at each retry (after the delay), the SO_TIMEOUT (or CONNECTION_TIMEOUT) is waited-for as

RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-10-15 Thread Daniel Hsueh
ailto:zack.shoy...@rackspace.com] Sent: September 10, 2014 11:48 AM To: user@jclouds.apache.org Subject: RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires) Hi Daniel, You should try testing with these Properties: PROPERTY_SO_TIMEOUT - This will ti

RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-09-10 Thread Zack Shoylev
Hi Daniel, You should try testing with these Properties: PROPERTY_SO_TIMEOUT - This will time-out the HTTP connection socket after the specified time. This specifies how long the client should wait before jclouds closes the connection and attempts to retry the HTTP call. I would suggest a valu