slfan1989 commented on code in PR #14243: URL: https://github.com/apache/iceberg/pull/14243#discussion_r2444804721
########## docs/docs/flink-maintenance.md: ########## @@ -378,6 +378,8 @@ These keys are used in SQL (SET or table WITH options) and are applicable when w | `flink-maintenance.lock.zookeeper.connection-timeout-ms` | Connection timeout (ms) | `15000` | | `flink-maintenance.lock.zookeeper.max-retries` | Max retries | `3` | | `flink-maintenance.lock.zookeeper.base-sleep-ms` | Base sleep between retries (ms) | `3000` | +| `flink-maintenance.lock.zookeeper.max-sleep-ms` | Maximum sleep time (in milliseconds) between retries. Caps the exponential backoff delay. | `10000` | Review Comment: Thank you for your review and suggestions! I have made improvements based on your feedback. -- 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]
