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

Fix data race in hash-based sync #2159

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Fix data race in hash-based sync #2159

merged 1 commit into from
Apr 19, 2023

Conversation

adreed-msft
Copy link
Member

@adreed-msft adreed-msft commented Apr 14, 2023

Resolves #2146

Some uses of the original processor were unmutexed; this opts to replace the original processor with a wrapped version enforcing a mutex, preventing any further data races.

@siminsavani-msft
Copy link
Contributor

Is this related to any of the sync based hash github issues for 10.18.1? If so, please make sure to link them to your PR!

@adreed-msft adreed-msft added this to the 10.18.1 milestone Apr 18, 2023
@adreed-msft
Copy link
Member Author

Squashy mergey.

@adreed-msft adreed-msft merged commit 038427b into dev Apr 19, 2023
@adreed-msft adreed-msft deleted the adreed/hbs-data-race branch April 19, 2023 19:13
adreed-msft added a commit that referenced this pull request Apr 20, 2023
* Disable lookup before starting traverser (#2157)

* Disable lookup before starting traverser

* Update comment

* Update comment2

* Fix container->container behaviour w/ preserve-permissions (#2150)

* Fix container->container behaviour

* Fix log uploading in test suite

* Fix tests

* Fix data race in hash-based sync (#2159)

* Improve --from-to docs (#2165)

* Improve --from-to docs

* Indicate optionality

* 10.18.1 release (#2171)

---------

Co-authored-by: Narasimha Kulkarni <nakulkar@microsoft.com>
adreed-msft added a commit that referenced this pull request Apr 20, 2023
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