Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 79931 invoked from network); 22 Dec 2008 21:56:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 21:56:18 -0000 Received: (qmail 42242 invoked by uid 500); 22 Dec 2008 21:56:12 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 42213 invoked by uid 500); 22 Dec 2008 21:56:12 -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 42115 invoked by uid 99); 22 Dec 2008 21:56:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 13:56:11 -0800 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; Mon, 22 Dec 2008 21:56:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4793D234C464 for ; Mon, 22 Dec 2008 13:55:44 -0800 (PST) Message-ID: <1551155926.1229982944292.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 13:55:44 -0800 (PST) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1045) Hangup by regionserver causes write to fail In-Reply-To: <65538557.1228416404460.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-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-1045. ----------------------------------- Resolution: Fixed NPE addressed elsewhere. No need to port. Thanks J-D. > Hangup by regionserver causes write to fail > ------------------------------------------- > > Key: HBASE-1045 > URL: https://issues.apache.org/jira/browse/HBASE-1045 > Project: Hadoop HBase > Issue Type: Bug > Components: client > Reporter: Andrew Purtell > Assignee: Jean-Daniel Cryans > Fix For: 0.19.0 > > Attachments: hbase-1045-1.patch > > > Root cause is OOME on the region server. Nonetheless a hangup during IPC causes the client to fail the write, currently causing data loss. Should the application catch and retry? Or should the client libraries try harder? > Dec 4, 2008 5:25:30 PM com.powerset.heritrix.writer.HBaseWriterProcessor innerProcessResult > SEVERE: Failed write of Record: http://www.publicrecordslocal.com/georgia.htm (in thread 'ToeThread #9: http://www.publicrecordslocal.com/georgia.htm'; in processor 'Archiver') > java.io.IOException: java.io.IOException: Call to /10.30.94.38:60020 failed on local exception: Connection refused > at com.powerset.heritrix.writer.HBaseWriter.write(Unknown Source) > at com.powerset.heritrix.writer.HBaseWriterProcessor.write(Unknown Source) > at com.powerset.heritrix.writer.HBaseWriterProcessor.innerProcessResult(Unknown Source) > at org.archive.modules.Processor.process(Processor.java:123) > at org.archive.crawler.framework.ToeThread.processCrawlUri(ToeThread.java:310) > at org.archive.crawler.framework.ToeThread.run(ToeThread.java:157) > Caused by: java.io.IOException: Call to /10.30.94.38:60020 failed on local exception: Connection refused > at org.apache.hadoop.ipc.Client.call(Client.java:699) > at org.apache.hadoop.hbase.ipc.HbaseRPC$Invoker.invoke(HbaseRPC.java:323) > at $Proxy12.batchUpdates(Unknown Source) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers$2.call(HConnectionManager.java:919) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers$2.call(HConnectionManager.java:917) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionServerForWithoutRetries(HConnectionManager.java:875) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.processBatchOfRows(HConnectionManager.java:916) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1267) > at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1238) > at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1218) > at net.iridiant.content.Content.storeURLInfo(Unknown Source) > ... 6 more > Caused by: java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:100) > at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:299) > at org.apache.hadoop.ipc.Client$Connection.access$1700(Client.java:176) > at org.apache.hadoop.ipc.Client.getConnection(Client.java:772) > at org.apache.hadoop.ipc.Client.call(Client.java:685) > ... 16 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.