release: v0.8.4 — c1M follow-ups + park-vs-error spin fix (patches live v0.8.3 hazard) - #425
Conversation
…ve v0.8.3 hazard) Patch release rolling up PR #424 (c1M round 6). Ships the fix for a bug LIVE in v0.8.3: task-exit parking defaults on, and the idle-park arms treated every read error as the sweep cancel — a client dying with an RST while parked (crashed client, NAT reset, LB probe) left the fd permanently readable and spun the connection through park→wake→park at 100% shard CPU, socket stuck in CLOSE_WAIT. The arms now match monoio's exact ECANCELED (raw os 125, both drivers); real errors tear down promptly; FIN/RST-while-parked regression-tested. Also: TLS task-exit parking (idle TLS 47.0 → 26.0 KB/conn, −45%, no new unsafe — vendored io_ref() readiness passthrough + task_park_safe() veto); registration handoff across park/wake (no deregistered window; fixes the wake silently resetting CLIENT SETNAME/age); migrated conns park; REPLCONF'd conns excluded from parking (PSYNC-after-park unreachable for real replicas). Validation: parity suites green kqueue + io_uring (plain 5/5, TLS 3/3); VM monoio 4466 + tokio 3628 lib tests; E10 plain-park sanity unchanged (3.28 KB/conn); spin repro post-fix clean. Release gate: crash-matrix nightly + ITERS=20 soak dispatched on the RC (ritual held), green before tag. Rolls CHANGELOG [Unreleased] into [0.8.4], bumps Cargo.toml/lock, adds the RELEASES.md row, updates the README milestone table. author: Tin Dang
|
Warning Review limit reached
Next review available in: 26 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Summary by QodoRelease v0.8.4: bump version + publish release notes
AI Description
High-Level Assessment
Files changed (5)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTo customize comments, go to the Qodo configuration screen, or learn more in the docs. |
Patch release rolling up PR #424 (c1M round 6).
Ships the fix for a bug live in v0.8.3: task-exit parking defaults on (
--conn-park-secs 60), and a client dying with an RST while parked spun that connection through park→wake→park at 100 % shard CPU (fd stuck in CLOSE_WAIT). Also: TLS task-parking (idle TLS 47.0 → 26.0 KB/conn), registration handoff (SETNAME/age survive wake), migrated-conn parking, REPLCONF park exclusion.Mechanical rollup only: CHANGELOG
[Unreleased]→[0.8.4], Cargo.toml/lock bump, RELEASES.md row, README milestone table. Full evidence in RELEASES.md andtmp/C10K-REVIEW.mdround 6.Release gate (soak-first-then-tag, ritual held — no crash/persistence path touched): crash-matrix nightly + ITERS=20 soak dispatched on this RC; tag
v0.8.4pushed after merge + green gates (triggers the Release workflow).