File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ syntax = "proto3";
2
2
package tikvpb ;
3
3
4
4
import "coprocessor.proto" ;
5
- import "coprocessor_v2.proto" ;
6
5
import "kvrpcpb.proto" ;
7
6
import "mpp.proto" ;
8
7
import "raft_serverpb.proto" ;
@@ -70,9 +69,6 @@ service Tikv {
70
69
rpc CoprocessorStream (coprocessor .Request ) returns (stream coprocessor .Response ) {}
71
70
rpc BatchCoprocessor (coprocessor .BatchRequest ) returns (stream coprocessor .BatchResponse ) {}
72
71
73
- // Command for executing custom user requests in TiKV coprocessor_v2.
74
- rpc CoprocessorV2 (coprocessor_v2 .RawCoprocessorRequest ) returns (coprocessor_v2 .RawCoprocessorResponse ) {}
75
-
76
72
// Raft commands (sent between TiKV nodes).
77
73
rpc Raft (stream raft_serverpb .RaftMessage ) returns (raft_serverpb .Done ) {}
78
74
rpc BatchRaft (stream BatchRaftMessage ) returns (raft_serverpb .Done ) {}
@@ -148,8 +144,6 @@ message BatchCommandsRequest {
148
144
149
145
kvrpcpb.CheckSecondaryLocksRequest CheckSecondaryLocks = 33 ;
150
146
151
- coprocessor_v2.RawCoprocessorRequest CoprocessorV2 = 34 ;
152
-
153
147
// For some test cases.
154
148
BatchCommandsEmptyRequest Empty = 255 ;
155
149
}
@@ -203,8 +197,6 @@ message BatchCommandsResponse {
203
197
204
198
kvrpcpb.CheckSecondaryLocksResponse CheckSecondaryLocks = 33 ;
205
199
206
- coprocessor_v2.RawCoprocessorResponse CoprocessorV2 = 34 ;
207
-
208
200
// For some test cases.
209
201
BatchCommandsEmptyResponse Empty = 255 ;
210
202
}
You can’t perform that action at this time.
0 commit comments