ghajos commented on a change in pull request #373: ACCUMULO-4709 sanity check
in Mutation
URL: https://github.com/apache/accumulo/pull/373#discussion_r167243397
##########
File path: core/src/main/java/org/apache/accumulo/core/data/Mutation.java
##########
@@ -306,6 +340,9 @@ private void put(byte[] cf, int cfLength, byte[] cq, int
cqLength, byte[] cv, bo
if (buffer == null) {
Review comment:
Wanted to maintain only one size attribute without recalculating size after
serialization. Now I try another way.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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