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

processor: added limited concurrency support #7448

Merged

Conversation

leonardo-albertovich
Copy link
Collaborator

This PR adds a lock to each processor unit in order to prevent
concurrency issues in multi worker output plugin deployments.

This lock is necessary to avoid concurrency issues when the
processor stack is executed in the context of an output plugin
worker thread.

Signed-off-by: Leonardo Alminana <leonardo@calyptia.com>
@leonardo-albertovich leonardo-albertovich temporarily deployed to pr May 20, 2023 14:30 — with GitHub Actions Inactive
@leonardo-albertovich leonardo-albertovich temporarily deployed to pr May 20, 2023 14:30 — with GitHub Actions Inactive
@leonardo-albertovich leonardo-albertovich temporarily deployed to pr May 20, 2023 14:30 — with GitHub Actions Inactive
@leonardo-albertovich leonardo-albertovich temporarily deployed to pr May 20, 2023 14:53 — with GitHub Actions Inactive
@leonardo-albertovich leonardo-albertovich merged commit 1c3e3b4 into master May 20, 2023
40 of 42 checks passed
@leonardo-albertovich leonardo-albertovich deleted the leonardo-master-processor-concurrency-fix-2 branch May 20, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant