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

[6.2.0] Deduplicate concurrent computations of the same Merkle tree. #18015

Merged
merged 1 commit into from
Apr 11, 2023

Commits on Apr 6, 2023

  1. Deduplicate concurrent computations of the same Merkle tree.

    Currently, it's possible for concurrent actions to end up computing the same Merkle tree, even when the cache is enabled. This change makes it so that a later action waits for the completion of the computation started by an earlier action.
    
    Progress on bazelbuild#17923.
    
    Closes bazelbuild#17995.
    
    PiperOrigin-RevId: 522319291
    Change-Id: I68ab952ed6357027ec71a67a104f91a684a7a040
    tjgq authored and ShreeM01 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    416f69b View commit details
    Browse the repository at this point in the history