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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTS-519: avoid holding 2 mutexes at the same time #14511

Merged
merged 2 commits into from
Jul 16, 2021
Merged

Commits on Jul 16, 2021

  1. BTS-519: avoid holding 2 mutexes at the same time

    This change avoids holding the _mutex of PregelFeature while calling
    into each Conductor for velocypackification. The velocypackification of
    a Conductor requires holding the Conductor's _callbackMutex as well, and
    we prefer holding only one mutex at a time
    jsteemann committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ebd0c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba5b34 View commit details
    Browse the repository at this point in the history