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

set unstable pendding empty chunkserver status to retired #416

Conversation

cw123
Copy link
Contributor

@cw123 cw123 commented Jul 8, 2021

What problem does this PR solve?

Problem Summary: set unstable pendding empty chunkserver status to retired

What is changed and how it works?

What's Changed:

How it Works:

Side effects(Breaking backward compatibility? Performance regression?):

Check List

  • Relevant documentation/comments is changed or added
  • I acknowledge that all my contributions will be made under the project's license

// Disregard when chunkserver isn't in OFFLINE status
if (OnlineState::OFFLINE != info.state) {
// Disregard when chunkserver is in ONLINE status
if (OnlineState::ONLINE == info.state) {
Copy link
Member

@xu-chaojie xu-chaojie Jul 9, 2021

Choose a reason for hiding this comment

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

Why pendding empty chunkserver is unstable ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

when you stop this chunkserver, this chunkserver state change from online to unstable.

@ilixiaocui ilixiaocui merged commit ead087b into opencurve:master Jul 9, 2021
@cw123 cw123 deleted the unstable_pendding_empty_chunkserver_to_retired branch July 9, 2021 02:49
ilixiaocui pushed a commit to ilixiaocui/curve that referenced this pull request Feb 6, 2023
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