Manno15 commented on issue #132: URL: https://github.com/apache/accumulo-testing/issues/132#issuecomment-811272819
After looking at the debug logs of `Securit.xml` closely, everything seems to be running as expected. Some notes below: There is an expected `MutationsRejectedException` that gets thrown in the `TableOps` Write case which accumulo will still log no matter what. That has been apart of the confusion. `GetSummaries` near the bottom of `TableOps` isn't supported and rwalk will throw an exception near the end of its run because of it. Not quite sure if that is causing any issues or not but commenting that line out will remove the exception in the logs. The biggest issue is the overload of logs in the accumulo monitor. Both warnings and errors. All of them being `ThriftSecurityExceptions`. After reviewing everything, this could just be the byproduct of the test and isn't actually causing any issues. If that is the case then the best course of action would be to either suppress the logs or just ignore them when running rwalk. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
