EdColeman commented on code in PR #2816:
URL: https://github.com/apache/accumulo/pull/2816#discussion_r923727887
##########
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:
You may be correct - it looks like
https://github.com/apache/accumulo/pull/2215 wanted to get away from
SiteConfiguration
--
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]