zerolbsony commented on code in PR #17279:
URL: https://github.com/apache/iotdb/pull/17279#discussion_r2944672219
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -1219,6 +1219,10 @@ public class IoTDBConfig {
private long maxObjectSizeInByte = 4 * 1024 * 1024 * 1024L;
+ /* Need use these parameters when repair data partition table */
+ private int partitionTableRecoverWorkerNum = 10;
+ private int partitionTableRecoverMaxReadBytesPerSecond = 1000;
Review Comment:
Changed yet
--
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]