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

[CELEBORN-1824] FlinkShuffleClientImpl should close TransportClient of currentClient #3055

Closed
wants to merge 1 commit into from

Conversation

SteNicholas
Copy link
Member

What changes were proposed in this pull request?

FlinkShuffleClientImpl closes TransportClient of currentClient.

Why are the changes needed?

FlinkShuffleClientImpl does not close TransportClient of currentClient for cleanup and shutdown. Therefore, FlinkShuffleClientImpl should close TransportClient of currentClient.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI.

@SteNicholas
Copy link
Member Author

Ping @reswqa, @FMX.

@@ -160,6 +160,10 @@ public void shutdown() {
if (readClientHandler != null) {
readClientHandler.close();
}
for (TransportClient client : currentClient.values()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

All transportClient would be closed when invoke flinkTransportClientFactory.close()

@SteNicholas SteNicholas closed this Jan 8, 2025
@SteNicholas SteNicholas deleted the CELEBORN-1824 branch January 8, 2025 06:12
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.

2 participants