keith-turner commented on code in PR #3793: URL: https://github.com/apache/accumulo/pull/3793#discussion_r1364369632
########## 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: There was another PR I reviewed that added a static util method for doing something similar. Could that be used here? -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org