Steve Loughran
Steve Loughran
sorry, @cnauroth , misread your comment and put it in -i don't think it is worth reverting now
sorry, missed this during my january-month-off break. don't be afraid to email me over the critical issues where I seem to have not noticed them...my colleagues know to do this!
I've just been avoiding Keberos
This needs to be disposed of for building against more recent hadoop versions, so someone has to do it..
maybe both; all we saw was the failure from the missing error code
This is happening with the java.net.URL connection. What happens if you switch over to the apache httpclient?
I'd still like the reason for internal retry failures to be passed up. For example -client retries on all IOEs -endpoint is generating UnknownHostException -which is retried -timeout exception will...
@IdiosApps if the http connection is stale/dead and gets returned into the pool, you can get recurrent failures. check your ttls and if your read() gets errors: abort() the connection.
our problems weren't with throughput manager, saw it for unknown host exceptions, e.g trying to use fips in a region without it
stack trace of where the exception is being raised ``` java.net.UnknownHostException: software.amazon.awssdk.core.exception.SdkClientException: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is...