wu-sheng commented on a change in pull request #8484:
URL: https://github.com/apache/skywalking/pull/8484#discussion_r794247221
##########
File path: CHANGES.md
##########
@@ -45,6 +45,9 @@ Release Notes.
* Fix `SelfRemoteClient` self observing metrics.
* Add env variables `SW_CLUSTER_INTERNAL_COM_HOST` and
`SW_CLUSTER_INTERNAL_COM_PORT` for cluster selectors
`zookeeper`,`consul`,`etcd` and `nacos`.
* Doc update: `configuration-vocabulary`,`backend-cluster` about env variables
`SW_CLUSTER_INTERNAL_COM_HOST` and `SW_CLUSTER_INTERNAL_COM_PORT`.
+* Fix IoTDB Storage Option insert null index value.
+* Set the default value of SW_STORAGE_IOTDB_SESSIONPOOL_SIZE to 2 * CPU_Cores.
Review comment:
Should be less? Check PersistenceTimer codes, the default prepare
thread is only 2.
```java
prepareExecutorService =
Executors.newFixedThreadPool(moduleConfig.getPrepareThreads());
```
How many threads are you building in the bulk metric and segment processing?
--
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]