OmniaGM commented on code in PR #15655:
URL: https://github.com/apache/kafka/pull/15655#discussion_r1551791995


##########
clients/src/main/java/org/apache/kafka/common/network/SslTransportLayer.java:
##########
@@ -204,7 +204,9 @@ public void close() throws IOException {
             } catch (SSLException e) {
                 // This is a debug log because an exception may be raised here 
frequently due to peers which do not
                 // follow the TLS spec and fail to send a close_notify alert. 
Even if they do, we currently don't read
-                // data from the socket after close() is invoked.
+                // This log is for debugging purposes as an exception might 
occur frequently 

Review Comment:
   The suggestion got applied wrongly can you fix it please?



-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to