MrDerecho commented on PR #2205:
URL: https://github.com/apache/iceberg-python/pull/2205#issuecomment-3067245177
@ForeverAngry - I looked at this
```python
@retry(
stop=retry_kwargs.get("stop", stop_after_attempt(3)),
wait=retry_kwargs.get("wait", wait_exponential(multiplier=1,
min=2, max=10)),
retry=retry_if_exception_type(CommitFailedException),
reraise=True,
)
```
It's been my experience that the lock is resolved very quickly- is it
possible to make this seconds (1-10) in lieu of minutes? Some people may want
to have these transactions "open until filled" per se- so allowing some
configuration, maybe needed. Thanks.
--
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 unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]