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

JAVA-3098: Improve ability to trace active connections across ControlConnection, BasicLoadBalancingPolicy and NodeRefresh classes #1687

Closed
wants to merge 1 commit into from

Conversation

hhughes
Copy link
Contributor

@hhughes hhughes commented Jul 24, 2023

No description provided.

@hhughes hhughes force-pushed the JAVA-3098 branch 5 times, most recently from 3111c9c to f3dd1c4 Compare July 25, 2023 01:33
"[{}] Forcefully closing previous channel {}", logPrefix, channel);
"[{}] Forcefully closing previous channel {}",
logPrefix,
previousChannel);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: I think this was supposed to be previousChannel so fixing that at the same time

+ liveNodes.dc(dc).stream()
.map(Objects::toString)
.collect(Collectors.joining(", ")))
.collect(Collectors.joining(", ")));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

let me know if theres a saner way to format these than to put everything into a single line and let the maven plugin figure it out 😅

@hhughes hhughes force-pushed the JAVA-3098 branch 3 times, most recently from d926ccf to 4411754 Compare July 25, 2023 15:27
@hhughes hhughes requested a review from absurdfarce July 26, 2023 01:31
…Connection, BasicLoadBalancingPolicy, DefaultTopologyMonitor and NodeRefresh classes
@hhughes
Copy link
Contributor Author

hhughes commented Aug 21, 2023

Moved to PR from fork see #1711

@hhughes hhughes closed this Aug 21, 2023
@hhughes hhughes deleted the JAVA-3098 branch August 21, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant