Skip to content

Fix app operator snapshot truncation#79

Merged
yvette-carlisle merged 1 commit into
mainfrom
xy/fix-app-snapshot-full-serve
May 21, 2026
Merged

Fix app operator snapshot truncation#79
yvette-carlisle merged 1 commit into
mainfrom
xy/fix-app-snapshot-full-serve

Conversation

@yvette-carlisle
Copy link
Copy Markdown
Member

Summary

  • switch accepted operator HTTP sockets back to blocking mode before serving responses
  • keep request-header read timeout while avoiding truncated large app snapshot writes
  • add a regression test for large /api/operator-snapshot responses from nonblocking listeners

Validation

  • cargo +nightly fmt --all -- --check
  • cargo vstyle curate --language rust --workspace --all-features
  • cargo test -p decodex operator_state_endpoint
  • cargo check -p decodex
  • runtime smoke: full decodex serve --listen-address 127.0.0.1:8912 returned complete 356346-byte /api/operator-snapshot JSON with 7 projects and no truncation

@yvette-carlisle yvette-carlisle merged commit 8e3bd38 into main May 21, 2026
14 checks passed
@yvette-carlisle yvette-carlisle deleted the xy/fix-app-snapshot-full-serve branch May 21, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant