Feat: add jobset_ttr_pod_oom DAG for v6e recovery validation - #178
Open
chiajunglien wants to merge 15 commits into
Open
Feat: add jobset_ttr_pod_oom DAG for v6e recovery validation#178chiajunglien wants to merge 15 commits into
chiajunglien wants to merge 15 commits into
Conversation
chiajunglien
requested review from
alfredyu-cienet,
andrewyct,
severus-ho and
xibinliu
as code owners
January 15, 2026 08:37
chiajunglien
force-pushed
the
tpu-obs/user/emma/dag_jobset_ttr_03
branch
2 times, most recently
from
January 15, 2026 08:51
5325c2a to
e190a7f
Compare
chiajunglien
force-pushed
the
tpu-obs/user/emma/dag_jobset_ttr_03
branch
from
January 22, 2026 02:45
ada763d to
e407947
Compare
chiajunglien
force-pushed
the
tpu-obs/user/emma/dag_jobset_ttr_03
branch
from
January 23, 2026 08:21
8933089 to
702a14b
Compare
alfredyu-cienet
force-pushed
the
dev
branch
2 times, most recently
from
January 28, 2026 06:23
0f0e4e2 to
31723ef
Compare
chiajunglien
force-pushed
the
tpu-obs/user/emma/dag_jobset_ttr_03
branch
from
January 28, 2026 08:15
652855f to
8dd08c3
Compare
alfredyu-cienet
force-pushed
the
dev
branch
4 times, most recently
from
February 4, 2026 09:55
49ba692 to
dc199fa
Compare
alfredyu-cienet
force-pushed
the
dev
branch
5 times, most recently
from
February 13, 2026 08:57
ac9e9e7 to
0cf6e23
Compare
alfredyu-cienet
force-pushed
the
dev
branch
2 times, most recently
from
March 6, 2026 08:10
e1c48aa to
821fb36
Compare
alfredyu-cienet
force-pushed
the
dev
branch
2 times, most recently
from
March 9, 2026 06:46
ed1546a to
6c50b20
Compare
Comment on lines
+118
to
+119
| This test requires an existing cluster and a container image containing | ||
| the `oomkill.py` script to run. |
Collaborator
There was a problem hiding this comment.
what's the content of this script, can we specify the raw commands from DAG directly?
alfredyu-cienet
force-pushed
the
dev
branch
2 times, most recently
from
March 13, 2026 10:08
65e3f42 to
cb3b7b7
Compare
chiajunglien
force-pushed
the
tpu-obs/user/emma/dag_jobset_ttr_03
branch
from
May 11, 2026 08:49
808d5d4 to
934886f
Compare
alfredyu-cienet
force-pushed
the
dev
branch
3 times, most recently
from
May 19, 2026 03:54
8eb5556 to
acf36a1
Compare
alfredyu-cienet
force-pushed
the
dev
branch
3 times, most recently
from
May 28, 2026 07:44
83f8b37 to
ea29ef3
Compare
alfredyu-cienet
force-pushed
the
dev
branch
4 times, most recently
from
June 8, 2026 08:58
4af284a to
a9fa8fb
Compare
alfredyu-cienet
force-pushed
the
dev
branch
4 times, most recently
from
June 17, 2026 08:08
f8824db to
09c9e42
Compare
alfredyu-cienet
force-pushed
the
dev
branch
5 times, most recently
from
July 3, 2026 08:25
d242c8d to
f76e189
Compare
alfredyu-cienet
force-pushed
the
dev
branch
3 times, most recently
from
July 9, 2026 08:48
d43f051 to
a577785
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
The primary goal of this PR is to implement the
jobset_ttr_pod_oomDAG, designed to validate the self-healing capability of TPU JobSets under memory pressure. Unlike simple pod deletion, this DAG automates OOM (Out-Of-Memory) fault injection to ensure JAX workloads and the JobSet controller correctly handle and recover from container-level failures.Technical Implementation
MachineConfigMap(e.g., v6e-16).@tasktrigger_oom_killedwhich executesoomkill.pyinside a random pod via kubectl exec.Airflow/Composer
Required Variables
Cluster Information (This DAG requires an existing cluster)
Node Pool Configurations
Before submitting this PR, please make sure (put X in square brackets):