Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF154112D1 for ; Tue, 8 Jul 2014 09:15:27 +0000 (UTC) Received: (qmail 78865 invoked by uid 500); 8 Jul 2014 09:15:26 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 78791 invoked by uid 500); 8 Jul 2014 09:15:26 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 78778 invoked by uid 99); 8 Jul 2014 09:15:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2014 09:15:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ruralhunter@gmail.com designates 209.85.192.178 as permitted sender) Received: from [209.85.192.178] (HELO mail-pd0-f178.google.com) (209.85.192.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2014 09:15:19 +0000 Received: by mail-pd0-f178.google.com with SMTP id r10so6880860pdi.37 for ; Tue, 08 Jul 2014 02:14:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gEiSPxeRoA4tIyKcmXV75N2j2Ecs/Lp9cgs2eIRtzvY=; b=xeFPOqGGchb44lguypahaH7hkNunauxtPuX1VxsOehhUbo8w0/nj7jRRO66fYjAD8g IiBKb5C0zfG7PIKQUdOHdSrm2bDmoNLOIN1nmoYb/YZvtq8uWr571EZ9ApN1jaADH50b JycCXOq3CKLESAK6dENMiO//7fD4ERfvcxu0i71+7Xo6Eps1JAhS0EjnNXOuh4PwX6e2 bqJ0lAPvL6MxOR6pMKRmvMs+9CA8j0ieKO+RT71T+0phSpzjmWZyOHVaMP++Cf3L0tDN UgPFKluW2IGaRrZeGo6ee00zCNLMD8XV2WjovnqEPqDVYfrx/3mLWq7JO8/mAZzoUY/k jGyQ== X-Received: by 10.70.0.76 with SMTP id 12mr4148474pdc.44.1404810898860; Tue, 08 Jul 2014 02:14:58 -0700 (PDT) Received: from [192.168.2.106] ([116.226.65.195]) by mx.google.com with ESMTPSA id oz1sm22878341pdb.89.2014.07.08.02.14.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Jul 2014 02:14:58 -0700 (PDT) From: Rural Hunter X-Google-Original-From: Rural Hunter Message-ID: <53BBB68B.3040601@gmail.com> Date: Tue, 08 Jul 2014 17:14:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: user@hbase.apache.org Subject: Re: Region server not accept connections intermittently References: <53BB8A5F.6030900@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org OK, I will try to do that when it happens again. Thanks. 于 2014/7/8 17:06, Ted Yu 写道: > Next time this happens, can you take jstack of the region server and pastebin it ? > > Thanks > >