Hisoka-X commented on code in PR #9696:
URL: https://github.com/apache/seatunnel/pull/9696#discussion_r2283959618
##########
docs/en/seatunnel-engine/hybrid-cluster-deployment.md:
##########
@@ -168,12 +168,25 @@ The corePoolSize of seatunnel coordinator job's executor
cached thread pool
The max job count can be executed at same time
+**cleanup-retry-interval**
+
+Interval in seconds between attempts to retry metrics cleanup when previous
cleanup fails due to lock contention or other issues.
+Default value is 60 seconds.
+
+**cleanup-retry-queue-size**
+
+Maximum number of retry tasks allowed in the metrics cleanup retry queue.
+Older entries will be removed when the queue is full.
+Default value is 1024.
+
Example
```yaml
coordinator-service:
core-thread-num: 30
max-thread-num: 1000
+ cleanup-retry-interval: 60
+ cleanup-retry-queue-size: 1024
Review Comment:
Hi @dybyte . Perhaps we should follow [this
comment](https://github.com/apache/seatunnel/pull/9427#pullrequestreview-2920391531)
to modify it to remove the distributed lock, which can remove the unnecessary
queue and retry thread. Sorry to tell you now, I just remembered it. 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]