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

Remove CmdID from InternalRaftCommand and pass it to raft separately. #211

Merged
merged 2 commits into from
Dec 10, 2014

Conversation

bdarnell
Copy link
Contributor

Multiraft needs a command identifier so it can track pending commands
and resubmit them when an election has caused them to be dropped.

@spencerkimball @cockroachdb/developers

Multiraft needs a command identifier so it can track pending commands
and resubmit them when an election has caused them to be dropped.
@@ -17,6 +17,8 @@

package multiraft

import "log"
Copy link
Member

Choose a reason for hiding this comment

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

Should be using github.com/cockroachdb/cockroach/util/log

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@spencerkimball
Copy link
Member

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.

2 participants