Re: [I] Support commit retries [iceberg-python]

2025-01-16 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-10-10 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-10-09 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-10-09 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-08-21 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-07-28 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-07-28 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-07-14 Thread via GitHub
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

Re: [I] Support commit retries [iceberg-python]

2024-01-16 Thread via GitHub
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