Results 40 issues of Stephanie Wang

## Why are these changes needed? Page structure changes: - Deploying a Ray Cluster on Kubernetes - Getting Started -> links to jobs - Deploying a Ray Cluster on VMs...

docs
infra

Signed-off-by: Stephanie Wang ## Why are these changes needed? Various cleanups around docs on Ray cluster "Monitoring and observability". After #27723, we will move these to a common page outside...

docs
infra

### What happened + What you expected to happen Followed the instructions [here](https://docs.ray.io/en/latest/ray-observability/ray-metrics.html#prometheus-service-discovery-support) and I expected to find the service discovery file /tmp/ray/prom_metrics_service_discovery.json, but I did not find any. ###...

bug
triage

Currently has conversion support for .epub, .kbr, .kbz. .odt is possible through calibre, but not sure about the others yet.

### What happened + What you expected to happen If a generator task is used, it should yield `num_returns` values (or a dynamic number if `num_returns="dynamic"`). Normally if a task...

bug
P1
core

### What happened + What you expected to happen If a dynamic generator stores some objects in shared memory and these are later lost, then Ray will try to reconstruct...

bug
P2
core

### What happened + What you expected to happen If a dynamic generator stores some objects in shared memory, then errors, we store an error in the outer ObjectRef instead...

bug
P1
core

### Description Support [generators](https://docs.ray.io/en/master/ray-core/tasks/generators.html#num-returns-set-by-the-task-executor) for actor tasks. ### Use case Useful for `compute="actors"` and block splitting in Datasets.

enhancement
core

## Why are these changes needed? Update Datasets block splitting to use dynamic generators instead of `ray.put` and owner reassignment. This should be more stable long-term and reconstruction works out...

## Why are these changes needed? TODO: Docs and deprecation warnings for APIs. ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s...

@author-action-required