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

chore(atomix): rm partition membership service #4739

Merged
merged 2 commits into from
Jun 23, 2020

Conversation

Zelldon
Copy link
Member

@Zelldon Zelldon commented Jun 16, 2020

Description

@deepthidevaki as discussed

PartitionGroupMembershipService was only used to detect new or other
partition groups and to join them. This is no longer necessary since we
use a static configuration.

Related issues

closes #4738

Pull Request Checklist

  • All commit messages match our commit message guidelines
  • The submitting code follows our code style
  • If submitting code, please run mvn clean install -DskipTests locally before committing

 PartitionGroupMembershipService was only used to detect new or other
 partition groups and to join them. This is no longer necessary since we
 use a static configuration.
Copy link
Contributor

@deepthidevaki deepthidevaki left a comment

Choose a reason for hiding this comment

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

LGTM. 👍 Two tests are failing which expects partition membership service.

@Zelldon Zelldon force-pushed the 4738-rm-partition-membership branch from d9b108d to 84c9db8 Compare June 22, 2020 15:35
@Zelldon
Copy link
Member Author

Zelldon commented Jun 22, 2020

@deepthidevaki thanks. I updated the PR and remove some more code.

@Zelldon Zelldon force-pushed the 4738-rm-partition-membership branch from 84c9db8 to 660777c Compare June 22, 2020 20:17
Copy link
Contributor

@deepthidevaki deepthidevaki left a comment

Choose a reason for hiding this comment

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

👍

@Zelldon
Copy link
Member Author

Zelldon commented Jun 23, 2020

bors r+

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Jun 23, 2020

Build succeeded:

@zeebe-bors zeebe-bors bot merged commit aaa43ca into develop Jun 23, 2020
@zeebe-bors zeebe-bors bot deleted the 4738-rm-partition-membership branch June 23, 2020 08:20
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.

Remove PartitionMembershipService
3 participants