Skip to content

Commit

Permalink
pdpb: use approximate_write_keys instead of approximate_rows (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMouche committed Jul 11, 2018
1 parent 4647096 commit 0d8a0dd
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 373 deletions.
164 changes: 82 additions & 82 deletions pkg/pdpb/pdpb.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 proto/pdpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ message RegionHeartbeatRequest {
reserved 11;
// Actually reported time interval
TimeInterval interval = 12;
// Approximate number of records.
uint64 approximate_rows = 13;
// Approximate number of keys.
uint64 approximate_keys = 13;
}

message ChangePeer {
Expand Down
Loading

0 comments on commit 0d8a0dd

Please sign in to comment.