Jean-Daniel Cryans has submitted this change and it was merged. Change subject: KUDU-2067. Enable cfile checksumming by default ......................................................................
KUDU-2067. Enable cfile checksumming by default Cfile checksums were added in KUDU-463 but disabledby default to help avoid any issues preventing a userfrom downgrading Kudu.Note: This will a have minor impact on read and write throughputdue to additional checksum creation, validation and data. Change-Id: I615bf39cddcadbdac08b565f149106360e324269 Reviewed-on: http://gerrit.cloudera.org:8080/7409 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]> --- M src/kudu/cfile/cfile_writer.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7409 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I615bf39cddcadbdac08b565f149106360e324269 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
