We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31b255 commit 8329eecCopy full SHA for 8329eec
platform/proto/replica_info.proto
@@ -64,11 +64,6 @@ message ResConfigData{
64
optional int32 max_client_complaint_num = 21;
65
66
optional int32 duplicate_check_frequency_useconds = 22;
67
- optional bool multiply_primary = 23;
68
-
69
- // for poe
70
- optional int32 water_mark = 24;
71
- optional bool is_linear = 25;
72
}
73
74
message ReplicaStates {
platform/proto/resdb.proto
@@ -88,10 +88,7 @@ message Request {
88
int64 uid = 23;
89
int64 create_time = 24;
90
int64 commit_time = 25;
91
-<<<<<<< HEAD
92
bytes data_hash = 26;
93
-=======
94
->>>>>>> master
95
96
97
// The response message containing response
0 commit comments