odc icon indicating copy to clipboard operation
odc copied to clipboard

[Bug]: loader task parallel number is three in odc official document

Open krihy opened this issue 1 year ago • 2 comments

ODC version

4.2.4

OB version

any

What happened?

image

What did you expect to happen?

the explain about loader task parallel running number should be cpu core size * 2 in odc official document

How can we reproduce it (as minimally and precisely as possible)?

document link: loader dumper

Anything else we need to know?

No response

krihy avatar Apr 14 '24 05:04 krihy

odc do has concurrency limitation for task execution, refer class BaseFlowableConfiguration for details.

yizhouxw avatar Apr 14 '24 13:04 yizhouxw

odc do has concurrency limitation for task execution, refer class BaseFlowableConfiguration for details. Flowable task will submit to flowTaskExecutor, concurrency limitation may beSystemUtils.availableProcessors() * 2, details in FlowTaskSubmitter

krihy avatar Apr 14 '24 14:04 krihy