-
Notifications
You must be signed in to change notification settings - Fork 207
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] Unable to create stateful processors with multiple workers. #4660
Comments
I believe this was introduced by #4574. I think the solution will be to re-use the existing peer-forwarder when the |
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Jun 25, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. Signed-off-by: David Venable <[email protected]>
4 tasks
dlvenable
added a commit
that referenced
this issue
Jun 25, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves #4660. (#4661) Signed-off-by: David Venable <[email protected]>
github-project-automation
bot
moved this from Unplanned
to Done
in Data Prepper Tracking Board
Jun 25, 2024
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 23, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 23, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 30, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 8, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 12, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 14, 2024
…s fixes a bug where the service_map processor would not load in a pipeline with multiple workers. Resolves opensearch-project#4660. (opensearch-project#4661) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
dlvenable
changed the title
[BUG] Unable to create stateful processors with multiple works.
[BUG] Unable to create stateful processors with multiple workers.
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Creating a stateful processor that requires peer forwarding does not work with multiple workers.
To Reproduce
workers: 2
to theservice-map-pipeline
pipeline.examples/jaeger-hotrod
docker compose up -d
Expected behavior
This should work just like it used to.
Environment (please complete the following information):
Data Prepper running from
main
.The text was updated successfully, but these errors were encountered: