[ https://issues.apache.org/jira/browse/ACCUMULO-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497145#comment-13497145 ]
Josh Elser commented on ACCUMULO-854: ------------------------------------- Am I to read that as remove the main method from RFile, or do you really mean remove the entire java file? If you did mean the latter: RFile is rather important for how Accumulo actually works and has a logical extension on top of BCFile. Why do you think it should be pulled into BCFile? > ava.lang.IllegalStateException: Locality group reader closed > ------------------------------------------------------------ > > Key: ACCUMULO-854 > URL: https://issues.apache.org/jira/browse/ACCUMULO-854 > Project: Accumulo > Issue Type: Bug > Components: client > Reporter: David Medinets > Assignee: Billie Rinaldi > Priority: Minor > > I am running the RFile program and getting the following result: > {noformat} > 2/11/12 22:05:26 INFO compress.CodecPool: Got brand-new compressor > 12/11/12 22:05:34 INFO compress.CodecPool: Got brand-new decompressor > Open time 2 21 > 0.185 540.5405405405405 > 12/11/12 22:05:37 INFO compress.CodecPool: Got brand-new decompressor > 0.152 657.8947368421053 > 12/11/12 22:05:41 INFO compress.CodecPool: Got brand-new decompressor > 0.146 684.9315068493152 > 0.143 699.3006993006993 > 0.194 515.4639175257731 > Exception in thread "main" java.lang.IllegalStateException: Locality > group reader closed > at > org.apache.accumulo.core.file.rfile.RFile$LocalityGroupReader.seek(RFile.java:612) > at > org.apache.accumulo.core.file.rfile.RFile$Reader.seek(RFile.java:1047) > at > org.apache.accumulo.core.file.rfile.RFile.seekRandomly(RFile.java:1173) > at org.apache.accumulo.core.file.rfile.RFile.main(RFile.java:1161) > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira