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

add MultiLock class #693

Merged
merged 2 commits into from
Oct 11, 2024
Merged

add MultiLock class #693

merged 2 commits into from
Oct 11, 2024

Conversation

daw3rd
Copy link
Member

@daw3rd daw3rd commented Oct 10, 2024

Why are these changes needed?

This is needed to support inter-process and thread synchronization.
With this, transforms can now run multi-process (via local ray actors, for example) and not get synchronization errors.

Related issue number (if any).

#667 will require pdf2parquet to make use of this lock.

Signed-off-by: David Wood <dawood@us.ibm.com>
@daw3rd daw3rd requested a review from touma-I October 10, 2024 19:17
… transform

Signed-off-by: David Wood <dawood@us.ibm.com>
Copy link
Member

@dolfim-ibm dolfim-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @daw3rd

@touma-I touma-I merged commit fa76928 into dev Oct 11, 2024
81 checks passed
@sujee sujee mentioned this pull request Oct 17, 2024
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.

3 participants