-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logging changes for peering #4145
Conversation
Signed-off-by: Stefan <stefan.pingel@consensys.net>
ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/manager/EthProtocolManager.java
Fixed
Show resolved
Hide resolved
This pull request introduces 1 alert when merging a11daa0 into 8eb22bb - view on LGTM.com new alerts:
|
@@ -241,7 +241,7 @@ public void exceptionCaught(final ChannelHandlerContext ctx, final Throwable thr | |||
if (connectFuture.isDone() && !connectFuture.isCompletedExceptionally()) { | |||
connectFuture | |||
.get() | |||
.terminateConnection(DisconnectMessage.DisconnectReason.TCP_SUBSYSTEM_ERROR, true); | |||
.terminateConnection(DisconnectMessage.DisconnectReason.TCP_SUBSYSTEM_ERROR, false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder what impact this will have
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall. just need to fix one missing format args
Signed-off-by: Stefan <stefan.pingel@consensys.net>
Signed-off-by: Stefan <stefan.pingel@consensys.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* logging changes for peering Signed-off-by: Stefan <stefan.pingel@consensys.net>
Signed-off-by: Stefan stefan.pingel@consensys.net