Skip to content

Pass proposals by reference, not value.#308

Merged
bdarnell merged 1 commit intocockroachdb:masterfrom
bdarnell:double-close-again
Feb 6, 2015
Merged

Pass proposals by reference, not value.#308
bdarnell merged 1 commit intocockroachdb:masterfrom
bdarnell:double-close-again

Conversation

@bdarnell
Copy link
Copy Markdown
Contributor

@bdarnell bdarnell commented Feb 6, 2015

The fix for #281 in 25342e8 was ineffective because it operated
on a copy of the proposal that was immediately discarded; this
should actually fix the problem.

Fixes #307

@tschottdorf @cockroachdb/developers

The fix for cockroachdb#281 in 25342e8 was ineffective because it operated
on a copy of the proposal that was immediately discarded; this
should actually fix the problem.
@tbg
Copy link
Copy Markdown
Member

tbg commented Feb 6, 2015

Subtle.
LGTM

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.

testrace error: closing closed channel in multiraft.(*state).handleWriteResponse

2 participants