keith-turner commented on a change in pull request #669: Use optimized writeV methods in Mutations URL: https://github.com/apache/accumulo/pull/669#discussion_r222034691
########## File path: server/base/src/main/java/org/apache/accumulo/server/data/ServerMutation.java ########## @@ -31,6 +32,8 @@ */ public class ServerMutation extends Mutation { private long systemTime = 0L; + private final byte[] timeBuffer = new byte[8]; Review comment: Could make these local vars. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services