dgvj-work opened a new pull request, #1756:
URL: https://github.com/apache/iceberg-go/pull/1756

   ## Summary
   - Align Hive lock-check `calculateBackoff` with the Java `MetastoreLock` 
checkLock path, which uses `Tasks.exponentialBackoff(..., 1.5)` rather than the 
previous Go doubling schedule (`minWait << attempt`).
   - Keep the attempt-count bound unchanged; this PR does not move to Java's 
deadline-based retry semantics.
   - Update the jitter floor replay to walk the same 1.5× sequence so the last 
uncapped interval stays correct after the scale change.
   
   Fixes #1715
   
   ## Testing
   - `go test ./catalog/hive/ -count=1`
   - `gofmt` clean on touched Go files
   
   Made with [Cursor](https://cursor.com)


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