natural commented on a change in pull request #3594: NIFI-3833 Support for 
Encrypted Flow File Repositories
URL: https://github.com/apache/nifi/pull/3594#discussion_r323572526
 
 

 ##########
 File path: 
nifi-commons/nifi-write-ahead-log/src/main/java/org/apache/nifi/wali/LengthDelimitedJournal.java
 ##########
 @@ -373,7 +378,8 @@ public synchronized void fsync() throws IOException {
 
         try {
             if (fileOut != null) {
-                fileOut.getChannel().force(false);
+                // Before transparent crypto, this was: 
fileOut.getChannel().force(false);
 
 Review comment:
   I exposed the `FileOutputStream` as a member method and reverted the line 
above.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to