dlmarion commented on code in PR #3083:
URL: https://github.com/apache/accumulo/pull/3083#discussion_r1026387748


##########
core/src/main/java/org/apache/accumulo/core/file/rfile/RFileOperations.java:
##########
@@ -131,6 +135,20 @@ protected FileSKVWriter openWriter(FileOptions options) 
throws IOException {
       outputStream = fs.create(new Path(file), false, bufferSize, (short) rep, 
block);
     }
 
+    if (options.dropCacheBehind) {
+      // Tell the DataNode that the write ahead log does not need to be cached 
in the OS page
+      // cache

Review Comment:
   Resolved in 4cd1525



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to