-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.cannot reproduce
Description
Encountered this exception while running continuous ingest on 1.9 branch.
Thread "tablet assignment 1" died Active assignment already exists for 2;7666c;759a09
java.lang.IllegalStateException: Active assignment already exists for 2;7666c;759a09
at org.apache.accumulo.tserver.ActiveAssignmentRunnable.run(ActiveAssignmentRunnable.java:54)
at org.apache.htrace.wrappers.TraceRunnable.run(TraceRunnable.java:57)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
at java.lang.Thread.run(Thread.java:748)
Metadata
Metadata
Assignees
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.cannot reproduce