Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/220#discussion_r102777287
--- Diff:
server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java
---
@@ -57,9 +58,11 @@
private static final Logger log =
LoggerFactory.getLogger(RemoveCompleteReplicationRecords.class);
private Connector conn;
+ private Master master;
- public RemoveCompleteReplicationRecords(Connector conn) {
+ public RemoveCompleteReplicationRecords(Connector conn, Master master) {
--- End diff --
bq. Is this connector for the remote peer?
No, it's for the "local" instance. This is just cleaning up stuff in the
accumulo.replication table on the "source" instance.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---