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: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/reader/StandaloneWalRecordsIterator.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,9 @@ class StandaloneWalRecordsIterator extends AbstractWalRecordsIterator {
96
96
/** Replay from bound include. */
97
97
privatefinalWALPointerlowBound;
98
98
99
+
/** Singleton instance of {@link FilteredRecord} */
Copy file name to clipboardExpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/serializer/RecordV1Serializer.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ public class RecordV1Serializer implements RecordSerializer {
98
98
*/
99
99
privatefinalbooleanmarshalledMode;
100
100
101
+
/** Singleton instance of {@link FilteredRecord} */
Copy file name to clipboardExpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/serializer/RecordV2Serializer.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ public class RecordV2Serializer implements RecordSerializer {
74
74
/** Skip position check flag. Should be set for reading compacted wal file with skipped physical records. */
75
75
privatefinalbooleanskipPositionCheck;
76
76
77
+
/** Singleton instance of {@link FilteredRecord} */
0 commit comments