Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment and extra newline
  • Loading branch information
nehrao1 committed Nov 25, 2024
commit 726a94be0a963b6b8283596e4536d7495027b1bd
Original file line number Diff line number Diff line change
Expand Up @@ -206,25 +206,6 @@ public final class RntbdClientChannelPool implements ChannelPool {
* @param durableEndpointMetrics a holder for the metric state (which should be
* durable for endpoints with the same address)
*/
/* RntbdClientChannelPool(
final RntbdServiceEndpoint endpoint,
final Bootstrap bootstrap,
final Config config,
final ClientTelemetry clientTelemetry,
final RntbdConnectionStateListener connectionStateListener,
final RntbdServerErrorInjector faultInjectionInterceptors,
final RntbdDurableEndpointMetrics durableEndpointMetrics) {
this(
endpoint,
bootstrap,
config,
new RntbdClientChannelHealthChecker(config),
clientTelemetry,
connectionStateListener,
faultInjectionInterceptors,
durableEndpointMetrics);
}*/

RntbdClientChannelPool(
final RntbdServiceEndpoint endpoint,
final Bootstrap bootstrap,
Expand Down Expand Up @@ -1203,7 +1184,6 @@ private void notifyChannelConnect(final ChannelFuture future, final Promise<Chan
}

if (promise.trySuccess(channel)) {

if (logger.isDebugEnabled()) {
logger.debug("established a channel local {}, remote {}", channel.localAddress(), channel.remoteAddress());
}
Expand Down
Loading