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

Switch Batch to an implementation of Engine. #137

Merged
merged 1 commit into from
Oct 20, 2014

Conversation

spencerkimball
Copy link
Member

This is in preparation of Pete's proposed change to move Batch and
Snapshot into C++.

This is in preparation of Pete's proposed change to move Batch and
Snapshot into C++.
@spencerkimball
Copy link
Member Author

@petermattis @cockroachdb/developers

@bdarnell
Copy link
Contributor

LGTM

spencerkimball added a commit that referenced this pull request Oct 20, 2014
Switch Batch to an implementation of Engine.
@spencerkimball spencerkimball merged commit 59b47c7 into master Oct 20, 2014
@spencerkimball spencerkimball deleted the spencerkimball/mvcc-fo-all branch October 20, 2014 22:13

// WriteBatch returns an error if called on a Batch.
func (b *Batch) WriteBatch([]interface{}) error {
return util.Errorf("cannot report capacity from a Batch")
Copy link
Member

Choose a reason for hiding this comment

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

late to the party I know, but this isn't the right error string.

Copy link
Member Author

Choose a reason for hiding this comment

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

I made this small change in my most recent changelist.

soniabhishek pushed a commit to soniabhishek/cockroach that referenced this pull request Feb 15, 2017
Logic correction for running job managers
pav-kv pushed a commit to pav-kv/cockroach that referenced this pull request Mar 5, 2024
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