EdColeman commented on code in PR #4116:
URL: https://github.com/apache/accumulo/pull/4116#discussion_r1467124604


##########
test/src/main/java/org/apache/accumulo/test/functional/RecoveryWithEmptyRFileIT.java:
##########
@@ -95,7 +95,8 @@ public void replaceMissingRFile() throws Exception {
           Path rfile = 
StoredTabletFile.of(entry.getKey().getColumnQualifier()).getPath();
           log.debug("Removing rfile '{}'", rfile);
           cluster.getFileSystem().delete(rfile, false);
-          Process processInfo = cluster.exec(CreateEmpty.class, 
rfile.toString()).getProcess();
+          Process processInfo =
+              cluster.exec(CreateEmpty.class, "--type", "rfile", 
rfile.toString()).getProcess();

Review Comment:
   It is the default type and this worked without the change, but I thought 
that being specific here was better that relying on the default behavior.



-- 
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]

Reply via email to