cshannon commented on code in PR #3793:
URL: https://github.com/apache/accumulo/pull/3793#discussion_r1366839843
##########
test/src/main/java/org/apache/accumulo/test/VolumeIT.java:
##########
@@ -488,4 +515,60 @@ private void
updateConfig(Consumer<PropertiesConfiguration> updater) throws Exce
config.write(out);
}
}
+
+ // Go through each tablet file in metadata and split the files into two files
+ // by adding two new entries that covers half of the file. This will test
that
+ // files with ranges work properly with volume replacement
+ private void addRangesToFiles(AccumuloClient client, String tableName)
throws Exception {
Review Comment:
I just merged in #3824 so I can do a little refactoring to re-use some of
that
--
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]