keith-turner commented on code in PR #5019:
URL: https://github.com/apache/accumulo/pull/5019#discussion_r1823407063
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/AssignmentHandler.java:
##########
@@ -173,15 +168,7 @@ public void run() {
tablet = null; // release this reference
successful = true;
} catch (Exception e) {
- log.warn("exception trying to assign tablet {} {}", extent,
locationToOpen, e);
-
- if (e.getMessage() != null) {
- log.warn("{}", e.getMessage());
- }
Review Comment:
These lines seemed kinda pointless so I removed them. Not sure if I am
missing something.
--
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]