Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 12630 invoked from network); 14 Nov 2009 21:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 21:20:39 -0000 Received: (qmail 83611 invoked by uid 500); 14 Nov 2009 21:20:38 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 83555 invoked by uid 500); 14 Nov 2009 21:20:38 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 83540 invoked by uid 99); 14 Nov 2009 21:20:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 21:20:38 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhongresearch@gmail.com designates 209.85.223.188 as permitted sender) Received: from [209.85.223.188] (HELO mail-iw0-f188.google.com) (209.85.223.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 21:20:36 +0000 Received: by iwn26 with SMTP id 26so3482806iwn.5 for ; Sat, 14 Nov 2009 13:20:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/FfuzwTO0PbzCQBlaovQyu9mL7BDg/zybmOXqY9Xp3Q=; b=YPTrnFe40q6ycfi0Yy6Y0V4Dy3F0px5fkytx/LoNLdJm2Vr1nhmSV09wT2CTZ3zHpU YSVkOlJLGKk0MO7hwB+Z5Bac71dMo+dK1eIPKaL2Gj22eM6w/JzSXHifaDjqRMzP9fsw vzBrTvUhAu/EgkfE0dD8YSJyT7kuL/pMt07Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dy7H0fa24BSUko3m1Nubl5BsFlFwurxbJGV2MqM2w1Y7Vf9kEXnVjna7HRsJ9yzEwW 9lfh6F35Se/AVItOMKW4VHP9VuDLkwwF/zq7IFu0H4TF7MtI08yd631fITcSK6aq81b1 pK2/vnvT9APwiO0VSDbLoEZuXMogVfwygC8As= MIME-Version: 1.0 Received: by 10.231.122.36 with SMTP id j36mr4795810ibr.21.1258233615405; Sat, 14 Nov 2009 13:20:15 -0800 (PST) In-Reply-To: <7c962aed0911141203l100e5e43r284b18b9958f5838@mail.gmail.com> References: <80942B37-2300-489C-A8A5-AFD3F267CD9E@gmail.com> <7c962aed0911131502g5960797q10d8cdff89ecbe85@mail.gmail.com> <7c962aed0911131608x52317c12j769305788cc6e1b6@mail.gmail.com> <7c962aed0911141203l100e5e43r284b18b9958f5838@mail.gmail.com> Date: Sat, 14 Nov 2009 16:20:15 -0500 Message-ID: Subject: Re: regionserver disconnection From: Zhenyu Zhong To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e64603eab0d47004785b5735 --0016e64603eab0d47004785b5735 Content-Type: text/plain; charset=ISO-8859-1 Stack, I am very appreciated for your help. I went back to check the GC log. I found one entry that is 8677.032: [CMS-concurrent-mark: 1.547/2170.359 secs] [Times: user=50.29 sys=3.65, real=2170.49 secs] I couldn't tell what time this entry was logged. This is the only entry I found that has such huge number of GC time. I also saw a few long GC time around 200 secs. (should be within the session timeout) Next, I need to find a way to correlate the timestamp with a friendly dateformat on each GC log entry. Hopefully this is the reason. Best, zhenyu On Sat, Nov 14, 2009 at 3:03 PM, stack wrote: > On Sat, Nov 14, 2009 at 8:31 AM, Zhenyu Zhong >wrote: > > .... > > > 2009-11-14 16:00:12,775 DEBUG org.apache.zookeeper.ClientCnxn: Got ping > > response for sessionid:0x424f0ed01ea00a6 after 0ms > > 2009-11-14 16:00:28,141 DEBUG org.apache.zookeeper.ClientCnxn: Got ping > > response for sessionid:0x424f0ed01ea00a6 after 2010ms > > 2009-11-14 16:01:10,378 WARN org.apache.zookeeper.ClientCnxn: Exception > > closing session 0x424f0ed01ea00a6 to sun.nio.ch.SelectionKeyImpl@39fbb2d6 > > java.io.IOException: Read error rc = -1 java.nio.DirectByteBuffer[pos=0 > > lim=4 cap=4] > > at > > org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:701) > > > > Anything happening on the machine at this time? The ping time is starting > to climb... was 0ms for a long time and the last log is > 2seconds. Whats > in the GC logs? Anything else running on this machine? > St.Ack > --0016e64603eab0d47004785b5735--