HeimingZ commented on a change in pull request #5320:
URL: https://github.com/apache/iotdb/pull/5320#discussion_r834164957



##########
File path: 
server/src/main/java/org/apache/iotdb/db/engine/memtable/AbstractMemTable.java
##########
@@ -496,6 +501,11 @@ void updatePlanIndexes(long index) {
     minPlanIndex = Math.min(index, minPlanIndex);
   }
 
+  @Override
+  public int getMemTableId() {
+    return memTableId;

Review comment:
       Each memtable has its own id, this value is initialized at 
[AbstractMemTable 
L87-L88](https://github.com/apache/iotdb/pull/5320/files#diff-9b46aad29da3fa0719055cf485e20ed8c654b8faa799fc03c32ccd9df63f8509R87-R88)




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