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

storage: Temporarily disable preemptive snapshots #7674

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

bdarnell
Copy link
Contributor

@bdarnell bdarnell commented Jul 7, 2016

Fixes #7659
Updates #7600
Updates #7619


This change is Reviewable

@petermattis
Copy link
Collaborator

:lgtm:


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved, some commit checks pending.


Comments from Reviewable

@tbg
Copy link
Member

tbg commented Jul 7, 2016

LGTM. Interesting that we used SendAsync (I guess there isn't a good way to do a blocking send) before.

@bdarnell
Copy link
Contributor Author

bdarnell commented Jul 7, 2016

Yeah, we don't currently have a way to do a synchronous send. My hope for raft transport errors (#5789) was that we would get a return stream that we could use for acknowledging snapshots, but #7534 took a different strategy. We may need to revisit that (for this reason in addition to the goroutine concerns).

@tamird
Copy link
Contributor

tamird commented Jul 7, 2016

LGTM ✈️

@bdarnell bdarnell merged commit 0eeb655 into cockroachdb:master Jul 7, 2016
@bdarnell bdarnell deleted the disable-preemptive-snapshot branch July 7, 2016 16:19
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.

4 participants