Adar Dembo has submitted this change and it was merged. Change subject: env: rename writable_file_use_fsync to env_file_use_fsync ......................................................................
env: rename writable_file_use_fsync to env_file_use_fsync It's not just used for writable_file. And I doubt anyone has set this thing; we copied it from rocksdb to work around buggy ext3 implementations. Still, it's a backwards incompatible change, so maybe I should leave it be? Change-Id: I66f9b448869885e855558dfc9194aabd17a8644d Reviewed-on: http://gerrit.cloudera.org:8080/5458 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/util/env_posix.cc 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5458 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I66f9b448869885e855558dfc9194aabd17a8644d Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
