Skip to content

Commit

Permalink
Merge pull request cockroachdb#3193 from yananzhi/fix_comment
Browse files Browse the repository at this point in the history
Fix the comment for roachpb.Header.Replica.
  • Loading branch information
bdarnell committed Nov 24, 2015
2 parents 2c03bec + 9b73e4a commit f3d42a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions roachpb/api.pb.go

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

3 changes: 1 addition & 2 deletions roachpb/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,7 @@ message Header {
// performed. If the timestamp is set to zero value, its value
// is initialized to the wall time of the receiving node.
optional Timestamp timestamp = 1 [(gogoproto.nullable) = false];
// cmd_id is optionally specified for request idempotence
// (i.e. replay protection).
// replica specifies the destination of the request.
optional ReplicaDescriptor replica = 2 [(gogoproto.nullable) = false];
// range_id specifies the ID of the Raft consensus group which the key
// range belongs to. This is used by the receiving node to route the
Expand Down

0 comments on commit f3d42a5

Please sign in to comment.