Eric Newton created ACCUMULO-1938:
-------------------------------------
Summary: IllegalStateException: Major compacting files not empty
Key: ACCUMULO-1938
URL: https://issues.apache.org/jira/browse/ACCUMULO-1938
Project: Accumulo
Issue Type: Bug
Reporter: Eric Newton
Assignee: Eric Newton
Priority: Minor
Fix For: 1.6.0
Running random walk test on a single node with two walkers.
Got this illegal state message: need to determine if this is a real problem or
squash the error message.
{noformat}
MajC Failed, message = Major compacting files not empty
[hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043w.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043p.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/A00003nm.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003eo/A00003mh.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003ux.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003tx.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C0000435.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003ei/C00003o4.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043m.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043i.rf]
java.lang.IllegalStateException: Major compacting files not empty
[hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043w.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043p.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/A00003nm.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003eo/A00003mh.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003ux.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003tx.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C0000435.rf,
hdfs://localhost:9000/accumulo/tables/2g/t-00003ei/C00003o4.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043m.rf,
hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043i.rf]
at
org.apache.accumulo.tserver.Tablet$DatafileManager.reserveMajorCompactingFiles(Tablet.java:933)
at
org.apache.accumulo.tserver.Tablet._majorCompact(Tablet.java:3186)
at
org.apache.accumulo.tserver.Tablet.majorCompact(Tablet.java:3370)
at
org.apache.accumulo.tserver.Tablet.access$38(Tablet.java:3351)
at
org.apache.accumulo.tserver.Tablet$CompactionRunner.run(Tablet.java:2848)
at
org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at
org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47)
at
org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:662)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)