Skip to content

Commit

Permalink
Merge pull request #10724 from bdarnell/fix-cyan
Browse files Browse the repository at this point in the history
storage: Renumber proposer-evaluated KV RaftCommand fields
  • Loading branch information
mberhault committed Nov 16, 2016
2 parents a3abb50 + 00a2e42 commit 96a591f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 78 deletions.
151 changes: 75 additions & 76 deletions pkg/storage/storagebase/proposer_kv.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/storage/storagebase/proposer_kv.proto
Expand Up @@ -161,7 +161,7 @@ message RaftCommand {
// TODO(tschottdorf): using an extra message here (and not just `bytes`) to
// allow the generated RaftCommand to be compared directly. If
// this costs an extra large allocation, we need to do something different.
optional WriteBatch write_batch = 10011;
optional WriteBatch write_batch = 10014;

reserved 1, 10001 to 10010, 10012;
reserved 1, 10001 to 10012;
}

0 comments on commit 96a591f

Please sign in to comment.