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 0EAA8200BEC for ; Thu, 29 Dec 2016 16:25:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0CF68160B2D; Thu, 29 Dec 2016 15:25:38 +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 7CF98160B15 for ; Thu, 29 Dec 2016 16:25:37 +0100 (CET) Received: (qmail 92015 invoked by uid 500); 29 Dec 2016 15:25:36 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 92004 invoked by uid 99); 29 Dec 2016 15:25:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 15:25:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2EF19DFC11; Thu, 29 Dec 2016 15:25:36 +0000 (UTC) From: lstav To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request #195: ACCUMULO-4446 Added log INFO when acquiring Moni... Content-Type: text/plain Date: Thu, 29 Dec 2016 15:25:36 +0000 (UTC) archived-at: Thu, 29 Dec 2016 15:25:38 -0000 GitHub user lstav opened a pull request: https://github.com/apache/accumulo/pull/195 ACCUMULO-4446 Added log INFO when acquiring Monitor lock. Fix for ACCUMULO-4446. I added the log INFO right before acquiring the Monitor lock, and a log WARN if the lock fails. On the issue @joshelser wrote: > Ensuring that these exist for the Master, TabletServer, and SimpleGarbageCollector would also be great! but I am not sure where this would go, if anyone can point me in the right direction I'll add them and push the changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lstav/accumulo ACCUMULO-4446 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/195.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #195 ---- commit 9f90d848b1105ef44da303ec72dccd40b101aeaa Author: Luis Tavarez Date: 2016-12-29T15:20:35Z ACCUMULO-4446 Added log INFO when acquiring Monitor lock. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---