Skip to content

[SPARK-39327][K8S] ExecutorRollPolicy.ID should consider ID as a numerical value#36715

Closed
williamhyun wants to merge 1 commit intoapache:masterfrom
williamhyun:SPARK-39327
Closed

[SPARK-39327][K8S] ExecutorRollPolicy.ID should consider ID as a numerical value#36715
williamhyun wants to merge 1 commit intoapache:masterfrom
williamhyun:SPARK-39327

Conversation

@williamhyun
Copy link
Member

What changes were proposed in this pull request?

This PR aims to make ExecutorRollPolicy.ID should consider ID as a numerical value.

Why are the changes needed?

Currently, the ExecutorRollPolicy chooses the smallest ID from string sorting.

Does this PR introduce any user-facing change?

No, 3.3.0 is not released yet.

How was this patch tested?

Pass the CIs.

@williamhyun
Copy link
Member Author

cc: @dongjoon-hyun

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM (Pending CIs).
Thank you, @williamhyun .

dongjoon-hyun pushed a commit that referenced this pull request May 29, 2022
…rical value

This PR aims to make `ExecutorRollPolicy.ID` should consider ID as a numerical value.

Currently, the ExecutorRollPolicy chooses the smallest ID from string sorting.

No, 3.3.0 is not released yet.

Pass the CIs.

Closes #36715 from williamhyun/SPARK-39327.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 97f4b0c)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
sunchao pushed a commit to sunchao/spark that referenced this pull request Jun 2, 2023
…rical value

This PR aims to make `ExecutorRollPolicy.ID` should consider ID as a numerical value.

Currently, the ExecutorRollPolicy chooses the smallest ID from string sorting.

No, 3.3.0 is not released yet.

Pass the CIs.

Closes apache#36715 from williamhyun/SPARK-39327.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 97f4b0c)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 109904e)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants