You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/05 22:52:21 UTC

[GitHub] [accumulo-testing] Manno15 commented on a diff in pull request #254: Refactor logging in Verify for RW Bulk

Manno15 commented on code in PR #254:
URL: https://github.com/apache/accumulo-testing/pull/254#discussion_r1014735557


##########
src/main/java/org/apache/accumulo/testing/randomwalk/bulk/Verify.java:
##########
@@ -67,12 +67,15 @@ public void visit(State state, RandWalkEnv env, Properties props) throws Excepti
     String user = env.getAccumuloClient().whoami();
     Authorizations auths = env.getAccumuloClient().securityOperations().getUserAuthorizations(user);
     RowIterator rowIter;
+    Boolean errorFound = false;

Review Comment:
   Whoops. Will fix.



-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org