Skip to content

Commit

Permalink
Extend the FetchClockNVal message
Browse files Browse the repository at this point in the history
Need to make the bool optional so that requests from older clients  not providing this are accepted.  Will default to previous behaviour (i.e. false) if not provided
  • Loading branch information
martinsumner committed Nov 13, 2020
1 parent 64cabe2 commit 0c22f2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/riak_kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ message RpbAaeFoldMergeBranchNValReq{
message RpbAaeFoldFetchClocksNValReq{
required uint32 n_val = 1;
repeated uint32 id_filter = 2;
optional bool modified_range = 40;
optional uint32 last_mod_start = 41;
optional uint32 last_mod_end = 42;
}

message RpbAaeFoldMergeTreesRangeReq{
Expand Down

0 comments on commit 0c22f2a

Please sign in to comment.