milleruntime opened a new pull request #669: Use optimized writeV methods in Mutations URL: https://github.com/apache/accumulo/pull/669 * Moved optimized writeVLong and writeVInt to UnsynchronizedBuffer to replace use of WriteableUtils methods. Each optimized method will only make one write call to the underlying outputstream. This was mainly done as an attempt to improve WAL performance. It "should" help performance of mutations overall since the Hadoop WriteableUtils method can make multiple write calls per long.
---------------------------------------------------------------- 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
