On Fri, Sep 18, 2020 at 4:08 PM rohiths msft <rohiths.msft@xxxxxxxxx> wrote: > > Hi All, > > This fix is to handle STATUS_IO_TIMEOUT status code. This status code > is returned by the server in case of unavailability(internal > disconnects,etc) and is not treated by linux clients as retriable. So, > this fix maps the status code as retriable error and also has a check > to drop the connection to not overload the server. > Do we need a new method for this? Wouldn't it be enough to just do the remap-to-EAGAIN and have it handled as all other retryable errors? > Regards, > Rohith