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 2020/04/29 17:51:50 UTC

[GitHub] [incubator-iceberg] rdblue edited a comment on issue #970: Writing HadoopTable concurrently leading to losing data

rdblue edited a comment on issue #970:
URL: https://github.com/apache/incubator-iceberg/issues/970#issuecomment-621365796


   Another thing you can do is turn up the [number of retries](https://iceberg.apache.org/configuration/#table-behavior-properties) on the table and re-running:
   
   ```java
   table.updateProperties()
       .set("commit.retry.num-retries", "360")
       .commit();
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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