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 0b3190e  DefaultSpeculativeRequestExecutionPolicy: fix logger 
instantiation
0b3190e is described below

commit 0b3190e5cb6285b1ad30cfcdc074fde223772d38
Author: Samuel Just <[email protected]>
AuthorDate: Thu Dec 21 21:46:33 2017 -0800

    DefaultSpeculativeRequestExecutionPolicy: fix logger instantiation
    
    Signed-off-by: Samuel Just <sjustsalesforce.com>
    
    Author: Samuel Just <[email protected]>
    
    Reviewers: Sijie Guo <[email protected]>
    
    This closes #911 from athanatos/forupstream/small-fixes-1/logger
---
 .../bookkeeper/client/DefaultSpeculativeRequestExecutionPolicy.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DefaultSpeculativeRequestExecutionPolicy.java
 
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DefaultSpeculativeRequestExecutionPolicy.java
index ba4d674..7474e56 100644
--- 
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DefaultSpeculativeRequestExecutionPolicy.java
+++ 
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DefaultSpeculativeRequestExecutionPolicy.java
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
  * are between {@code firstSpeculativeRequestTimeout} and {@code 
maxSpeculativeRequestTimeout}.
  */
 public class DefaultSpeculativeRequestExecutionPolicy implements 
SpeculativeRequestExecutionPolicy {
-    private static final Logger LOG = 
LoggerFactory.getLogger(PendingReadOp.class);
+    private static final Logger LOG = 
LoggerFactory.getLogger(DefaultSpeculativeRequestExecutionPolicy.class);
     final int firstSpeculativeRequestTimeout;
     final int maxSpeculativeRequestTimeout;
     final float backoffMultiplier;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to