timothy-khom opened a new issue #3903:
URL: https://github.com/apache/iceberg/issues/3903


   Hi colleagues,
   Could the hard-coded value of numRetries at 
https://github.com/apache/iceberg/blob/0.12.x/core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java#L160
 and backoff policy at 
https://github.com/apache/iceberg/blob/0.12.x/core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java#L175
 be specified via configuration somehow? When there is an intermittent network 
issue or so it is usually enough to retry less times. Otherwise, for instance 
if there is a stale information in metadata for some reason and the underlying 
files do not exist this retry mechanism causes overall process to “stuck” for 
10 mins unnecessarily retrying the read operation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to