mxm commented on code in PR #17113: URL: https://github.com/apache/iceberg/pull/17113#discussion_r3541227216
########## docs/docs/flink-maintenance.md: ########## @@ -526,7 +580,7 @@ These keys are used in SQL (SET or table WITH options) and are applicable when w **Recommendation:** Increase lock check delay and rate limit so that failed attempts back off and reduce contention. ```java .lockCheckDelay(Duration.ofMinutes(1)) // Wait longer before re-checking lock -.rateLimit(Duration.ofMinutes(10)) // Reduce frequency of task execution + .rateLimit(Duration.ofMinutes(10)) // Reduce frequency of task execution Review Comment: Same here (indention). -- 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]
