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 ThreadPerTaskScheduler busyness accounting #3859

Merged
merged 2 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. Fix ThreadPerTaskScheduler busyness accounting

    This change prevents the same `BoundedElasticThreadPerTaskScheduler` being
    picked up when the maximum number of Virtual Threads are already being
    executed in parallel. The consequence of improper busyness accounting
    was that tasks were executed sequentially instead of being run in
    parallel because the same `Worker` was being picked by operators.
    
    Resolves #3857
    chemicL committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b3e35b5 View commit details
    Browse the repository at this point in the history
  2. license header

    chemicL committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b5a90bc View commit details
    Browse the repository at this point in the history