- Current PR head:
7db762ddf260df8ff6b102a9f20616a09c0d0457 - Deployed source snapshot:
8361cb5705493de9489cc57cc7536279ae3b4de0 python/andtest/are byte-for-byte identical between those revisions. The only full-tree differences are two unrelated Kimi-K3 documentation files introduced by the newer base.- Runtime:
lmsysorg/sglang:latest@sha256:984699c298a95b73c469b2191403ddc85fd780506e13c39c4afff3845e27bc6c - Topology: two TP8 prefill engines and one TP8 decode engine on three separate H200 nodes, 24 GPUs total.
- Barrier policy:
SGLANG_DISAGGREGATION_TRANSFER_BARRIER=2(STRICT).
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
| #!/usr/bin/env python3 | |
| """Deterministic reproducer: SGLang PD releases KV pages while a Mooncake | |
| transfer is still writing to them. | |
| Run against an UNPATCHED sglang checkout. CPU only -- no GPU, no network, no | |
| second process, ~1 second. | |
| cd /path/to/sglang && PYTHONPATH=python python sglang_pd_page_reuse_repro.py | |
| Invariant under test |