milleruntime commented on a change in pull request #2117:
URL: https://github.com/apache/accumulo/pull/2117#discussion_r651837281
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/logger/LogFileValue.java
##########
@@ -93,4 +98,23 @@ public String toString() {
return format(this, 5);
}
+ /**
+ * Convert list of mutations to a byte array and use to create a Value
+ */
+ public Value toValue() throws IOException {
+ ByteArrayOutputStream baos = new ByteArrayOutputStream();
Review comment:
I was waiting until after I merge for follow on task but this one is
independent of this PR so I just created
https://github.com/apache/accumulo/issues/2165
--
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]