[pull] master from ray-project:master#4057
Merged
pull[bot] merged 2 commits intomiqdigital:masterfrom Apr 16, 2026
Merged
Conversation
## Description The streaming split pipeline (SplitCoordinator, OutputSplitter, StreamSplitDataIterator) has almost no observability, making it difficult to debug issues in production. This adds debug logging at key lifecycle points and a throttled dispatch log in the hot path. **SplitCoordinator:** - `__init__`: DEBUG log with `n` and `locality_hints` - `get()`: throttled DEBUG log with rows dispatched and prefetch bytes; DEBUG on epoch finish; WARNING on unexpected errors - `_barrier`: DEBUG on client arrival and epoch start; WARNING on executor creation failure - `shutdown_executor`: DEBUG log **StreamSplitDataIterator:** - `__init__`: DEBUG log with split index and world size - `gen_blocks`: DEBUG on epoch request/start/exhaustion; throttled DEBUG after yield (consumer resume) - `stats()`: DEBUG before remote call **OutputSplitter:** - `__init__`: DEBUG log with `n`, `equal`, `locality_hints`, `max_buffer_size` ## Related issues None. ## Additional information All hot-path logs (SplitCoordinator dispatch, consumer yield) are time-throttled to avoid log spam. Lifecycle logs (init, epoch transitions, shutdown) are not throttled since they are infrequent. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
…62616) sorted() returns a new sorted list instead of sorting in place. As a result, get_last_job() was returning an arbitrary job instead of the latest one. --------- Signed-off-by: Yicheng-Lu-llll <51814063+Yicheng-Lu-llll@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )