Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F06C79E8F for ; Wed, 1 Feb 2012 01:09:18 +0000 (UTC) Received: (qmail 64448 invoked by uid 500); 1 Feb 2012 01:09:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64332 invoked by uid 500); 1 Feb 2012 01:09:18 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 64323 invoked by uid 99); 1 Feb 2012 01:09:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 01:09:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 01:09:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2688B1675FE for ; Wed, 1 Feb 2012 01:08:57 +0000 (UTC) Date: Wed, 1 Feb 2012 01:08:57 +0000 (UTC) From: "Darren Haas (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <2010300277.899.1328058537159.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <918592110.19706.1304455563172.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-3850) Log more details when a scanner lease expires MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darren Haas updated HBASE-3850: ------------------------------- Attachment: HBASE-3850.trunk.v2.patch Attached file contains updated patch > Log more details when a scanner lease expires > --------------------------------------------- > > Key: HBASE-3850 > URL: https://issues.apache.org/jira/browse/HBASE-3850 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Benoit Sigoure > Assignee: Darren Haas > Priority: Critical > Fix For: 0.94.0 > > Attachments: HBASE-3850.trunk.v1.patch, HBASE-3850.trunk.v2.patch > > > The message logged by the RegionServer when a Scanner lease expires isn't as useful as it could be. {{Scanner 4765412385779771089 lease expired}} - most clients don't log their scanner ID, so it's really hard to figure out what was going on. I think it would be useful to at least log the name of the region on which the Scanner was open, and it would be great to have the ip:port of the client that had that lease too. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira