Expected Behavior
Default retry condition should retry on io.netty.handler.timeout.TimeoutException and subclasses io.netty.handler.timeout.ReadTimeoutException and io.netty.handler.timeout.WriteTimeoutException
Current Behavior
SDK doesn't retry on io.netty.handler.timeout.TimeoutException
Context
When ReadTimeoutHandler throws a ReadTimeoutException or WriteTimeoutHandler throws a WriteTimeoutException the sdk should retry like it does for IOException.
Your Environment
- AWS Java SDK version used: 2.0.0-preview-11