You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2017/10/23 18:59:32 UTC

[bookkeeper] branch master updated: Fix a typo in PCBC logging

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 <iv...@midokura.com>
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 <iv...@midokura.com>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Sijie Guo <si...@apache.org>
    
    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" <co...@bookkeeper.apache.org>'].