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

[CELEBORN-1865] Update master endpointRef when master leader is abnormal #3101

Closed
wants to merge 1 commit into from

Conversation

zaynt4606
Copy link
Contributor

@zaynt4606 zaynt4606 commented Feb 17, 2025

What changes were proposed in this pull request?

rpcEndpointRef should be set to null When master leader is not present.

Why are the changes needed?

Attempt master address index can only be updated when rpcEndpointRef is null.

The index wont update if rpcEndpointRef has been set but some error ocurs to the master leader.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Copy link
Contributor

@RexXiong RexXiong left a comment

Choose a reason for hiding this comment

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

LGTM

@RexXiong RexXiong closed this in 27c6605 Feb 20, 2025
RexXiong pushed a commit that referenced this pull request Feb 20, 2025
### What changes were proposed in this pull request?
`rpcEndpointRef` should be set to `null` When master leader is not present.

### Why are the changes needed?
Attempt master address index can only be updated when `rpcEndpointRef` is `null`.

The index wont update  if `rpcEndpointRef` has been set but some error ocurs to the master leader.

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

### How was this patch tested?

Closes #3101 from zaynt4606/clb1865.

Authored-by: zhengtao <[email protected]>
Signed-off-by: Shuang <[email protected]>
(cherry picked from commit 27c6605)
Signed-off-by: Shuang <[email protected]>
@RexXiong
Copy link
Contributor

Thanks merge to main(v0.6.0) and branch-0.5(v0.5.4)

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.

2 participants