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

fix: avoid call finalizeStage more times than once. #1649

Closed
wants to merge 1 commit into from

Conversation

He-Pin
Copy link
Member

@He-Pin He-Pin commented Dec 31, 2024

Motivation:
fix #1646

Modification:
Avoid call finalizeStage(logic) many times.

Result:
No NPE on 1.0.x

need forward port, there is no NPE on 1.1.x , but the finalizeStage still can be called many times.

@He-Pin He-Pin added t:stream Pekko Streams bug Something isn't working labels Dec 31, 2024
@He-Pin He-Pin added this to the 1.0.4 milestone Dec 31, 2024
@He-Pin
Copy link
Member Author

He-Pin commented Dec 31, 2024

forward port to #1650

@He-Pin He-Pin requested a review from Roiocam December 31, 2024 06:05
@He-Pin He-Pin linked an issue Dec 31, 2024 that may be closed by this pull request
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

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

I think this should be closed and #1654 backported after that is merged

@He-Pin He-Pin closed this Jan 2, 2025
@He-Pin He-Pin deleted the fix1.0.x-npe branch January 2, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working t:stream Pekko Streams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed : java.lang.NullPointerException: IN ActorGraphInterpreterSpec
2 participants