Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD0229099 for ; Wed, 2 Nov 2011 06:24:23 +0000 (UTC) Received: (qmail 30491 invoked by uid 500); 2 Nov 2011 06:24:23 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 30438 invoked by uid 500); 2 Nov 2011 06:24:18 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 30430 invoked by uid 99); 2 Nov 2011 06:24:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 06:24:17 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ramakrishnas@huawei.com designates 119.145.14.67 as permitted sender) Received: from [119.145.14.67] (HELO szxga04-in.huawei.com) (119.145.14.67) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 06:24:12 +0000 Received: from huawei.com (szxga04-in [172.24.2.12]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0LU0003LBSEVRP@szxga04-in.huawei.com> for dev@hbase.apache.org; Wed, 02 Nov 2011 14:23:19 +0800 (CST) Received: from huawei.com ([172.24.2.119]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0LU0006ACSEV4R@szxga04-in.huawei.com> for dev@hbase.apache.org; Wed, 02 Nov 2011 14:23:19 +0800 (CST) Received: from BLRNSHTIPL3NC ([10.18.1.33]) by szxml06-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0LU000D4ZSEUH4@szxml06-in.huawei.com> for dev@hbase.apache.org; Wed, 02 Nov 2011 14:23:19 +0800 (CST) Date: Wed, 02 Nov 2011 11:53:18 +0530 From: Ramkrishna S Vasudevan Subject: RE: client thread waiting infinitely In-reply-to: To: dev@hbase.apache.org Reply-to: ramakrishnas@huawei.com Message-id: <553A470B7578447BB5972701F5F35175@china.huawei.com> Organization: HTIPL MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3790.4862 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Thread-index: AcyZJULFvdue/b9ZR3OXZCd92LyRawAAanig Hi Stack JVM version is 1.6. There was no profiling done. =20 In the TreeMap remove method we try to compare and then remove. So may = be its not able to find the intended key as the map is corrupted and hence = the comparator is stuck and runs infinitely. =20 Regards Ram -----Original Message----- From: saint.ack@gmail.com [mailto:saint.ack@gmail.com] On Behalf Of = Stack Sent: Wednesday, November 02, 2011 11:34 AM To: dev@hbase.apache.org; ramakrishnas@huawei.com Subject: Re: client thread waiting infinitely On Tue, Nov 1, 2011 at 10:44 PM, Ramkrishna S Vasudevan wrote: > I was using 0.90.x version to insert data. =A0At one point suddenly = the client > stopped pumping data. =A0The reason was the tableLocations SoftValueSortedMap > in the HConnectionManager got corrupted and the isEmpty check was = running > infinitely. =A0But not sure how the internalMap got corrupted. =A0Any = idea Ted? > Trying to debug this but not reproducing. > > > > Has any one faced this problem? > Is it for sure stuck there? Maybe its stuck in comparator comparing? What version of JVM? Were you profiling at the time? St.Ack