-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use racks in ccg #186
Use racks in ccg #186
Conversation
… into use-racks-in-ccg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There should be Result+Error Message instead of None+Logs
- There are hiddent mutability in center, rack etc methods (.inc()). It should be avoided, either by moving this counts to center (couple of Map<.., usize>), or marking those methods mutable. IMO first option is better and more maintainable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functions probably too large and should be split, otherwise LGTM
It just hit me that term rack is a bit weird,especially for cloud environments. Would it make sense to rename to availability group or something similar? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide an example of cluster config with racks?
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #173