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

Use thread-safe digest creation mechanism #484

Merged
merged 1 commit into from
Mar 30, 2020
Merged

Use thread-safe digest creation mechanism #484

merged 1 commit into from
Mar 30, 2020

Conversation

mhenrixon
Copy link
Owner

@mhenrixon mhenrixon commented Mar 30, 2020

The Digest::MD5 module used for creating the unique digest for the jobs is not thread-safe. Apparently many people have been having this issue for a long time (e.g. see aws/aws-sdk-ruby#525). Using the OpenSSL module instead is reported to have solved the problem.

See #483

@mhenrixon mhenrixon self-assigned this Mar 30, 2020
@mhenrixon mhenrixon changed the title Backport #483 Use thread-safe digest creation mechanism Mar 30, 2020
@mhenrixon mhenrixon merged commit 53cffc9 into v6.x Mar 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the backport-483 branch March 30, 2020 05:37
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.

1 participant