Skip to content

Commit 39d51ad

Browse files
committed
Add KEP number, clean-up motivation section
1 parent 6113389 commit 39d51ad

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

keps/sig-apps/NNNN-backoff-limits-per-index-for-indexed-jobs/README.md renamed to keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KEP-NNNN: Backoff Limits Per Index For Indexed Jobs
1+
# KEP-3850: Backoff Limits Per Index For Indexed Jobs
22

33
<!-- toc -->
44
- [Release Signoff Checklist](#release-signoff-checklist)
@@ -71,14 +71,14 @@ When the job reaches this shared backoff limit, the job controller marks the ent
7171
job as failed, and the resources are cleaned up, including indices that have yet
7272
to run to completion.
7373

74-
This implementation does not cover the situation where the workload is truly embarrassingly
75-
parallel and each index is completely independent of other indices. For instance, if
76-
indexed jobs were used as the basis for a suite of long-running integration tests,
77-
then each test run would only be able to find a single test failure.
74+
As a result, the current implementation does not cover the situation where the workload
75+
is truly embarrassingly parallel and each index is completely independent of other indices.
7876

79-
More generally, this use case is for any situation when all the indices in an indexed job
80-
are independent.
77+
For instance, if indexed jobs were used as the basis for a suite of long-running integration tests,
78+
then each test run would only be able to find a single test failure.
8179

80+
Other popular batch services like AWS Batch use a separate backoff limit for each index,
81+
showing that this is a common use case that should be supported by Kubernetes.
8282

8383
### Goals
8484

keps/sig-apps/NNNN-backoff-limits-per-index-for-indexed-jobs/kep.yaml renamed to keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Backoff Limits Per Index For Indexed Jobs
2-
kep-number: NNNN
2+
kep-number: 3850
33
authors:
44
- "@jensentanlo"
55
owning-sig: sig-apps

0 commit comments

Comments
 (0)