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: flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStResourceContainer.java
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ public final class ForStResourceContainer implements AutoCloseable {
86
86
87
87
@NullableprivatefinalPathremoteForStPath;
88
88
89
+
privatebooleanremotePathNewlyCreated;
90
+
89
91
@NullableprivatefinalPathlocalBasePath;
90
92
91
93
@NullableprivatefinalPathlocalForStPath;
@@ -369,7 +371,7 @@ public int getWriteIoParallelism() {
369
371
*/
370
372
publicvoidprepareDirectories() throwsException {
371
373
if (remoteBasePath != null && remoteForStPath != null) {
Copy file name to clipboardExpand all lines: flink-state-backends/flink-statebackend-forst/src/test/java/org/apache/flink/state/forst/ForStResourceContainerTest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,9 @@ public void testDirectoryResources() throws Exception {
0 commit comments