[ https://issues.apache.org/jira/browse/ACCUMULO-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497144#comment-13497144 ]
Dave Marion commented on ACCUMULO-854: -------------------------------------- Unless you are suggesting that we remove the RFile.java file and move the contents into BCFile.java as a static inner class :-) > 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