keith-turner opened a new issue, #4455:
URL: https://github.com/apache/accumulo/issues/4455

   According to [this 
documentation](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/filesystem/outputstream.html#HDFS_and_OutputStream.close.28.29)
 its best to call hsync() prior to close.  This could possibly be done for 
files created for minor and major compaction in Accumulo.  For compactions 
could call StreamCapabilities to see if hsync() is supported and if its then 
call it immediately before calling close.


-- 
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: notifications-unsubscr...@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to