sbarnoud commented on a change in pull request #343: HBASE-22634 : Improve 
performance of BufferedMutator       
URL: https://github.com/apache/hbase/pull/343#discussion_r304305960
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java
 ##########
 @@ -149,6 +149,15 @@ private void scheduleRelogin(Throwable error) {
     if (error instanceof FallbackDisallowedException) {
       return;
     }
+    // do not schedule anything if not needed...
+    boolean isOverKrb = false;
 
 Review comment:
   I don't want to optimize the kerberos stuff, just avoid an used thread when 
kerberos is not used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to