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";
22package tikvpb ;
33
44import "coprocessor.proto" ;
5- import "coprocessor_v2.proto" ;
65import "kvrpcpb.proto" ;
76import "mpp.proto" ;
87import "raft_serverpb.proto" ;
@@ -70,9 +69,6 @@ service Tikv {
7069 rpc CoprocessorStream (coprocessor .Request ) returns (stream coprocessor .Response ) {}
7170 rpc BatchCoprocessor (coprocessor .BatchRequest ) returns (stream coprocessor .BatchResponse ) {}
7271
73- // Command for executing custom user requests in TiKV coprocessor_v2.
74- rpc CoprocessorV2 (coprocessor_v2 .RawCoprocessorRequest ) returns (coprocessor_v2 .RawCoprocessorResponse ) {}
75-
7672 // Raft commands (sent between TiKV nodes).
7773 rpc Raft (stream raft_serverpb .RaftMessage ) returns (raft_serverpb .Done ) {}
7874 rpc BatchRaft (stream BatchRaftMessage ) returns (raft_serverpb .Done ) {}
@@ -148,8 +144,6 @@ message BatchCommandsRequest {
148144
149145 kvrpcpb.CheckSecondaryLocksRequest CheckSecondaryLocks = 33 ;
150146
151- coprocessor_v2.RawCoprocessorRequest CoprocessorV2 = 34 ;
152-
153147 // For some test cases.
154148 BatchCommandsEmptyRequest Empty = 255 ;
155149 }
@@ -203,8 +197,6 @@ message BatchCommandsResponse {
203197
204198 kvrpcpb.CheckSecondaryLocksResponse CheckSecondaryLocks = 33 ;
205199
206- coprocessor_v2.RawCoprocessorResponse CoprocessorV2 = 34 ;
207-
208200 // For some test cases.
209201 BatchCommandsEmptyResponse Empty = 255 ;
210202 }
You can’t perform that action at this time.
0 commit comments