Hi, I've configured replication between two instances of accumulo: one is the primary accumulo and the other is a peer created from a restore of the backup of the primary.
I've followed the instructions in the manual (https://accumulo.apache.org/1.7/accumulo_user_manual#_replication) and I can see the 4 tables I've configured to replicate in the Accumulo Monitor but they do not replicate. They have 1 or 2 "Files needing replication" and this number never decreases. I've also tried inserting data in one of the tables and the data does not replicate to the accumulo peer instance. In the master log I see many entries like this one: 2017-12-29 13:22:25,490 [replication.RemoveCompleteReplicationRecords] INFO : Removed 0 complete replication entries from the table accumulo.replication Does anyone know what could be happening? Thanks.
