The --io-retries
option doesn't seem to work correctly
#1413
Labels
Milestone
--io-retries
option doesn't seem to work correctly
#1413
What would you like to be added:
The
--io-retries
option should be able to control the number of retries for all IO requests, including read and write data to data storage and metadata engine.Currently, the
maxRetries
ofdataReader
anddataWriter
is equal toconf.Meta.Retries
, andconf.Meta.Retries
is hard coded to 10 (like here).Why is this needed:
User need to be able to control the number of retries of IO requests.
The text was updated successfully, but these errors were encountered: