You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrap COSBench runs with scripts that reconfigure swift without restarting COSBench. Tempauth is being used. With the 0.4.0 release, I run into problems because COSBench wants to use an authentication token that was valid with the previous incarnation of Swift, but will be rejected with the running instance (token is not valid in memcached because memcached has restarted.) I think the solution to this problem is to validate the authentication token by doing a HEAD request to the storageURL with the currently cached authToken. If the HEAD request returns 200, it's OK. Otherwise the driver needs to login again.
I've tried the following patch, but I haven't figured out how to do remote debug with Java/eclipse.:
I wrap COSBench runs with scripts that reconfigure swift without restarting COSBench. Tempauth is being used. With the 0.4.0 release, I run into problems because COSBench wants to use an authentication token that was valid with the previous incarnation of Swift, but will be rejected with the running instance (token is not valid in memcached because memcached has restarted.) I think the solution to this problem is to validate the authentication token by doing a HEAD request to the storageURL with the currently cached authToken. If the HEAD request returns 200, it's OK. Otherwise the driver needs to login again.
I've tried the following patch, but I haven't figured out how to do remote debug with Java/eclipse.:
The text was updated successfully, but these errors were encountered: