shuwenwei commented on code in PR #15257:
URL: https://github.com/apache/iotdb/pull/15257#discussion_r2050397791


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/selector/estimator/CompactionEstimateUtils.java:
##########
@@ -55,11 +55,13 @@ public class CompactionEstimateUtils {
    *
    * @throws IOException if io errors occurred
    */
-  public static FileInfo calculateFileInfo(TsFileSequenceReader reader) throws 
IOException {
+  static FileInfo calculateFileInfo(TsFileSequenceReader reader) throws 
IOException {

Review Comment:
   The restart acceleration is useful most of the time, and this process is 
only useful for a small number of scenarios。 And we don't care about the speed 
in this process.



-- 
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]

Reply via email to