How are you inserting the data?
From: Ligade, Shailesh [USA] <ligade_shail...@bah.com> Sent: Wednesday, September 22, 2021 10:22 PM To: user@accumulo.apache.org Subject: accumulo 1.10 replication issue Hello, I am following Apache Accumulo <https://accumulo.apache.org/1.10/accumulo_user_manual.html#_replication> R User Manual Version 1.10 I want to setup replication from accumulo instance inst1, table source, TO inst2, table target I created a replication user,( same password) on both instances and grant Table.READ/WRITE for source and target respectively I set replication.name property to be same as inst on both instances On inst1 Set following properties replication.peer.inst1=org.apache.accumulo.tserver.replication.AccumuloRepli caSystem,inst2,inst2zoo1:2181,inst2zoo2:2181,inst2zoo3:2181 replication.peer.user.inst2=replication replication.peer.password.inst2=replication set the source table for replication config -t source -s table.replication=true config -t source -s table.replication.target.inst2=(number I got for target table from inst2 tables -l command) and finally I did online accumulo.replication Now when I insert data in source, I get feiles needing replication 1 on the monitor replication section. All other values are correct, TABLE - source, PEER - inst2 REMOTE ID as number I set However my In-Progress Replication always stay empty and I don't see any data in inst2 target table No errors that I can see in master log or tserver log where tablet exist. Any idea what may be wrong? Is there any way to debug this? -S