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 <[email protected]>
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 <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    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
['"[email protected]" <[email protected]>'].

Reply via email to