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 5D468176F4 for ; Fri, 3 Oct 2014 23:51:33 +0000 (UTC) Received: (qmail 48571 invoked by uid 500); 3 Oct 2014 23:51:26 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 48506 invoked by uid 500); 3 Oct 2014 23:51: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 48494 invoked by uid 99); 3 Oct 2014 23:51:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 23:51:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.50 as permitted sender) Received: from [209.85.213.50] (HELO mail-yh0-f50.google.com) (209.85.213.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 23:51:21 +0000 Received: by mail-yh0-f50.google.com with SMTP id a41so742113yho.9 for ; Fri, 03 Oct 2014 16:51:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aF1pkNhn4s4RCyU9bwvDAwkleipOfJlTJ1OOqxjGOMc=; b=HZOHZjJoaInX2kHMuVK8m4+IaGDi36eKqdBykgdaD7Oqi9tq9I+uNYwvfO8D02V+GZ 2VspGdML3SRmPSdaXNTtf1ZZKygQI1iKUxDJp2xlH5gydhefD06rpXUqlIeHFYcS5hFh BXhcBN2uFCT7uXa3ZRNgoVNV64k7SzbwLeH9KeLe6Z7ZJc7DR937J3Z2fcooeCj46muk q797zs+Tm1HWoInc4YvBFw4MD8dm55FN84lzSofIOzivcZoslIK3iJXy0y2EPWapwFAZ msfhPzOCFB1pRIYMmqK2NVrV3XB+0ntOOUdYq22nyEm/8Li6YSbWfH9HDs/TLQLOaA9P IgBg== MIME-Version: 1.0 X-Received: by 10.236.222.103 with SMTP id s97mr12532239yhp.106.1412380261106; Fri, 03 Oct 2014 16:51:01 -0700 (PDT) Received: by 10.170.163.70 with HTTP; Fri, 3 Oct 2014 16:51:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Oct 2014 16:51:01 -0700 Message-ID: Subject: Re: Puts failing with WrongRegionException From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e01634728c04a3405048d67de X-Virus-Checked: Checked by ClamAV on apache.org --089e01634728c04a3405048d67de Content-Type: text/plain; charset=UTF-8 Can you check region server log to see if region m_test, 64d7e88463b88e7325b623fbd6629cda,1408803862959. cb513be341b94588469efa9d26d29857. moved / splitted between MR job launch and the time when this error showed up ? Thanks On Fri, Oct 3, 2014 at 4:08 PM, Thomas Kwan wrote: > Hi there, > > Wonder if anyone has seen error like this > > 2014-10-03 16:03:45,203 WARN [RpcServer.handler=7,port=60020] > regionserver.HRegion: Failed getting lock in batch put, > row=65317d52abfedc8b94a19f6fbffe187c > org.apache.hadoop.hbase.regionserver.WrongRegionException: Requested row > out of range for row lock on HRegion > > m_test,64d7e88463b88e7325b623fbd6629cda,1408803862959.cb513be341b94588469efa9d26d29857., > startKey='64d7e88463b88e7325b623fbd6629cda', > getEndKey()='6516687f5dae26f529c53f309cb36fca', > row='65317d52abfedc8b94a19f6fbffe187c' > > > Recently, we have added 10 more region servers to our cluster and then I > started seeing errors like above when doing puts via TableOutputFormat in a > MR job. > > Maybe where hbase stores the region info is corrupted? > > thanks for your help in advance > thomas > --089e01634728c04a3405048d67de--