[
https://issues.apache.org/jira/browse/IOTDB-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574637#comment-17574637
]
Jialin Qiao commented on IOTDB-4037:
------------------------------------
Worker-Thread is controled by IoTDBConfig.concurrentQueryThread, the default
value could be set to 0 and then related to CPU processors.
pool-13-IoTDB-MPPCoordinator is controled by
IoTDBConfig.coordinatorReadExecutorSize, this could use a separated ThreadPool
instead of the
executor in Coordinator, or be limited to a small number in standalone version.
> [ThreadNum] Compare thread number between start-server.sh and
> start-new-server.sh
> ---------------------------------------------------------------------------------
>
> Key: IOTDB-4037
> URL: https://issues.apache.org/jira/browse/IOTDB-4037
> Project: Apache IoTDB
> Issue Type: Improvement
> Components: Core/Server
> Affects Versions: 0.14.0-SNAPSHOT
> Reporter: FengQingxin
> Assignee: Haonan Hou
> Priority: Critical
> Attachments: IoTDB.out, NewIoTDB.out, diff.out,
> image-2022-08-03-16-45-03-901.png, image-2022-08-03-16-45-13-102.png
>
>
> Produce Steps:
> 1.git clone and build iotdb-master
> 2.using start-server.sh to start iotd instance
> 3.using iotdb-benchmark to test sequence insert(get a
> result:{color:#00875a}thread num 166{color})
> 4.clean the test env and using start-new-server.sh to start a NewIoTDB
> instance
> 5.using iotdb-benchmark to test sequence insert(get a
> result:{color:#ff8b00}thread num 236{color})
>
> *The number of thread of NewIoTDB instance is more than IoTDB instance.*
>
> !image-2022-08-03-16-45-13-102.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)