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

Merge 'tokio-1.35.1' into 'master' #6231

Merged
merged 7 commits into from
Dec 19, 2023
Merged

Merge 'tokio-1.35.1' into 'master' #6231

merged 7 commits into from
Dec 19, 2023

Commits on Dec 17, 2023

  1. io: add budgeting to tokio::runtime::io::registration::async_io (#6221)

    Fixes #5946.
    Fixes #4782.
    
    This change adds budgeting to most of the remaining unbudgeted IO operations which can complete instantly, including datagram send/recv operations and listener socket accepts.
    
    This is particularly significant for scenarios in which resource limits are hit, as it can be common for things like listener tasks to spin when receiving errors and just log them, busy looping worker threads which might otherwise be handling existing connections and closing them.
    
    This can also sometimes lead to complex failure scenarios within datagram systems experiencing resource exhaustion.
    Noah-Kennedy authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ab7313f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. chore: release v1.25.3 (#6223)

    # 1.25.3 (December 17thm 2023)
    
    ### Fixed
    - io: add budgeting to `tokio::runtime::io::registration::async_io` ([#6221])
    
    [#6221]: #6221
    Noah-Kennedy authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0d36233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b3a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4f0178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a1695e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46ff363 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    410660f View commit details
    Browse the repository at this point in the history