Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#647][FOLLOWUP] set coordinator id before ApplicationMaster #654

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

advancedxy
Copy link
Contributor

@advancedxy advancedxy commented Feb 24, 2023

What changes were proposed in this pull request?

set coordinator id before ApplicationMaster construction, otherwise uuid is used for AbstractSelectStorageStrategy

Why are the changes needed?

Follow up of #647

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually verified

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Merging #654 (45a7d10) into master (dd50282) will increase coverage by 2.31%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #654      +/-   ##
============================================
+ Coverage     60.60%   62.92%   +2.31%     
- Complexity     1799     1801       +2     
============================================
  Files           216      202      -14     
  Lines         12458    10494    -1964     
  Branches       1052     1052              
============================================
- Hits           7550     6603     -947     
+ Misses         4500     3545     -955     
+ Partials        408      346      -62     
Impacted Files Coverage Δ
.../apache/uniffle/coordinator/CoordinatorServer.java 57.37% <100.00%> (ø)
...y/kubernetes/operator/pkg/webhook/inspector/pod.go
deploy/kubernetes/operator/pkg/utils/rss.go
...bernetes/operator/pkg/controller/controller/rss.go
...oy/kubernetes/operator/pkg/utils/shufflerserver.go
deploy/kubernetes/operator/pkg/utils/certs.go
...oy/kubernetes/operator/pkg/controller/util/util.go
deploy/kubernetes/operator/pkg/utils/util.go
deploy/kubernetes/operator/pkg/webhook/manager.go
...y/kubernetes/operator/pkg/webhook/inspector/rss.go
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, sorry, my mistake.

@jerqi jerqi merged commit b98f9fd into apache:master Feb 24, 2023
@jerqi
Copy link
Contributor

jerqi commented Feb 24, 2023

Merged to Master & 0.7 thanks @advancedxy

jerqi pushed a commit that referenced this pull request Feb 24, 2023
### What changes were proposed in this pull request?
set coordinator id before ApplicationMaster construction, otherwise uuid is used for ` AbstractSelectStorageStrategy`

### Why are the changes needed?
Follow up of #647

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Manually verified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants