Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 87982 invoked from network); 26 Oct 2010 18:00:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 18:00:50 -0000 Received: (qmail 97855 invoked by uid 500); 26 Oct 2010 18:00:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 97826 invoked by uid 500); 26 Oct 2010 18:00:50 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 97817 invoked by uid 99); 26 Oct 2010 18:00:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 18:00:49 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 18:00:49 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9QI0Sv3021896 for ; Tue, 26 Oct 2010 18:00:29 GMT Message-ID: <26293659.83701288116028943.JavaMail.jira@thor> Date: Tue, 26 Oct 2010 14:00:28 -0400 (EDT) From: "Hairong Kuang (JIRA)" To: issues@hbase.apache.org Subject: [jira] Created: (HBASE-3154) HBase RPC should support timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 HBase RPC should support timeout -------------------------------- Key: HBASE-3154 URL: https://issues.apache.org/jira/browse/HBASE-3154 Project: HBase Issue Type: Improvement Reporter: Hairong Kuang Assignee: Hairong Kuang We see a client stuck at an RPC to a zombie RS. HBase RPC should support timeout. "IPC Client (47) connection to msgstore179.ash2.facebook.com/10.138.89.182:60020 from an unknown user" daemon prio=10 tid=0x00007f554c5ab800 nid=0x5df3 runnable [0x00000000590d4000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:215) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69) - locked <0x00007f5aa402a9e8> (a sun.nio.ch.Util$1) - locked <0x00007f5aa402aac0> (a java.util.Collections$UnmodifiableSet) - locked <0x00007f596a398408> (a sun.nio.ch.EPollSelectorImpl) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80) at org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool.select(SocketIOWithTimeout.java:332) at org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:157) at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:155) at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:128) at java.io.FilterInputStream.read(FilterInputStream.java:116) at org.apache.hadoop.hbase.ipc.HBaseClient$Connection$PingInputStream.read(HBaseClient.java:279) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:237) - locked <0x00007f5a1d7e7bd8> (a java.io.BufferedInputStream) at java.io.DataInputStream.readInt(DataInputStream.java:370) at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:514) at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:454) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.