Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 77645 invoked from network); 22 Jul 2008 21:52:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 21:52:22 -0000 Received: (qmail 15685 invoked by uid 500); 22 Jul 2008 21:52:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 15667 invoked by uid 500); 22 Jul 2008 21:52:21 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 15655 invoked by uid 99); 22 Jul 2008 21:52:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 14:52:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 21:51:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FC1D234C177 for ; Tue, 22 Jul 2008 14:51:31 -0700 (PDT) Message-ID: <28911714.1216763491653.JavaMail.jira@brutus> Date: Tue, 22 Jul 2008 14:51:31 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-761) IOE: Stream closed exception all over logs In-Reply-To: <690647824.1216759291705.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-761. ------------------------- Resolution: Fixed Izaak and I tested on cluster. Exception no longer shows. Resolving. > IOE: Stream closed exception all over logs > ------------------------------------------ > > Key: HBASE-761 > URL: https://issues.apache.org/jira/browse/HBASE-761 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Fix For: 0.2.0 > > Attachments: 761.patch > > > From the list: > {code} > 2008-07-22 12:29:52,759 WARN org.apache.hadoop.hbase.regionserver.HStore: Exception closing reader for 242866774/new > java.io.IOException: Stream closed > at org.apache.hadoop.dfs.DFSClient$DFSInputStream.close(DFSClient.java:1319) > at java.io.FilterInputStream.close(FilterInputStream.java:155) > at org.apache.hadoop.io.SequenceFile$Reader.close(SequenceFile.java:1581) > at org.apache.hadoop.io.MapFile$Reader.close(MapFile.java:577) > at org.apache.hadoop.hbase.regionserver.HStore.closeCompactionReaders(HStore.java:917) > at org.apache.hadoop.hbase.regionserver.HStore.compactHStoreFiles(HStore.java:910) > at org.apache.hadoop.hbase.regionserver.HStore.compact(HStore.java:787) > at org.apache.hadoop.hbase.regionserver.HRegion.compactStores(HRegion.java:887) > at org.apache.hadoop.hbase.regionserver.HRegion.compactStores(HRegion.java:847) > at org.apache.hadoop.hbase.regionserver.CompactSplitThread.run(CompactSplitThread.java:84) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.