Skip to content

Commit 8329eec

Browse files
committed
merge master
1 parent e31b255 commit 8329eec

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

platform/proto/replica_info.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ message ResConfigData{
6464
optional int32 max_client_complaint_num = 21;
6565

6666
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;
7267
}
7368

7469
message ReplicaStates {

platform/proto/resdb.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ message Request {
8888
int64 uid = 23;
8989
int64 create_time = 24;
9090
int64 commit_time = 25;
91-
<<<<<<< HEAD
9291
bytes data_hash = 26;
93-
=======
94-
>>>>>>> master
9592
}
9693

9794
// The response message containing response

0 commit comments

Comments
 (0)