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

Prevent concurrent reads writes #4457

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

aduffeck
Copy link
Contributor

@aduffeck aduffeck commented Jan 11, 2024

We fixed a problem where the sharecache map would sometimes cause a panic when being accessed concurrently.

Fixes owncloud/ocis#8171

@aduffeck aduffeck requested review from labkode, glpatcern and a team as code owners January 11, 2024 09:56
@aduffeck aduffeck force-pushed the prevent-concurrent-reads-writes branch from 892ddd4 to b82a9b5 Compare January 11, 2024 13:53
@aduffeck aduffeck force-pushed the prevent-concurrent-reads-writes branch from b82a9b5 to 6472090 Compare January 11, 2024 14:00
@rhafer rhafer merged commit bde86a3 into cs3org:edge Jan 15, 2024
9 checks passed
@aduffeck aduffeck deleted the prevent-concurrent-reads-writes branch January 15, 2024 09:40
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.

None yet

2 participants