rdblue commented on issue #88: [TRIVIAL] Make retry count configurable URL: https://github.com/apache/incubator-iceberg/pull/88#issuecomment-458755139 This uses the configuration for table commit retries, which isn't appropriate for this situation. Here, the operation is adding metadata for manifest files that were written without metadata. It is very unlikely that the operation needs a retry for S3 because the files are not new. I think this retry should actually be removed. It was originally intended to catch the case that is now handled in HadoopOutputFile#toInputFile.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
