Skip to content
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

Merged
merged 3 commits into from
Jul 22, 2022
Merged

Conversation

pinges
Copy link
Contributor

@pinges pinges commented Jul 21, 2022

Signed-off-by: Stefan stefan.pingel@consensys.net

Signed-off-by: Stefan <stefan.pingel@consensys.net>
@pinges pinges requested a review from macfarla July 21, 2022 07:20
@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2022

This pull request introduces 1 alert when merging a11daa0 into 8eb22bb - view on LGTM.com

new alerts:

  • 1 for Unused format argument

@@ -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);
Copy link
Contributor

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

Copy link
Contributor

@macfarla macfarla left a 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

pinges added 2 commits July 22, 2022 09:23
Signed-off-by: Stefan <stefan.pingel@consensys.net>
Signed-off-by: Stefan <stefan.pingel@consensys.net>
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla enabled auto-merge (squash) July 21, 2022 23:28
@macfarla macfarla merged commit de91d31 into hyperledger:main Jul 22, 2022
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
* logging changes for peering

Signed-off-by: Stefan <stefan.pingel@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants