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 F0B0710477 for ; Thu, 16 Jan 2014 15:42:30 +0000 (UTC) Received: (qmail 98368 invoked by uid 500); 16 Jan 2014 15:42:21 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 98321 invoked by uid 500); 16 Jan 2014 15:42:20 -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 98307 invoked by uid 99); 16 Jan 2014 15:42:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 15:42:20 +0000 Date: Thu, 16 Jan 2014 15:42:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2202) Bloom loader missleading ERROR 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-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13873500#comment-13873500 ] ASF subversion and git services commented on ACCUMULO-2202: ----------------------------------------------------------- Commit 91be551f655bf0a1d80493c95eafadd0025cfe40 in branch refs/heads/1.4.5-SNAPSHOT from [~ecn] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=91be551 ] ACCUMULO-2202 catch all runtime exceptions, not just NPE > Bloom loader missleading ERROR > ------------------------------ > > Key: ACCUMULO-2202 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2202 > Project: Accumulo > Issue Type: Bug > Components: tserver > Affects Versions: 1.4.4 > Reporter: Michael Wall > Assignee: Eric Newton > Priority: Minor > > After talking with [~ecn], the following hand typed stacktrace can be ignored and should be cleaned up in the code. > {noformat} > Thread "bloom-loader-20" died File /accumulo/tables/2h/default_tablet/F0yuuuiof.rf is closed > java.lang.IllegalStateException: File /accumulo/tables/2h/default_tablet/F0yuuuiof.rf is closed > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getBCFile(CachableBlockFile:244) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.access$000(CachableBlockFile:142) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader$MetaBlockLoader.get(CachableBlockFile:211) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getBlock(CachableBlockFile:307) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getMetaBlock(CachableBlockFile:357) > at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getMetaBlock(CachableBlockFile:142) > at org.apache.accumulo.core.file.rfile.RFile$Reader.getMetaStore(RFile.java:927) > at org.apache.accumulo.core.file.BloomFilterLayer$BloomFilterLoader$1.run(BloomFilterLayer.java:210) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExectutor.java:866) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > {noformat} > The line right before this in the tserver debug log shows starting a MajC which included the closed rfile. That file was closed by the garbage collected and deleted shortly thereafter. The table was getting lots of writes. Eric, please correct anything I missed. Thanks -- This message was sent by Atlassian JIRA (v6.1.5#6160)