https://github.com/apache/arrow/blob/master/cpp/src/arrow/filesystem/s3fs.cc#L791
Why not use the exponential retry policy? In recent days our datasets have been timeout due to read/write exceptions. It seems that 6s time is not enough in some cases. For example, when backend storage encounters a large number of simultaneous reads and writes. 1057445597 [email protected]
