You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/01/29 23:53:43 UTC

[GitHub] rdblue commented on issue #88: [TRIVIAL] Make retry count configurable

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org