jt2594838 commented on code in PR #15257:
URL: https://github.com/apache/iotdb/pull/15257#discussion_r2053251541
##########
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/AbstractCompactionTest.java:
##########
@@ -112,6 +113,11 @@ public class AbstractCompactionTest {
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
38, 39
};
+ static {
+ AbstractCompactionEstimator.setGlobalCompactionRoughFileInfoCacheSize(100);
+ AbstractCompactionEstimator.setGlobalCompactionFileInfoCacheSize(100);
+ }
Review Comment:
Then, can we add some interfaces for reallocation? It still concerns me that
a test changes a global config permanently.
--
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]