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

[Bug]: Avro Input keeps reading when a pipeline is stopped #4714

Closed
mattcasters opened this issue Dec 16, 2024 · 0 comments
Closed

[Bug]: Avro Input keeps reading when a pipeline is stopped #4714

mattcasters opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@mattcasters
Copy link
Contributor

Apache Hop version?

2.11.0

Java version?

openjdk 17.0.13 2024-10-15 LTS

Operating system

Linux

What happened?

When your pipeline is reading from a set of large Avro files the loop that reads records never checks to see if the pipeline itself was stopped. Because of this the transform keeps running with all other transforms already stopped.

Issue Priority

Priority: 3

Issue Component

Component: Transforms

@mattcasters mattcasters self-assigned this Dec 16, 2024
@mattcasters mattcasters added this to the 2.12 milestone Dec 16, 2024
@github-actions github-actions bot added P3 Nice to have Transforms labels Dec 16, 2024
mattcasters pushed a commit to mattcasters/hop that referenced this issue Dec 16, 2024
hansva added a commit that referenced this issue Dec 17, 2024
@hansva hansva closed this as completed Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants