shizy818 commented on code in PR #14616:
URL: https://github.com/apache/iotdb/pull/14616#discussion_r1909654954


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/IWritableMemChunk.java:
##########
@@ -32,6 +34,9 @@
 import java.util.concurrent.BlockingQueue;
 
 public interface IWritableMemChunk extends WALEntryValue {
+  int TVLIST_SORT_THRESHOLD = 
IoTDBDescriptor.getInstance().getConfig().getTvListSortThreshold();
+  int MAX_NUMBER_OF_POINTS_IN_PAGE =
+      TSFileDescriptor.getInstance().getConfig().getMaxNumberOfPointsInPage();

Review Comment:
   Actually I do not get understand why MAX_NUMBER_OF_POINTS_IN_PAGE is the 
member of derived class before. It's for hot-reloaded. Will move them out.



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