Hi,
I have c++ client talking to Accumulo via Thrift.
The client app is simply running in the loop, and inside the loop it creates
batch writer, add mutation with random length of string data, call that
batch writer flush() and close() methods. The code is running fine, except
when running it with multiple instances, and after some number of
iterations, some of the instances may start hitting this exception:

org.apache.accumulo.core.client.MutationsRejectedException: # constraint
violations : 0  security codes: {}  # server errors 0 # exceptions 1

Do you know what causing this exception? Does it have anything to do with
the fact the client is accessing Accumulo via Thrift, or problem with the
Thrift proxy itself?


Thanks,
Z



--
View this message in context: 
http://apache-accumulo.1065345.n5.nabble.com/exception-from-thrift-tp19919.html
Sent from the Developers mailing list archive at Nabble.com.

Reply via email to