docs(design): specify IOCP high-concurrency stress harness (#1871)#3871
Merged
Conversation
Document the 10000-file / 32-thread stress workload, completion-port queue-depth and latency metrics, and disk-full / ENOMEM failure injection cases that gate the Windows IOCP disk-commit path before it is declared production-ready. Cites the #1899 IOCP benchmark and the in-flight #1929 / #1930 hardening work.
oferchen
added a commit
that referenced
this pull request
May 18, 2026
…3871) Document the 10000-file / 32-thread stress workload, completion-port queue-depth and latency metrics, and disk-full / ENOMEM failure injection cases that gate the Windows IOCP disk-commit path before it is declared production-ready. Cites the #1899 IOCP benchmark and the in-flight #1929 / #1930 hardening work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/design/iocp-stress-test.md(103 lines) specifying the high-concurrency stress harness that gates the Windows IOCP disk-commit path before it is declared production-ready.ERROR_INSUFFICIENT_BUFFERretry, synthetic short writes).OverlappedOpinvariants (Enable SIMD rolling checksums on x86 #1928), the IOCP benchmark and status surfaces (Fix RPM artifact paths and cargo xtask alias #1899), and the in-flight reopen flow (Cache x86 checksum SIMD feature detection #1929) and drain-buffer growth (Optimize vectored rolling checksum aggregation #1930) work.Test plan