We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34beedd commit 3446aaeCopy full SHA for 3446aae
core/src/main/java/com/datastax/oss/driver/internal/core/control/ControlConnection.java
@@ -433,7 +433,9 @@ private void connect(
433
// We were reconnecting: make sure previous channel gets closed (it may
434
// still be open if reconnection was forced)
435
LOG.debug(
436
- "[{}] Forcefully closing previous channel {}", logPrefix, channel);
+ "[{}] Forcefully closing previous channel {}",
437
+ logPrefix,
438
+ previousChannel);
439
previousChannel.forceClose();
440
}
441
context.getEventBus().fire(ChannelEvent.channelOpened(node));
0 commit comments