DomGarguilo commented on a change in pull request #150:
URL: https://github.com/apache/accumulo-testing/pull/150#discussion_r705623687
##########
File path: src/main/java/org/apache/accumulo/testing/ingest/VerifyIngest.java
##########
@@ -59,6 +59,9 @@ public static void main(String[] args) throws Exception {
Opts opts = new Opts();
opts.parseArgs(VerifyIngest.class.getName(), args);
try (AccumuloClient client =
Accumulo.newClient().from(opts.getClientProps()).build()) {
+ if (opts.trace) {
+ throw new RuntimeException("Trace is enabled but not currently
supported");
Review comment:
Good idea. Addressed in 02248ad
--
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]