jhrotko opened a new pull request, #16780:
URL: https://github.com/apache/iceberg/pull/16780

   This updates commit retry handling to preserve the existing 
`CommitFailedException` contract while making retry exhaustion more actionable.
   
   When a retryable commit failure exhausts the configured retry budget, the 
final `CommitFailedException` now includes guidance about which commit retry 
property likely needs adjustment:
   - `commit.retry.num-retries`
   - `commit.retry.total-timeout-ms`
   - both properties when both limits are reached
   
   The generic retry logic in `Tasks` now reports a `RetryExhaustionReason` to 
opt-in handlers, while preserving previous behavior for non-retryable failures 
and callers that do not register an exhaustion handler.
   
   Closes #16744 


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

Reply via email to