EdColeman commented on code in PR #2816:
URL: https://github.com/apache/accumulo/pull/2816#discussion_r923713449
##########
core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooReaderWriter.java:
##########
@@ -40,7 +40,7 @@ public interface Mutator {
byte[] mutate(byte[] currentValue) throws
AcceptableThriftTableOperationException;
}
- public ZooReaderWriter(SiteConfiguration conf) {
+ public ZooReaderWriter(AccumuloConfiguration conf) {
Review Comment:
Why is this change necessary? I believe site configuration has the ZK info,
I'm not sure that an AccumuloConfiguration must have it. It could be a subset.
Or, maybe I have it backward?
--
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]