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 some blocking in incremental builder #15146

Merged
merged 3 commits into from
Apr 27, 2023
Merged

Conversation

majocha
Copy link
Contributor

@majocha majocha commented Apr 26, 2023

Synchronous GetLogicalTimeStamp* calls were needlessly updating currentState, which is guarded by a semaphore, just to find out the up-to-date timestamps.

cc: @0101

@majocha majocha requested a review from a team as a code owner April 26, 2023 17:40
@majocha
Copy link
Contributor Author

majocha commented Apr 26, 2023

OK this is just reverted to the original, until I fully understand it. Should be fine when green.

@0101 0101 merged commit 9627d33 into dotnet:main Apr 27, 2023
@majocha majocha deleted the fix-blocking branch November 23, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants