-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(jdbc): delete the executor state at the correct stage #7309
Conversation
It's not a breaking change per se but this fixes an issue with the Users that have a big |
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Without this change, the executor state is deleted when the execution is terminated. Then the last execution message is emitted, which goes again into the queue wich recreates the executor state.
753f7b1
to
85de512
Compare
|
Without this change, the executor state is deleted when the execution is terminated. Then the last execution message is emitted, which goes again into the queue wich recreates the executor state.