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 CC operations issues with controller-only nodes in KRaft #1027

Closed
wants to merge 2 commits into from

Conversation

panyuenlau
Copy link
Member

Description

CC doesn't have direct access to controller-only nodes, hence we need to exclude the controller-only nodes from all the CC actions. See this comment for details: #1023 (comment).

TODO:

  • Hide the graceActionState from all the controller-only nodes' status , right now, the graceActionState is still shown for the controller-only nodes and this is a false information because there is no graceful actions can be done against the controller-only nodes
  • Update controller tests correspondingly to cover the changes

Type of Change

  • Breaking Change

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@panyuenlau panyuenlau requested a review from a team as a code owner July 30, 2023 01:59
@panyuenlau panyuenlau mentioned this pull request Jul 30, 2023
18 tasks
@panyuenlau
Copy link
Member Author

Once #1023 is merged into master, will change the target branch of this PR to master to smoothen the review process a bit

@panyuenlau
Copy link
Member Author

Main PR has been closed, see this #1023 (comment) for details

@panyuenlau panyuenlau closed this Jul 31, 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.

1 participant