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
Seems the old retry mechanism is for a reader, it can only retry 3 times. When the file reading range is large can each Read is relatively small, it's hard to use 3 retry to finish reading.
I think it's better to tolerate 3 retry inside the Read call