Yicheng-Lu-llll

Results 15 issues of Yicheng-Lu-llll

## Why are these changes needed? As title. ## Related issue number ## Checks - [ ] I've made sure the tests are passing. - Testing Strategy - [ ]...

## Why are these changes needed? https://buildkite.com/ray-project/ray-ecosystem-ci-kuberay-ci/builds/3506#018e3637-d117-4fdc-a098-d13cdd2850d1/243-2217 The example above shows that the request sent to RayService failed during the rolling upgrade test. Upon further examination of the logs and...

## Why are these changes needed? When running RayService examples under the [sample dir](https://github.com/ray-project/kuberay/tree/master/ray-operator/config/samples), the Ray Pod name may be unexpectedly truncated by KubeRay, although the name meets all naming...

bug
P2

# TL;DR Before this PR, if a list is batchable (utilizing FlytePickleTransformer), it is batched into a single item by default and stored in one pickle file. This results in...

# TL;DR This PR adds real-time deck support. After this PR, User can use `flytekit.Deck.persist()` to generate the html based on current collected metrics/information. So that user can see the...

# TL;DR WIP: Just testing the performance to see what method should be applied to speed up the List[Any] transformations now. ## Type - [ ] Bug Fix - [...

# TL;DR This is part of Flytekit Metrics Exploration. This PR uploads all the flytekit metrics to the remote storage(highlighted in green). Flytekit Metrics Exploration includes: - flytekit: https://github.com/flyteorg/flytekit/pull/1683 -...

# TL;DR This PR adds real-time deck support. #### Previously: 1. Propeller would only send a node event to the admin when there was a change in the node state...

# TL;DR This is part of Flytekit Metrics Exploration. This PR adds span uri to node event(highlighted in green). Flytekit Metrics Exploration includes: - flytekit: https://github.com/flyteorg/flytekit/pull/1683 - flyteplugins: https://github.com/flyteorg/flyteplugins/pull/361 -...

# TL;DR 1. To support real time deck, the deck button need to be enabled even if the task is running of has failed. 2. To handle the case that...