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


##########
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:
   Okay, I'll change it back to test the default.  At one point I was "why did 
this work?" and then realized that oh, yea, it is the default....  ;-)



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