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 more than one store per node #7889

Closed
rmloveland opened this issue Jul 30, 2020 · 5 comments · Fixed by #11219
Closed

Support more than one store per node #7889

rmloveland opened this issue Jul 30, 2020 · 5 comments · Fixed by #11219
Assignees

Comments

@rmloveland
Copy link
Contributor

As noted in #7666 and elsewhere, CockroachDB does not balance replicas among multiple stores per node. This limits the usefulness of running with multiple stores.

There is work ongoing to remove this limitation in the 20.2 cycle. Therefore, we will need to update docs accordingly when that work gets done.

Estimated scope of work:

Related issues:

@rmloveland rmloveland self-assigned this Jul 30, 2020
@rmloveland rmloveland modified the milestones: 1.0.x, 20.2 Jul 30, 2020
@johnrk-zz
Copy link

Possibly update the recommended production settings on storage to note that you can "put more stores on it"

This hasn't been tested. cc @darinpp

@jseldess
Copy link
Contributor

jseldess commented Mar 1, 2021

@rmloveland, @mwang1026, what's the state of rebalancing across multiple stores? We have a number of docs issues around this, but I'm not sure if/how we should update the docs.

@mwang1026
Copy link
Contributor

We're in the same place re: rebalancing. It's actually been a problem of late so I'm hesitant to provide that recommendation.

@jseldess
Copy link
Contributor

jseldess commented Mar 1, 2021

Thanks, @mwang1026. Is work ongoing on this? Should we close this issue and reopen to reflect current projects? This ticket is from the 20.2 roadmap...

@johnrk-zz
Copy link

johnrk-zz commented Mar 1, 2021

@jseldess , yes, @lunevalex worked on this in 20.2:

Alex's change resulted in our safely rebalancing between stores that already existed on a node. IIRC, it does not support adding stores and rebalancing to an existing node and was not going to address the root problem of storing more per node. Ultimately, we decided to not prioritize documenting this update because it was not sufficiently customer impacting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants