diff --git a/pkg/kvrpcpb/kvrpcpb.pb.go b/pkg/kvrpcpb/kvrpcpb.pb.go index 19ba4b735..462d84902 100644 --- a/pkg/kvrpcpb/kvrpcpb.pb.go +++ b/pkg/kvrpcpb/kvrpcpb.pb.go @@ -48,7 +48,7 @@ func (x VerOp) String() string { return proto.EnumName(VerOp_name, int32(x)) } func (VerOp) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{0} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{0} } type CommandPri int32 @@ -74,7 +74,7 @@ func (x CommandPri) String() string { return proto.EnumName(CommandPri_name, int32(x)) } func (CommandPri) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{1} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{1} } type IsolationLevel int32 @@ -97,7 +97,7 @@ func (x IsolationLevel) String() string { return proto.EnumName(IsolationLevel_name, int32(x)) } func (IsolationLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{2} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{2} } type Op int32 @@ -136,7 +136,7 @@ func (x Op) String() string { return proto.EnumName(Op_name, int32(x)) } func (Op) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{3} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{3} } type Assertion int32 @@ -162,7 +162,7 @@ func (x Assertion) String() string { return proto.EnumName(Assertion_name, int32(x)) } func (Assertion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{4} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{4} } type Action int32 @@ -191,7 +191,7 @@ func (x Action) String() string { return proto.EnumName(Action_name, int32(x)) } func (Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{5} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{5} } type ExtraOp int32 @@ -215,7 +215,7 @@ func (x ExtraOp) String() string { return proto.EnumName(ExtraOp_name, int32(x)) } func (ExtraOp) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{6} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{6} } // A transactional get command. Lookup a value for `key` in the transaction with @@ -233,7 +233,7 @@ func (m *GetRequest) Reset() { *m = GetRequest{} } func (m *GetRequest) String() string { return proto.CompactTextString(m) } func (*GetRequest) ProtoMessage() {} func (*GetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{0} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{0} } func (m *GetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -302,7 +302,7 @@ func (m *GetResponse) Reset() { *m = GetResponse{} } func (m *GetResponse) String() string { return proto.CompactTextString(m) } func (*GetResponse) ProtoMessage() {} func (*GetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{1} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{1} } func (m *GetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -385,7 +385,7 @@ func (m *ScanRequest) Reset() { *m = ScanRequest{} } func (m *ScanRequest) String() string { return proto.CompactTextString(m) } func (*ScanRequest) ProtoMessage() {} func (*ScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{2} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{2} } func (m *ScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -483,7 +483,7 @@ func (m *ScanResponse) Reset() { *m = ScanResponse{} } func (m *ScanResponse) String() string { return proto.CompactTextString(m) } func (*ScanResponse) ProtoMessage() {} func (*ScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{3} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{3} } func (m *ScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -551,9 +551,9 @@ type PrewriteRequest struct { // If min_commit_ts > 0, this is a large transaction request, the final commit_ts // will be inferred from `min_commit_ts`. MinCommitTs uint64 `protobuf:"varint,10,opt,name=min_commit_ts,json=minCommitTs,proto3" json:"min_commit_ts,omitempty"` - // When parallel commit is enabled, `secondaries` should be set as the key list of all secondary + // When async commit is enabled, `secondaries` should be set as the key list of all secondary // locks if the request prewrites the primary lock. - UseParallelCommit bool `protobuf:"varint,11,opt,name=use_parallel_commit,json=useParallelCommit,proto3" json:"use_parallel_commit,omitempty"` + UseAsyncCommit bool `protobuf:"varint,11,opt,name=use_async_commit,json=useAsyncCommit,proto3" json:"use_async_commit,omitempty"` Secondaries [][]byte `protobuf:"bytes,12,rep,name=secondaries" json:"secondaries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -564,7 +564,7 @@ func (m *PrewriteRequest) Reset() { *m = PrewriteRequest{} } func (m *PrewriteRequest) String() string { return proto.CompactTextString(m) } func (*PrewriteRequest) ProtoMessage() {} func (*PrewriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{4} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{4} } func (m *PrewriteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -663,9 +663,9 @@ func (m *PrewriteRequest) GetMinCommitTs() uint64 { return 0 } -func (m *PrewriteRequest) GetUseParallelCommit() bool { +func (m *PrewriteRequest) GetUseAsyncCommit() bool { if m != nil { - return m.UseParallelCommit + return m.UseAsyncCommit } return false } @@ -680,7 +680,7 @@ func (m *PrewriteRequest) GetSecondaries() [][]byte { type PrewriteResponse struct { RegionError *errorpb.Error `protobuf:"bytes,1,opt,name=region_error,json=regionError" json:"region_error,omitempty"` Errors []*KeyError `protobuf:"bytes,2,rep,name=errors" json:"errors,omitempty"` - // 0 if the min_commit_ts is not ready or any other reason that parallel + // 0 if the min_commit_ts is not ready or any other reason that async // commit cannot proceed. The client can then fallback to normal way to // continue committing the transaction if prewrite are all finished. MinCommitTs uint64 `protobuf:"varint,3,opt,name=min_commit_ts,json=minCommitTs,proto3" json:"min_commit_ts,omitempty"` @@ -693,7 +693,7 @@ func (m *PrewriteResponse) Reset() { *m = PrewriteResponse{} } func (m *PrewriteResponse) String() string { return proto.CompactTextString(m) } func (*PrewriteResponse) ProtoMessage() {} func (*PrewriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{5} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{5} } func (m *PrewriteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -781,7 +781,7 @@ func (m *PessimisticLockRequest) Reset() { *m = PessimisticLockRequest{} func (m *PessimisticLockRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticLockRequest) ProtoMessage() {} func (*PessimisticLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{6} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{6} } func (m *PessimisticLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -905,7 +905,7 @@ func (m *PessimisticLockResponse) Reset() { *m = PessimisticLockResponse func (m *PessimisticLockResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticLockResponse) ProtoMessage() {} func (*PessimisticLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{7} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{7} } func (m *PessimisticLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -984,7 +984,7 @@ func (m *PessimisticRollbackRequest) Reset() { *m = PessimisticRollbackR func (m *PessimisticRollbackRequest) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackRequest) ProtoMessage() {} func (*PessimisticRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{8} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{8} } func (m *PessimisticRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1053,7 +1053,7 @@ func (m *PessimisticRollbackResponse) Reset() { *m = PessimisticRollback func (m *PessimisticRollbackResponse) String() string { return proto.CompactTextString(m) } func (*PessimisticRollbackResponse) ProtoMessage() {} func (*PessimisticRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{9} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{9} } func (m *PessimisticRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1114,7 +1114,7 @@ func (m *TxnHeartBeatRequest) Reset() { *m = TxnHeartBeatRequest{} } func (m *TxnHeartBeatRequest) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatRequest) ProtoMessage() {} func (*TxnHeartBeatRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{10} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{10} } func (m *TxnHeartBeatRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1185,7 +1185,7 @@ func (m *TxnHeartBeatResponse) Reset() { *m = TxnHeartBeatResponse{} } func (m *TxnHeartBeatResponse) String() string { return proto.CompactTextString(m) } func (*TxnHeartBeatResponse) ProtoMessage() {} func (*TxnHeartBeatResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{11} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{11} } func (m *TxnHeartBeatResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1263,7 +1263,7 @@ func (m *CheckTxnStatusRequest) Reset() { *m = CheckTxnStatusRequest{} } func (m *CheckTxnStatusRequest) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusRequest) ProtoMessage() {} func (*CheckTxnStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{12} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{12} } func (m *CheckTxnStatusRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1345,7 +1345,7 @@ type CheckTxnStatusResponse struct { CommitVersion uint64 `protobuf:"varint,4,opt,name=commit_version,json=commitVersion,proto3" json:"commit_version,omitempty"` // The action performed by TiKV (and why if the action is to rollback). Action Action `protobuf:"varint,5,opt,name=action,proto3,enum=kvrpcpb.Action" json:"action,omitempty"` - UseParallelCommit bool `protobuf:"varint,6,opt,name=use_parallel_commit,json=useParallelCommit,proto3" json:"use_parallel_commit,omitempty"` + UseAsyncCommit bool `protobuf:"varint,6,opt,name=use_async_commit,json=useAsyncCommit,proto3" json:"use_async_commit,omitempty"` Secondaries [][]byte `protobuf:"bytes,7,rep,name=secondaries" json:"secondaries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1356,7 +1356,7 @@ func (m *CheckTxnStatusResponse) Reset() { *m = CheckTxnStatusResponse{} func (m *CheckTxnStatusResponse) String() string { return proto.CompactTextString(m) } func (*CheckTxnStatusResponse) ProtoMessage() {} func (*CheckTxnStatusResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{13} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{13} } func (m *CheckTxnStatusResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1420,9 +1420,9 @@ func (m *CheckTxnStatusResponse) GetAction() Action { return Action_NoAction } -func (m *CheckTxnStatusResponse) GetUseParallelCommit() bool { +func (m *CheckTxnStatusResponse) GetUseAsyncCommit() bool { if m != nil { - return m.UseParallelCommit + return m.UseAsyncCommit } return false } @@ -1453,7 +1453,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{14} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{14} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1524,7 +1524,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{15} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{15} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1587,7 +1587,7 @@ func (m *ImportRequest) Reset() { *m = ImportRequest{} } func (m *ImportRequest) String() string { return proto.CompactTextString(m) } func (*ImportRequest) ProtoMessage() {} func (*ImportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{16} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{16} } func (m *ImportRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1642,7 +1642,7 @@ func (m *ImportResponse) Reset() { *m = ImportResponse{} } func (m *ImportResponse) String() string { return proto.CompactTextString(m) } func (*ImportResponse) ProtoMessage() {} func (*ImportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{17} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{17} } func (m *ImportResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1704,7 +1704,7 @@ func (m *CleanupRequest) Reset() { *m = CleanupRequest{} } func (m *CleanupRequest) String() string { return proto.CompactTextString(m) } func (*CleanupRequest) ProtoMessage() {} func (*CleanupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{18} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{18} } func (m *CleanupRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1775,7 +1775,7 @@ func (m *CleanupResponse) Reset() { *m = CleanupResponse{} } func (m *CleanupResponse) String() string { return proto.CompactTextString(m) } func (*CleanupResponse) ProtoMessage() {} func (*CleanupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{19} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{19} } func (m *CleanupResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1839,7 +1839,7 @@ func (m *BatchGetRequest) Reset() { *m = BatchGetRequest{} } func (m *BatchGetRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetRequest) ProtoMessage() {} func (*BatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{20} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{20} } func (m *BatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1901,7 +1901,7 @@ func (m *BatchGetResponse) Reset() { *m = BatchGetResponse{} } func (m *BatchGetResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetResponse) ProtoMessage() {} func (*BatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{21} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{21} } func (m *BatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1961,7 +1961,7 @@ func (m *BatchRollbackRequest) Reset() { *m = BatchRollbackRequest{} } func (m *BatchRollbackRequest) String() string { return proto.CompactTextString(m) } func (*BatchRollbackRequest) ProtoMessage() {} func (*BatchRollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{22} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{22} } func (m *BatchRollbackRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2023,7 +2023,7 @@ func (m *BatchRollbackResponse) Reset() { *m = BatchRollbackResponse{} } func (m *BatchRollbackResponse) String() string { return proto.CompactTextString(m) } func (*BatchRollbackResponse) ProtoMessage() {} func (*BatchRollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{23} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{23} } func (m *BatchRollbackResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2085,7 +2085,7 @@ func (m *ScanLockRequest) Reset() { *m = ScanLockRequest{} } func (m *ScanLockRequest) String() string { return proto.CompactTextString(m) } func (*ScanLockRequest) ProtoMessage() {} func (*ScanLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{24} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{24} } func (m *ScanLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2156,7 +2156,7 @@ func (m *ScanLockResponse) Reset() { *m = ScanLockResponse{} } func (m *ScanLockResponse) String() string { return proto.CompactTextString(m) } func (*ScanLockResponse) ProtoMessage() {} func (*ScanLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{25} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{25} } func (m *ScanLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2226,7 +2226,7 @@ func (m *ResolveLockRequest) Reset() { *m = ResolveLockRequest{} } func (m *ResolveLockRequest) String() string { return proto.CompactTextString(m) } func (*ResolveLockRequest) ProtoMessage() {} func (*ResolveLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{26} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{26} } func (m *ResolveLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2302,7 +2302,7 @@ func (m *ResolveLockResponse) Reset() { *m = ResolveLockResponse{} } func (m *ResolveLockResponse) String() string { return proto.CompactTextString(m) } func (*ResolveLockResponse) ProtoMessage() {} func (*ResolveLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{27} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{27} } func (m *ResolveLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2358,7 +2358,7 @@ func (m *GCRequest) Reset() { *m = GCRequest{} } func (m *GCRequest) String() string { return proto.CompactTextString(m) } func (*GCRequest) ProtoMessage() {} func (*GCRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{28} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{28} } func (m *GCRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2413,7 +2413,7 @@ func (m *GCResponse) Reset() { *m = GCResponse{} } func (m *GCResponse) String() string { return proto.CompactTextString(m) } func (*GCResponse) ProtoMessage() {} func (*GCResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{29} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{29} } func (m *GCResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2475,7 +2475,7 @@ func (m *DeleteRangeRequest) Reset() { *m = DeleteRangeRequest{} } func (m *DeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRangeRequest) ProtoMessage() {} func (*DeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{30} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{30} } func (m *DeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2544,7 +2544,7 @@ func (m *DeleteRangeResponse) Reset() { *m = DeleteRangeResponse{} } func (m *DeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*DeleteRangeResponse) ProtoMessage() {} func (*DeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{31} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{31} } func (m *DeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2600,7 +2600,7 @@ func (m *RawGetRequest) Reset() { *m = RawGetRequest{} } func (m *RawGetRequest) String() string { return proto.CompactTextString(m) } func (*RawGetRequest) ProtoMessage() {} func (*RawGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{32} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{32} } func (m *RawGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2664,7 +2664,7 @@ func (m *RawGetResponse) Reset() { *m = RawGetResponse{} } func (m *RawGetResponse) String() string { return proto.CompactTextString(m) } func (*RawGetResponse) ProtoMessage() {} func (*RawGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{33} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{33} } func (m *RawGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2734,7 +2734,7 @@ func (m *RawBatchGetRequest) Reset() { *m = RawBatchGetRequest{} } func (m *RawBatchGetRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchGetRequest) ProtoMessage() {} func (*RawBatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{34} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{34} } func (m *RawBatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2796,7 +2796,7 @@ func (m *RawBatchGetResponse) Reset() { *m = RawBatchGetResponse{} } func (m *RawBatchGetResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchGetResponse) ProtoMessage() {} func (*RawBatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{35} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{35} } func (m *RawBatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2853,7 +2853,7 @@ func (m *RawPutRequest) Reset() { *m = RawPutRequest{} } func (m *RawPutRequest) String() string { return proto.CompactTextString(m) } func (*RawPutRequest) ProtoMessage() {} func (*RawPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{36} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{36} } func (m *RawPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2922,7 +2922,7 @@ func (m *RawPutResponse) Reset() { *m = RawPutResponse{} } func (m *RawPutResponse) String() string { return proto.CompactTextString(m) } func (*RawPutResponse) ProtoMessage() {} func (*RawPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{37} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{37} } func (m *RawPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2978,7 +2978,7 @@ func (m *RawBatchPutRequest) Reset() { *m = RawBatchPutRequest{} } func (m *RawBatchPutRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchPutRequest) ProtoMessage() {} func (*RawBatchPutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{38} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{38} } func (m *RawBatchPutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3040,7 +3040,7 @@ func (m *RawBatchPutResponse) Reset() { *m = RawBatchPutResponse{} } func (m *RawBatchPutResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchPutResponse) ProtoMessage() {} func (*RawBatchPutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{39} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{39} } func (m *RawBatchPutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3096,7 +3096,7 @@ func (m *RawDeleteRequest) Reset() { *m = RawDeleteRequest{} } func (m *RawDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRequest) ProtoMessage() {} func (*RawDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{40} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{40} } func (m *RawDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3158,7 +3158,7 @@ func (m *RawDeleteResponse) Reset() { *m = RawDeleteResponse{} } func (m *RawDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteResponse) ProtoMessage() {} func (*RawDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{41} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{41} } func (m *RawDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3214,7 +3214,7 @@ func (m *RawBatchDeleteRequest) Reset() { *m = RawBatchDeleteRequest{} } func (m *RawBatchDeleteRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteRequest) ProtoMessage() {} func (*RawBatchDeleteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{42} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{42} } func (m *RawBatchDeleteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3276,7 +3276,7 @@ func (m *RawBatchDeleteResponse) Reset() { *m = RawBatchDeleteResponse{} func (m *RawBatchDeleteResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchDeleteResponse) ProtoMessage() {} func (*RawBatchDeleteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{43} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{43} } func (m *RawBatchDeleteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3338,7 +3338,7 @@ func (m *RawScanRequest) Reset() { *m = RawScanRequest{} } func (m *RawScanRequest) String() string { return proto.CompactTextString(m) } func (*RawScanRequest) ProtoMessage() {} func (*RawScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{44} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{44} } func (m *RawScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3428,7 +3428,7 @@ func (m *RawScanResponse) Reset() { *m = RawScanResponse{} } func (m *RawScanResponse) String() string { return proto.CompactTextString(m) } func (*RawScanResponse) ProtoMessage() {} func (*RawScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{45} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{45} } func (m *RawScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3485,7 +3485,7 @@ func (m *RawDeleteRangeRequest) Reset() { *m = RawDeleteRangeRequest{} } func (m *RawDeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeRequest) ProtoMessage() {} func (*RawDeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{46} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{46} } func (m *RawDeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3554,7 +3554,7 @@ func (m *RawDeleteRangeResponse) Reset() { *m = RawDeleteRangeResponse{} func (m *RawDeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*RawDeleteRangeResponse) ProtoMessage() {} func (*RawDeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{47} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{47} } func (m *RawDeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3613,7 +3613,7 @@ func (m *RawBatchScanRequest) Reset() { *m = RawBatchScanRequest{} } func (m *RawBatchScanRequest) String() string { return proto.CompactTextString(m) } func (*RawBatchScanRequest) ProtoMessage() {} func (*RawBatchScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{48} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{48} } func (m *RawBatchScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3696,7 +3696,7 @@ func (m *RawBatchScanResponse) Reset() { *m = RawBatchScanResponse{} } func (m *RawBatchScanResponse) String() string { return proto.CompactTextString(m) } func (*RawBatchScanResponse) ProtoMessage() {} func (*RawBatchScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{49} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{49} } func (m *RawBatchScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3752,7 +3752,7 @@ func (m *UnsafeDestroyRangeRequest) Reset() { *m = UnsafeDestroyRangeReq func (m *UnsafeDestroyRangeRequest) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeRequest) ProtoMessage() {} func (*UnsafeDestroyRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{50} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{50} } func (m *UnsafeDestroyRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3814,7 +3814,7 @@ func (m *UnsafeDestroyRangeResponse) Reset() { *m = UnsafeDestroyRangeRe func (m *UnsafeDestroyRangeResponse) String() string { return proto.CompactTextString(m) } func (*UnsafeDestroyRangeResponse) ProtoMessage() {} func (*UnsafeDestroyRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{51} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{51} } func (m *UnsafeDestroyRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3869,7 +3869,7 @@ func (m *RegisterLockObserverRequest) Reset() { *m = RegisterLockObserve func (m *RegisterLockObserverRequest) String() string { return proto.CompactTextString(m) } func (*RegisterLockObserverRequest) ProtoMessage() {} func (*RegisterLockObserverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{52} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{52} } func (m *RegisterLockObserverRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3923,7 +3923,7 @@ func (m *RegisterLockObserverResponse) Reset() { *m = RegisterLockObserv func (m *RegisterLockObserverResponse) String() string { return proto.CompactTextString(m) } func (*RegisterLockObserverResponse) ProtoMessage() {} func (*RegisterLockObserverResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{53} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{53} } func (m *RegisterLockObserverResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3971,7 +3971,7 @@ func (m *CheckLockObserverRequest) Reset() { *m = CheckLockObserverReque func (m *CheckLockObserverRequest) String() string { return proto.CompactTextString(m) } func (*CheckLockObserverRequest) ProtoMessage() {} func (*CheckLockObserverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{54} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{54} } func (m *CheckLockObserverRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4027,7 +4027,7 @@ func (m *CheckLockObserverResponse) Reset() { *m = CheckLockObserverResp func (m *CheckLockObserverResponse) String() string { return proto.CompactTextString(m) } func (*CheckLockObserverResponse) ProtoMessage() {} func (*CheckLockObserverResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{55} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{55} } func (m *CheckLockObserverResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4089,7 +4089,7 @@ func (m *RemoveLockObserverRequest) Reset() { *m = RemoveLockObserverReq func (m *RemoveLockObserverRequest) String() string { return proto.CompactTextString(m) } func (*RemoveLockObserverRequest) ProtoMessage() {} func (*RemoveLockObserverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{56} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{56} } func (m *RemoveLockObserverRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4143,7 +4143,7 @@ func (m *RemoveLockObserverResponse) Reset() { *m = RemoveLockObserverRe func (m *RemoveLockObserverResponse) String() string { return proto.CompactTextString(m) } func (*RemoveLockObserverResponse) ProtoMessage() {} func (*RemoveLockObserverResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{57} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{57} } func (m *RemoveLockObserverResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4193,7 +4193,7 @@ func (m *PhysicalScanLockRequest) Reset() { *m = PhysicalScanLockRequest func (m *PhysicalScanLockRequest) String() string { return proto.CompactTextString(m) } func (*PhysicalScanLockRequest) ProtoMessage() {} func (*PhysicalScanLockRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{58} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{58} } func (m *PhysicalScanLockRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4262,7 +4262,7 @@ func (m *PhysicalScanLockResponse) Reset() { *m = PhysicalScanLockRespon func (m *PhysicalScanLockResponse) String() string { return proto.CompactTextString(m) } func (*PhysicalScanLockResponse) ProtoMessage() {} func (*PhysicalScanLockResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{59} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{59} } func (m *PhysicalScanLockResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4319,7 +4319,7 @@ func (m *SplitRegionRequest) Reset() { *m = SplitRegionRequest{} } func (m *SplitRegionRequest) String() string { return proto.CompactTextString(m) } func (*SplitRegionRequest) ProtoMessage() {} func (*SplitRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{60} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{60} } func (m *SplitRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4384,7 +4384,7 @@ func (m *SplitRegionResponse) Reset() { *m = SplitRegionResponse{} } func (m *SplitRegionResponse) String() string { return proto.CompactTextString(m) } func (*SplitRegionResponse) ProtoMessage() {} func (*SplitRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{61} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{61} } func (m *SplitRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4455,7 +4455,7 @@ func (m *ReadIndexRequest) Reset() { *m = ReadIndexRequest{} } func (m *ReadIndexRequest) String() string { return proto.CompactTextString(m) } func (*ReadIndexRequest) ProtoMessage() {} func (*ReadIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{62} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{62} } func (m *ReadIndexRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4503,7 +4503,7 @@ func (m *ReadIndexResponse) Reset() { *m = ReadIndexResponse{} } func (m *ReadIndexResponse) String() string { return proto.CompactTextString(m) } func (*ReadIndexResponse) ProtoMessage() {} func (*ReadIndexResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{63} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{63} } func (m *ReadIndexResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4559,7 +4559,7 @@ func (m *VerMutation) Reset() { *m = VerMutation{} } func (m *VerMutation) String() string { return proto.CompactTextString(m) } func (*VerMutation) ProtoMessage() {} func (*VerMutation) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{64} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{64} } func (m *VerMutation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4621,7 +4621,7 @@ func (m *VerValue) Reset() { *m = VerValue{} } func (m *VerValue) String() string { return proto.CompactTextString(m) } func (*VerValue) ProtoMessage() {} func (*VerValue) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{65} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{65} } func (m *VerValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4675,7 +4675,7 @@ func (m *VerError) Reset() { *m = VerError{} } func (m *VerError) String() string { return proto.CompactTextString(m) } func (*VerError) ProtoMessage() {} func (*VerError) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{66} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{66} } func (m *VerError) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4724,7 +4724,7 @@ func (m *VerKvPair) Reset() { *m = VerKvPair{} } func (m *VerKvPair) String() string { return proto.CompactTextString(m) } func (*VerKvPair) ProtoMessage() {} func (*VerKvPair) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{67} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{67} } func (m *VerKvPair) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4787,7 +4787,7 @@ func (m *VerGetRequest) Reset() { *m = VerGetRequest{} } func (m *VerGetRequest) String() string { return proto.CompactTextString(m) } func (*VerGetRequest) ProtoMessage() {} func (*VerGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{68} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{68} } func (m *VerGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4851,7 +4851,7 @@ func (m *VerGetResponse) Reset() { *m = VerGetResponse{} } func (m *VerGetResponse) String() string { return proto.CompactTextString(m) } func (*VerGetResponse) ProtoMessage() {} func (*VerGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{69} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{69} } func (m *VerGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4921,7 +4921,7 @@ func (m *VerBatchGetRequest) Reset() { *m = VerBatchGetRequest{} } func (m *VerBatchGetRequest) String() string { return proto.CompactTextString(m) } func (*VerBatchGetRequest) ProtoMessage() {} func (*VerBatchGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{70} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{70} } func (m *VerBatchGetRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4983,7 +4983,7 @@ func (m *VerBatchGetResponse) Reset() { *m = VerBatchGetResponse{} } func (m *VerBatchGetResponse) String() string { return proto.CompactTextString(m) } func (*VerBatchGetResponse) ProtoMessage() {} func (*VerBatchGetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{71} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{71} } func (m *VerBatchGetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5039,7 +5039,7 @@ func (m *VerMutRequest) Reset() { *m = VerMutRequest{} } func (m *VerMutRequest) String() string { return proto.CompactTextString(m) } func (*VerMutRequest) ProtoMessage() {} func (*VerMutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{72} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{72} } func (m *VerMutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5101,7 +5101,7 @@ func (m *VerMutResponse) Reset() { *m = VerMutResponse{} } func (m *VerMutResponse) String() string { return proto.CompactTextString(m) } func (*VerMutResponse) ProtoMessage() {} func (*VerMutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{73} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{73} } func (m *VerMutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5157,7 +5157,7 @@ func (m *VerBatchMutRequest) Reset() { *m = VerBatchMutRequest{} } func (m *VerBatchMutRequest) String() string { return proto.CompactTextString(m) } func (*VerBatchMutRequest) ProtoMessage() {} func (*VerBatchMutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{74} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{74} } func (m *VerBatchMutRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5219,7 +5219,7 @@ func (m *VerBatchMutResponse) Reset() { *m = VerBatchMutResponse{} } func (m *VerBatchMutResponse) String() string { return proto.CompactTextString(m) } func (*VerBatchMutResponse) ProtoMessage() {} func (*VerBatchMutResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{75} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{75} } func (m *VerBatchMutResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5279,7 +5279,7 @@ func (m *VerScanRequest) Reset() { *m = VerScanRequest{} } func (m *VerScanRequest) String() string { return proto.CompactTextString(m) } func (*VerScanRequest) ProtoMessage() {} func (*VerScanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{76} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{76} } func (m *VerScanRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5369,7 +5369,7 @@ func (m *VerScanResponse) Reset() { *m = VerScanResponse{} } func (m *VerScanResponse) String() string { return proto.CompactTextString(m) } func (*VerScanResponse) ProtoMessage() {} func (*VerScanResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{77} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{77} } func (m *VerScanResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5425,7 +5425,7 @@ func (m *VerDeleteRangeRequest) Reset() { *m = VerDeleteRangeRequest{} } func (m *VerDeleteRangeRequest) String() string { return proto.CompactTextString(m) } func (*VerDeleteRangeRequest) ProtoMessage() {} func (*VerDeleteRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{78} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{78} } func (m *VerDeleteRangeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5487,7 +5487,7 @@ func (m *VerDeleteRangeResponse) Reset() { *m = VerDeleteRangeResponse{} func (m *VerDeleteRangeResponse) String() string { return proto.CompactTextString(m) } func (*VerDeleteRangeResponse) ProtoMessage() {} func (*VerDeleteRangeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{79} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{79} } func (m *VerDeleteRangeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5542,7 +5542,7 @@ func (m *MvccGetByKeyRequest) Reset() { *m = MvccGetByKeyRequest{} } func (m *MvccGetByKeyRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyRequest) ProtoMessage() {} func (*MvccGetByKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{80} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{80} } func (m *MvccGetByKeyRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5598,7 +5598,7 @@ func (m *MvccGetByKeyResponse) Reset() { *m = MvccGetByKeyResponse{} } func (m *MvccGetByKeyResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByKeyResponse) ProtoMessage() {} func (*MvccGetByKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{81} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{81} } func (m *MvccGetByKeyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5660,7 +5660,7 @@ func (m *MvccGetByStartTsRequest) Reset() { *m = MvccGetByStartTsRequest func (m *MvccGetByStartTsRequest) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsRequest) ProtoMessage() {} func (*MvccGetByStartTsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{82} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{82} } func (m *MvccGetByStartTsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5717,7 +5717,7 @@ func (m *MvccGetByStartTsResponse) Reset() { *m = MvccGetByStartTsRespon func (m *MvccGetByStartTsResponse) String() string { return proto.CompactTextString(m) } func (*MvccGetByStartTsResponse) ProtoMessage() {} func (*MvccGetByStartTsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{83} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{83} } func (m *MvccGetByStartTsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5806,7 +5806,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{84} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{84} } func (m *Context) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5946,9 +5946,13 @@ type LockInfo struct { Key []byte `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` LockTtl uint64 `protobuf:"varint,4,opt,name=lock_ttl,json=lockTtl,proto3" json:"lock_ttl,omitempty"` // How many keys this transaction involves in this region. - TxnSize uint64 `protobuf:"varint,5,opt,name=txn_size,json=txnSize,proto3" json:"txn_size,omitempty"` - LockType Op `protobuf:"varint,6,opt,name=lock_type,json=lockType,proto3,enum=kvrpcpb.Op" json:"lock_type,omitempty"` - LockForUpdateTs uint64 `protobuf:"varint,7,opt,name=lock_for_update_ts,json=lockForUpdateTs,proto3" json:"lock_for_update_ts,omitempty"` + TxnSize uint64 `protobuf:"varint,5,opt,name=txn_size,json=txnSize,proto3" json:"txn_size,omitempty"` + LockType Op `protobuf:"varint,6,opt,name=lock_type,json=lockType,proto3,enum=kvrpcpb.Op" json:"lock_type,omitempty"` + LockForUpdateTs uint64 `protobuf:"varint,7,opt,name=lock_for_update_ts,json=lockForUpdateTs,proto3" json:"lock_for_update_ts,omitempty"` + // Fields for transactions that are using Async Commit. + UseAsyncCommit bool `protobuf:"varint,8,opt,name=use_async_commit,json=useAsyncCommit,proto3" json:"use_async_commit,omitempty"` + MinCommitTs uint64 `protobuf:"varint,9,opt,name=min_commit_ts,json=minCommitTs,proto3" json:"min_commit_ts,omitempty"` + Secondaries [][]byte `protobuf:"bytes,10,rep,name=secondaries" json:"secondaries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -5958,7 +5962,7 @@ func (m *LockInfo) Reset() { *m = LockInfo{} } func (m *LockInfo) String() string { return proto.CompactTextString(m) } func (*LockInfo) ProtoMessage() {} func (*LockInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{85} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{85} } func (m *LockInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6036,6 +6040,27 @@ func (m *LockInfo) GetLockForUpdateTs() uint64 { return 0 } +func (m *LockInfo) GetUseAsyncCommit() bool { + if m != nil { + return m.UseAsyncCommit + } + return false +} + +func (m *LockInfo) GetMinCommitTs() uint64 { + if m != nil { + return m.MinCommitTs + } + return 0 +} + +func (m *LockInfo) GetSecondaries() [][]byte { + if m != nil { + return m.Secondaries + } + return nil +} + type KeyError struct { Locked *LockInfo `protobuf:"bytes,1,opt,name=locked" json:"locked,omitempty"` Retryable string `protobuf:"bytes,2,opt,name=retryable,proto3" json:"retryable,omitempty"` @@ -6054,7 +6079,7 @@ func (m *KeyError) Reset() { *m = KeyError{} } func (m *KeyError) String() string { return proto.CompactTextString(m) } func (*KeyError) ProtoMessage() {} func (*KeyError) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{86} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{86} } func (m *KeyError) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6154,7 +6179,7 @@ func (m *WriteConflict) Reset() { *m = WriteConflict{} } func (m *WriteConflict) String() string { return proto.CompactTextString(m) } func (*WriteConflict) ProtoMessage() {} func (*WriteConflict) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{87} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{87} } func (m *WriteConflict) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6229,7 +6254,7 @@ func (m *AlreadyExist) Reset() { *m = AlreadyExist{} } func (m *AlreadyExist) String() string { return proto.CompactTextString(m) } func (*AlreadyExist) ProtoMessage() {} func (*AlreadyExist) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{88} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{88} } func (m *AlreadyExist) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6278,7 +6303,7 @@ func (m *Deadlock) Reset() { *m = Deadlock{} } func (m *Deadlock) String() string { return proto.CompactTextString(m) } func (*Deadlock) ProtoMessage() {} func (*Deadlock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{89} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{89} } func (m *Deadlock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6342,7 +6367,7 @@ func (m *CommitTsExpired) Reset() { *m = CommitTsExpired{} } func (m *CommitTsExpired) String() string { return proto.CompactTextString(m) } func (*CommitTsExpired) ProtoMessage() {} func (*CommitTsExpired) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{90} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{90} } func (m *CommitTsExpired) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6411,7 +6436,7 @@ func (m *TxnNotFound) Reset() { *m = TxnNotFound{} } func (m *TxnNotFound) String() string { return proto.CompactTextString(m) } func (*TxnNotFound) ProtoMessage() {} func (*TxnNotFound) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{91} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{91} } func (m *TxnNotFound) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6468,7 +6493,7 @@ func (m *HandleTime) Reset() { *m = HandleTime{} } func (m *HandleTime) String() string { return proto.CompactTextString(m) } func (*HandleTime) ProtoMessage() {} func (*HandleTime) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{92} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{92} } func (m *HandleTime) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6523,7 +6548,7 @@ func (m *ScanInfo) Reset() { *m = ScanInfo{} } func (m *ScanInfo) String() string { return proto.CompactTextString(m) } func (*ScanInfo) ProtoMessage() {} func (*ScanInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{93} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{93} } func (m *ScanInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6579,7 +6604,7 @@ func (m *ScanDetail) Reset() { *m = ScanDetail{} } func (m *ScanDetail) String() string { return proto.CompactTextString(m) } func (*ScanDetail) ProtoMessage() {} func (*ScanDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{94} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{94} } func (m *ScanDetail) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6646,7 +6671,7 @@ func (m *ScanDetailV2) Reset() { *m = ScanDetailV2{} } func (m *ScanDetailV2) String() string { return proto.CompactTextString(m) } func (*ScanDetailV2) ProtoMessage() {} func (*ScanDetailV2) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{95} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{95} } func (m *ScanDetailV2) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6738,7 +6763,7 @@ func (m *ExecDetails) Reset() { *m = ExecDetails{} } func (m *ExecDetails) String() string { return proto.CompactTextString(m) } func (*ExecDetails) ProtoMessage() {} func (*ExecDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{96} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{96} } func (m *ExecDetails) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6808,7 +6833,7 @@ func (m *KvPair) Reset() { *m = KvPair{} } func (m *KvPair) String() string { return proto.CompactTextString(m) } func (*KvPair) ProtoMessage() {} func (*KvPair) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{97} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{97} } func (m *KvPair) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6872,7 +6897,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{98} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{98} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6943,7 +6968,7 @@ func (m *MvccWrite) Reset() { *m = MvccWrite{} } func (m *MvccWrite) String() string { return proto.CompactTextString(m) } func (*MvccWrite) ProtoMessage() {} func (*MvccWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{99} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{99} } func (m *MvccWrite) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7012,7 +7037,7 @@ func (m *MvccValue) Reset() { *m = MvccValue{} } func (m *MvccValue) String() string { return proto.CompactTextString(m) } func (*MvccValue) ProtoMessage() {} func (*MvccValue) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{100} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{100} } func (m *MvccValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7069,7 +7094,7 @@ func (m *MvccLock) Reset() { *m = MvccLock{} } func (m *MvccLock) String() string { return proto.CompactTextString(m) } func (*MvccLock) ProtoMessage() {} func (*MvccLock) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{101} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{101} } func (m *MvccLock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7139,7 +7164,7 @@ func (m *MvccInfo) Reset() { *m = MvccInfo{} } func (m *MvccInfo) String() string { return proto.CompactTextString(m) } func (*MvccInfo) ProtoMessage() {} func (*MvccInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{102} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{102} } func (m *MvccInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7201,7 +7226,7 @@ func (m *TxnInfo) Reset() { *m = TxnInfo{} } func (m *TxnInfo) String() string { return proto.CompactTextString(m) } func (*TxnInfo) ProtoMessage() {} func (*TxnInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{103} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{103} } func (m *TxnInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7256,7 +7281,7 @@ func (m *KeyRange) Reset() { *m = KeyRange{} } func (m *KeyRange) String() string { return proto.CompactTextString(m) } func (*KeyRange) ProtoMessage() {} func (*KeyRange) Descriptor() ([]byte, []int) { - return fileDescriptor_kvrpcpb_c164e31a45916801, []int{104} + return fileDescriptor_kvrpcpb_18122557c62236f5, []int{104} } func (m *KeyRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7724,10 +7749,10 @@ func (m *PrewriteRequest) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintKvrpcpb(dAtA, i, uint64(m.MinCommitTs)) } - if m.UseParallelCommit { + if m.UseAsyncCommit { dAtA[i] = 0x58 i++ - if m.UseParallelCommit { + if m.UseAsyncCommit { dAtA[i] = 1 } else { dAtA[i] = 0 @@ -8259,10 +8284,10 @@ func (m *CheckTxnStatusResponse) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintKvrpcpb(dAtA, i, uint64(m.Action)) } - if m.UseParallelCommit { + if m.UseAsyncCommit { dAtA[i] = 0x30 i++ - if m.UseParallelCommit { + if m.UseAsyncCommit { dAtA[i] = 1 } else { dAtA[i] = 0 @@ -11557,6 +11582,29 @@ func (m *LockInfo) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintKvrpcpb(dAtA, i, uint64(m.LockForUpdateTs)) } + if m.UseAsyncCommit { + dAtA[i] = 0x40 + i++ + if m.UseAsyncCommit { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i++ + } + if m.MinCommitTs != 0 { + dAtA[i] = 0x48 + i++ + i = encodeVarintKvrpcpb(dAtA, i, uint64(m.MinCommitTs)) + } + if len(m.Secondaries) > 0 { + for _, b := range m.Secondaries { + dAtA[i] = 0x52 + i++ + i = encodeVarintKvrpcpb(dAtA, i, uint64(len(b))) + i += copy(dAtA[i:], b) + } + } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) } @@ -12540,7 +12588,7 @@ func (m *PrewriteRequest) Size() (n int) { if m.MinCommitTs != 0 { n += 1 + sovKvrpcpb(uint64(m.MinCommitTs)) } - if m.UseParallelCommit { + if m.UseAsyncCommit { n += 2 } if len(m.Secondaries) > 0 { @@ -12792,7 +12840,7 @@ func (m *CheckTxnStatusResponse) Size() (n int) { if m.Action != 0 { n += 1 + sovKvrpcpb(uint64(m.Action)) } - if m.UseParallelCommit { + if m.UseAsyncCommit { n += 2 } if len(m.Secondaries) > 0 { @@ -14312,6 +14360,18 @@ func (m *LockInfo) Size() (n int) { if m.LockForUpdateTs != 0 { n += 1 + sovKvrpcpb(uint64(m.LockForUpdateTs)) } + if m.UseAsyncCommit { + n += 2 + } + if m.MinCommitTs != 0 { + n += 1 + sovKvrpcpb(uint64(m.MinCommitTs)) + } + if len(m.Secondaries) > 0 { + for _, b := range m.Secondaries { + l = len(b) + n += 1 + l + sovKvrpcpb(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -15698,7 +15758,7 @@ func (m *PrewriteRequest) Unmarshal(dAtA []byte) error { } case 11: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field UseParallelCommit", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UseAsyncCommit", wireType) } var v int for shift := uint(0); ; shift += 7 { @@ -15715,7 +15775,7 @@ func (m *PrewriteRequest) Unmarshal(dAtA []byte) error { break } } - m.UseParallelCommit = bool(v != 0) + m.UseAsyncCommit = bool(v != 0) case 12: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Secondaries", wireType) @@ -17297,7 +17357,7 @@ func (m *CheckTxnStatusResponse) Unmarshal(dAtA []byte) error { } case 6: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field UseParallelCommit", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UseAsyncCommit", wireType) } var v int for shift := uint(0); ; shift += 7 { @@ -17314,7 +17374,7 @@ func (m *CheckTxnStatusResponse) Unmarshal(dAtA []byte) error { break } } - m.UseParallelCommit = bool(v != 0) + m.UseAsyncCommit = bool(v != 0) case 7: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Secondaries", wireType) @@ -27220,6 +27280,74 @@ func (m *LockInfo) Unmarshal(dAtA []byte) error { break } } + case 8: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field UseAsyncCommit", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowKvrpcpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.UseAsyncCommit = bool(v != 0) + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MinCommitTs", wireType) + } + m.MinCommitTs = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowKvrpcpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.MinCommitTs |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Secondaries", wireType) + } + var byteLen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowKvrpcpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + byteLen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if byteLen < 0 { + return ErrInvalidLengthKvrpcpb + } + postIndex := iNdEx + byteLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Secondaries = append(m.Secondaries, make([]byte, postIndex-iNdEx)) + copy(m.Secondaries[len(m.Secondaries)-1], dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipKvrpcpb(dAtA[iNdEx:]) @@ -29984,242 +30112,243 @@ var ( ErrIntOverflowKvrpcpb = fmt.Errorf("proto: integer overflow") ) -func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_c164e31a45916801) } - -var fileDescriptor_kvrpcpb_c164e31a45916801 = []byte{ - // 3738 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3b, 0x4d, 0x6f, 0x23, 0x47, - 0x76, 0xd3, 0xfc, 0xe6, 0x23, 0x45, 0x52, 0xa5, 0x8f, 0xe1, 0xcc, 0xd8, 0x33, 0x9a, 0x4e, 0xc6, - 0x23, 0xcb, 0xb1, 0x9c, 0xd5, 0x3a, 0x5f, 0x9b, 0x60, 0xe3, 0x1d, 0xcd, 0xd8, 0xa3, 0xf5, 0x8c, - 0x47, 0x68, 0xd1, 0x0a, 0x0c, 0x24, 0xee, 0x6d, 0x75, 0x97, 0xc4, 0x8e, 0x9a, 0xdd, 0xed, 0xaa, - 0xa2, 0x44, 0xee, 0x62, 0x81, 0x04, 0xf9, 0x40, 0x16, 0x48, 0x10, 0xc4, 0x09, 0xb0, 0x39, 0xec, - 0x29, 0xc0, 0x02, 0xc9, 0x71, 0xf3, 0x13, 0x82, 0x1c, 0x72, 0x09, 0xb2, 0xc7, 0x1c, 0x17, 0xde, - 0x5b, 0x2e, 0x39, 0x05, 0xb9, 0x06, 0xf5, 0xd5, 0x1f, 0x24, 0x47, 0x96, 0x69, 0x4a, 0x0e, 0xf6, - 0x44, 0xd6, 0x7b, 0xaf, 0xaa, 0xde, 0x57, 0xbd, 0x7a, 0xaf, 0xf8, 0x08, 0x4b, 0xa7, 0x67, 0x24, - 0x76, 0xe3, 0xa3, 0xed, 0x98, 0x44, 0x2c, 0x42, 0x55, 0x35, 0xbc, 0xdd, 0x1c, 0x60, 0xe6, 0x68, - 0xf0, 0xed, 0x25, 0x4c, 0x48, 0x44, 0x92, 0xe1, 0xea, 0x49, 0x74, 0x12, 0x89, 0xaf, 0x6f, 0xf1, - 0x6f, 0x0a, 0xda, 0x26, 0x43, 0xca, 0xc4, 0x57, 0x09, 0x30, 0x3d, 0x80, 0xf7, 0x30, 0xb3, 0xf0, - 0x27, 0x43, 0x4c, 0x19, 0xda, 0x82, 0xaa, 0x1b, 0x85, 0x0c, 0x8f, 0x58, 0xd7, 0xd8, 0x30, 0x36, - 0x1b, 0x3b, 0x9d, 0x6d, 0xbd, 0xf7, 0xae, 0x84, 0x5b, 0x9a, 0x00, 0x75, 0xa0, 0x78, 0x8a, 0xc7, - 0xdd, 0xc2, 0x86, 0xb1, 0xd9, 0xb4, 0xf8, 0x57, 0xd4, 0x85, 0xea, 0x19, 0x26, 0xd4, 0x8f, 0xc2, - 0x6e, 0x71, 0xc3, 0xd8, 0x2c, 0x59, 0x7a, 0x68, 0xfe, 0xc8, 0x80, 0x86, 0xd8, 0x86, 0xc6, 0x51, - 0x48, 0x31, 0xfa, 0x1a, 0x34, 0x09, 0x3e, 0xf1, 0xa3, 0xd0, 0x16, 0x4c, 0xab, 0xcd, 0x5a, 0xdb, - 0x5a, 0x84, 0x27, 0xfc, 0xd3, 0x6a, 0x48, 0x1a, 0x31, 0x40, 0x0f, 0xa1, 0x2c, 0x69, 0x0b, 0x82, - 0x76, 0x39, 0x61, 0xec, 0x7d, 0x3c, 0x96, 0xe4, 0x12, 0x8f, 0x56, 0xa1, 0x7c, 0xe6, 0x04, 0x43, - 0x2c, 0x78, 0x68, 0x5a, 0x72, 0x80, 0xee, 0x40, 0x3d, 0x8c, 0x98, 0x7d, 0x1c, 0x0d, 0x43, 0xaf, - 0x5b, 0xda, 0x30, 0x36, 0x6b, 0x56, 0x2d, 0x8c, 0xd8, 0xbb, 0x7c, 0x6c, 0xfe, 0x8f, 0x01, 0x8d, - 0x03, 0xd7, 0x09, 0xe7, 0x51, 0xc3, 0x1d, 0xa8, 0x53, 0xe6, 0x10, 0x66, 0xa7, 0xca, 0xa8, 0x09, - 0xc0, 0xfb, 0x78, 0xcc, 0x79, 0x09, 0xfc, 0x81, 0xcf, 0x04, 0x2f, 0x4b, 0x96, 0x1c, 0x64, 0xf5, - 0x54, 0xca, 0xe9, 0x09, 0xdd, 0x82, 0xda, 0x29, 0x1e, 0xdb, 0x51, 0x18, 0x8c, 0xbb, 0x65, 0xc1, - 0x64, 0xf5, 0x14, 0x8f, 0x5f, 0x84, 0x81, 0x50, 0x2e, 0xc1, 0x9c, 0x0e, 0x77, 0x2b, 0x12, 0xa3, - 0x86, 0xe8, 0x26, 0x54, 0x71, 0xe8, 0x89, 0xfd, 0xab, 0x62, 0xff, 0x0a, 0x0e, 0x3d, 0xbe, 0xfb, - 0x3d, 0x68, 0x50, 0x67, 0x10, 0x07, 0xd8, 0xa6, 0x0c, 0xc7, 0xdd, 0x9a, 0xe0, 0x01, 0x24, 0xe8, - 0x80, 0xe1, 0xd8, 0xec, 0x43, 0x53, 0x8a, 0x3d, 0xbf, 0x59, 0x1e, 0x40, 0x39, 0x76, 0x7c, 0x42, - 0xbb, 0x85, 0x8d, 0xe2, 0x66, 0x63, 0xa7, 0x9d, 0x9a, 0xe5, 0x6c, 0xdf, 0xf1, 0x89, 0x25, 0xb1, - 0xe6, 0x7f, 0x15, 0xa1, 0xbd, 0x4f, 0xf0, 0x39, 0xf1, 0x19, 0x9e, 0x47, 0xcb, 0x6f, 0x41, 0x7d, - 0x30, 0x64, 0x0e, 0xf3, 0xa3, 0x50, 0x6f, 0x95, 0x7a, 0xc0, 0x73, 0x85, 0xb1, 0x52, 0x1a, 0x74, - 0x1f, 0x9a, 0x31, 0xf1, 0x07, 0x0e, 0x19, 0xdb, 0x41, 0xe4, 0x9e, 0x2a, 0x67, 0x68, 0x28, 0xd8, - 0xb3, 0xc8, 0x3d, 0x45, 0xbf, 0x04, 0x4b, 0xd2, 0x72, 0x79, 0x63, 0x34, 0x05, 0xf0, 0x30, 0xb5, - 0x08, 0x9f, 0x6f, 0x33, 0x16, 0x08, 0x8b, 0x94, 0xac, 0x2a, 0x1f, 0xf7, 0x58, 0x80, 0x76, 0x60, - 0x8d, 0x9e, 0xfa, 0xb1, 0xed, 0x46, 0x21, 0x65, 0xc4, 0xf1, 0x43, 0x66, 0xbb, 0x7d, 0xec, 0x9e, - 0x2a, 0xfb, 0xac, 0x70, 0xe4, 0x6e, 0x82, 0xdb, 0xe5, 0x28, 0xb4, 0x0d, 0x2b, 0x3e, 0xb5, 0x63, - 0x4c, 0xa9, 0x3f, 0xf0, 0x29, 0xf3, 0x5d, 0xc9, 0x5d, 0x75, 0xa3, 0xb8, 0x59, 0xb3, 0x96, 0x7d, - 0xba, 0x9f, 0x62, 0x04, 0x8f, 0xb7, 0xa0, 0xc6, 0x46, 0xa1, 0x4d, 0xfd, 0xef, 0x62, 0x61, 0xbf, - 0x92, 0x55, 0x65, 0xa3, 0xf0, 0xc0, 0xff, 0x2e, 0x46, 0x26, 0x2c, 0x1d, 0x47, 0xc4, 0x1e, 0xc6, - 0x9e, 0xc3, 0xb0, 0xcd, 0x68, 0xb7, 0x2e, 0xf0, 0x8d, 0xe3, 0x88, 0x7c, 0x28, 0x60, 0x3d, 0xca, - 0x69, 0x06, 0x7e, 0x68, 0xbb, 0xd1, 0x60, 0xe0, 0x33, 0x4e, 0x03, 0x92, 0x66, 0xe0, 0x87, 0xbb, - 0x02, 0xd6, 0xa3, 0x9c, 0xa5, 0x21, 0xc5, 0x76, 0xec, 0x10, 0x27, 0x08, 0x70, 0xa0, 0x88, 0xbb, - 0x0d, 0x21, 0xc4, 0xf2, 0x90, 0xe2, 0x7d, 0x85, 0x91, 0x33, 0xd0, 0x06, 0x34, 0x28, 0x76, 0xa3, - 0xd0, 0x73, 0x88, 0x8f, 0x69, 0xb7, 0xb9, 0x51, 0xe4, 0x8a, 0xcd, 0x80, 0xcc, 0xbf, 0x33, 0xa0, - 0x93, 0x1a, 0x7b, 0x7e, 0xdf, 0x7a, 0x1d, 0x2a, 0x02, 0x3b, 0x6d, 0xf1, 0xe4, 0xcc, 0x2b, 0x82, - 0x69, 0x41, 0x8b, 0x53, 0x82, 0x9a, 0xff, 0x50, 0x84, 0xf5, 0x09, 0xfd, 0xfe, 0xa2, 0xb8, 0xe2, - 0x94, 0x2f, 0x54, 0x66, 0xfa, 0x82, 0x4f, 0xed, 0x63, 0x9f, 0x50, 0xa6, 0x9d, 0x8e, 0x5b, 0xb8, - 0xe1, 0xd3, 0x77, 0x39, 0x4c, 0xf0, 0x71, 0x1f, 0x9a, 0xe7, 0x0e, 0x57, 0xa0, 0x3f, 0xc0, 0xd1, - 0x90, 0x09, 0x97, 0x2b, 0x5a, 0x0d, 0x0e, 0xeb, 0x49, 0x10, 0x0f, 0x69, 0xc7, 0x11, 0x71, 0xb1, - 0x70, 0xb7, 0x9a, 0x25, 0x07, 0x5c, 0x00, 0x82, 0xd9, 0x90, 0x84, 0xb6, 0x08, 0xb7, 0xd2, 0xd1, - 0x6a, 0x56, 0x53, 0x02, 0x0f, 0x05, 0x6c, 0xda, 0x48, 0x8d, 0x69, 0x23, 0xfd, 0x8b, 0x01, 0x37, - 0xa7, 0x8c, 0x74, 0x2d, 0x2e, 0x74, 0x07, 0xea, 0x93, 0xee, 0x53, 0x73, 0xf5, 0x21, 0x49, 0x2e, - 0x95, 0x52, 0xf6, 0x52, 0x59, 0x87, 0x8a, 0x12, 0xb7, 0x2c, 0x4e, 0x81, 0x1a, 0x99, 0x3f, 0x36, - 0xe0, 0x76, 0x46, 0x08, 0x2b, 0x0a, 0x82, 0x23, 0x67, 0x3e, 0x6f, 0x9b, 0xf2, 0x8c, 0xc2, 0x0c, - 0xcf, 0x98, 0x32, 0x7f, 0x71, 0xda, 0xfc, 0x08, 0x4a, 0xa7, 0x78, 0x4c, 0xbb, 0x25, 0xc1, 0xa9, - 0xf8, 0x6e, 0x7e, 0x0f, 0xee, 0xcc, 0x64, 0xf3, 0x3a, 0xf4, 0x6d, 0xfe, 0xc4, 0x80, 0x95, 0xde, - 0x28, 0x7c, 0x8a, 0x1d, 0xc2, 0x1e, 0x61, 0x67, 0xae, 0x1c, 0x64, 0xf2, 0x68, 0x15, 0x2e, 0x71, - 0xb4, 0x8a, 0x33, 0x14, 0xf8, 0x1a, 0xb4, 0x1d, 0xef, 0xcc, 0xa7, 0xd8, 0x4e, 0x4e, 0x98, 0x3c, - 0x81, 0x4b, 0x12, 0xfc, 0x4c, 0x9e, 0x33, 0xf3, 0xaf, 0x0c, 0x58, 0xcd, 0xf3, 0x7c, 0x0d, 0x09, - 0x4d, 0xf6, 0xdc, 0x17, 0x73, 0xe7, 0xde, 0xfc, 0x5f, 0x03, 0xd6, 0xc4, 0xc5, 0xd2, 0x1b, 0x85, - 0x07, 0xcc, 0x61, 0x43, 0x3a, 0x8f, 0x16, 0xef, 0x81, 0xd6, 0x58, 0x26, 0x89, 0x01, 0x05, 0xe2, - 0x89, 0xc4, 0x4d, 0xa8, 0x4a, 0x0e, 0xb4, 0x67, 0x55, 0x04, 0x03, 0x94, 0xeb, 0xcd, 0xe5, 0x77, - 0x03, 0xb1, 0xa5, 0x8e, 0x19, 0xd5, 0x7a, 0x93, 0xe0, 0x03, 0x0e, 0xed, 0x51, 0xf4, 0x2a, 0x80, - 0x3b, 0x24, 0x04, 0x87, 0x82, 0x44, 0x06, 0xaf, 0xba, 0x82, 0xf4, 0x28, 0xfa, 0x1a, 0xac, 0x11, - 0xe5, 0x7c, 0xb6, 0x7f, 0x6c, 0xf3, 0x44, 0x0d, 0x8f, 0x7c, 0xca, 0xd4, 0x4d, 0x8a, 0x34, 0x72, - 0xef, 0xf8, 0x83, 0x88, 0x3d, 0xe1, 0x18, 0xf3, 0x27, 0x05, 0x58, 0x9f, 0x94, 0xfc, 0x2b, 0xb5, - 0x05, 0x7a, 0x00, 0x2d, 0x15, 0x3f, 0xf2, 0x41, 0x7c, 0x49, 0x42, 0xb5, 0xab, 0x3d, 0x84, 0x8a, - 0xe3, 0xf2, 0x8b, 0x41, 0xa8, 0xa1, 0x95, 0xc9, 0x98, 0xbe, 0x25, 0xc0, 0x96, 0x42, 0xbf, 0xec, - 0x5e, 0xae, 0x5c, 0xf2, 0x5e, 0xae, 0x4e, 0xdf, 0xcb, 0xff, 0x64, 0xc0, 0x92, 0x24, 0xbe, 0xb2, - 0x48, 0xa4, 0xa3, 0x4c, 0x31, 0x8d, 0x32, 0x97, 0x54, 0xcc, 0xb7, 0x4b, 0xb5, 0x72, 0xa7, 0x62, - 0x55, 0x8e, 0xfc, 0x30, 0x88, 0x4e, 0xcc, 0xbf, 0x35, 0xa0, 0xa5, 0x79, 0xbd, 0x06, 0xbb, 0x4e, - 0xf3, 0x58, 0x9c, 0xc1, 0xa3, 0x79, 0x02, 0x4b, 0x7b, 0x83, 0x38, 0x22, 0x89, 0x02, 0x73, 0xc9, - 0x80, 0x71, 0x89, 0x64, 0x60, 0x7a, 0xa3, 0xc2, 0xac, 0x8d, 0x3e, 0x82, 0x96, 0xde, 0x68, 0x7e, - 0xe9, 0x57, 0xb3, 0xd2, 0xd7, 0x95, 0xa8, 0xe6, 0xa7, 0x5c, 0xb3, 0x01, 0x76, 0xc2, 0x61, 0xbc, - 0x98, 0xb2, 0xef, 0x52, 0x11, 0x36, 0x1f, 0x01, 0x4a, 0x13, 0x11, 0x80, 0xa7, 0x8c, 0xed, 0x84, - 0xa9, 0xff, 0x3f, 0xf6, 0x3e, 0x85, 0xf6, 0x23, 0x87, 0xb9, 0xfd, 0x39, 0x4b, 0x64, 0x7d, 0x1a, - 0x0a, 0x99, 0xd3, 0xf0, 0xf2, 0x22, 0x39, 0x80, 0x4e, 0xba, 0xd9, 0x95, 0x57, 0x64, 0xdf, 0x83, - 0x55, 0xb1, 0xdb, 0x95, 0x27, 0x27, 0x33, 0x42, 0x82, 0x49, 0x61, 0x6d, 0x62, 0xf3, 0xab, 0xb7, - 0xb9, 0xf9, 0x37, 0x06, 0xb4, 0x79, 0xb9, 0x3b, 0x6f, 0xe2, 0x7f, 0x0f, 0x1a, 0x03, 0x67, 0x34, - 0x21, 0x2b, 0x0c, 0x9c, 0x91, 0x96, 0x34, 0xf7, 0x14, 0x50, 0x7c, 0xd9, 0x53, 0x40, 0x29, 0xf3, - 0x14, 0x60, 0xfe, 0xd0, 0x80, 0x4e, 0xca, 0xd3, 0x35, 0x38, 0xfe, 0x43, 0x28, 0xf3, 0x0b, 0x4b, - 0x9a, 0x23, 0x4b, 0xc8, 0x39, 0xd8, 0x0b, 0x8f, 0x23, 0x4b, 0xe2, 0xcd, 0xff, 0x30, 0x00, 0x59, - 0x98, 0x46, 0xc1, 0x19, 0x9e, 0x57, 0x61, 0x97, 0x72, 0x8f, 0xcb, 0x9d, 0x44, 0xf4, 0x26, 0xd4, - 0x79, 0x21, 0xec, 0x87, 0xc7, 0x91, 0xcc, 0x61, 0xb3, 0x3b, 0xf7, 0x46, 0xa1, 0x60, 0x9d, 0xd7, - 0xca, 0xfc, 0x4b, 0x9a, 0xed, 0x96, 0x33, 0x4e, 0xf7, 0x09, 0xac, 0xe4, 0x04, 0xba, 0x06, 0x97, - 0x3b, 0x84, 0xfa, 0x7b, 0xbb, 0xf3, 0xa8, 0xee, 0x55, 0x00, 0xea, 0x1c, 0x63, 0x3b, 0x8e, 0xfc, - 0x90, 0x29, 0xbd, 0xd5, 0x39, 0x64, 0x9f, 0x03, 0xcc, 0x3e, 0x00, 0x5f, 0xf7, 0x1a, 0x24, 0xf8, - 0xa1, 0x01, 0xe8, 0x31, 0x0e, 0x30, 0xc3, 0x96, 0x13, 0x9e, 0xe0, 0x85, 0xbf, 0x90, 0x65, 0x1e, - 0xaf, 0x8a, 0x93, 0x8f, 0x57, 0x61, 0xc4, 0xfc, 0x63, 0xf5, 0x1a, 0x26, 0x9f, 0xec, 0x40, 0x82, - 0x5e, 0x84, 0xc1, 0xd8, 0xfc, 0x18, 0x56, 0x72, 0x8c, 0x2d, 0xfa, 0x9e, 0xfc, 0x03, 0x58, 0xb2, - 0x9c, 0xf3, 0x85, 0x3d, 0x8e, 0xb6, 0xa0, 0xe0, 0x1e, 0x0b, 0x19, 0xeb, 0x56, 0xc1, 0x3d, 0x36, - 0xff, 0xd2, 0x80, 0x96, 0x5e, 0x7f, 0xc1, 0xac, 0xcf, 0xf3, 0x04, 0xea, 0x01, 0xb2, 0x9c, 0xf3, - 0x45, 0x5f, 0x76, 0x93, 0x42, 0x47, 0xb0, 0x92, 0xdb, 0xe5, 0xca, 0x6f, 0x39, 0x2a, 0x8c, 0xb8, - 0x3f, 0x5c, 0x90, 0x11, 0x67, 0x2b, 0x56, 0x4a, 0x59, 0x4a, 0xa4, 0xfc, 0x48, 0x58, 0x56, 0x6c, - 0xba, 0x68, 0xa7, 0x3c, 0x4f, 0xcd, 0x34, 0xa7, 0x50, 0x97, 0x53, 0xdc, 0x94, 0xe5, 0x3e, 0x4e, - 0x2d, 0x77, 0x25, 0x82, 0x7d, 0x07, 0x3a, 0x96, 0x73, 0xae, 0x0e, 0xf4, 0x95, 0x1c, 0xb8, 0xdf, - 0x87, 0xe5, 0xcc, 0x0e, 0x8b, 0xe6, 0xff, 0x04, 0xd6, 0xb4, 0x7e, 0xe6, 0x17, 0xe2, 0x32, 0x47, - 0xc8, 0x81, 0xf5, 0xc9, 0x8d, 0x16, 0x2d, 0xcb, 0xbf, 0xcb, 0xd0, 0x74, 0x8d, 0xbf, 0x88, 0x64, - 0x7f, 0xf7, 0x28, 0xe5, 0x7f, 0xf7, 0x90, 0xf2, 0x97, 0xb5, 0xfc, 0x73, 0xfc, 0x0e, 0x62, 0x9e, - 0x40, 0x3b, 0x11, 0x67, 0x7e, 0x5d, 0xdd, 0x87, 0xe2, 0xe9, 0xd9, 0x4b, 0x8f, 0x0d, 0xc7, 0x99, - 0x3f, 0x30, 0x84, 0x17, 0x7c, 0x25, 0xf7, 0xe5, 0x64, 0x10, 0x92, 0x7e, 0x72, 0xa5, 0x37, 0xe4, - 0x4f, 0x8d, 0x34, 0x28, 0xcc, 0xeb, 0x2c, 0xaf, 0x43, 0x85, 0x70, 0xee, 0x66, 0x3e, 0x18, 0x4a, - 0xbe, 0x15, 0x01, 0xcf, 0x89, 0xb0, 0xe3, 0xf6, 0xed, 0xac, 0xff, 0xd4, 0x39, 0xe4, 0xd9, 0xc2, - 0x7c, 0xc8, 0x0c, 0x60, 0x35, 0x2f, 0xd1, 0x95, 0xfa, 0xcb, 0xf7, 0xe1, 0xd6, 0x87, 0x21, 0xcf, - 0xea, 0x1e, 0x63, 0xca, 0x48, 0x34, 0xbe, 0x5e, 0x97, 0x31, 0x31, 0xdc, 0x9e, 0xb5, 0xfd, 0xe2, - 0x43, 0xfb, 0x1d, 0x0b, 0x9f, 0xf8, 0x94, 0x61, 0xc2, 0x13, 0xef, 0x17, 0x47, 0x14, 0x93, 0x33, - 0x4c, 0xe6, 0x91, 0x73, 0x0d, 0x2a, 0xbc, 0x04, 0x63, 0x54, 0xa5, 0xc4, 0xe5, 0x81, 0x33, 0xea, - 0x51, 0xf3, 0x6d, 0x78, 0x65, 0xf6, 0x0e, 0x4a, 0x94, 0x84, 0x2f, 0x23, 0x9f, 0xe0, 0x75, 0xc5, - 0x0b, 0xe2, 0x15, 0x31, 0x35, 0x84, 0x5b, 0x33, 0x96, 0xbf, 0x88, 0x23, 0xee, 0xc2, 0x3e, 0xb5, - 0xdd, 0x00, 0x3b, 0xb2, 0x56, 0xaa, 0x59, 0x55, 0x9f, 0x8a, 0x67, 0x91, 0xcb, 0xd7, 0x6d, 0x1f, - 0xc3, 0x2d, 0x0b, 0x0f, 0x22, 0x59, 0xe4, 0x5c, 0x81, 0x58, 0x3b, 0x70, 0x7b, 0xd6, 0xfa, 0x17, - 0x6a, 0xfa, 0xaf, 0x0d, 0xb8, 0xb9, 0xdf, 0x1f, 0x53, 0xdf, 0x75, 0x82, 0x2f, 0x53, 0x81, 0xcf, - 0x66, 0x69, 0x9e, 0xba, 0xfb, 0x23, 0xe8, 0x4e, 0x33, 0x74, 0xa1, 0x6d, 0x12, 0x03, 0x14, 0x3e, - 0xc7, 0x00, 0x7f, 0x64, 0x00, 0x3a, 0x88, 0x03, 0x9f, 0x59, 0xe2, 0x64, 0xcc, 0xf7, 0xd2, 0x50, - 0xa7, 0x7c, 0x85, 0xf4, 0x38, 0x3f, 0x2a, 0x74, 0x0d, 0xab, 0x26, 0x80, 0x5c, 0x28, 0x5e, 0x1e, - 0x6a, 0x02, 0xfd, 0xb2, 0x52, 0xd7, 0x58, 0x6a, 0xfe, 0xab, 0x01, 0x2b, 0x39, 0x16, 0xe6, 0x3f, - 0xd2, 0xaf, 0x41, 0x29, 0xc0, 0xc7, 0x4c, 0xd5, 0x89, 0xad, 0x6d, 0xd5, 0x72, 0x22, 0x17, 0x16, - 0x5c, 0x09, 0x3c, 0xda, 0x84, 0x32, 0xf1, 0x4f, 0xfa, 0x32, 0x2e, 0xcf, 0x26, 0x94, 0x04, 0x68, - 0x93, 0x07, 0xdf, 0x13, 0xf1, 0x60, 0x2a, 0xeb, 0xf8, 0x09, 0x5a, 0x4b, 0xa3, 0xcd, 0x6f, 0x42, - 0xc7, 0xc2, 0x8e, 0xb7, 0x17, 0x7a, 0x78, 0x34, 0x87, 0x1a, 0x4d, 0x0c, 0xcb, 0x99, 0xf9, 0xf3, - 0xeb, 0xe0, 0x55, 0x00, 0x82, 0x1d, 0xcf, 0xf6, 0xf9, 0x42, 0xba, 0x18, 0x27, 0x7a, 0x65, 0xf3, - 0x43, 0x68, 0x1c, 0x62, 0xa2, 0x1f, 0x7b, 0xd1, 0x5d, 0x28, 0x44, 0xb1, 0x58, 0xb6, 0xb5, 0xd3, - 0x4a, 0x98, 0x3b, 0xc4, 0xe4, 0x45, 0x6c, 0x15, 0xa2, 0xf8, 0xb2, 0x55, 0x85, 0xf9, 0x0d, 0xa8, - 0x1d, 0x62, 0x22, 0x7e, 0x3a, 0x4d, 0x29, 0x8c, 0x6c, 0xdd, 0x91, 0x79, 0x4a, 0x2c, 0xe4, 0x9f, - 0x12, 0x37, 0xc4, 0xdc, 0x89, 0xa0, 0x9c, 0x3b, 0x92, 0x11, 0xd4, 0x0f, 0x31, 0x91, 0x97, 0x51, - 0xfa, 0x1a, 0x60, 0x4c, 0xbc, 0x06, 0xe8, 0x45, 0xf4, 0x21, 0x98, 0xe6, 0xfd, 0x61, 0x96, 0xf7, - 0x89, 0xa9, 0x82, 0x77, 0x2d, 0x0e, 0x81, 0xa5, 0x43, 0x4c, 0x16, 0x56, 0x4e, 0x5f, 0xe6, 0xd1, - 0xd9, 0xfc, 0x67, 0x03, 0x5a, 0x7a, 0xd3, 0x2b, 0x78, 0x2b, 0x99, 0xd4, 0xce, 0x65, 0x75, 0x71, - 0x71, 0x25, 0x7e, 0x0e, 0xe8, 0x10, 0x93, 0x2f, 0x53, 0x89, 0x27, 0xda, 0x2a, 0x7e, 0x21, 0x6d, - 0x11, 0x58, 0xc9, 0x6d, 0x3c, 0xbf, 0xc6, 0x36, 0xf3, 0x35, 0x26, 0xca, 0x2a, 0x22, 0x5f, 0x9f, - 0x7f, 0x5f, 0x78, 0xc5, 0xf3, 0xf9, 0x4a, 0xd9, 0xd7, 0xa0, 0x38, 0x18, 0xea, 0xd0, 0xb4, 0x9a, - 0xdd, 0x24, 0xf9, 0xe5, 0x85, 0x13, 0x5c, 0xf8, 0xe4, 0xde, 0xd2, 0xdb, 0x5f, 0xbd, 0x7f, 0x98, - 0x7f, 0x6a, 0xa4, 0xa6, 0x9d, 0x53, 0xe4, 0x4d, 0x28, 0x0d, 0x86, 0x4c, 0x2b, 0x76, 0xb6, 0xcc, - 0x82, 0xe2, 0x02, 0xa1, 0x3f, 0x49, 0xed, 0x7c, 0x5d, 0x92, 0x7f, 0x26, 0x0f, 0xe2, 0x95, 0x54, - 0x94, 0x2f, 0xad, 0x88, 0x66, 0xde, 0xfc, 0xf3, 0xb5, 0xd8, 0x4d, 0x9d, 0x9f, 0xea, 0x8c, 0xf3, - 0x13, 0x42, 0x3b, 0x91, 0xf1, 0x3a, 0xce, 0xce, 0x18, 0xd6, 0x0e, 0x31, 0xf9, 0x2a, 0x8a, 0x4d, - 0x93, 0xc1, 0xfa, 0xe4, 0xd6, 0xd7, 0xe0, 0x45, 0x07, 0xb0, 0xf2, 0xfc, 0xcc, 0x75, 0xdf, 0xc3, - 0xec, 0xd1, 0x98, 0x57, 0x87, 0x8b, 0xb8, 0x48, 0xcc, 0x3f, 0x37, 0x60, 0x35, 0xbf, 0xea, 0xa2, - 0x5f, 0x63, 0x1f, 0x40, 0xc9, 0x0f, 0x8f, 0xa3, 0xa9, 0x5b, 0x81, 0xef, 0x2a, 0x12, 0x47, 0x81, - 0x36, 0xbf, 0x03, 0x37, 0x13, 0x3e, 0x54, 0xdf, 0xc4, 0x3c, 0x12, 0xde, 0x82, 0x5a, 0xd2, 0x8b, - 0xa1, 0xb2, 0x02, 0x2a, 0x57, 0x33, 0x7f, 0x64, 0x40, 0x77, 0x7a, 0x8b, 0x45, 0x8b, 0xab, 0x54, - 0x5c, 0x4c, 0xef, 0x6a, 0xad, 0x80, 0xd2, 0xc5, 0x0a, 0xf8, 0x59, 0x09, 0xaa, 0xbb, 0xa9, 0x5b, - 0x2a, 0x6e, 0x7c, 0x4f, 0xb0, 0x52, 0xb2, 0x6a, 0x12, 0xb0, 0xe7, 0xa1, 0x5f, 0x4f, 0x59, 0x8d, - 0x23, 0xb7, 0xaf, 0xfc, 0x66, 0x25, 0x9f, 0x46, 0x3e, 0xe1, 0xa8, 0x84, 0x5f, 0x3e, 0x40, 0x1b, - 0x50, 0x8a, 0x31, 0x26, 0xca, 0x10, 0x4d, 0x4d, 0xbf, 0x8f, 0x31, 0xb1, 0x04, 0x06, 0x21, 0x28, - 0x31, 0x4c, 0x06, 0xaa, 0x43, 0x45, 0x7c, 0x47, 0x6f, 0x41, 0x2d, 0x26, 0x7e, 0x44, 0x7c, 0x36, - 0x16, 0x61, 0xa1, 0xb5, 0xb3, 0x92, 0xd1, 0xfe, 0x60, 0xe0, 0x84, 0xde, 0x3e, 0xf1, 0xad, 0x84, - 0x08, 0xbd, 0x03, 0x6d, 0x9f, 0x46, 0x81, 0x08, 0xc6, 0x76, 0x80, 0xcf, 0x70, 0x20, 0xc2, 0x45, - 0x6b, 0xe7, 0x66, 0x32, 0x6f, 0x4f, 0xe3, 0x9f, 0x71, 0xb4, 0xd5, 0xf2, 0x73, 0x63, 0xf4, 0xcb, - 0xd0, 0x12, 0xf9, 0x81, 0x1f, 0x04, 0xb6, 0xeb, 0xb8, 0x7d, 0xd9, 0xfb, 0x59, 0xb3, 0x9a, 0x3c, - 0x49, 0xf0, 0x83, 0x60, 0x97, 0xc3, 0x84, 0xa5, 0xc7, 0xa1, 0x6b, 0x07, 0xd1, 0x89, 0x6a, 0xc6, - 0xab, 0xf2, 0xf1, 0xb3, 0xe8, 0x04, 0xdd, 0x83, 0x46, 0xdf, 0x09, 0xbd, 0x00, 0x8b, 0x4e, 0x3e, - 0xd5, 0x8c, 0x07, 0x12, 0xd4, 0xf3, 0x07, 0x58, 0xb4, 0x06, 0xbb, 0x4e, 0x68, 0x7b, 0x98, 0x39, - 0x7e, 0xa0, 0x9a, 0x3d, 0x81, 0x83, 0x1e, 0x0b, 0x08, 0xba, 0xcf, 0x75, 0x1c, 0x07, 0xbe, 0xeb, - 0xd8, 0x3c, 0xd3, 0xed, 0x36, 0x65, 0xb3, 0xa0, 0x82, 0xf1, 0xb4, 0x1a, 0x3d, 0x80, 0x16, 0x91, - 0xbf, 0xa7, 0x79, 0xb6, 0x2c, 0x8d, 0x96, 0x36, 0x8a, 0x9b, 0x25, 0x6b, 0x49, 0x43, 0x79, 0x65, - 0x44, 0xd1, 0x6f, 0xc1, 0x2d, 0x5e, 0xb4, 0xe1, 0x11, 0x76, 0x87, 0x42, 0x25, 0xde, 0x90, 0x48, - 0xdd, 0x0c, 0x68, 0xb7, 0x25, 0x14, 0xbd, 0x3e, 0x70, 0x46, 0x4f, 0x34, 0xfe, 0xb1, 0x42, 0x3f, - 0xa7, 0x3c, 0xec, 0x3a, 0x71, 0x1c, 0xf8, 0x58, 0xe7, 0xde, 0x6d, 0x19, 0x76, 0x15, 0x50, 0xa4, - 0xdf, 0x3c, 0x48, 0x31, 0x87, 0x9e, 0x72, 0x47, 0xe9, 0xc8, 0xe6, 0x24, 0x3e, 0xdc, 0xf3, 0xbe, - 0x5d, 0xaa, 0x95, 0x3a, 0x65, 0xce, 0xb2, 0xe3, 0xd9, 0x9f, 0x0c, 0x23, 0x32, 0x1c, 0x98, 0xff, - 0x6d, 0x40, 0x4d, 0xd7, 0x6b, 0x53, 0xcd, 0x63, 0xc6, 0x74, 0xf3, 0xd8, 0x7d, 0x68, 0x8a, 0x76, - 0x9f, 0x7c, 0x9a, 0xdd, 0xe0, 0x30, 0xfd, 0xc3, 0xe4, 0xb4, 0xbb, 0x67, 0x7b, 0x84, 0x4a, 0xf9, - 0x1e, 0xa1, 0x6c, 0x3b, 0x6f, 0x39, 0xdf, 0xce, 0xbb, 0x09, 0x75, 0x39, 0x6b, 0x1c, 0x63, 0xe5, - 0x67, 0x8d, 0xc4, 0x5f, 0x5e, 0xc4, 0x96, 0x58, 0xb3, 0x37, 0x8e, 0x31, 0x7a, 0x03, 0x90, 0xa0, - 0xcc, 0xb7, 0xfc, 0xc9, 0x1b, 0xa9, 0xcd, 0x31, 0xef, 0xa6, 0x6d, 0x7f, 0xe6, 0x5f, 0x14, 0xa1, - 0xa6, 0x7f, 0xd3, 0x43, 0xaf, 0x83, 0x68, 0xdc, 0xc2, 0xde, 0x54, 0xa2, 0x9f, 0x14, 0xb1, 0x8a, - 0x00, 0xbd, 0xc2, 0x0f, 0x20, 0x23, 0x63, 0xe7, 0x28, 0xc0, 0xea, 0x7c, 0xa7, 0x00, 0x7e, 0xf2, - 0x9d, 0xa3, 0x88, 0x30, 0xf5, 0x2e, 0x2d, 0x07, 0x68, 0x07, 0x6a, 0x6e, 0x14, 0x1e, 0x07, 0xbe, - 0xcb, 0xd4, 0x59, 0x5f, 0x4f, 0x36, 0xf8, 0x3d, 0xe2, 0x33, 0xbc, 0xab, 0xb0, 0x56, 0x42, 0x87, - 0xbe, 0x01, 0x4b, 0x4e, 0xc0, 0x4d, 0x34, 0x56, 0x2d, 0x5f, 0x65, 0x31, 0x71, 0x2d, 0xed, 0x8a, - 0x92, 0x58, 0xd1, 0xf5, 0x65, 0x35, 0x9d, 0xcc, 0x08, 0xbd, 0x09, 0x35, 0x0f, 0x3b, 0x9e, 0x30, - 0x5e, 0x65, 0x42, 0xa0, 0xc7, 0x0a, 0x61, 0x25, 0x24, 0xe8, 0x31, 0x2c, 0x27, 0x0d, 0x9e, 0x36, - 0x1e, 0xc5, 0x3e, 0xc1, 0x9e, 0x50, 0x5b, 0x63, 0xa7, 0x9b, 0x3b, 0xd1, 0x3e, 0xeb, 0xd1, 0x27, - 0x12, 0x6f, 0xb5, 0xdd, 0x3c, 0x00, 0xfd, 0x26, 0x2c, 0x71, 0x13, 0xa6, 0xf9, 0x7b, 0x6d, 0x22, - 0xfd, 0xec, 0x8d, 0xc2, 0x0f, 0x54, 0x2e, 0x6f, 0x35, 0x58, 0x3a, 0x30, 0x7f, 0x6c, 0xc0, 0x52, - 0x4e, 0x0d, 0xb9, 0x58, 0x6d, 0xe4, 0x62, 0x35, 0x3f, 0xa0, 0x5a, 0x47, 0x69, 0x24, 0x07, 0x0d, - 0xea, 0xd1, 0x19, 0x7e, 0xd7, 0x85, 0xaa, 0xf2, 0x5d, 0xd5, 0xa5, 0xaa, 0x87, 0xe8, 0x57, 0x00, - 0x25, 0x8b, 0xa5, 0x3d, 0xae, 0xd2, 0x01, 0x3b, 0x1a, 0x93, 0xb4, 0xe0, 0x6e, 0x40, 0x33, 0xab, - 0x74, 0xbd, 0x93, 0x91, 0xde, 0x99, 0x7f, 0x08, 0x35, 0xad, 0xdf, 0x6c, 0x6f, 0xa0, 0x91, 0xeb, - 0x0d, 0xd4, 0xc7, 0x20, 0xbd, 0x6f, 0x05, 0x21, 0xcf, 0x2b, 0xb6, 0x60, 0x59, 0x5b, 0x85, 0xa3, - 0xed, 0xbe, 0x43, 0xfb, 0x2a, 0x4b, 0x6d, 0x6b, 0xc4, 0xfb, 0x78, 0xfc, 0xd4, 0xa1, 0x7d, 0xf3, - 0x53, 0x03, 0xda, 0x13, 0x46, 0xb9, 0x48, 0x6f, 0xdb, 0xb0, 0xe2, 0x30, 0x86, 0x07, 0x31, 0xc3, - 0x5e, 0x46, 0x56, 0xa9, 0xbf, 0xe5, 0x04, 0x95, 0x74, 0xbf, 0x4f, 0xab, 0x71, 0xaa, 0x4b, 0xb9, - 0x34, 0xdd, 0xa5, 0xbc, 0x07, 0x8d, 0x8c, 0x99, 0x3f, 0xc7, 0x8e, 0x17, 0xf6, 0x56, 0x9a, 0x8f, - 0x01, 0x9e, 0xa6, 0x71, 0xf9, 0x26, 0x54, 0x45, 0x03, 0xf6, 0x40, 0x2e, 0x54, 0xb4, 0x2a, 0x7c, - 0xf8, 0x5c, 0x3c, 0x7e, 0xc7, 0x24, 0x72, 0x31, 0xa5, 0x1c, 0x57, 0x10, 0xb8, 0xba, 0x82, 0x3c, - 0xa7, 0xe6, 0x37, 0xa1, 0xc6, 0x13, 0x4f, 0x11, 0xd7, 0x56, 0xa1, 0xcc, 0x22, 0xe6, 0x04, 0x6a, - 0x05, 0x39, 0xe0, 0x07, 0x5a, 0x91, 0x63, 0x6f, 0x62, 0x3e, 0xf6, 0xcc, 0x3f, 0x31, 0x00, 0x0e, - 0xd2, 0xe8, 0xff, 0x10, 0xca, 0xa2, 0x7b, 0x7f, 0x2a, 0x4e, 0xe8, 0x4d, 0x2c, 0x89, 0xe7, 0x57, - 0x7b, 0xd2, 0x78, 0x3b, 0x93, 0x4e, 0xa0, 0x39, 0x99, 0xe7, 0x30, 0x67, 0x2a, 0x05, 0x4a, 0xc9, - 0x38, 0xda, 0xfc, 0xb4, 0x28, 0xff, 0x90, 0x22, 0xb9, 0x38, 0xdc, 0x41, 0x6f, 0x02, 0x4a, 0x78, - 0xd4, 0x41, 0x58, 0xab, 0x78, 0x39, 0xc1, 0xa8, 0x50, 0x2c, 0x9a, 0xeb, 0x84, 0xb0, 0x29, 0xa9, - 0x6a, 0xae, 0x13, 0xd0, 0x84, 0xec, 0x77, 0xe1, 0x15, 0xc2, 0xaf, 0x26, 0xef, 0xc8, 0xf6, 0x44, - 0x0a, 0x6b, 0xd3, 0x53, 0x3f, 0x8e, 0x85, 0xc3, 0x0c, 0x43, 0xa6, 0x3c, 0xf1, 0x96, 0xa2, 0x91, - 0x59, 0xee, 0x81, 0xa4, 0xd8, 0xe5, 0x04, 0xfc, 0x4a, 0xd3, 0x0b, 0x70, 0xf7, 0xcd, 0xcf, 0x96, - 0xee, 0xb2, 0xae, 0x08, 0xde, 0xc7, 0xe3, 0xdc, 0xd4, 0x77, 0xe0, 0x55, 0x3d, 0xf5, 0x48, 0xf8, - 0xbf, 0xb8, 0xdf, 0xed, 0xbe, 0xcf, 0xd4, 0xf4, 0x72, 0x6e, 0xf3, 0x47, 0x9c, 0x46, 0x5c, 0xf7, - 0x4f, 0x7d, 0x26, 0x57, 0xf8, 0x0d, 0xe8, 0xe6, 0x57, 0x10, 0x17, 0x9c, 0x9c, 0x2c, 0xdb, 0xfe, - 0xd7, 0xb2, 0x93, 0xf9, 0x55, 0x2d, 0x27, 0xfe, 0x1a, 0xdc, 0x9c, 0x31, 0xf1, 0x68, 0xcc, 0xb0, - 0xba, 0x3c, 0x56, 0x27, 0xe7, 0x3d, 0x1a, 0x33, 0x6c, 0xfe, 0xdc, 0x80, 0x06, 0xbf, 0x9c, 0xa5, - 0x51, 0x28, 0x7a, 0x3b, 0x9f, 0x5b, 0x18, 0x2a, 0xf9, 0xd2, 0x26, 0x4d, 0x9d, 0x39, 0x97, 0x70, - 0xbc, 0x9d, 0x4f, 0x38, 0x0a, 0x13, 0xb3, 0x52, 0xab, 0xe7, 0xb2, 0x90, 0x37, 0x00, 0x0d, 0x29, - 0xb6, 0x33, 0x33, 0xed, 0xb3, 0x1d, 0x61, 0x9f, 0x9a, 0xd5, 0x1e, 0x52, 0x9c, 0x73, 0x96, 0xdf, - 0x86, 0xd6, 0x04, 0x61, 0x69, 0xe2, 0x2e, 0xc9, 0x92, 0x5b, 0x4d, 0x9a, 0x19, 0x99, 0x1f, 0x41, - 0xe5, 0xf3, 0x1e, 0xc3, 0x26, 0x5b, 0xa9, 0x2e, 0xfb, 0x90, 0xf7, 0xc7, 0x06, 0xd4, 0x92, 0xd7, - 0xc1, 0x3b, 0x99, 0xd7, 0xc1, 0xdc, 0xfd, 0xfe, 0x05, 0x9e, 0x06, 0xd1, 0xaf, 0x42, 0xdd, 0xa1, - 0x14, 0x13, 0xa6, 0x9b, 0x69, 0x5b, 0x99, 0x3a, 0xf1, 0x5b, 0x1a, 0x63, 0xa5, 0x44, 0xe6, 0x9f, - 0x19, 0x50, 0xe7, 0xe9, 0xb6, 0xb8, 0x7f, 0xd0, 0x3d, 0x28, 0x89, 0x34, 0x63, 0x06, 0x1b, 0x02, - 0x71, 0x41, 0x11, 0x71, 0xf1, 0xdf, 0x24, 0x78, 0x5a, 0xd9, 0x8f, 0x78, 0x9d, 0x9c, 0xf9, 0xb3, - 0x04, 0x08, 0x90, 0x78, 0x00, 0x33, 0x7f, 0x47, 0xb2, 0x21, 0x5f, 0x35, 0x2f, 0x08, 0x9b, 0x89, - 0xdc, 0x85, 0x29, 0x4d, 0x9e, 0xb9, 0xf2, 0xaf, 0x51, 0x5f, 0x46, 0x88, 0xcc, 0x55, 0x59, 0xcc, - 0x5f, 0x95, 0x9f, 0x2b, 0xc1, 0x0f, 0x14, 0x0f, 0x22, 0xd4, 0xea, 0xf0, 0x67, 0xcc, 0xa8, 0x6c, - 0xc4, 0x6f, 0x0a, 0x32, 0xfc, 0x6d, 0x41, 0x45, 0x84, 0xcb, 0xe9, 0xa2, 0x3e, 0xb1, 0x89, 0xa5, - 0x28, 0x38, 0xad, 0xfa, 0x4f, 0x49, 0x71, 0x06, 0xad, 0x7c, 0x46, 0xd4, 0xff, 0x33, 0xf9, 0x3a, - 0x54, 0x55, 0xeb, 0x1b, 0x77, 0x1d, 0x36, 0x0a, 0x95, 0x1a, 0xf9, 0x57, 0xb4, 0x0e, 0x15, 0x2a, - 0x1a, 0xe3, 0x95, 0xf0, 0x6a, 0x64, 0xbe, 0x23, 0x12, 0x42, 0x51, 0xb5, 0xe7, 0xab, 0x7f, 0xe3, - 0xe5, 0xd5, 0x7f, 0x21, 0x5b, 0xfd, 0x6f, 0xdd, 0x83, 0xb2, 0x78, 0xce, 0x46, 0x00, 0x95, 0x43, - 0x4c, 0xf6, 0x87, 0xac, 0x73, 0x43, 0x7d, 0x7f, 0x8c, 0x83, 0x8e, 0xb1, 0xf5, 0x06, 0x40, 0x5a, - 0x19, 0x71, 0xcc, 0x07, 0x11, 0x19, 0x38, 0x41, 0xe7, 0x06, 0xaa, 0x42, 0xf1, 0x59, 0x74, 0xde, - 0x31, 0x50, 0x0d, 0x4a, 0x4f, 0xfd, 0x93, 0x7e, 0xa7, 0xb0, 0xb5, 0x01, 0xad, 0x7c, 0x39, 0x84, - 0x2a, 0x50, 0x38, 0xd8, 0xeb, 0xdc, 0xe0, 0x9f, 0xd6, 0x6e, 0xc7, 0xd8, 0x72, 0xa1, 0xf0, 0x22, - 0xe6, 0x53, 0xe5, 0x4e, 0x55, 0x28, 0x8a, 0x6d, 0xf8, 0x1a, 0x5c, 0xc9, 0x9d, 0x02, 0x6a, 0x42, - 0x4d, 0xb7, 0x92, 0x76, 0x8a, 0x7c, 0xc3, 0xbd, 0x90, 0x7b, 0x7e, 0xa7, 0x84, 0x56, 0xa0, 0x3d, - 0xf1, 0x77, 0xa2, 0x4e, 0x19, 0x21, 0x68, 0x89, 0x9f, 0xe6, 0xf4, 0xbf, 0x09, 0x68, 0xa7, 0xb2, - 0xb5, 0x0d, 0xf5, 0xe4, 0xe4, 0xf0, 0x95, 0x3f, 0x88, 0x42, 0xdc, 0xb9, 0x81, 0xea, 0x50, 0x16, - 0x24, 0x1d, 0x83, 0x6f, 0xa2, 0x27, 0x74, 0x0a, 0x5b, 0x1f, 0x43, 0x45, 0x36, 0xec, 0x4b, 0xb8, - 0xfc, 0xde, 0xb9, 0x81, 0xd6, 0x60, 0xb9, 0xd7, 0x7b, 0x26, 0x33, 0x95, 0x84, 0x27, 0x03, 0x75, - 0x61, 0x95, 0x6f, 0xae, 0x17, 0x48, 0x30, 0x05, 0x3e, 0xe1, 0x79, 0x92, 0x5a, 0x1c, 0xec, 0x0f, - 0x69, 0x1f, 0x7b, 0x9d, 0xe2, 0xd6, 0x03, 0xa8, 0x3e, 0x19, 0x31, 0xe2, 0xbc, 0x88, 0x25, 0x37, - 0x51, 0xdc, 0xb9, 0x81, 0x3a, 0xd0, 0xe4, 0x71, 0xf9, 0x45, 0xe0, 0x09, 0x47, 0xe8, 0x18, 0x8f, - 0x5e, 0xfb, 0xcf, 0x7f, 0xac, 0x19, 0xff, 0xf6, 0xd9, 0x5d, 0xe3, 0xa7, 0x9f, 0xdd, 0x35, 0x7e, - 0xf6, 0xd9, 0x5d, 0xe3, 0xef, 0x7f, 0x7e, 0xf7, 0x06, 0x74, 0x22, 0x72, 0xb2, 0xcd, 0xfc, 0xd3, - 0xb3, 0xed, 0xd3, 0x33, 0xf1, 0x3f, 0xdf, 0xa3, 0x8a, 0xf8, 0xf8, 0xfa, 0xff, 0x05, 0x00, 0x00, - 0xff, 0xff, 0x9d, 0xc1, 0x59, 0x54, 0x4c, 0x3c, 0x00, 0x00, +func init() { proto.RegisterFile("kvrpcpb.proto", fileDescriptor_kvrpcpb_18122557c62236f5) } + +var fileDescriptor_kvrpcpb_18122557c62236f5 = []byte{ + // 3757 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3b, 0x5d, 0x6f, 0x24, 0x57, + 0x56, 0x53, 0xfd, 0xdd, 0xa7, 0xdb, 0xdd, 0xe5, 0xeb, 0x8f, 0xe9, 0x99, 0x49, 0x66, 0x3c, 0x05, + 0x93, 0x71, 0x1c, 0xe2, 0xb0, 0xde, 0xf0, 0xb5, 0xa0, 0x25, 0x19, 0xcf, 0x24, 0xe3, 0xcd, 0x4c, + 0xc6, 0x2a, 0x3b, 0x46, 0x91, 0x20, 0xb5, 0xe5, 0xea, 0x6b, 0x77, 0xe1, 0xea, 0xaa, 0xca, 0xbd, + 0xb7, 0xed, 0xee, 0x5d, 0xad, 0x04, 0xe2, 0x43, 0xac, 0x04, 0x42, 0x04, 0xa4, 0xe5, 0x61, 0x9f, + 0x90, 0x56, 0x02, 0xf1, 0x04, 0x3f, 0x01, 0xf1, 0xc0, 0x0b, 0x62, 0x1f, 0x79, 0x63, 0x95, 0xe5, + 0x2f, 0x20, 0x5e, 0xd1, 0xfd, 0xaa, 0x8f, 0xae, 0x1e, 0xc7, 0xdb, 0xb1, 0x1d, 0xb4, 0x4f, 0xdd, + 0xf7, 0x9c, 0x53, 0xf7, 0x9e, 0xaf, 0x7b, 0xee, 0x39, 0xb7, 0x4e, 0xc1, 0xc2, 0xc9, 0x29, 0x89, + 0xbd, 0xf8, 0x70, 0x33, 0x26, 0x11, 0x8b, 0x50, 0x5d, 0x0d, 0x6f, 0xb7, 0x87, 0x98, 0xb9, 0x1a, + 0x7c, 0x7b, 0x01, 0x13, 0x12, 0x91, 0x64, 0xb8, 0x7c, 0x1c, 0x1d, 0x47, 0xe2, 0xef, 0x5b, 0xfc, + 0x9f, 0x82, 0x76, 0xc9, 0x88, 0x32, 0xf1, 0x57, 0x02, 0xac, 0x3e, 0xc0, 0xfb, 0x98, 0xd9, 0xf8, + 0xd3, 0x11, 0xa6, 0x0c, 0x6d, 0x40, 0xdd, 0x8b, 0x42, 0x86, 0xc7, 0xac, 0x67, 0xac, 0x19, 0xeb, + 0xad, 0x2d, 0x73, 0x53, 0xaf, 0xbd, 0x2d, 0xe1, 0xb6, 0x26, 0x40, 0x26, 0x94, 0x4f, 0xf0, 0xa4, + 0x57, 0x5a, 0x33, 0xd6, 0xdb, 0x36, 0xff, 0x8b, 0x7a, 0x50, 0x3f, 0xc5, 0x84, 0xfa, 0x51, 0xd8, + 0x2b, 0xaf, 0x19, 0xeb, 0x15, 0x5b, 0x0f, 0xad, 0x1f, 0x1a, 0xd0, 0x12, 0xcb, 0xd0, 0x38, 0x0a, + 0x29, 0x46, 0x5f, 0x83, 0x36, 0xc1, 0xc7, 0x7e, 0x14, 0x3a, 0x82, 0x69, 0xb5, 0x58, 0x67, 0x53, + 0x8b, 0xf0, 0x84, 0xff, 0xda, 0x2d, 0x49, 0x23, 0x06, 0xe8, 0x21, 0x54, 0x25, 0x6d, 0x49, 0xd0, + 0x2e, 0x26, 0x8c, 0x7d, 0x80, 0x27, 0x92, 0x5c, 0xe2, 0xd1, 0x32, 0x54, 0x4f, 0xdd, 0x60, 0x84, + 0x05, 0x0f, 0x6d, 0x5b, 0x0e, 0xd0, 0x1d, 0x68, 0x86, 0x11, 0x73, 0x8e, 0xa2, 0x51, 0xd8, 0xef, + 0x55, 0xd6, 0x8c, 0xf5, 0x86, 0xdd, 0x08, 0x23, 0xf6, 0x1e, 0x1f, 0x5b, 0xff, 0x63, 0x40, 0x6b, + 0xcf, 0x73, 0xc3, 0x79, 0xd4, 0x70, 0x07, 0x9a, 0x94, 0xb9, 0x84, 0x39, 0xa9, 0x32, 0x1a, 0x02, + 0xf0, 0x01, 0x9e, 0x70, 0x5e, 0x02, 0x7f, 0xe8, 0x33, 0xc1, 0xcb, 0x82, 0x2d, 0x07, 0x59, 0x3d, + 0x55, 0x72, 0x7a, 0x42, 0xb7, 0xa0, 0x71, 0x82, 0x27, 0x4e, 0x14, 0x06, 0x93, 0x5e, 0x55, 0x30, + 0x59, 0x3f, 0xc1, 0x93, 0x17, 0x61, 0x20, 0x94, 0x4b, 0x30, 0xa7, 0xc3, 0xbd, 0x9a, 0xc4, 0xa8, + 0x21, 0xba, 0x09, 0x75, 0x1c, 0xf6, 0xc5, 0xfa, 0x75, 0xb1, 0x7e, 0x0d, 0x87, 0x7d, 0xbe, 0xfa, + 0x3d, 0x68, 0x51, 0x77, 0x18, 0x07, 0xd8, 0xa1, 0x0c, 0xc7, 0xbd, 0x86, 0xe0, 0x01, 0x24, 0x68, + 0x8f, 0xe1, 0xd8, 0x1a, 0x40, 0x5b, 0x8a, 0x3d, 0xbf, 0x59, 0x1e, 0x40, 0x35, 0x76, 0x7d, 0x42, + 0x7b, 0xa5, 0xb5, 0xf2, 0x7a, 0x6b, 0xab, 0x9b, 0x9a, 0xe5, 0x74, 0xd7, 0xf5, 0x89, 0x2d, 0xb1, + 0xd6, 0x7f, 0x97, 0xa1, 0xbb, 0x4b, 0xf0, 0x19, 0xf1, 0x19, 0x9e, 0x47, 0xcb, 0x6f, 0x41, 0x73, + 0x38, 0x62, 0x2e, 0xf3, 0xa3, 0x50, 0x2f, 0x95, 0x7a, 0xc0, 0x73, 0x85, 0xb1, 0x53, 0x1a, 0x74, + 0x1f, 0xda, 0x31, 0xf1, 0x87, 0x2e, 0x99, 0x38, 0x41, 0xe4, 0x9d, 0x28, 0x67, 0x68, 0x29, 0xd8, + 0xb3, 0xc8, 0x3b, 0x41, 0xbf, 0x00, 0x0b, 0xd2, 0x72, 0x79, 0x63, 0xb4, 0x05, 0xf0, 0x20, 0xb5, + 0x08, 0x7f, 0xde, 0x61, 0x2c, 0x10, 0x16, 0xa9, 0xd8, 0x75, 0x3e, 0xde, 0x67, 0x01, 0xda, 0x82, + 0x15, 0x7a, 0xe2, 0xc7, 0x8e, 0x17, 0x85, 0x94, 0x11, 0xd7, 0x0f, 0x99, 0xe3, 0x0d, 0xb0, 0x77, + 0xa2, 0xec, 0xb3, 0xc4, 0x91, 0xdb, 0x09, 0x6e, 0x9b, 0xa3, 0xd0, 0x26, 0x2c, 0xf9, 0xd4, 0x89, + 0x31, 0xa5, 0xfe, 0xd0, 0xa7, 0xcc, 0xf7, 0x24, 0x77, 0xf5, 0xb5, 0xf2, 0x7a, 0xc3, 0x5e, 0xf4, + 0xe9, 0x6e, 0x8a, 0x11, 0x3c, 0xde, 0x82, 0x06, 0x1b, 0x87, 0x0e, 0xf5, 0xbf, 0x83, 0x85, 0xfd, + 0x2a, 0x76, 0x9d, 0x8d, 0xc3, 0x3d, 0xff, 0x3b, 0x18, 0x59, 0xb0, 0x70, 0x14, 0x11, 0x67, 0x14, + 0xf7, 0x5d, 0x86, 0x1d, 0x46, 0x7b, 0x4d, 0x81, 0x6f, 0x1d, 0x45, 0xe4, 0x23, 0x01, 0xdb, 0xa7, + 0x9c, 0x66, 0xe8, 0x87, 0x8e, 0x17, 0x0d, 0x87, 0x3e, 0xe3, 0x34, 0x20, 0x69, 0x86, 0x7e, 0xb8, + 0x2d, 0x60, 0xfb, 0x14, 0xad, 0x83, 0x39, 0xa2, 0xd8, 0x71, 0xe9, 0x24, 0xf4, 0x14, 0x65, 0xaf, + 0x25, 0x24, 0xe8, 0x8c, 0x28, 0x7e, 0x97, 0x83, 0x25, 0x2d, 0x5a, 0x83, 0x16, 0xc5, 0x5e, 0x14, + 0xf6, 0x5d, 0xe2, 0x63, 0xda, 0x6b, 0xaf, 0x95, 0xb9, 0x4a, 0x33, 0x20, 0xeb, 0x6f, 0x0c, 0x30, + 0x53, 0x33, 0xcf, 0xef, 0x55, 0xaf, 0x43, 0x4d, 0x60, 0x8b, 0xb6, 0x4e, 0x76, 0xbb, 0x22, 0x28, + 0x8a, 0x58, 0x2e, 0x88, 0x68, 0xfd, 0x5d, 0x19, 0x56, 0xa7, 0x34, 0xfb, 0xf3, 0xe2, 0x84, 0x05, + 0x2f, 0xa8, 0xcd, 0xf4, 0x02, 0x9f, 0x3a, 0x47, 0x3e, 0xa1, 0x4c, 0xbb, 0x1b, 0x37, 0x6f, 0xcb, + 0xa7, 0xef, 0x71, 0x98, 0xe0, 0xe3, 0x3e, 0xb4, 0xcf, 0x5c, 0xae, 0x40, 0x7f, 0x88, 0xa3, 0x11, + 0x13, 0xce, 0x56, 0xb6, 0x5b, 0x1c, 0xb6, 0x2f, 0x41, 0x3c, 0x98, 0x1d, 0x45, 0xc4, 0xc3, 0xc2, + 0xd1, 0x1a, 0xb6, 0x1c, 0x70, 0x01, 0x08, 0x66, 0x23, 0x12, 0x3a, 0x22, 0xd0, 0x4a, 0x17, 0x6b, + 0xd8, 0x6d, 0x09, 0x3c, 0x10, 0xb0, 0xa2, 0x91, 0x5a, 0x45, 0x23, 0xfd, 0x8b, 0x01, 0x37, 0x0b, + 0x46, 0xba, 0x16, 0x17, 0xba, 0x03, 0xcd, 0x69, 0xf7, 0x69, 0x78, 0x7a, 0x7b, 0x24, 0xc7, 0x49, + 0x25, 0x7b, 0x9c, 0xac, 0x42, 0x4d, 0x89, 0x5b, 0x15, 0xbb, 0x40, 0x8d, 0xac, 0x1f, 0x19, 0x70, + 0x3b, 0x23, 0x84, 0x1d, 0x05, 0xc1, 0xa1, 0x3b, 0x9f, 0xb7, 0x15, 0x3c, 0xa3, 0x34, 0xc3, 0x33, + 0x0a, 0xe6, 0x2f, 0x17, 0xcd, 0x8f, 0xa0, 0x72, 0x82, 0x27, 0xb4, 0x57, 0x11, 0x9c, 0x8a, 0xff, + 0xd6, 0x77, 0xe1, 0xce, 0x4c, 0x36, 0xaf, 0x43, 0xdf, 0xd6, 0x3f, 0x19, 0xb0, 0xb4, 0x3f, 0x0e, + 0x9f, 0x62, 0x97, 0xb0, 0x47, 0xd8, 0x9d, 0x2b, 0xfb, 0x98, 0xde, 0x5a, 0xa5, 0x0b, 0x6c, 0xad, + 0xf2, 0x0c, 0x05, 0xbe, 0x06, 0x5d, 0xb7, 0x7f, 0xea, 0x53, 0xec, 0x24, 0x3b, 0x4c, 0xee, 0xc0, + 0x05, 0x09, 0x7e, 0x26, 0xf7, 0x99, 0xf5, 0x17, 0x06, 0x2c, 0xe7, 0x79, 0xbe, 0x86, 0x54, 0x26, + 0xbb, 0xef, 0xcb, 0xb9, 0x7d, 0x6f, 0xfd, 0xaf, 0x01, 0x2b, 0xe2, 0x48, 0xd9, 0x1f, 0x87, 0x7b, + 0xcc, 0x65, 0x23, 0x3a, 0x8f, 0x16, 0xef, 0x81, 0xd6, 0x58, 0x26, 0x7d, 0x01, 0x05, 0xe2, 0x29, + 0xc4, 0x4d, 0xa8, 0x4b, 0x0e, 0xb4, 0x67, 0xd5, 0x04, 0x03, 0x94, 0xeb, 0xcd, 0x73, 0x83, 0x00, + 0x13, 0x47, 0xea, 0x98, 0x51, 0xad, 0x37, 0x09, 0xde, 0xe3, 0xd0, 0x7d, 0x8a, 0x5e, 0x05, 0xf0, + 0x46, 0x84, 0xe0, 0x50, 0x90, 0xc8, 0xe0, 0xd5, 0x54, 0x90, 0x7d, 0x8a, 0xbe, 0x06, 0x2b, 0x44, + 0x39, 0x9f, 0xe3, 0x1f, 0x39, 0x3c, 0x45, 0xc3, 0x63, 0x9f, 0x32, 0x75, 0x86, 0x22, 0x8d, 0xdc, + 0x39, 0xfa, 0x30, 0x62, 0x4f, 0x38, 0xc6, 0xfa, 0xc7, 0x12, 0xac, 0x4e, 0x4b, 0xfe, 0x95, 0xda, + 0x02, 0x3d, 0x80, 0x8e, 0x8a, 0x1f, 0xf9, 0x20, 0xbe, 0x20, 0xa1, 0xda, 0xd5, 0x1e, 0x42, 0xcd, + 0xf5, 0xf8, 0xc1, 0x20, 0xd4, 0xd0, 0xc9, 0xe4, 0x4a, 0xef, 0x0a, 0xb0, 0xad, 0xd0, 0x33, 0x4f, + 0xe4, 0xda, 0x45, 0x4e, 0xe4, 0x7a, 0xf1, 0x44, 0xfe, 0x07, 0x03, 0x16, 0x24, 0xf1, 0x95, 0xc5, + 0x20, 0x1d, 0x5f, 0xca, 0x69, 0x7c, 0xb9, 0xa0, 0x4a, 0xbe, 0x55, 0x69, 0x54, 0xcd, 0x9a, 0x5d, + 0x3b, 0xf4, 0xc3, 0x20, 0x3a, 0xb6, 0xfe, 0xda, 0x80, 0x8e, 0xe6, 0xf5, 0x1a, 0x2c, 0x5a, 0xe4, + 0xb1, 0x3c, 0x83, 0x47, 0xeb, 0x18, 0x16, 0x76, 0x86, 0x71, 0x44, 0x12, 0x05, 0xe6, 0xd2, 0x00, + 0xe3, 0x02, 0x69, 0x40, 0x71, 0xa1, 0xd2, 0xac, 0x85, 0x3e, 0x86, 0x8e, 0x5e, 0x68, 0x7e, 0xe9, + 0x97, 0xb3, 0xd2, 0x37, 0x95, 0xa8, 0xd6, 0x67, 0x5c, 0xb3, 0x01, 0x76, 0xc3, 0x51, 0x7c, 0x39, + 0xa5, 0xde, 0x85, 0x62, 0x6b, 0x7e, 0xef, 0x57, 0xa6, 0xf6, 0x3e, 0x4f, 0x16, 0xbb, 0x09, 0x53, + 0xff, 0x7f, 0xec, 0x7d, 0x02, 0xdd, 0x47, 0x2e, 0xf3, 0x06, 0x73, 0x96, 0xc5, 0x7a, 0x37, 0x94, + 0x32, 0xbb, 0xe1, 0xe5, 0x85, 0x71, 0x00, 0x66, 0xba, 0xd8, 0x95, 0x57, 0x61, 0xdf, 0x85, 0x65, + 0xb1, 0xda, 0x95, 0xa7, 0x25, 0x33, 0x42, 0x82, 0x45, 0x61, 0x65, 0x6a, 0xf1, 0xab, 0xb7, 0xb9, + 0xf5, 0x57, 0x06, 0x74, 0x79, 0x89, 0x3b, 0x6f, 0xca, 0x7f, 0x0f, 0x5a, 0x43, 0x77, 0x3c, 0x25, + 0x2b, 0x0c, 0xdd, 0xb1, 0x96, 0x34, 0x57, 0xfe, 0x97, 0x5f, 0x56, 0xfe, 0x57, 0x32, 0xe5, 0xbf, + 0xf5, 0x03, 0x03, 0xcc, 0x94, 0xa7, 0x6b, 0x70, 0xfc, 0x87, 0x50, 0xe5, 0x47, 0x95, 0x34, 0x47, + 0x96, 0x90, 0x73, 0xb0, 0x13, 0x1e, 0x45, 0xb6, 0xc4, 0x5b, 0xff, 0x61, 0x00, 0xb2, 0x31, 0x8d, + 0x82, 0x53, 0x3c, 0xaf, 0xc2, 0x2e, 0xe4, 0x1e, 0x17, 0xdb, 0x89, 0xe8, 0x4d, 0x68, 0xf2, 0xe2, + 0xd7, 0x0f, 0x8f, 0x22, 0x99, 0xbd, 0x66, 0x57, 0xde, 0x1f, 0x87, 0x82, 0x75, 0x5e, 0x1f, 0xf3, + 0x3f, 0x69, 0x9e, 0x5b, 0xcd, 0x38, 0xdd, 0xa7, 0xb0, 0x94, 0x13, 0xe8, 0x1a, 0x5c, 0xee, 0x00, + 0x9a, 0xef, 0x6f, 0xcf, 0xa3, 0xba, 0x57, 0x01, 0xa8, 0x7b, 0x84, 0x9d, 0x38, 0xf2, 0x43, 0xa6, + 0xf4, 0xd6, 0xe4, 0x90, 0x5d, 0x0e, 0xb0, 0x06, 0x00, 0x7c, 0xde, 0x6b, 0x90, 0xe0, 0x07, 0x06, + 0xa0, 0xc7, 0x38, 0xc0, 0x0c, 0xdb, 0x6e, 0x78, 0x8c, 0x2f, 0xfd, 0x56, 0x2c, 0x73, 0x61, 0x55, + 0x9e, 0xbe, 0xb0, 0x0a, 0x23, 0xe6, 0x1f, 0xa9, 0x1b, 0x30, 0x79, 0x4d, 0x07, 0x12, 0xf4, 0x22, + 0x0c, 0x26, 0xd6, 0x27, 0xb0, 0x94, 0x63, 0xec, 0xb2, 0xcf, 0xc9, 0xdf, 0x83, 0x05, 0xdb, 0x3d, + 0xbb, 0xb4, 0x0b, 0xd1, 0x0e, 0x94, 0xbc, 0x23, 0x21, 0x63, 0xd3, 0x2e, 0x79, 0x47, 0xd6, 0x9f, + 0x1b, 0xd0, 0xd1, 0xf3, 0x5f, 0x32, 0xeb, 0xf3, 0x5c, 0x7b, 0xf6, 0x01, 0xd9, 0xee, 0xd9, 0x65, + 0x1f, 0x76, 0xd3, 0x42, 0x47, 0xb0, 0x94, 0x5b, 0xe5, 0xca, 0x4f, 0x39, 0x2a, 0x8c, 0xb8, 0x3b, + 0xba, 0x24, 0x23, 0xce, 0x56, 0xac, 0x94, 0xb2, 0x92, 0x48, 0xf9, 0xb1, 0xb0, 0xac, 0x58, 0xf4, + 0xb2, 0x9d, 0xf2, 0x2c, 0x35, 0xd3, 0x9c, 0x42, 0x5d, 0x4c, 0x71, 0x05, 0xcb, 0x7d, 0x92, 0x5a, + 0xee, 0x4a, 0x04, 0xfb, 0x36, 0x98, 0xb6, 0x7b, 0xa6, 0x36, 0xf4, 0x95, 0x6c, 0xb8, 0xdf, 0x85, + 0xc5, 0xcc, 0x0a, 0x97, 0xcd, 0xff, 0x31, 0xac, 0x68, 0xfd, 0xcc, 0x2f, 0xc4, 0x45, 0xb6, 0x90, + 0x0b, 0xab, 0xd3, 0x0b, 0x5d, 0xb6, 0x2c, 0xff, 0x2e, 0x43, 0xd3, 0x35, 0xbe, 0x05, 0xc9, 0xbe, + 0xeb, 0xa8, 0xe4, 0xdf, 0x75, 0x48, 0xf9, 0xab, 0x5a, 0xfe, 0x39, 0xde, 0x7d, 0x58, 0xc7, 0xd0, + 0x4d, 0xc4, 0x99, 0x5f, 0x57, 0xf7, 0xa1, 0x7c, 0x72, 0xfa, 0xd2, 0x6d, 0xc3, 0x71, 0xd6, 0xf7, + 0x0d, 0xe1, 0x05, 0x5f, 0xc9, 0x79, 0x39, 0x1d, 0x84, 0xa4, 0x9f, 0x5c, 0xe9, 0x09, 0xf9, 0x63, + 0x23, 0x0d, 0x0a, 0xf3, 0x3a, 0xcb, 0xeb, 0x50, 0x23, 0x9c, 0xbb, 0x99, 0x57, 0x85, 0x92, 0x6f, + 0x45, 0xc0, 0x73, 0x22, 0xec, 0x7a, 0x03, 0x27, 0xeb, 0x3f, 0x4d, 0x0e, 0x79, 0x76, 0x69, 0x3e, + 0x64, 0x05, 0xb0, 0x9c, 0x97, 0xe8, 0x4a, 0xfd, 0xe5, 0x7b, 0x70, 0xeb, 0xa3, 0x90, 0x67, 0x75, + 0x8f, 0x31, 0x65, 0x24, 0x9a, 0x5c, 0xaf, 0xcb, 0x58, 0x18, 0x6e, 0xcf, 0x5a, 0xfe, 0xf2, 0x43, + 0xfb, 0x1d, 0x1b, 0x1f, 0xfb, 0x94, 0x61, 0xc2, 0x13, 0xef, 0x17, 0x87, 0x14, 0x93, 0x53, 0x4c, + 0xe6, 0x91, 0x73, 0x05, 0x6a, 0xbc, 0x04, 0x63, 0x54, 0xa5, 0xc4, 0xd5, 0xa1, 0x3b, 0xde, 0xa7, + 0xd6, 0xdb, 0xf0, 0xca, 0xec, 0x15, 0x94, 0x28, 0x09, 0x5f, 0x46, 0x3e, 0xc1, 0xeb, 0x89, 0xbb, + 0xc3, 0x2b, 0x62, 0x6a, 0x04, 0xb7, 0x66, 0x4c, 0x7f, 0x1e, 0x47, 0xdc, 0x85, 0x7d, 0xea, 0x78, + 0x01, 0x76, 0x65, 0xad, 0xd4, 0xb0, 0xeb, 0x3e, 0x15, 0xd7, 0x22, 0x17, 0xaf, 0xdb, 0x3e, 0x81, + 0x5b, 0x36, 0x1e, 0x46, 0xb2, 0xc8, 0xb9, 0x02, 0xb1, 0xb6, 0xe0, 0xf6, 0xac, 0xf9, 0xcf, 0xd5, + 0xf4, 0x5f, 0x1a, 0x70, 0x73, 0x77, 0x30, 0xa1, 0xbe, 0xe7, 0x06, 0x5f, 0xa6, 0x02, 0x9f, 0xcd, + 0xd2, 0x3c, 0x75, 0xf7, 0xc7, 0xd0, 0x2b, 0x32, 0x74, 0xae, 0x6d, 0x12, 0x03, 0x94, 0xbe, 0xc0, + 0x00, 0x7f, 0x60, 0x00, 0xda, 0x8b, 0x03, 0x9f, 0xd9, 0x62, 0x67, 0xcc, 0x77, 0xd3, 0xd0, 0xa4, + 0x7c, 0x86, 0x74, 0x3b, 0x3f, 0x2a, 0xf5, 0x0c, 0xbb, 0x21, 0x80, 0x5c, 0x28, 0x5e, 0x1e, 0x6a, + 0x02, 0x7d, 0xb3, 0xd2, 0xd4, 0x58, 0x6a, 0xfd, 0xab, 0x01, 0x4b, 0x39, 0x16, 0xe6, 0xdf, 0xd2, + 0xaf, 0x41, 0x25, 0xc0, 0x47, 0x4c, 0xd5, 0x89, 0x9d, 0x4d, 0xd5, 0x66, 0x22, 0x27, 0x16, 0x5c, + 0x09, 0x3c, 0x5a, 0x87, 0x2a, 0xf1, 0x8f, 0x07, 0x32, 0x2e, 0xcf, 0x26, 0x94, 0x04, 0x68, 0x9d, + 0x07, 0xdf, 0x63, 0x71, 0x61, 0x2a, 0xeb, 0xf8, 0x29, 0x5a, 0x5b, 0xa3, 0xad, 0x6f, 0x82, 0x69, + 0x63, 0xb7, 0xbf, 0x13, 0xf6, 0xf1, 0x78, 0x0e, 0x35, 0x5a, 0x18, 0x16, 0x33, 0xcf, 0xcf, 0xaf, + 0x83, 0x57, 0x01, 0x08, 0x76, 0xfb, 0x8e, 0xcf, 0x27, 0xd2, 0xc5, 0x38, 0xd1, 0x33, 0x5b, 0x1f, + 0x41, 0xeb, 0x00, 0x13, 0x7d, 0xd9, 0x8b, 0xee, 0x42, 0x29, 0x8a, 0xc5, 0xb4, 0x9d, 0xad, 0x4e, + 0xc2, 0xdc, 0x01, 0x26, 0x2f, 0x62, 0xbb, 0x14, 0xc5, 0x17, 0xad, 0x2a, 0xac, 0x6f, 0x40, 0xe3, + 0x00, 0x13, 0xf1, 0xd2, 0x34, 0xa5, 0x30, 0xb2, 0x75, 0x47, 0xe6, 0x2a, 0xb1, 0x94, 0xbf, 0x4a, + 0x5c, 0x13, 0xcf, 0x4e, 0x05, 0xe5, 0xdc, 0x96, 0x8c, 0xa0, 0x79, 0x80, 0x89, 0x3c, 0x8c, 0xd2, + 0xdb, 0x00, 0x63, 0xea, 0x36, 0x40, 0x4f, 0xa2, 0x37, 0x41, 0x91, 0xf7, 0x87, 0x59, 0xde, 0xa7, + 0x1e, 0x15, 0xbc, 0x6b, 0x71, 0x08, 0x2c, 0x1c, 0x60, 0x72, 0x69, 0xe5, 0xf4, 0x45, 0x2e, 0x9d, + 0xad, 0x7f, 0x36, 0xa0, 0xa3, 0x17, 0xbd, 0x82, 0xbb, 0x92, 0x69, 0xed, 0x5c, 0x54, 0x17, 0xe7, + 0x57, 0xe2, 0x67, 0x80, 0x0e, 0x30, 0xf9, 0x32, 0x95, 0x78, 0xa2, 0xad, 0xf2, 0xcf, 0xa4, 0x2d, + 0x02, 0x4b, 0xb9, 0x85, 0xe7, 0xd7, 0xd8, 0x7a, 0xbe, 0xc6, 0x44, 0x59, 0x45, 0xe4, 0xeb, 0xf3, + 0xef, 0x09, 0xaf, 0x78, 0x3e, 0x5f, 0x29, 0xfb, 0x1a, 0x94, 0x87, 0x23, 0x1d, 0x9a, 0x96, 0xb3, + 0x8b, 0x24, 0x6f, 0x5e, 0x38, 0xc1, 0xb9, 0x57, 0xee, 0x1d, 0xbd, 0xfc, 0xd5, 0xfb, 0x87, 0xf5, + 0xc7, 0x46, 0x6a, 0xda, 0x39, 0x45, 0x5e, 0x87, 0xca, 0x70, 0xc4, 0xb4, 0x62, 0x67, 0xcb, 0x2c, + 0x28, 0xce, 0x11, 0xfa, 0xd3, 0xd4, 0xce, 0xd7, 0x25, 0xf9, 0xe7, 0x72, 0x23, 0x5e, 0x49, 0x45, + 0xf9, 0xd2, 0x8a, 0x68, 0xe6, 0xc9, 0x3f, 0x5f, 0x5b, 0x5d, 0x61, 0xff, 0xd4, 0x67, 0xec, 0x9f, + 0x10, 0xba, 0x89, 0x8c, 0xd7, 0xb1, 0x77, 0x26, 0xb0, 0x72, 0x80, 0xc9, 0x57, 0x51, 0x6c, 0x5a, + 0x0c, 0x56, 0xa7, 0x97, 0xbe, 0x06, 0x2f, 0xda, 0x83, 0xa5, 0xe7, 0xa7, 0x9e, 0xf7, 0x3e, 0x66, + 0x8f, 0x26, 0xbc, 0x3a, 0xbc, 0x8c, 0x83, 0xc4, 0xfa, 0x53, 0x03, 0x96, 0xf3, 0xb3, 0x5e, 0xf6, + 0x6d, 0xec, 0x03, 0xa8, 0xf8, 0xe1, 0x51, 0x54, 0x38, 0x15, 0xf8, 0xaa, 0x22, 0x71, 0x14, 0x68, + 0xeb, 0xdb, 0x70, 0x33, 0xe1, 0x43, 0x75, 0x4c, 0xcc, 0x23, 0xe1, 0x2d, 0x68, 0x24, 0x5d, 0x18, + 0x2a, 0x2b, 0xa0, 0x72, 0x36, 0xeb, 0x87, 0x06, 0xf4, 0x8a, 0x4b, 0x5c, 0xb6, 0xb8, 0x4a, 0xc5, + 0xe5, 0xf4, 0xac, 0xd6, 0x0a, 0xa8, 0x9c, 0xaf, 0x80, 0x9f, 0x54, 0xa0, 0xbe, 0x9d, 0xba, 0xa5, + 0xe2, 0xc6, 0xef, 0x0b, 0x56, 0x2a, 0x76, 0x43, 0x02, 0x76, 0xfa, 0xe8, 0x57, 0x53, 0x56, 0xe3, + 0xc8, 0x1b, 0x28, 0xbf, 0x59, 0xca, 0xa7, 0x91, 0x4f, 0x38, 0x2a, 0xe1, 0x97, 0x0f, 0xd0, 0x1a, + 0x54, 0x62, 0x8c, 0x89, 0x32, 0x44, 0x5b, 0xd3, 0xef, 0x62, 0x4c, 0x6c, 0x81, 0x41, 0x08, 0x2a, + 0x0c, 0x93, 0xa1, 0xea, 0x4d, 0x11, 0xff, 0xd1, 0x5b, 0xd0, 0x88, 0x89, 0x1f, 0x11, 0x9f, 0x4d, + 0x44, 0x58, 0xe8, 0x6c, 0x2d, 0x65, 0xb4, 0x3f, 0x1c, 0xba, 0x61, 0x7f, 0x97, 0xf8, 0x76, 0x42, + 0x84, 0xde, 0x81, 0xae, 0x4f, 0xa3, 0x40, 0x04, 0x63, 0x27, 0xc0, 0xa7, 0x38, 0x10, 0xe1, 0xa2, + 0xb3, 0x75, 0x33, 0x79, 0x6e, 0x47, 0xe3, 0x9f, 0x71, 0xb4, 0xdd, 0xf1, 0x73, 0x63, 0xf4, 0x8b, + 0xd0, 0x11, 0xf9, 0x81, 0x1f, 0x04, 0x8e, 0xe7, 0x7a, 0x03, 0xd9, 0xef, 0xd9, 0xb0, 0xdb, 0x3c, + 0x49, 0xf0, 0x83, 0x60, 0x9b, 0xc3, 0x84, 0xa5, 0x27, 0xa1, 0xe7, 0x04, 0xd1, 0xb1, 0x6a, 0xc3, + 0xab, 0xf3, 0xf1, 0xb3, 0xe8, 0x18, 0xdd, 0x83, 0xd6, 0xc0, 0x0d, 0xfb, 0x01, 0x16, 0x3d, 0x7c, + 0xaa, 0x0d, 0x0f, 0x24, 0x68, 0xdf, 0x1f, 0x62, 0xd1, 0x0e, 0xec, 0xb9, 0xa1, 0xd3, 0xc7, 0xcc, + 0xf5, 0x03, 0xd5, 0xe3, 0x09, 0x1c, 0xf4, 0x58, 0x40, 0xd0, 0x7d, 0xae, 0xe3, 0x38, 0xf0, 0x3d, + 0xd7, 0xe1, 0x99, 0x6e, 0xaf, 0x2d, 0xdb, 0x04, 0x15, 0x8c, 0xa7, 0xd5, 0xe8, 0x01, 0x74, 0x88, + 0x7c, 0x9f, 0xd6, 0x77, 0x64, 0x69, 0xb4, 0xb0, 0x56, 0x5e, 0xaf, 0xd8, 0x0b, 0x1a, 0xca, 0x2b, + 0x23, 0x8a, 0x7e, 0x03, 0x6e, 0xf1, 0xa2, 0x0d, 0x8f, 0xb1, 0x37, 0x12, 0x2a, 0xe9, 0x8f, 0x88, + 0xd4, 0xcd, 0x90, 0xf6, 0x3a, 0x42, 0xd1, 0xab, 0x43, 0x77, 0xfc, 0x44, 0xe3, 0x1f, 0x2b, 0xf4, + 0x73, 0xca, 0xc3, 0xae, 0x1b, 0xc7, 0x81, 0x8f, 0x75, 0xee, 0xdd, 0x95, 0x61, 0x57, 0x01, 0x45, + 0xfa, 0xcd, 0x83, 0x14, 0x73, 0xe9, 0x09, 0x77, 0x14, 0x53, 0xb6, 0x25, 0xf1, 0xe1, 0x4e, 0xff, + 0x5b, 0x95, 0x46, 0xc5, 0xac, 0x72, 0x96, 0xdd, 0xbe, 0xf3, 0xe9, 0x28, 0x22, 0xa3, 0xa1, 0xf5, + 0x5f, 0x25, 0x68, 0xe8, 0x7a, 0xad, 0xd0, 0x36, 0x66, 0x14, 0xdb, 0xc6, 0xee, 0x43, 0x5b, 0x34, + 0xfa, 0xe4, 0xd3, 0xec, 0x16, 0x87, 0xe9, 0x17, 0x93, 0x45, 0x77, 0xcf, 0x76, 0x07, 0x55, 0xf2, + 0xdd, 0x41, 0xd9, 0x16, 0xde, 0x6a, 0xbe, 0x85, 0x77, 0x1d, 0x9a, 0xf2, 0xa9, 0x49, 0x8c, 0x95, + 0x9f, 0xb5, 0x12, 0x7f, 0x79, 0x11, 0xdb, 0x62, 0xce, 0xfd, 0x49, 0x8c, 0xd1, 0x1b, 0x80, 0x04, + 0x65, 0xbe, 0xd9, 0x4f, 0x9e, 0x48, 0x5d, 0x8e, 0x79, 0x2f, 0xd3, 0xf0, 0x37, 0xab, 0x7f, 0xa8, + 0x31, 0xb3, 0x7f, 0xa8, 0xd0, 0x97, 0xd9, 0x2c, 0xf6, 0x07, 0x4f, 0xf5, 0x18, 0x41, 0xb1, 0xc7, + 0xe8, 0xcf, 0xca, 0xd0, 0xd0, 0xef, 0x10, 0xd1, 0xeb, 0x20, 0x5a, 0xc4, 0x70, 0xbf, 0x50, 0x58, + 0x24, 0x45, 0xb3, 0x22, 0x40, 0xaf, 0xf0, 0x0d, 0xcf, 0xc8, 0xc4, 0x3d, 0x0c, 0xb0, 0x8a, 0x27, + 0x29, 0x80, 0x47, 0x1a, 0xf7, 0x30, 0x22, 0x4c, 0xdd, 0x83, 0xcb, 0x01, 0xda, 0x82, 0x86, 0x17, + 0x85, 0x47, 0x81, 0xef, 0x31, 0x15, 0x5b, 0x56, 0x93, 0x05, 0x7e, 0x87, 0xf8, 0x0c, 0x6f, 0x2b, + 0xac, 0x9d, 0xd0, 0xa1, 0x6f, 0xc0, 0x82, 0x1b, 0x70, 0x97, 0x98, 0xa8, 0xe6, 0xb2, 0xaa, 0x78, + 0x70, 0x25, 0xed, 0xbf, 0x92, 0x58, 0xd1, 0x5f, 0x66, 0xb7, 0xdd, 0xcc, 0x08, 0xbd, 0x09, 0x8d, + 0x3e, 0x76, 0xfb, 0xc2, 0x59, 0x6a, 0x53, 0x02, 0x3d, 0x56, 0x08, 0x3b, 0x21, 0x41, 0x8f, 0x61, + 0x31, 0x51, 0xa6, 0x83, 0xc7, 0xb1, 0x4f, 0x70, 0x5f, 0x98, 0xa9, 0xb5, 0xd5, 0xcb, 0x45, 0x10, + 0xae, 0xda, 0x27, 0x12, 0x6f, 0x77, 0xbd, 0x3c, 0x00, 0xfd, 0x3a, 0x2c, 0x70, 0x97, 0x49, 0xeb, + 0x85, 0xc6, 0x54, 0xba, 0xbb, 0x3f, 0x0e, 0x3f, 0x54, 0xb5, 0x83, 0xdd, 0x62, 0xe9, 0xc0, 0xfa, + 0x91, 0x01, 0x0b, 0x39, 0x35, 0xe4, 0xce, 0x06, 0x23, 0x77, 0x36, 0xf0, 0x80, 0xa0, 0x75, 0x94, + 0x9e, 0x1c, 0xa0, 0x41, 0xfb, 0x74, 0x86, 0x9f, 0xf7, 0xa0, 0xae, 0xf6, 0x8a, 0xea, 0x87, 0xd5, + 0x43, 0xf4, 0x4b, 0x80, 0x92, 0xc9, 0x52, 0x7f, 0x92, 0x0e, 0x6f, 0x6a, 0x4c, 0xd2, 0xec, 0xbb, + 0x06, 0xed, 0xac, 0xd2, 0xf5, 0x4a, 0x46, 0x7a, 0x46, 0xff, 0x3e, 0x34, 0xb4, 0x7e, 0xb3, 0x5d, + 0x88, 0x46, 0xae, 0x0b, 0x51, 0x6f, 0xbb, 0xf4, 0x7c, 0x17, 0x84, 0x3c, 0x8f, 0xd9, 0x80, 0x45, + 0x6d, 0x15, 0x8e, 0x76, 0x06, 0x2e, 0x1d, 0xa8, 0xac, 0xb8, 0xab, 0x11, 0x1f, 0xe0, 0xc9, 0x53, + 0x97, 0x0e, 0xac, 0xcf, 0x0c, 0xe8, 0x4e, 0x19, 0xe5, 0x3c, 0xbd, 0x6d, 0xc2, 0x92, 0xcb, 0x18, + 0x1e, 0xc6, 0x0c, 0xf7, 0x33, 0xb2, 0x4a, 0xfd, 0x2d, 0x26, 0xa8, 0x64, 0x07, 0x15, 0xd5, 0x58, + 0xd8, 0x77, 0x95, 0x62, 0x3f, 0xf4, 0x0e, 0xb4, 0x32, 0x66, 0xfe, 0x02, 0x3b, 0x9e, 0xdb, 0xc5, + 0x69, 0x3d, 0x06, 0x78, 0x9a, 0x9e, 0x03, 0x37, 0xa1, 0x2e, 0x5a, 0xbd, 0x87, 0x72, 0xa2, 0xb2, + 0x5d, 0xe3, 0xc3, 0xe7, 0xe2, 0xb2, 0x3d, 0x26, 0x91, 0x87, 0x29, 0xe5, 0xb8, 0x92, 0xc0, 0x35, + 0x15, 0xe4, 0x39, 0xb5, 0xbe, 0x09, 0x0d, 0x9e, 0xe8, 0x8a, 0x38, 0xba, 0x0c, 0x55, 0x16, 0x31, + 0x37, 0x50, 0x33, 0xc8, 0x01, 0xdf, 0xd0, 0x8a, 0x1c, 0xf7, 0xa7, 0x9e, 0xc7, 0x7d, 0xeb, 0x8f, + 0x0c, 0x80, 0xbd, 0xf4, 0xb4, 0x79, 0x08, 0x55, 0xf1, 0x9d, 0x40, 0x21, 0x4e, 0xe8, 0x45, 0x6c, + 0x89, 0xe7, 0xa9, 0x44, 0xd2, 0xe2, 0x3b, 0x93, 0x4e, 0xa0, 0x39, 0x59, 0xdf, 0x65, 0x6e, 0x21, + 0xe5, 0x4a, 0xc9, 0x38, 0xda, 0xfa, 0xac, 0x2c, 0x3f, 0x7a, 0x91, 0x5c, 0x1c, 0x6c, 0xa1, 0x37, + 0x01, 0x25, 0x3c, 0xea, 0xa0, 0xaf, 0x55, 0xbc, 0x98, 0x60, 0x54, 0xe8, 0x17, 0xcd, 0x7c, 0x42, + 0xd8, 0x94, 0x54, 0x35, 0xf3, 0x09, 0x68, 0x42, 0xf6, 0xdb, 0xf0, 0x0a, 0xe1, 0x47, 0x61, 0xff, + 0xd0, 0xe9, 0x8b, 0x94, 0xd9, 0xa1, 0x27, 0x7e, 0x1c, 0x0b, 0x87, 0x19, 0x85, 0x4c, 0x79, 0xe2, + 0x2d, 0x45, 0x23, 0xb3, 0xea, 0x3d, 0x49, 0xb1, 0xcd, 0x09, 0xf8, 0x11, 0xaa, 0x27, 0xe0, 0xee, + 0x9b, 0x7f, 0x5a, 0xba, 0xcb, 0xaa, 0x22, 0xf8, 0x00, 0x4f, 0x72, 0x8f, 0xbe, 0x03, 0xaf, 0xea, + 0x47, 0x0f, 0x85, 0xff, 0x8b, 0x7c, 0xc2, 0x19, 0xf8, 0x4c, 0x3d, 0x5e, 0xcd, 0x2d, 0xfe, 0x88, + 0xd3, 0x88, 0xf4, 0xe2, 0xa9, 0xcf, 0xe4, 0x0c, 0xbf, 0x06, 0xbd, 0xfc, 0x0c, 0xe2, 0x40, 0x95, + 0x0f, 0xcb, 0x0f, 0x0c, 0x56, 0xb2, 0x0f, 0xf3, 0xd4, 0x40, 0x3e, 0xf8, 0x2b, 0x70, 0x73, 0xc6, + 0x83, 0x87, 0x13, 0x86, 0xd5, 0x61, 0xb5, 0x3c, 0xfd, 0xdc, 0xa3, 0x09, 0xc3, 0xd6, 0x4f, 0x0d, + 0x68, 0xf1, 0x64, 0x40, 0x1a, 0x85, 0xa2, 0xb7, 0xf3, 0xb9, 0x8c, 0xa1, 0x92, 0x3d, 0x6d, 0xd2, + 0xd4, 0x99, 0x73, 0x09, 0xce, 0xdb, 0xf9, 0x04, 0xa7, 0x34, 0xf5, 0x54, 0x6a, 0xf5, 0x5c, 0xd6, + 0xf3, 0x06, 0x20, 0x7e, 0x5a, 0x66, 0x9e, 0x74, 0x4e, 0xb7, 0x84, 0x7d, 0x1a, 0x76, 0x77, 0x44, + 0x71, 0xce, 0x59, 0x7e, 0x13, 0x3a, 0x53, 0x84, 0x95, 0xa9, 0xb3, 0x24, 0x4b, 0x6e, 0xb7, 0x69, + 0x66, 0x64, 0x7d, 0x0c, 0xb5, 0x2f, 0xba, 0x7c, 0x9b, 0x6e, 0xdd, 0xba, 0xe8, 0xc5, 0xe1, 0x1f, + 0x1a, 0xd0, 0x48, 0x6e, 0x23, 0xef, 0x64, 0x6e, 0x23, 0x73, 0xf9, 0xc4, 0xcf, 0x70, 0x15, 0x89, + 0x7e, 0x19, 0x9a, 0x2e, 0xa5, 0x98, 0x30, 0xdd, 0xbc, 0xdb, 0xc9, 0xd4, 0xa5, 0xef, 0x6a, 0x8c, + 0x9d, 0x12, 0x59, 0x7f, 0x62, 0x40, 0x93, 0xa7, 0xf7, 0xe2, 0xfc, 0x41, 0xf7, 0xa0, 0x22, 0xd2, + 0x9a, 0x19, 0x6c, 0x08, 0xc4, 0x39, 0x45, 0xcb, 0xf9, 0x1f, 0x64, 0xf0, 0x34, 0x76, 0x10, 0xf1, + 0xba, 0x3c, 0xf3, 0x59, 0x06, 0x08, 0x90, 0xb8, 0x70, 0xb3, 0x7e, 0x4b, 0xb2, 0x21, 0x6f, 0x51, + 0xcf, 0x09, 0x9b, 0x89, 0xdc, 0xa5, 0x82, 0x26, 0x4f, 0x3d, 0xf9, 0xf9, 0xd5, 0x97, 0x11, 0x22, + 0x73, 0x54, 0x96, 0xf3, 0x47, 0xe5, 0x17, 0x4a, 0xf0, 0x7d, 0xc5, 0x83, 0x08, 0xb5, 0x3a, 0xfc, + 0x19, 0x33, 0x2a, 0x29, 0xf1, 0x0e, 0x43, 0x86, 0xbf, 0x0d, 0xa8, 0x89, 0x70, 0x59, 0xbc, 0x44, + 0x48, 0x6c, 0x62, 0x2b, 0x0a, 0x4e, 0xab, 0xbe, 0x5e, 0x29, 0xcf, 0xa0, 0x95, 0xd7, 0x96, 0xfa, + 0x8b, 0x96, 0xaf, 0x43, 0x5d, 0xb5, 0xda, 0x71, 0xd7, 0x61, 0xe3, 0x50, 0xa9, 0x91, 0xff, 0x45, + 0xab, 0x50, 0xa3, 0xa2, 0x05, 0x5f, 0x09, 0xaf, 0x46, 0xd6, 0x3b, 0x22, 0x21, 0x14, 0xb7, 0x04, + 0xf9, 0xdb, 0x06, 0xe3, 0xe5, 0xb7, 0x0d, 0xa5, 0xec, 0x6d, 0xc3, 0xc6, 0x3d, 0xa8, 0x8a, 0xeb, + 0x73, 0x04, 0x50, 0x3b, 0xc0, 0x64, 0x77, 0xc4, 0xcc, 0x1b, 0xea, 0xff, 0x63, 0x1c, 0x98, 0xc6, + 0xc6, 0x1b, 0x00, 0x69, 0x25, 0xc6, 0x31, 0x1f, 0x46, 0x64, 0xe8, 0x06, 0xe6, 0x0d, 0x54, 0x87, + 0xf2, 0xb3, 0xe8, 0xcc, 0x34, 0x50, 0x03, 0x2a, 0x4f, 0xfd, 0xe3, 0x81, 0x59, 0xda, 0x58, 0x83, + 0x4e, 0xbe, 0xfc, 0x42, 0x35, 0x28, 0xed, 0xed, 0x98, 0x37, 0xf8, 0xaf, 0xbd, 0x6d, 0x1a, 0x1b, + 0x1e, 0x94, 0x5e, 0xc4, 0xfc, 0x51, 0xb9, 0x52, 0x1d, 0xca, 0x62, 0x19, 0x3e, 0x07, 0x57, 0xb2, + 0x59, 0x42, 0x6d, 0x68, 0xe8, 0xd6, 0x55, 0xb3, 0xcc, 0x17, 0xdc, 0x09, 0xb9, 0xe7, 0x9b, 0x15, + 0xb4, 0x04, 0xdd, 0xa9, 0x0f, 0x97, 0xcc, 0x2a, 0x42, 0xd0, 0x11, 0xaf, 0x02, 0xf5, 0x77, 0x0b, + 0xd4, 0xac, 0x6d, 0x6c, 0x42, 0x33, 0xd9, 0x39, 0x7c, 0xe6, 0x0f, 0xa3, 0x10, 0x9b, 0x37, 0x50, + 0x13, 0xaa, 0x82, 0xc4, 0x34, 0xf8, 0x22, 0xfa, 0x01, 0xb3, 0xb4, 0xf1, 0x09, 0xd4, 0xe4, 0xa7, + 0x01, 0x12, 0x2e, 0xff, 0x9b, 0x37, 0xd0, 0x0a, 0x2c, 0xee, 0xef, 0x3f, 0x93, 0x99, 0x4a, 0xc2, + 0x93, 0x81, 0x7a, 0xb0, 0xcc, 0x17, 0xd7, 0x13, 0x24, 0x98, 0x12, 0x7f, 0xe0, 0x79, 0x92, 0x5a, + 0xec, 0xed, 0x8e, 0xe8, 0x00, 0xf7, 0xcd, 0xf2, 0xc6, 0x03, 0xa8, 0x3f, 0x19, 0x33, 0xe2, 0xbe, + 0x88, 0x25, 0x37, 0x51, 0x6c, 0xde, 0x40, 0x26, 0xb4, 0x79, 0x5c, 0x7e, 0x11, 0xf4, 0x85, 0x23, + 0x98, 0xc6, 0xa3, 0xd7, 0xfe, 0xf3, 0xef, 0x1b, 0xc6, 0xbf, 0x7d, 0x7e, 0xd7, 0xf8, 0xf1, 0xe7, + 0x77, 0x8d, 0x9f, 0x7c, 0x7e, 0xd7, 0xf8, 0xdb, 0x9f, 0xde, 0xbd, 0x01, 0x66, 0x44, 0x8e, 0x37, + 0x99, 0x7f, 0x72, 0xba, 0x79, 0x72, 0x2a, 0xbe, 0x25, 0x3e, 0xac, 0x89, 0x9f, 0xaf, 0xff, 0x5f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x3d, 0xf7, 0x00, 0x36, 0xb0, 0x3c, 0x00, 0x00, } diff --git a/proto/kvrpcpb.proto b/proto/kvrpcpb.proto index 231ac75a9..db1b486d1 100644 --- a/proto/kvrpcpb.proto +++ b/proto/kvrpcpb.proto @@ -88,16 +88,16 @@ message PrewriteRequest { // If min_commit_ts > 0, this is a large transaction request, the final commit_ts // will be inferred from `min_commit_ts`. uint64 min_commit_ts = 10; - // When parallel commit is enabled, `secondaries` should be set as the key list of all secondary + // When async commit is enabled, `secondaries` should be set as the key list of all secondary // locks if the request prewrites the primary lock. - bool use_parallel_commit = 11; + bool use_async_commit = 11; repeated bytes secondaries = 12; } message PrewriteResponse { errorpb.Error region_error = 1; repeated KeyError errors = 2; - // 0 if the min_commit_ts is not ready or any other reason that parallel + // 0 if the min_commit_ts is not ready or any other reason that async // commit cannot proceed. The client can then fallback to normal way to // continue committing the transaction if prewrite are all finished. uint64 min_commit_ts = 3; @@ -208,7 +208,7 @@ message CheckTxnStatusResponse { uint64 commit_version = 4; // The action performed by TiKV (and why if the action is to rollback). Action action = 5; - bool use_parallel_commit = 6; + bool use_async_commit = 6; repeated bytes secondaries = 7; } @@ -711,6 +711,10 @@ message LockInfo { uint64 txn_size = 5; Op lock_type = 6; uint64 lock_for_update_ts = 7; + // Fields for transactions that are using Async Commit. + bool use_async_commit = 8; + uint64 min_commit_ts = 9; + repeated bytes secondaries = 10; } message KeyError {