keith-turner commented on a change in pull request #2334:
URL: https://github.com/apache/accumulo/pull/2334#discussion_r740557515
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/AssignmentHandler.java
##########
@@ -45,6 +48,7 @@
class AssignmentHandler implements Runnable {
private static final Logger log =
LoggerFactory.getLogger(AssignmentHandler.class);
+ private static final String METADETA_ISSUE = "Saw metadeta issue when
loading table : ";
Review comment:
May be easier to rename the following in your IDE than applying this
suggestion.
```suggestion
private static final String METADATA_ISSUE = "Saw metadata issue when
loading tablet : ";
```
--
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]