Conversation
stepinto
requested review from
Ying1123,
alphabetc1,
hanming-lu,
hnyls2002,
hzh0425,
ispobock,
merrymercy,
xiezhq-hermann and
yizhang2077
as code owners
July 23, 2026 11:27
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
This was referenced Jul 23, 2026
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.
This is the reproduce code for #31445.
This PR includes:
host_indicesare allocated in pthread aux thread.Reproduce steps:
nohup sglang serve \ --model=deepseek-ai/DeepSeek-V4-Flash \ --tp-size 8 \ --moe-runner-backend flashinfer_mxfp4 \ --disable-cuda-graph \ --max-total-tokens=$((256*1024)) \ --swa-full-tokens-ratio=1 \ --mem-fraction-static 0.85 \ --max-running-requests=4 \ --host 0.0.0.0 \ --port 30000 \ --enable-metrics \ --enable-hierarchical-cache \ --hicache-storage-prefetch-policy best_effort \ --hicache-storage-backend=mooncake \ --hicache-storage-backend-extra-config '{"master_server_address": "127.0.0.1:50051", "local_hostname": "localhost", "metadata_server": "http://127.0.0.1:8080/metadata", "global_segment_size": "256gb", "protocol": "tcp"}' \ > sglang.log 2>&1 &AssertionErrorinsglang.log. The background thread seems catchesAssertionError, so it will lead to server crash.CI States
Latest PR Test (Base): ❌ Run #30003186605
Latest PR Test (Extra): ❌ Run #30003186432