majian1998 commented on PR #17013: URL: https://github.com/apache/iceberg/pull/17013#issuecomment-4851066642
Thanks for the review, @wombatu-kun. I updated the PR to address the comments: - Reused `Tasks.foreach(...).retry(...).exponentialBackoff(...)` instead of custom retry/backoff/sleep handling. - Limited retries to `IOException`, so corrupt `version-hint.text` parse failures fall back to metadata scanning without retrying. - Moved the new `iceberg.version-hint.retry.*` keys and defaults to `ConfigProperties`. - Renamed `initial-wait-ms` to `min-wait-ms` for consistency with existing retry config naming. -- 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]
