You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/TsFileProcessor.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,8 @@ public class TsFileProcessor {
207
207
208
208
publicstaticfinalintMEMTABLE_NOT_EXIST = -1;
209
209
210
+
privateintwalEntryNum = 0;
211
+
210
212
@SuppressWarnings("squid:S107")
211
213
publicTsFileProcessor(
212
214
StringstorageGroupName,
@@ -315,6 +317,7 @@ public void insert(InsertRowNode insertRowNode, long[] costsForMetrics)
0 commit comments