Pengzna commented on code in PR #16163:
URL: https://github.com/apache/iotdb/pull/16163#discussion_r2308915639
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/consensus/PipeConsensusSubtaskExecutor.java:
##########
@@ -27,12 +27,17 @@ public class PipeConsensusSubtaskExecutor extends
PipeSinkSubtaskExecutor {
public PipeConsensusSubtaskExecutor() {
super(
// The number of data regions for a datanode is limited by
offHeapMemory. At the same time,
- // in order to ensure multi-core performance, the number of data
regions usually does not
+ // in order to ensure multi-cores performance, the number of data
regions usually does not
Review Comment:
you are right!
--
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]