-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Improve][Zeta] Filter tasks and pipelines by state #9926
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
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a e2e test case with savepoint and restore for cdc job? This is a very important and useful change. Thanks @dybyte !
Lines 143 to 216 in a0aa0ce
I believe this test already covers savepoint and restore for CDC jobs to some extent. If you have any specific scenarios or additional cases in mind, could you please let me know? |
Purpose of this pull request
CLOSED/FINISHED
state from checkpoint, statistics, and trigger operations to improve system stability and performance.CheckpointCoordinator.java
andPhysicalPlanGenerator.java
to filter out tasks and pipelines no longer active.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Added tests ensuring
CLOSED/FINISHED
tasks and pipelines are properly excluded from processing.Check list
New License Guide