dlmarion commented on code in PR #4845:
URL: https://github.com/apache/accumulo/pull/4845#discussion_r1736178695
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ClientContext.java:
##########
@@ -1124,4 +1125,12 @@ public synchronized ThriftTransportPool
getTransportPool() {
return thriftTransportPool;
}
+ public synchronized ZookeeperLockChecker getZKLockChecker() {
Review Comment:
Changed in 08892f7
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/InstanceOperationsImpl.java:
##########
@@ -273,24 +283,35 @@ public boolean testClassLoad(final String className,
final String asTypeName)
@Override
public List<ActiveCompaction> getActiveCompactions(String tserver)
Review Comment:
Changed in 08892f7
--
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]