Storage Service is throwing IOException with Broken pipe error message. This usually thrown when a client closes the connection while its request is still being processed in the server.
Broken pipe
We should handle these properly so client can retry.
Here is one of the stack trace: