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/pipe/receiver/protocol/pipeconsensus/PipeConsensusReceiver.java
+11-6
Original file line number
Diff line number
Diff line change
@@ -1145,13 +1145,13 @@ private class PipeConsensusTsFileWriter {
1145
1145
privatefinalConsensusPipeNameconsensusPipeName;
1146
1146
privatefinalintindex;
1147
1147
privateFilelocalWritingDir;
1148
+
privateFilewritingFile;
1149
+
privateRandomAccessFilewritingFileWriter;
1148
1150
// whether this buffer is used. this will be updated when first transfer tsFile piece or
1149
1151
// when transfer seal.
1150
-
privatebooleanisUsed = false;
1152
+
privatevolatilebooleanisUsed = false;
1151
1153
// If isUsed is true, this variable will be set to the TCommitId of holderEvent
0 commit comments