tracer continues to get errors writing to an online trace table
---------------------------------------------------------------
Key: ACCUMULO-215
URL: https://issues.apache.org/jira/browse/ACCUMULO-215
Project: Accumulo
Issue Type: Bug
Components: trace
Environment: trunk
Reporter: Eric Newton
Assignee: Eric Newton
Priority: Minor
I took the trace table offline. The tracer gets exceptions writing to it,
which is to be expected. However, after I brought the table online, I
continued to get errors.
{noformat}
Unable to write mutation to table: org.apache.accumulo.core.data.Mutation@0
org.apache.accumulo.core.client.MutationsRejectedException: #
constraint violations : 0 # authorization failures : 0 # server errors 0 #
exceptions 10
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.checkForFailures(TabletServerBatchWriter.java:456)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.addMutation(TabletServerBatchWriter.java:198)
at
org.apache.accumulo.core.client.impl.BatchWriterImpl.addMutation(BatchWriterImpl.java:40)
at
org.apache.accumulo.server.trace.TraceServer$Receiver.span(TraceServer.java:128)
at
cloudtrace.thrift.SpanReceiver$Processor$span.process(SpanReceiver.java:174)
at
cloudtrace.thrift.SpanReceiver$Processor.process(SpanReceiver.java:154)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:176)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.accumulo.core.client.TableOfflineException: Table
trace (1) is offline
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.binMutations(TabletServerBatchWriter.java:571)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.addMutations(TabletServerBatchWriter.java:602)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.startProcessing(TabletServerBatchWriter.java:182)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.addFailedMutations(TabletServerBatchWriter.java:473)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.access$700(TabletServerBatchWriter.java:96)
at
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$FailedMutations.run(TabletServerBatchWriter.java:525)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira