zhoulii
zhoulii
Thanks for reviewing, I will rebase the change and address the comments.
@flinkbot run azure
@flinkbot run azure
Hi @zhuzhurk, I have rebased the change to the latest master, the ci passed now.
Hi @Aitozi , could you please take a look at this PR? Thanks.
Hi @Aitozi , could you please take a look at this PR? Thanks.
In this situation, the thread pool is full, so the new tasks will be rejected. Increasing the num of threads or the size of blocking queue may mitigate this problem,...
Since most of the tasks in thread pool are duplicated, maybe we can define a special blocking queue which can deduplicate tasks for the the same app naturally when building...