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

fix get peer info of removed member #108

Merged

Conversation

JacksonYao287
Copy link
Contributor

@JacksonYao287 JacksonYao287 commented Nov 18, 2024

in nuobject test, a removed member will try to get the info of itself to identify whether it is in a pg. but ATM , it is not in the configuration of this raft group. this PR aims to handle this case.

@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.58%. Comparing base (0262682) to head (c47a0c8).
Report is 44 commits behind head on main.

Files with missing lines Patch % Lines
src/lib/repl_service_ctx.cpp 80.00% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   71.47%   72.58%   +1.10%     
==========================================
  Files          21       20       -1     
  Lines         887      879       -8     
  Branches      103      101       -2     
==========================================
+ Hits          634      638       +4     
+ Misses        188      173      -15     
- Partials       65       68       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

xiaoxichen
xiaoxichen previously approved these changes Nov 19, 2024
in nuobject test, a removed member will try to get the info of itself to
identify whether it is in a pg. but ATM , it is not in the configuration
of this raft group. this PR aims to handle this case.
@JacksonYao287 JacksonYao287 force-pushed the fix-get-peer-info-of-removed-member branch from db6dc61 to c47a0c8 Compare November 19, 2024 09:17
@xiaoxichen xiaoxichen merged commit 793669a into eBay:main Nov 19, 2024
12 checks passed
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