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