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/consensus/src/main/java/org/apache/iotdb/consensus/common/request/DeserializedBatchIndexedConsensusRequest.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ public class DeserializedBatchIndexedConsensusRequest
29
29
privatefinallongstartSyncIndex;
30
30
privatefinallongendSyncIndex;
31
31
privatefinalList<IConsensusRequest> insertNodes;
32
+
privatelongmemorySize;
32
33
33
34
publicDeserializedBatchIndexedConsensusRequest(
34
35
longstartSyncIndex, longendSyncIndex, intsize) {
@@ -52,6 +53,7 @@ public List<IConsensusRequest> getInsertNodes() {
Copy file name to clipboardExpand all lines: iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/service/IoTConsensusRPCServiceProcessor.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ public TSyncLogEntriesRes syncLogEntries(TSyncLogEntriesReq req) {
129
129
"execute TSyncLogEntriesReq for {} with result {}",
0 commit comments