Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 56235200B98 for ; Mon, 3 Oct 2016 14:38:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54CAD160AEC; Mon, 3 Oct 2016 12:38:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9AE0E160ADC for ; Mon, 3 Oct 2016 14:38:22 +0200 (CEST) Received: (qmail 89501 invoked by uid 500); 3 Oct 2016 12:38:21 -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 89434 invoked by uid 99); 3 Oct 2016 12:38:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 12:38:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D20A22C2A62 for ; Mon, 3 Oct 2016 12:38:20 +0000 (UTC) Date: Mon, 3 Oct 2016 12:38:20 +0000 (UTC) From: "Duo Zhang (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-16739) Timed out exception message should include encoded region name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 03 Oct 2016 12:38:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-16739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-16739: ------------------------------- The commit message is broken, both for master and branch-1. commit ec0adbd2c0fbe8e367521f85fdd7f94d5a886757 Author: tedyu Date: Sun Oct 2 21:09:09 2016 -0700 HBASE-16739) imed out exception message should include encoded region name Consider fixing it [~tedyu]? > Timed out exception message should include encoded region name > -------------------------------------------------------------- > > Key: HBASE-16739 > URL: https://issues.apache.org/jira/browse/HBASE-16739 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Fix For: 2.0.0, 1.4.0 > > Attachments: 16739.v1.txt > > > Saw the following in region server log repeatedly: > {code} > 2016-09-26 10:13:33,219 WARN org.apache.hadoop.hbase.regionserver.HRegion: Failed getting lock in batch put, row=1 > java.io.IOException: Timed out waiting for lock for row: 1 > at org.apache.hadoop.hbase.regionserver.HRegion.getRowLockInternal(HRegion.java:5151) > at org.apache.hadoop.hbase.regionserver.HRegion.doMiniBatchMutation(HRegion.java:3046) > at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2902) > at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:2844) > at org.apache.hadoop.hbase.regionserver.RSRpcServices.doBatchOp(RSRpcServices.java:692) > at org.apache.hadoop.hbase.regionserver.RSRpcServices.doNonAtomicRegionMutation(RSRpcServices.java:654) > at org.apache.hadoop.hbase.regionserver.RSRpcServices.multi(RSRpcServices.java:2040) > {code} > Region name was not logged - making troubleshooting a bit difficult. -- This message was sent by Atlassian JIRA (v6.3.4#6332)