EdColeman opened a new pull request #2224: URL: https://github.com/apache/accumulo/pull/2224
This replaces PR #2194 Refactored to address PR comments This the first step in moving towards a refactored ZooKeeper property storage. Intended to replace using individual nodes in ZooKeeper to save properties to a versioned group that is stored on a ZooKeeper single node. The PR contains the changes that provide serialization / deserialization of the properties along with maintaining versioning information. Designed to allow evolution of the storage scheme. Provides a header that maintains schema version, data version, and timestamp. Optional compression of the byte storage array. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
