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

Record ongoing backtrack attempts (Cherry-pick of #16075) #16080

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Jul 7, 2022

A race condition was possible in backtracking where if a Node which produced a particular Digest had already been invalidated by one consumer, a second consumer would fail to find a source for the Digest, and would report "Could not identify a process to backtrack to".

Fixes #15995.

A race condition was possible in backtracking where if a `Node` which produced a particular `Digest` had already been invalidated by one consumer, a second consumer would fail to find a source for the `Digest`, and would report "Could not identify a process to backtrack to".

Fixes pantsbuild#15995.

[ci skip-build-wheels]
@stuhood stuhood added the category:bugfix Bug fixes for released features label Jul 7, 2022
@stuhood stuhood requested a review from tdyas July 7, 2022 00:01
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@stuhood stuhood merged commit 2e338e4 into pantsbuild:2.13.x Jul 7, 2022
@stuhood stuhood deleted the cherry-pick-16075-to-2.13.x branch July 7, 2022 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants