ctubbsii commented on issue #3368: URL: https://github.com/apache/accumulo/issues/3368#issuecomment-1541195421
@cshannon The interrupted exception on line https://github.com/apache/accumulo/blob/b41427dc18c9fa36c9e619ebf928a02aebeb22fb/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#LL987C33-L987C33 is also poorly formatted. It should be `log.error("{}", e, e);` instead of `log.error(e.toString());` Regardless of what is discovered from troubleshooting this, that logging should be fixed. There may be cases where we omit the full stack trace for some rational reason, but those cases should have comments in the code explaining the justification. -- 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]
