minor and major compaction hung with the following error (note the rfiles are zero length). has anyone seen this before? what is the root cause of this? (note: i can copy over empty rfiles to replace the zero length ones; however, trying to know what went wrong):
Some problem opening map file hdfs://namenode/accumulo/tables/9/xyz.rf Cannot seek to negative offset java.io.EOFException: Cannot seek to negative offset at org.apache.hadoop.hdfs.DFSInputStream.seek(DFSInputStream.java.1459) ... at org.apache.accumulo.core.file.RFile$Reader.<init>(RFile.java:1149) ... at org.apache.accumulo.tserver.tablet.Tablet._majorCompact(Tablet.java:2034) at org.apache.accumulo.tserver.tablet.Tablet._majorCompact(Tablet.java:2160) ... at org.apache.accumulo.fate.util.LoggingrRunnable.run(LoggingRunnable.java:35)
