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

[DNM] storage: remove error on snapshotting large ranges #9548

Closed
wants to merge 1 commit into from
Closed

[DNM] storage: remove error on snapshotting large ranges #9548

wants to merge 1 commit into from

Conversation

tamird
Copy link
Contributor

@tamird tamird commented Sep 26, 2016

Now that we have streaming snapshots, this doesn't seem valuable.

Updates #9545.

@cockroachdb/stability


This change is Reviewable

@petermattis
Copy link
Collaborator

Streaming snapshots reduce the memory pressure of snapshots, but don't eliminate it (yet). On the receiving side we still buffer the entire snapshot in memory.

@bdarnell
Copy link
Contributor

Yeah, we still need this until we have batching on the receiving side.

@tamird tamird changed the title storage: remove error on snapshotting large ranges [DNM] storage: remove error on snapshotting large ranges Nov 10, 2016
Now that we have streaming snapshots, this doesn't seem valuable.

Updates #9545.
@tamird tamird closed this Apr 19, 2017
@tamird tamird deleted the remove-double-size-check branch April 19, 2017 10:01
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.

3 participants