Skip to content

XProf: Serve per-step straggler diagnostics from cache and compute it eagerly. - #3268

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_971502590
Open

XProf: Serve per-step straggler diagnostics from cache and compute it eagerly.#3268
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_971502590

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Aug 27, 2026

Copy link
Copy Markdown

XProf: Serve per-step straggler diagnostics from cache and compute it eagerly.

  • Read path: when a cached straggler result exists, serve it directly instead
    of always fanning out to the deadline-bound worker Map/Reduce path.
  • Compute eagerly on session creation off the request critical path and cache
    the result (gated by a flag, default off).
  • Stop registering the smart-suggestion barrier-cores rule so its per-request
    straggler detection no longer runs.

… eagerly.

- Read path: when a cached straggler result exists, serve it directly instead
  of always fanning out to the deadline-bound worker Map/Reduce path.
- Compute eagerly on session creation off the request critical path and cache
  the result (gated by a flag, default off).
- Stop registering the smart-suggestion barrier-cores rule so its per-request
  straggler detection no longer runs.

PiperOrigin-RevId: 971502590
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.

0 participants