cryptoe commented on code in PR #14915:
URL: https://github.com/apache/druid/pull/14915#discussion_r1308447020
##########
processing/src/main/java/org/apache/druid/java/util/http/client/pool/ChannelResourceFactory.java:
##########
@@ -308,4 +292,59 @@ public void close(ChannelFuture resource)
log.trace("Closing");
resource.awaitUninterruptibly().getChannel().close();
}
+
+ /**
+ * Handler that captures errors that occur while connecting. Typically
superseded by other handlers after
Review Comment:
Thanks for the Javadoc. It was very helpful.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]