Sorry this is for accumulo 1.10.0 I am wondering is there a way to delete and recreate the accumulo.replication table. I know it is bit special table..so
Also, will restarting entire cluster solve this? or may be just restarting accumulo master may be? Since rolling restart of tservers is bit lengthy process for us just wanted to make sure it may resolve it or not.. -S ________________________________ From: Ligade, Shailesh [USA] Sent: Tuesday, January 4, 2022 11:27 AM To: user@accumulo.apache.org <user@accumulo.apache.org> Subject: replication table offline issue Hello, I setup replication and ran 'online accumulo.replication' however i n master i keep on getting error stating accumulo.replication is offline. I can scan accumulo.replication table it has no data at all the error is: ------------------------------------- WARN Failed to write work mutations for replication, will retry clinet.MutationRejectedException: # constraint violations: 0 security codes: {} # server errors 0 # exceptions 6 at xxxclient.impl.TabletServerBatchWriter.checkForFailures .... caused by TableOfflineException: Table accumulo.replication (+rep) is offline --------------------------- There are no constraints that I am using on any table. I added grants for root as well as my replication user for accumulo.replication Tbale.WRITE (there was only Table.READ before) if i run offline accumulo.replication i can see it is offline and then i can bring in online again however i still keep getting error Any suggestion on how to fix this? Thanks -S