mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 06:55:28 +00:00
NIFI-33: On failure, was attempting to remove non-existent file; fixed this
This commit is contained in:
parent
ece5ce1409
commit
7797184712
@ -549,7 +549,7 @@ public class FileSystemSwapManager implements FlowFileSwapManager {
|
||||
|
||||
swapQueue.getQueue().add(swapFile);
|
||||
} else {
|
||||
swapFile.delete();
|
||||
swapTempFile.delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user