Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

refactor: move on_redundant_secondary from simple_load_balancer to partition_guardian #854

Merged
merged 3 commits into from
Jul 14, 2021

Conversation

levy5307
Copy link
Contributor

@levy5307 levy5307 commented Jul 8, 2021

issue: #848

@levy5307 levy5307 mentioned this pull request Jul 8, 2021
int target = 0;
int load = nodes.find(pc.secondaries.front())->second.partition_count();
for (int i = 0; i != pc.secondaries.size(); ++i) {
int l = nodes.find(pc.secondaries[i])->second.partition_count();
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the l means

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have told you that I don't want to modify any code in this pull request

@levy5307 levy5307 merged commit e31d49c into XiaoMi:master Jul 14, 2021
@levy5307 levy5307 deleted the mv-on-redundant-secondary branch July 14, 2021 07:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants