perf(tfork): replace pidfile polling with runtime readiness events- #14 - #10
Open
yiying-zhang wants to merge 66 commits into
Open
perf(tfork): replace pidfile polling with runtime readiness events- #14#10yiying-zhang wants to merge 66 commits into
yiying-zhang wants to merge 66 commits into
Conversation
Stabilize live tfork source freezing
…-main Stabilize single-copy tfork clone path
Rewrite tclone setup for Gensee Crate
Clarify Gensee tclone host setup
Initialize temporary CRIU process UIDs
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
tfork-source-detachednotification;PODMAN_TFORK_EVENT_READINESS=1.Performance
With source
syncfs, socket-scan overlap, and an independent cgroup-freezemonitor enabled in both arms:
The event path removes the quantized 200-ms tail. All 40 monitored and
unmonitored forks passed.
Source-pause finding
Measured source frozen time was effectively unchanged: 107.20 ms with polling
and 109.11 ms with events. CRIU already unfroze the inner source cgroup; the
later outer Podman thaw was redundant. This change improves child-ready wall
latency and makes readiness explicit, but it does not claim a source-pause
reduction on this stack.