Skip to content

Fix multithreaded access to Ruby Array - #79

Merged
andsel merged 1 commit into
logstash-plugins:mainfrom
andsel:fix/concurrent_access_to_array
Aug 27, 2026
Merged

Fix multithreaded access to Ruby Array#79
andsel merged 1 commit into
logstash-plugins:mainfrom
andsel:fix/concurrent_access_to_array

Conversation

@andsel

@andsel andsel commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Use thread safe data structure to collect logs because it's used by multiple threads from the plugin

@github-actions

Copy link
Copy Markdown

Changelog and Version Management

No changelog or version changes detected. You can either update them manually or use a comment command to update them automatically on merge:

/pr_prepare release:<patch|minor|major> — bump version + update changelog
/pr_prepare changelog:add — changelog entry only (no version bump)

/pr_prepare release:patch
- Add the changelog entry here
  - (Additional details can be provided in multiple lines, respecting markdown formatting)

Omit the entry line to use the PR title. If multiple commands are posted, the last one wins.

@andsel
andsel merged commit 17b3da3 into logstash-plugins:main Aug 27, 2026
13 checks passed
@andsel

andsel commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

No need to bump a version because it's on the test infrastructure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants