Skip to content

[SPARK-53324][K8S][FOLLOWUP] Use invokePrivate to access numOutstandingPods - #52714

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-53324
Closed

[SPARK-53324][K8S][FOLLOWUP] Use invokePrivate to access numOutstandingPods#52714
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-53324

Conversation

@dongjoon-hyun

@dongjoon-hyundongjoon-hyun commented Oct 23, 2025

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This is a follow-up of the following to apply the latest master branch change.

Why are the changes needed?

The master branch compilation is broken currently.

Recently, we changed numOutstandingPods's visibility, but I missed that the old open PRs didn't have this change.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyundongjoon-hyun changed the title [SPARK-53324][K8S][FOLLOWUP] Use invokePrivate to access numOutstandingPods[SPARK-53324][K8S][FOLLOWUP] Use invokePrivate to access numOutstandingPodsOct 23, 2025
@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Could you review this PR, @gengliangwang ? Unfortunately, I broke the master branch compilation at the last merging.

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

I verified this manually too.

$ build/sbt -Pkubernetes -Pvolcano "kubernetes/test"
...
[info] Run completed in 39 seconds, 389 milliseconds.
[info] Total number of tests run: 291
[info] Suites: completed 35, aborted 0
[info] Tests: succeeded 291, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 46 s, completed Oct 23, 2025, 2:08:09 PM

@sarutaksarutak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Let's merge to recover CI.

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Thank you so much for your quick help, @sarutak !

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Thank you, @gengliangwang too!

Merged to master.

@dongjoon-hyun
dongjoon-hyun deleted the SPARK-53324 branch October 23, 2025 21:11
huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request Nov 25, 2025
…ndingPods`
### What changes were proposed in this pull request?
This is a follow-up of the following to apply the latest `master` branch change.
- apache#51913
### Why are the changes needed?
The master branch compilation is broken currently.
- https://github.com/apache/spark/actions/runs/18760939731
Recently, we changed `numOutstandingPods`'s visibility, but I missed that the old open PRs didn't have this change.
- apache#52614
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#52714 from dongjoon-hyun/SPARK-53324.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dongjoon-hyun@gengliangwang@sarutak