keith-turner commented on code in PR #3872:
URL: https://github.com/apache/accumulo/pull/3872#discussion_r1369296589
##########
core/src/main/java/org/apache/accumulo/core/manager/state/TabletManagement.java:
##########
@@ -94,6 +115,10 @@ public TabletMetadata getTabletMetadata() {
return tabletMetadata;
}
+ public String getErrorMessage() {
Review Comment:
```suggestion
/**
* @return exception message if an exception was thrown while computing
this tablets management actions OR null if no exception was seen
*/
public String getErrorMessage() {
```
--
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]