marieamelie94 commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2595111596
Also interested in such feature!
--
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
mark-major commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2405076085
@maxlucuta Yes, that's what I have been using. It would be nice if there
would be an internal retry for the commit so the client application doesn't
have to be polluted with
maxlucuta commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2402969232
Have also have experience not being able write to tables in highly
distributed environments. Refreshing the table in isolation, in addition to
adding some retry logic did not
kevinjqliu commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2402909492
As a workaround, to manually retry commits, update the table metadata by
using
```
table = table.refresh()
```
before calling `commit()` again
--
This is an
sungwy commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2302406604
mark not stale
--
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 commen
github-actions[bot] closed issue #269: Support commit retries
URL: https://github.com/apache/iceberg-python/issues/269
--
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 unsubs
github-actions[bot] commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2254722571
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apac
github-actions[bot] commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-2227533587
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity oc
nicor88 commented on issue #269:
URL: https://github.com/apache/iceberg-python/issues/269#issuecomment-1894219977
Few suggestions on this feature. It will be good to have control of the
amount of retries and the retry strategy. After trying out a few retries
libraries I found [tenacity](htt