We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Teardown is never called when running locally with prism or on Dataflow.
Tested signature: Teardown(ctx context.Context) error
Priority: 3 (minor)
The text was updated successfully, but these errors were encountered:
Same happens on Python SDK run on Dataflow. Python direct runner has teardown called.
edit:
did some more tests for Dataflow Python
error throw in startBundle / process /finishbundle - teardown called
error throw in setup - teardown not called
This is different from Java Dataflow runner v2, where tearDown isn't called after throw in startBundle, finishBundle, process
Sorry, something went wrong.
The same for Dataflow Java (runner v1/v2): #18592
No branches or pull requests
What happened?
Teardown is never called when running locally with prism or on Dataflow.
Tested signature: Teardown(ctx context.Context) error
Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: