DomGarguilo commented on a change in pull request #2321:
URL: https://github.com/apache/accumulo/pull/2321#discussion_r735934352
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/HighlyAvailableService.java
##########
@@ -31,4 +31,11 @@
*/
boolean isActiveService();
+ /**
+ * Is this service instance is currently in the process of upgrading
+ *
+ * @return True if the service is the service is upgrading, false otherwise.
Review comment:
```suggestion
* @return True if the service is upgrading, false otherwise.
```
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/HighlyAvailableService.java
##########
@@ -31,4 +31,11 @@
*/
boolean isActiveService();
+ /**
+ * Is this service instance is currently in the process of upgrading
Review comment:
```suggestion
* Is this service instance currently in the process of upgrading?
```
--
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]