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

[INLONG-6600][Sort] Fix dead lock when one stream is removed from or migrated to one sink #6601

Merged
merged 1 commit into from Nov 24, 2022

Conversation

vernedeng
Copy link
Contributor

Motivation

When one stream is removed from or migrated to one sink, the unsent ES request will be retried and failed forever.

Modifications

Check if the EsIdConfig is still exist before each send. If no, discard this request.

Verifying this change

(Please pick either of the following options)

  • This change is a trivial rework/code cleanup without any test coverage.

Documentation

  • Does this pull request introduce a new feature? / no

@dockerzhang dockerzhang changed the title [INLONG-6600][SortStandalone] Fix dead lock when one stream is removed from or migrated to one sink [INLONG-6600][Sort] Fix dead lock when one stream is removed from or migrated to one sink Nov 24, 2022
@dockerzhang dockerzhang merged commit 0314dc9 into apache:master Nov 24, 2022
@vernedeng vernedeng deleted the INLONG-6600 branch May 26, 2023 03:13
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.

[Bug][SortStandalone] Dead lock when one stream is removed from or migrated to one sink
4 participants