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: properly stop prefetching background threads #7712

Merged
merged 3 commits into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. fix: properly stop prefetching background threads

    Explicitly stop and wait for prefetching background threads to terminate
    when the `ShardTriesInner` is dropped.
    
     This avoids that estimations are influenced by background threads left
     over from previous estimations, which we have observed since merging
     near#7661.
    jakmeier committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    feb0980 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    fc22d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c158d4 View commit details
    Browse the repository at this point in the history