karanmehta93 opened a new pull request #2182: Add API for Bookie checksum verification writeFlags URL: https://github.com/apache/bookkeeper/pull/2182 Descriptions of the changes in this PR: ### Motivation Reserving the bits from `WriteFlag` so that clients can send the checksum information to the bookies ### Changes Updated `WriteFlag` class Bit no 1 (from the right) indicates if checksum verification is enabled or not Bits no 2-4 (from the right) indicates checksum type, currently CRC32, CRC32C and MAC type supported Bit no 0 (from the right) is currently being used for `DEFERRED_SYNC` option. Master Issue: #2174
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
