You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/02 00:56:20 UTC

[GitHub] jvrao commented on a change in pull request #1106: BOOKKEEPER-1103 Add channel TLS counters

jvrao commented on a change in pull request #1106: BOOKKEEPER-1103 Add channel TLS counters
URL: https://github.com/apache/bookkeeper/pull/1106#discussion_r165533463
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java
 ##########
 @@ -1013,6 +1053,16 @@ public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws E
             return;
         }
 
+        if (cause instanceof DecoderException && cause.getCause() instanceof SSLHandshakeException) {
+//            failedTlsHandshakeCounter.inc();
 
 Review comment:
   ???

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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