Hello Alexey Serbin, Yingchun Lai, Attila Bukor, Kudu Jenkins, Bankim Bhavsar,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18101
to look at the new patch set (#3).
Change subject: [consensus] force fsync metadata on XFS
......................................................................
[consensus] force fsync metadata on XFS
We've seen issues like KUDU-2195 rear their heads more prominently on
XFS, sometimes requiring costly surgery to fix by restoring metadata if
all replicas lose their consensus metadata.
This patch adds to the band-aid flag --cmeta_force_fsync, checking if
the metadata is on an XFS mount, and if so, always fsyncing. This new
behavior is enabled by default with the --cmeta_fsync_override_on_xfs
flag.
Change-Id: Ie97138e3522f20325be104d3665d887693b79a10
---
M src/kudu/consensus/consensus_meta.cc
M src/kudu/fs/fs_manager.cc
M src/kudu/fs/fs_manager.h
3 files changed, 28 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/18101/3
--
To view, visit http://gerrit.cloudera.org:8080/18101
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie97138e3522f20325be104d3665d887693b79a10
Gerrit-Change-Number: 18101
Gerrit-PatchSet: 3
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Bankim Bhavsar <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <[email protected]>