cshannon commented on code in PR #5353:
URL: https://github.com/apache/accumulo/pull/5353#discussion_r1968589594
##########
core/src/main/java/org/apache/accumulo/core/client/admin/InstanceOperations.java:
##########
@@ -357,4 +358,12 @@ boolean testClassLoad(final String className, final String
asTypeName)
* @since 2.1.0
*/
InstanceId getInstanceId();
+
+ /**
+ * Return the current manager time
Review Comment:
Manager time is the SteadyTime that is tracked by the manager and stored in
ZK for the instance so even if the Manager changes it won't go backwards as
it's persisted across restarts
--
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]