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

Support raft rf scale (part 2) #4913

Merged
merged 3 commits into from
May 14, 2024

Conversation

aliszka
Copy link
Member

@aliszka aliszka commented May 14, 2024

What's being changed:

  • changes approach to shard reinit: removes dedicated method, uses Shard::Shutdown() followed by NewShard() calls.
  • updates replication factor on Index::Config when scaling out to fix Index::replicationEnabled() calls after scaling.

Review checklist

  • Documentation has been updated, if necessary. Link to changed documentation:
  • Chaos pipeline run or not necessary. Link to pipeline:
  • All new code is covered by tests where it is reasonable.
  • Performance tests have been run or not necessary.

@aliszka aliszka force-pushed the support-raft-rf-scale_with_refactor branch from 31e77d9 to d625d85 Compare May 14, 2024 10:27
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.8% Duplication on New Code

See analysis details on SonarCloud

@aliszka aliszka merged commit d9f1fd6 into support-raft-rf-scale May 14, 2024
42 checks passed
@aliszka aliszka deleted the support-raft-rf-scale_with_refactor branch May 14, 2024 11:15
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.

None yet

2 participants