You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/17 09:30:38 UTC

[GitHub] [hbase] sbarnoud commented on a change in pull request #343: HBASE-22634 : Improve performance of BufferedMutator

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:
users@infra.apache.org


With regards,
Apache Git Services