xiaochen-zhou commented on code in PR #8241:
URL: https://github.com/apache/seatunnel/pull/8241#discussion_r1881373377


##########
docs/en/seatunnel-engine/hybrid-cluster-deployment.md:
##########
@@ -154,6 +154,27 @@ seatunnel:
 
 When `dynamic-slot: true` is used, the `job-schedule-strategy: WAIT` 
configuration will become invalid and will be forcibly changed to 
`job-schedule-strategy: REJECT`, because this parameter is meaningless in 
dynamic slots.
 
+### 4.7 Coordinator Service
+
+CoordinatorService responsible for the process of generating each job from a 
LogicalDag to an ExecutionDag, 
+and then to a PhysicalDag. It ultimately creates the JobMaster for the job to 
handle scheduling, execution, and state monitoring.
+
+**core-thread-num**
+
+The corePoolSize of seatunnel coordinator job's executor cached thread pool 
+
+**max-thread-num**
+
+The maximumPoolSize of seatunnel coordinator job's executor cached thread pool

Review Comment:
   > maybe use `the max job count can be executed at same time` is more clear 
to explane this.
   > 
   > user don't need to know what's coordinator
   
   ok



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to