EricJoy2048 commented on issue #2426:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2426#issuecomment-1216370016

   > Dynamic allocation. When a task applies for resources, the corresponding 
slot is dynamically created. The size of the slot is determined according to 
the number of resources required by the task. This can maximize the use of 
resources and improve the success rate of scheduling large-resource tasks.
   
   Yes, I think `Dynamic allocation` is better. Our `TaskExecutionService` can 
run task in shared thread, So I think the `TaskExecutionService` can run more 
tasks if every task only have a small dataset.


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

Reply via email to