Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B65AAD95D for ; Wed, 14 Nov 2012 15:06:13 +0000 (UTC) Received: (qmail 80719 invoked by uid 500); 14 Nov 2012 15:06:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 80678 invoked by uid 500); 14 Nov 2012 15:06:13 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 80654 invoked by uid 99); 14 Nov 2012 15:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 15:06:12 +0000 Date: Wed, 14 Nov 2012 15:06:12 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: <47920468.114032.1352905572494.JavaMail.jiratomcat@arcas> In-Reply-To: <1065331532.113821.1352900652262.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (ACCUMULO-854) ava.lang.IllegalStateException: Locality group reader closed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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