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 D3475200D35 for ; Mon, 23 Oct 2017 20:59:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D1CD01609E0; Mon, 23 Oct 2017 18:59:36 +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 23FEC1609DF for ; Mon, 23 Oct 2017 20:59:35 +0200 (CEST) Received: (qmail 65445 invoked by uid 500); 23 Oct 2017 18:59:35 -0000 Mailing-List: contact commits-help@bookkeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-dev@bookkeeper.apache.org Delivered-To: mailing list commits@bookkeeper.apache.org Received: (qmail 65436 invoked by uid 99); 23 Oct 2017 18:59:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 18:59:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8C6A781CA7; Mon, 23 Oct 2017 18:59:32 +0000 (UTC) Date: Mon, 23 Oct 2017 18:59:32 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch master updated: Fix a typo in PCBC logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150878517265.20092.13716864289422727604@gitbox.apache.org> From: sijie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 51a58cbe3ad6ca7833f433aa9b845480ee690e57 X-Git-Newrev: 8ca0dd414c1b4519aeb8014a0b65d60318f84f5c X-Git-Rev: 8ca0dd414c1b4519aeb8014a0b65d60318f84f5c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Mon, 23 Oct 2017 18:59:37 -0000 This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/master by this push: new 8ca0dd4 Fix a typo in PCBC logging 8ca0dd4 is described below commit 8ca0dd414c1b4519aeb8014a0b65d60318f84f5c Author: Ivan Kelly AuthorDate: Mon Oct 23 11:59:25 2017 -0700 Fix a typo in PCBC logging All ops had writeLac in their logged text, which is confusing Author: Ivan Kelly Reviewers: Enrico Olivelli , Sijie Guo This closes #647 from ivankelly/pcbc-typo --- .../main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java index 59510f5..6eda724 100644 --- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java +++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java @@ -1263,7 +1263,7 @@ public class PerChannelBookieClient extends ChannelInboundHandlerAdapter { bAddress = c.remoteAddress().toString(); } if (LOG.isDebugEnabled()) { - LOG.debug("Could not write {} request writeLac to bookie {} for ledger {}, entry {}", + LOG.debug("Could not write {} request to bookie {} for ledger {}, entry {}", operationName, bAddress, ledgerId, entryId); } -- To stop receiving notification emails like this one, please contact ['"commits@bookkeeper.apache.org" '].