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

[BEAM-6440] Ensure state backend key is set for timer deduplication #7574

Closed
wants to merge 1 commit into from

Conversation

mxm
Copy link
Contributor

@mxm mxm commented Jan 19, 2019

During working on the Savepoint restore test a problem showed up for portable
pipelines not having the state backend key set before cleaning up the pending
timers map.

This moves the cleanup to before firing the timer when the key is ensured to be
set.

CC @tweise

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- --- --- --- ---
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Python Build Status --- Build Status
Build Status
Build Status --- --- ---

During working on the Savepoint restore test a problem showed up for portable
pipelines not having the state backend key set before cleaning up the pending
timers map.

This moves the cleanup to before firing the timer when the key is ensured to be
set.
@mxm
Copy link
Contributor Author

mxm commented Jan 19, 2019

Run Python Flink ValidatesRunner

@mxm
Copy link
Contributor Author

mxm commented Jan 19, 2019

Python ValidatesRunner tests currently broken: https://issues.apache.org/jira/browse/BEAM-6469

@mxm
Copy link
Contributor Author

mxm commented Jan 19, 2019

Merging this with #7362 which surfaced the problem.

@mxm mxm closed this Jan 19, 2019
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.

None yet

1 participant