diff --git a/go/vt/proto/query/query.pb.go b/go/vt/proto/query/query.pb.go index cd029d6e0a5..bcebfe710cf 100644 --- a/go/vt/proto/query/query.pb.go +++ b/go/vt/proto/query/query.pb.go @@ -1360,6 +1360,7 @@ type ExecuteRequest struct { Query *BoundQuery `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` TransactionId int64 `protobuf:"varint,5,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` Options *ExecuteOptions `protobuf:"bytes,6,opt,name=options,proto3" json:"options,omitempty"` + ReservedId int64 `protobuf:"varint,7,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1432,6 +1433,13 @@ func (m *ExecuteRequest) GetOptions() *ExecuteOptions { return nil } +func (m *ExecuteRequest) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + // ExecuteResponse is the returned value from Execute type ExecuteResponse struct { Result *QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` @@ -1950,6 +1958,7 @@ func (m *CommitRequest) GetTransactionId() int64 { // CommitResponse is the returned value from Commit type CommitResponse struct { + ReservedId int64 `protobuf:"varint,1,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1980,6 +1989,13 @@ func (m *CommitResponse) XXX_DiscardUnknown() { var xxx_messageInfo_CommitResponse proto.InternalMessageInfo +func (m *CommitResponse) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + // RollbackRequest is the payload to Rollback type RollbackRequest struct { EffectiveCallerId *vtrpc.CallerID `protobuf:"bytes,1,opt,name=effective_caller_id,json=effectiveCallerId,proto3" json:"effective_caller_id,omitempty"` @@ -2046,6 +2062,7 @@ func (m *RollbackRequest) GetTransactionId() int64 { // RollbackResponse is the returned value from Rollback type RollbackResponse struct { + ReservedId int64 `protobuf:"varint,1,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -2076,6 +2093,13 @@ func (m *RollbackResponse) XXX_DiscardUnknown() { var xxx_messageInfo_RollbackResponse proto.InternalMessageInfo +func (m *RollbackResponse) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + // PrepareRequest is the payload to Prepare type PrepareRequest struct { EffectiveCallerId *vtrpc.CallerID `protobuf:"bytes,1,opt,name=effective_caller_id,json=effectiveCallerId,proto3" json:"effective_caller_id,omitempty"` @@ -2899,6 +2923,7 @@ type BeginExecuteRequest struct { Target *Target `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` Query *BoundQuery `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` Options *ExecuteOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"` + ReservedId int64 `protobuf:"varint,6,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -2964,6 +2989,13 @@ func (m *BeginExecuteRequest) GetOptions() *ExecuteOptions { return nil } +func (m *BeginExecuteRequest) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + // BeginExecuteResponse is the returned value from BeginExecute type BeginExecuteResponse struct { // error contains an application level error if necessary. Note the @@ -3401,6 +3433,419 @@ func (m *MessageAckResponse) GetResult() *QueryResult { return nil } +// ReserveExecuteRequest is the payload to ReserveExecute +type ReserveExecuteRequest struct { + EffectiveCallerId *vtrpc.CallerID `protobuf:"bytes,1,opt,name=effective_caller_id,json=effectiveCallerId,proto3" json:"effective_caller_id,omitempty"` + ImmediateCallerId *VTGateCallerID `protobuf:"bytes,2,opt,name=immediate_caller_id,json=immediateCallerId,proto3" json:"immediate_caller_id,omitempty"` + Target *Target `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` + Query *BoundQuery `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` + TransactionId int64 `protobuf:"varint,5,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + Options *ExecuteOptions `protobuf:"bytes,6,opt,name=options,proto3" json:"options,omitempty"` + PreQueries []string `protobuf:"bytes,7,rep,name=pre_queries,json=preQueries,proto3" json:"pre_queries,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReserveExecuteRequest) Reset() { *m = ReserveExecuteRequest{} } +func (m *ReserveExecuteRequest) String() string { return proto.CompactTextString(m) } +func (*ReserveExecuteRequest) ProtoMessage() {} +func (*ReserveExecuteRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{49} +} + +func (m *ReserveExecuteRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReserveExecuteRequest.Unmarshal(m, b) +} +func (m *ReserveExecuteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReserveExecuteRequest.Marshal(b, m, deterministic) +} +func (m *ReserveExecuteRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReserveExecuteRequest.Merge(m, src) +} +func (m *ReserveExecuteRequest) XXX_Size() int { + return xxx_messageInfo_ReserveExecuteRequest.Size(m) +} +func (m *ReserveExecuteRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ReserveExecuteRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ReserveExecuteRequest proto.InternalMessageInfo + +func (m *ReserveExecuteRequest) GetEffectiveCallerId() *vtrpc.CallerID { + if m != nil { + return m.EffectiveCallerId + } + return nil +} + +func (m *ReserveExecuteRequest) GetImmediateCallerId() *VTGateCallerID { + if m != nil { + return m.ImmediateCallerId + } + return nil +} + +func (m *ReserveExecuteRequest) GetTarget() *Target { + if m != nil { + return m.Target + } + return nil +} + +func (m *ReserveExecuteRequest) GetQuery() *BoundQuery { + if m != nil { + return m.Query + } + return nil +} + +func (m *ReserveExecuteRequest) GetTransactionId() int64 { + if m != nil { + return m.TransactionId + } + return 0 +} + +func (m *ReserveExecuteRequest) GetOptions() *ExecuteOptions { + if m != nil { + return m.Options + } + return nil +} + +func (m *ReserveExecuteRequest) GetPreQueries() []string { + if m != nil { + return m.PreQueries + } + return nil +} + +// ReserveExecuteResponse is the returned value from ReserveExecute +type ReserveExecuteResponse struct { + Error *vtrpc.RPCError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` + Result *QueryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` + // The following fields might be non-zero even if an error is present. + ReservedId int64 `protobuf:"varint,3,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` + TabletAlias *topodata.TabletAlias `protobuf:"bytes,4,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReserveExecuteResponse) Reset() { *m = ReserveExecuteResponse{} } +func (m *ReserveExecuteResponse) String() string { return proto.CompactTextString(m) } +func (*ReserveExecuteResponse) ProtoMessage() {} +func (*ReserveExecuteResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{50} +} + +func (m *ReserveExecuteResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReserveExecuteResponse.Unmarshal(m, b) +} +func (m *ReserveExecuteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReserveExecuteResponse.Marshal(b, m, deterministic) +} +func (m *ReserveExecuteResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReserveExecuteResponse.Merge(m, src) +} +func (m *ReserveExecuteResponse) XXX_Size() int { + return xxx_messageInfo_ReserveExecuteResponse.Size(m) +} +func (m *ReserveExecuteResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ReserveExecuteResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ReserveExecuteResponse proto.InternalMessageInfo + +func (m *ReserveExecuteResponse) GetError() *vtrpc.RPCError { + if m != nil { + return m.Error + } + return nil +} + +func (m *ReserveExecuteResponse) GetResult() *QueryResult { + if m != nil { + return m.Result + } + return nil +} + +func (m *ReserveExecuteResponse) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + +func (m *ReserveExecuteResponse) GetTabletAlias() *topodata.TabletAlias { + if m != nil { + return m.TabletAlias + } + return nil +} + +// ReserveBeginExecuteRequest is the payload to ReserveBeginExecute +type ReserveBeginExecuteRequest struct { + EffectiveCallerId *vtrpc.CallerID `protobuf:"bytes,1,opt,name=effective_caller_id,json=effectiveCallerId,proto3" json:"effective_caller_id,omitempty"` + ImmediateCallerId *VTGateCallerID `protobuf:"bytes,2,opt,name=immediate_caller_id,json=immediateCallerId,proto3" json:"immediate_caller_id,omitempty"` + Target *Target `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` + Query *BoundQuery `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` + Options *ExecuteOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"` + PreQueries []string `protobuf:"bytes,6,rep,name=pre_queries,json=preQueries,proto3" json:"pre_queries,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReserveBeginExecuteRequest) Reset() { *m = ReserveBeginExecuteRequest{} } +func (m *ReserveBeginExecuteRequest) String() string { return proto.CompactTextString(m) } +func (*ReserveBeginExecuteRequest) ProtoMessage() {} +func (*ReserveBeginExecuteRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{51} +} + +func (m *ReserveBeginExecuteRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReserveBeginExecuteRequest.Unmarshal(m, b) +} +func (m *ReserveBeginExecuteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReserveBeginExecuteRequest.Marshal(b, m, deterministic) +} +func (m *ReserveBeginExecuteRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReserveBeginExecuteRequest.Merge(m, src) +} +func (m *ReserveBeginExecuteRequest) XXX_Size() int { + return xxx_messageInfo_ReserveBeginExecuteRequest.Size(m) +} +func (m *ReserveBeginExecuteRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ReserveBeginExecuteRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ReserveBeginExecuteRequest proto.InternalMessageInfo + +func (m *ReserveBeginExecuteRequest) GetEffectiveCallerId() *vtrpc.CallerID { + if m != nil { + return m.EffectiveCallerId + } + return nil +} + +func (m *ReserveBeginExecuteRequest) GetImmediateCallerId() *VTGateCallerID { + if m != nil { + return m.ImmediateCallerId + } + return nil +} + +func (m *ReserveBeginExecuteRequest) GetTarget() *Target { + if m != nil { + return m.Target + } + return nil +} + +func (m *ReserveBeginExecuteRequest) GetQuery() *BoundQuery { + if m != nil { + return m.Query + } + return nil +} + +func (m *ReserveBeginExecuteRequest) GetOptions() *ExecuteOptions { + if m != nil { + return m.Options + } + return nil +} + +func (m *ReserveBeginExecuteRequest) GetPreQueries() []string { + if m != nil { + return m.PreQueries + } + return nil +} + +// ReserveBeginExecuteResponse is the returned value from ReserveBeginExecute +type ReserveBeginExecuteResponse struct { + // error contains an application level error if necessary. Note the + // transaction_id may be set, even when an error is returned, if the begin + // worked but the execute failed. + Error *vtrpc.RPCError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` + Result *QueryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` + // The following fields might be non-zero even if an error is present. + TransactionId int64 `protobuf:"varint,3,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + ReservedId int64 `protobuf:"varint,4,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` + TabletAlias *topodata.TabletAlias `protobuf:"bytes,5,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReserveBeginExecuteResponse) Reset() { *m = ReserveBeginExecuteResponse{} } +func (m *ReserveBeginExecuteResponse) String() string { return proto.CompactTextString(m) } +func (*ReserveBeginExecuteResponse) ProtoMessage() {} +func (*ReserveBeginExecuteResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{52} +} + +func (m *ReserveBeginExecuteResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReserveBeginExecuteResponse.Unmarshal(m, b) +} +func (m *ReserveBeginExecuteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReserveBeginExecuteResponse.Marshal(b, m, deterministic) +} +func (m *ReserveBeginExecuteResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReserveBeginExecuteResponse.Merge(m, src) +} +func (m *ReserveBeginExecuteResponse) XXX_Size() int { + return xxx_messageInfo_ReserveBeginExecuteResponse.Size(m) +} +func (m *ReserveBeginExecuteResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ReserveBeginExecuteResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ReserveBeginExecuteResponse proto.InternalMessageInfo + +func (m *ReserveBeginExecuteResponse) GetError() *vtrpc.RPCError { + if m != nil { + return m.Error + } + return nil +} + +func (m *ReserveBeginExecuteResponse) GetResult() *QueryResult { + if m != nil { + return m.Result + } + return nil +} + +func (m *ReserveBeginExecuteResponse) GetTransactionId() int64 { + if m != nil { + return m.TransactionId + } + return 0 +} + +func (m *ReserveBeginExecuteResponse) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + +func (m *ReserveBeginExecuteResponse) GetTabletAlias() *topodata.TabletAlias { + if m != nil { + return m.TabletAlias + } + return nil +} + +// ReleaseRequest is the payload to Release +type ReleaseRequest struct { + EffectiveCallerId *vtrpc.CallerID `protobuf:"bytes,1,opt,name=effective_caller_id,json=effectiveCallerId,proto3" json:"effective_caller_id,omitempty"` + ImmediateCallerId *VTGateCallerID `protobuf:"bytes,2,opt,name=immediate_caller_id,json=immediateCallerId,proto3" json:"immediate_caller_id,omitempty"` + Target *Target `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` + TransactionId int64 `protobuf:"varint,4,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + ReservedId int64 `protobuf:"varint,5,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReleaseRequest) Reset() { *m = ReleaseRequest{} } +func (m *ReleaseRequest) String() string { return proto.CompactTextString(m) } +func (*ReleaseRequest) ProtoMessage() {} +func (*ReleaseRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{53} +} + +func (m *ReleaseRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReleaseRequest.Unmarshal(m, b) +} +func (m *ReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReleaseRequest.Marshal(b, m, deterministic) +} +func (m *ReleaseRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReleaseRequest.Merge(m, src) +} +func (m *ReleaseRequest) XXX_Size() int { + return xxx_messageInfo_ReleaseRequest.Size(m) +} +func (m *ReleaseRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ReleaseRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ReleaseRequest proto.InternalMessageInfo + +func (m *ReleaseRequest) GetEffectiveCallerId() *vtrpc.CallerID { + if m != nil { + return m.EffectiveCallerId + } + return nil +} + +func (m *ReleaseRequest) GetImmediateCallerId() *VTGateCallerID { + if m != nil { + return m.ImmediateCallerId + } + return nil +} + +func (m *ReleaseRequest) GetTarget() *Target { + if m != nil { + return m.Target + } + return nil +} + +func (m *ReleaseRequest) GetTransactionId() int64 { + if m != nil { + return m.TransactionId + } + return 0 +} + +func (m *ReleaseRequest) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + +// ReleaseResponse is the returned value from Release +type ReleaseResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ReleaseResponse) Reset() { *m = ReleaseResponse{} } +func (m *ReleaseResponse) String() string { return proto.CompactTextString(m) } +func (*ReleaseResponse) ProtoMessage() {} +func (*ReleaseResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_5c6ac9b241082464, []int{54} +} + +func (m *ReleaseResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReleaseResponse.Unmarshal(m, b) +} +func (m *ReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReleaseResponse.Marshal(b, m, deterministic) +} +func (m *ReleaseResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReleaseResponse.Merge(m, src) +} +func (m *ReleaseResponse) XXX_Size() int { + return xxx_messageInfo_ReleaseResponse.Size(m) +} +func (m *ReleaseResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ReleaseResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ReleaseResponse proto.InternalMessageInfo + // StreamHealthRequest is the payload for StreamHealth type StreamHealthRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -3412,7 +3857,7 @@ func (m *StreamHealthRequest) Reset() { *m = StreamHealthRequest{} } func (m *StreamHealthRequest) String() string { return proto.CompactTextString(m) } func (*StreamHealthRequest) ProtoMessage() {} func (*StreamHealthRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_5c6ac9b241082464, []int{49} + return fileDescriptor_5c6ac9b241082464, []int{55} } func (m *StreamHealthRequest) XXX_Unmarshal(b []byte) error { @@ -3472,7 +3917,7 @@ func (m *RealtimeStats) Reset() { *m = RealtimeStats{} } func (m *RealtimeStats) String() string { return proto.CompactTextString(m) } func (*RealtimeStats) ProtoMessage() {} func (*RealtimeStats) Descriptor() ([]byte, []int) { - return fileDescriptor_5c6ac9b241082464, []int{50} + return fileDescriptor_5c6ac9b241082464, []int{56} } func (m *RealtimeStats) XXX_Unmarshal(b []byte) error { @@ -3561,7 +4006,7 @@ func (m *AggregateStats) Reset() { *m = AggregateStats{} } func (m *AggregateStats) String() string { return proto.CompactTextString(m) } func (*AggregateStats) ProtoMessage() {} func (*AggregateStats) Descriptor() ([]byte, []int) { - return fileDescriptor_5c6ac9b241082464, []int{51} + return fileDescriptor_5c6ac9b241082464, []int{57} } func (m *AggregateStats) XXX_Unmarshal(b []byte) error { @@ -3667,7 +4112,7 @@ func (m *StreamHealthResponse) Reset() { *m = StreamHealthResponse{} } func (m *StreamHealthResponse) String() string { return proto.CompactTextString(m) } func (*StreamHealthResponse) ProtoMessage() {} func (*StreamHealthResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_5c6ac9b241082464, []int{52} + return fileDescriptor_5c6ac9b241082464, []int{58} } func (m *StreamHealthResponse) XXX_Unmarshal(b []byte) error { @@ -3738,7 +4183,7 @@ func (m *TransactionMetadata) Reset() { *m = TransactionMetadata{} } func (m *TransactionMetadata) String() string { return proto.CompactTextString(m) } func (*TransactionMetadata) ProtoMessage() {} func (*TransactionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_5c6ac9b241082464, []int{53} + return fileDescriptor_5c6ac9b241082464, []int{59} } func (m *TransactionMetadata) XXX_Unmarshal(b []byte) error { @@ -3847,6 +4292,12 @@ func init() { proto.RegisterType((*MessageStreamResponse)(nil), "query.MessageStreamResponse") proto.RegisterType((*MessageAckRequest)(nil), "query.MessageAckRequest") proto.RegisterType((*MessageAckResponse)(nil), "query.MessageAckResponse") + proto.RegisterType((*ReserveExecuteRequest)(nil), "query.ReserveExecuteRequest") + proto.RegisterType((*ReserveExecuteResponse)(nil), "query.ReserveExecuteResponse") + proto.RegisterType((*ReserveBeginExecuteRequest)(nil), "query.ReserveBeginExecuteRequest") + proto.RegisterType((*ReserveBeginExecuteResponse)(nil), "query.ReserveBeginExecuteResponse") + proto.RegisterType((*ReleaseRequest)(nil), "query.ReleaseRequest") + proto.RegisterType((*ReleaseResponse)(nil), "query.ReleaseResponse") proto.RegisterType((*StreamHealthRequest)(nil), "query.StreamHealthRequest") proto.RegisterType((*RealtimeStats)(nil), "query.RealtimeStats") proto.RegisterType((*AggregateStats)(nil), "query.AggregateStats") @@ -3857,193 +4308,202 @@ func init() { func init() { proto.RegisterFile("query.proto", fileDescriptor_5c6ac9b241082464) } var fileDescriptor_5c6ac9b241082464 = []byte{ - // 2996 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0x49, 0x70, 0x1b, 0xc7, - 0xb9, 0xd6, 0x60, 0x23, 0xf0, 0x83, 0x00, 0x9b, 0x4d, 0x52, 0x82, 0x28, 0x2f, 0xf4, 0xd8, 0xb2, - 0xf9, 0xf8, 0xde, 0xa3, 0x64, 0x4a, 0x56, 0x14, 0xdb, 0x49, 0x34, 0x04, 0x87, 0x32, 0x24, 0x60, - 0x00, 0x35, 0x06, 0x92, 0xa5, 0x4a, 0xd5, 0xd4, 0x10, 0x68, 0x81, 0x53, 0x1c, 0x60, 0xa0, 0x99, - 0x21, 0x25, 0xde, 0x94, 0x38, 0xce, 0xbe, 0x38, 0xab, 0xe3, 0xb8, 0xe2, 0x4a, 0x55, 0x0e, 0xa9, - 0x5c, 0x72, 0xce, 0x31, 0x95, 0x43, 0x0e, 0x39, 0xa4, 0x2a, 0xc7, 0x24, 0x87, 0x9c, 0x52, 0xb9, - 0xb9, 0x72, 0xca, 0x21, 0x87, 0x54, 0xaa, 0x97, 0x19, 0x00, 0x24, 0x2c, 0xc9, 0x4a, 0x72, 0x90, - 0xec, 0x5b, 0xff, 0x4b, 0x2f, 0xdf, 0xd7, 0x7f, 0xff, 0xbd, 0xcc, 0x40, 0xfe, 0xd6, 0x2e, 0xf5, - 0xf7, 0x57, 0x07, 0xbe, 0x17, 0x7a, 0x38, 0xcd, 0x85, 0xc5, 0x62, 0xe8, 0x0d, 0xbc, 0x8e, 0x1d, - 0xda, 0x42, 0xbd, 0x98, 0xdf, 0x0b, 0xfd, 0x41, 0x5b, 0x08, 0xea, 0x9b, 0x0a, 0x64, 0x4c, 0xdb, - 0xef, 0xd2, 0x10, 0x2f, 0x42, 0x76, 0x87, 0xee, 0x07, 0x03, 0xbb, 0x4d, 0x4b, 0xca, 0x92, 0xb2, - 0x9c, 0x23, 0xb1, 0x8c, 0xe7, 0x21, 0x1d, 0x6c, 0xdb, 0x7e, 0xa7, 0x94, 0xe0, 0x06, 0x21, 0xe0, - 0x97, 0x20, 0x1f, 0xda, 0x5b, 0x2e, 0x0d, 0xad, 0x70, 0x7f, 0x40, 0x4b, 0xc9, 0x25, 0x65, 0xb9, - 0xb8, 0x36, 0xbf, 0x1a, 0xf7, 0x67, 0x72, 0xa3, 0xb9, 0x3f, 0xa0, 0x04, 0xc2, 0xb8, 0x8c, 0x31, - 0xa4, 0xda, 0xd4, 0x75, 0x4b, 0x29, 0xde, 0x16, 0x2f, 0xab, 0x1b, 0x50, 0xbc, 0x6a, 0x5e, 0xb4, - 0x43, 0x5a, 0xb6, 0x5d, 0x97, 0xfa, 0x95, 0x0d, 0x36, 0x9c, 0xdd, 0x80, 0xfa, 0x7d, 0xbb, 0x17, - 0x0f, 0x27, 0x92, 0xf1, 0x51, 0xc8, 0x74, 0x7d, 0x6f, 0x77, 0x10, 0x94, 0x12, 0x4b, 0xc9, 0xe5, - 0x1c, 0x91, 0x92, 0xfa, 0x59, 0x00, 0x7d, 0x8f, 0xf6, 0x43, 0xd3, 0xdb, 0xa1, 0x7d, 0xfc, 0x04, - 0xe4, 0x42, 0xa7, 0x47, 0x83, 0xd0, 0xee, 0x0d, 0x78, 0x13, 0x49, 0x32, 0x54, 0x7c, 0x00, 0xa4, - 0x45, 0xc8, 0x0e, 0xbc, 0xc0, 0x09, 0x1d, 0xaf, 0xcf, 0xf1, 0xe4, 0x48, 0x2c, 0xab, 0x9f, 0x86, - 0xf4, 0x55, 0xdb, 0xdd, 0xa5, 0xf8, 0x69, 0x48, 0x71, 0xc0, 0x0a, 0x07, 0x9c, 0x5f, 0x15, 0xa4, - 0x73, 0x9c, 0xdc, 0xc0, 0xda, 0xde, 0x63, 0x9e, 0xbc, 0xed, 0x69, 0x22, 0x04, 0x75, 0x07, 0xa6, - 0xd7, 0x9d, 0x7e, 0xe7, 0xaa, 0xed, 0x3b, 0x8c, 0x8c, 0x87, 0x6c, 0x06, 0x3f, 0x07, 0x19, 0x5e, - 0x08, 0x4a, 0xc9, 0xa5, 0xe4, 0x72, 0x7e, 0x6d, 0x5a, 0x56, 0xe4, 0x63, 0x23, 0xd2, 0xa6, 0xfe, - 0x5a, 0x01, 0x58, 0xf7, 0x76, 0xfb, 0x9d, 0x2b, 0xcc, 0x88, 0x11, 0x24, 0x83, 0x5b, 0xae, 0x24, - 0x92, 0x15, 0xf1, 0x65, 0x28, 0x6e, 0x39, 0xfd, 0x8e, 0xb5, 0x27, 0x87, 0x23, 0xb8, 0xcc, 0xaf, - 0x3d, 0x27, 0x9b, 0x1b, 0x56, 0x5e, 0x1d, 0x1d, 0x75, 0xa0, 0xf7, 0x43, 0x7f, 0x9f, 0x14, 0xb6, - 0x46, 0x75, 0x8b, 0x2d, 0xc0, 0x87, 0x9d, 0x58, 0xa7, 0x3b, 0x74, 0x3f, 0xea, 0x74, 0x87, 0xee, - 0xe3, 0xff, 0x19, 0x45, 0x94, 0x5f, 0x9b, 0x8b, 0xfa, 0x1a, 0xa9, 0x2b, 0x61, 0xbe, 0x9c, 0x38, - 0xaf, 0xa8, 0xbf, 0x4c, 0x43, 0x51, 0xbf, 0x43, 0xdb, 0xbb, 0x21, 0xad, 0x0f, 0xd8, 0x1c, 0x04, - 0xb8, 0x06, 0x33, 0x4e, 0xbf, 0xed, 0xee, 0x76, 0x68, 0xc7, 0xba, 0xe9, 0x50, 0xb7, 0x13, 0xf0, - 0x38, 0x2a, 0xc6, 0xe3, 0x1e, 0xf7, 0x5f, 0xad, 0x48, 0xe7, 0x4d, 0xee, 0x4b, 0x8a, 0xce, 0x98, - 0x8c, 0x57, 0x60, 0xb6, 0xed, 0x3a, 0xb4, 0x1f, 0x5a, 0x37, 0x19, 0x5e, 0xcb, 0xf7, 0x6e, 0x07, - 0xa5, 0xf4, 0x92, 0xb2, 0x9c, 0x25, 0x33, 0xc2, 0xb0, 0xc9, 0xf4, 0xc4, 0xbb, 0x1d, 0xe0, 0x97, - 0x21, 0x7b, 0xdb, 0xf3, 0x77, 0x5c, 0xcf, 0xee, 0x94, 0x32, 0xbc, 0xcf, 0xa7, 0x26, 0xf7, 0x79, - 0x4d, 0x7a, 0x91, 0xd8, 0x1f, 0x2f, 0x03, 0x0a, 0x6e, 0xb9, 0x56, 0x40, 0x5d, 0xda, 0x0e, 0x2d, - 0xd7, 0xe9, 0x39, 0x61, 0x29, 0xcb, 0x43, 0xb2, 0x18, 0xdc, 0x72, 0x9b, 0x5c, 0x5d, 0x65, 0x5a, - 0x6c, 0xc1, 0x42, 0xe8, 0xdb, 0xfd, 0xc0, 0x6e, 0xb3, 0xc6, 0x2c, 0x27, 0xf0, 0x5c, 0x9b, 0x87, - 0x63, 0x8e, 0x77, 0xb9, 0x32, 0xb9, 0x4b, 0x73, 0x58, 0xa5, 0x12, 0xd5, 0x20, 0xf3, 0xe1, 0x04, - 0x2d, 0x7e, 0x11, 0x16, 0x82, 0x1d, 0x67, 0x60, 0xf1, 0x76, 0xac, 0x81, 0x6b, 0xf7, 0xad, 0xb6, - 0xdd, 0xde, 0xa6, 0x25, 0xe0, 0xb0, 0x31, 0x33, 0xf2, 0x79, 0x6f, 0xb8, 0x76, 0xbf, 0xcc, 0x2c, - 0xea, 0x2b, 0x50, 0x1c, 0xe7, 0x11, 0xcf, 0x42, 0xc1, 0xbc, 0xde, 0xd0, 0x2d, 0xcd, 0xd8, 0xb0, - 0x0c, 0xad, 0xa6, 0xa3, 0x23, 0xb8, 0x00, 0x39, 0xae, 0xaa, 0x1b, 0xd5, 0xeb, 0x48, 0xc1, 0x53, - 0x90, 0xd4, 0xaa, 0x55, 0x94, 0x50, 0xcf, 0x43, 0x36, 0x22, 0x04, 0xcf, 0x40, 0xbe, 0x65, 0x34, - 0x1b, 0x7a, 0xb9, 0xb2, 0x59, 0xd1, 0x37, 0xd0, 0x11, 0x9c, 0x85, 0x54, 0xbd, 0x6a, 0x36, 0x90, - 0x22, 0x4a, 0x5a, 0x03, 0x25, 0x58, 0xcd, 0x8d, 0x75, 0x0d, 0x25, 0xd5, 0x9f, 0x29, 0x30, 0x3f, - 0x09, 0x18, 0xce, 0xc3, 0xd4, 0x86, 0xbe, 0xa9, 0xb5, 0xaa, 0x26, 0x3a, 0x82, 0xe7, 0x60, 0x86, - 0xe8, 0x0d, 0x5d, 0x33, 0xb5, 0xf5, 0xaa, 0x6e, 0x11, 0x5d, 0xdb, 0x40, 0x0a, 0xc6, 0x50, 0x64, - 0x25, 0xab, 0x5c, 0xaf, 0xd5, 0x2a, 0xa6, 0xa9, 0x6f, 0xa0, 0x04, 0x9e, 0x07, 0xc4, 0x75, 0x2d, - 0x63, 0xa8, 0x4d, 0x62, 0x04, 0xd3, 0x4d, 0x9d, 0x54, 0xb4, 0x6a, 0xe5, 0x06, 0x6b, 0x00, 0xa5, - 0xf0, 0x33, 0xf0, 0x64, 0xb9, 0x6e, 0x34, 0x2b, 0x4d, 0x53, 0x37, 0x4c, 0xab, 0x69, 0x68, 0x8d, - 0xe6, 0x6b, 0x75, 0x93, 0xb7, 0x2c, 0xc0, 0xa5, 0x71, 0x11, 0x40, 0x6b, 0x99, 0x75, 0xd1, 0x0e, - 0xca, 0x5c, 0x4a, 0x65, 0x15, 0x94, 0xb8, 0x94, 0xca, 0x26, 0x50, 0xf2, 0x52, 0x2a, 0x9b, 0x44, - 0x29, 0xf5, 0xed, 0x04, 0xa4, 0x39, 0x57, 0x2c, 0xdd, 0x8d, 0x24, 0x31, 0x5e, 0x8e, 0x97, 0x7e, - 0xe2, 0x1e, 0x4b, 0x9f, 0x67, 0x4c, 0x99, 0x84, 0x84, 0x80, 0x4f, 0x40, 0xce, 0xf3, 0xbb, 0x96, - 0xb0, 0x88, 0xf4, 0x99, 0xf5, 0xfc, 0x2e, 0xcf, 0xb3, 0x2c, 0x75, 0xb1, 0xac, 0xbb, 0x65, 0x07, - 0x94, 0x47, 0x70, 0x8e, 0xc4, 0x32, 0x3e, 0x0e, 0xcc, 0xcf, 0xe2, 0xe3, 0xc8, 0x70, 0xdb, 0x94, - 0xe7, 0x77, 0x0d, 0x36, 0x94, 0x67, 0xa1, 0xd0, 0xf6, 0xdc, 0xdd, 0x5e, 0xdf, 0x72, 0x69, 0xbf, - 0x1b, 0x6e, 0x97, 0xa6, 0x96, 0x94, 0xe5, 0x02, 0x99, 0x16, 0xca, 0x2a, 0xd7, 0xe1, 0x12, 0x4c, - 0xb5, 0xb7, 0x6d, 0x3f, 0xa0, 0x22, 0x6a, 0x0b, 0x24, 0x12, 0x79, 0xaf, 0xb4, 0xed, 0xf4, 0x6c, - 0x37, 0xe0, 0x11, 0x5a, 0x20, 0xb1, 0xcc, 0x40, 0xdc, 0x74, 0xed, 0x6e, 0xc0, 0x23, 0xab, 0x40, - 0x84, 0xa0, 0x7e, 0x02, 0x92, 0xc4, 0xbb, 0xcd, 0x9a, 0x14, 0x1d, 0x06, 0x25, 0x65, 0x29, 0xb9, - 0x8c, 0x49, 0x24, 0xb2, 0xec, 0x2e, 0x13, 0x9c, 0xc8, 0x7b, 0x51, 0x4a, 0x7b, 0x57, 0x81, 0x3c, - 0x0f, 0x4c, 0x42, 0x83, 0x5d, 0x37, 0x64, 0x89, 0x50, 0x66, 0x00, 0x65, 0x2c, 0x11, 0x72, 0xda, - 0x89, 0xb4, 0x31, 0x7c, 0x6c, 0x51, 0x5b, 0xf6, 0xcd, 0x9b, 0xb4, 0x1d, 0x52, 0x91, 0xef, 0x53, - 0x64, 0x9a, 0x29, 0x35, 0xa9, 0x63, 0xc4, 0x3a, 0xfd, 0x80, 0xfa, 0xa1, 0xe5, 0x74, 0x38, 0xe5, - 0x29, 0x92, 0x15, 0x8a, 0x4a, 0x07, 0x3f, 0x05, 0x29, 0x9e, 0x16, 0x52, 0xbc, 0x17, 0x90, 0xbd, - 0x10, 0xef, 0x36, 0xe1, 0xfa, 0x4b, 0xa9, 0x6c, 0x1a, 0x65, 0xd4, 0x57, 0x61, 0x9a, 0x0f, 0xee, - 0x9a, 0xed, 0xf7, 0x9d, 0x7e, 0x97, 0xef, 0x72, 0x5e, 0x47, 0x4c, 0x7b, 0x81, 0xf0, 0x32, 0xc3, - 0xdc, 0xa3, 0x41, 0x60, 0x77, 0xa9, 0xdc, 0x75, 0x22, 0x51, 0xfd, 0x49, 0x12, 0xf2, 0xcd, 0xd0, - 0xa7, 0x76, 0x8f, 0x6f, 0x60, 0xf8, 0x55, 0x80, 0x20, 0xb4, 0x43, 0xda, 0xa3, 0xfd, 0x30, 0xc2, - 0xf7, 0x84, 0xec, 0x79, 0xc4, 0x6f, 0xb5, 0x19, 0x39, 0x91, 0x11, 0x7f, 0xbc, 0x06, 0x79, 0xca, - 0xcc, 0x56, 0xc8, 0x36, 0x42, 0x99, 0x6c, 0x67, 0xa3, 0xcc, 0x11, 0xef, 0x90, 0x04, 0x68, 0x5c, - 0x5e, 0x7c, 0x2f, 0x01, 0xb9, 0xb8, 0x35, 0xac, 0x41, 0xb6, 0x6d, 0x87, 0xb4, 0xeb, 0xf9, 0xfb, - 0x72, 0x7f, 0x3a, 0x79, 0xaf, 0xde, 0x57, 0xcb, 0xd2, 0x99, 0xc4, 0xd5, 0xf0, 0x93, 0x20, 0x36, - 0x7d, 0x11, 0x75, 0x02, 0x6f, 0x8e, 0x6b, 0x78, 0xdc, 0xbd, 0x0c, 0x78, 0xe0, 0x3b, 0x3d, 0xdb, - 0xdf, 0xb7, 0x76, 0xe8, 0x7e, 0x94, 0xcb, 0x93, 0x13, 0x66, 0x12, 0x49, 0xbf, 0xcb, 0x74, 0x5f, - 0x66, 0x9f, 0xf3, 0xe3, 0x75, 0x65, 0xb4, 0x1c, 0x9e, 0x9f, 0x91, 0x9a, 0x7c, 0x77, 0x0c, 0xa2, - 0x7d, 0x30, 0xcd, 0x03, 0x8b, 0x15, 0xd5, 0x17, 0x20, 0x1b, 0x0d, 0x1e, 0xe7, 0x20, 0xad, 0xfb, - 0xbe, 0xe7, 0xa3, 0x23, 0x3c, 0x09, 0xd5, 0xaa, 0x22, 0x8f, 0x6d, 0x6c, 0xb0, 0x3c, 0xf6, 0xab, - 0x44, 0xbc, 0x19, 0x11, 0x7a, 0x6b, 0x97, 0x06, 0x21, 0xfe, 0x0c, 0xcc, 0x51, 0x1e, 0x42, 0xce, - 0x1e, 0xb5, 0xda, 0xfc, 0xe4, 0xc2, 0x02, 0x48, 0xe1, 0x7c, 0xcf, 0xac, 0x8a, 0x83, 0x56, 0x74, - 0xa2, 0x21, 0xb3, 0xb1, 0xaf, 0x54, 0x75, 0xb0, 0x0e, 0x73, 0x4e, 0xaf, 0x47, 0x3b, 0x8e, 0x1d, - 0x8e, 0x36, 0x20, 0x26, 0x6c, 0x21, 0xda, 0xd8, 0xc7, 0x0e, 0x46, 0x64, 0x36, 0xae, 0x11, 0x37, - 0x73, 0x12, 0x32, 0x21, 0x3f, 0xc4, 0xf1, 0xd8, 0xcd, 0xaf, 0x15, 0xa2, 0x84, 0xc2, 0x95, 0x44, - 0x1a, 0xf1, 0x0b, 0x20, 0x8e, 0x84, 0x3c, 0x75, 0x0c, 0x03, 0x62, 0xb8, 0xd3, 0x13, 0x61, 0xc7, - 0x27, 0xa1, 0x38, 0xb6, 0x07, 0x75, 0x38, 0x61, 0x49, 0x52, 0x18, 0xdd, 0x50, 0x3a, 0xf8, 0x14, - 0x4c, 0x79, 0x62, 0xff, 0xe1, 0x49, 0x65, 0x38, 0xe2, 0xf1, 0xcd, 0x89, 0x44, 0x5e, 0xea, 0xa7, - 0x60, 0x26, 0x66, 0x30, 0x18, 0x78, 0xfd, 0x80, 0xe2, 0x15, 0xc8, 0xf8, 0x7c, 0x39, 0x4b, 0xd6, - 0xb0, 0x6c, 0x62, 0x64, 0xa1, 0x13, 0xe9, 0xa1, 0x76, 0x60, 0x46, 0x68, 0xae, 0x39, 0xe1, 0x36, - 0x9f, 0x28, 0x7c, 0x12, 0xd2, 0x94, 0x15, 0x0e, 0x70, 0x4e, 0x1a, 0x65, 0x6e, 0x27, 0xc2, 0x3a, - 0xd2, 0x4b, 0xe2, 0xbe, 0xbd, 0xfc, 0x2d, 0x01, 0x73, 0x72, 0x94, 0xeb, 0x76, 0xd8, 0xde, 0x7e, - 0x44, 0x27, 0xfb, 0x7f, 0x61, 0x8a, 0xe9, 0x9d, 0x78, 0x61, 0x4c, 0x98, 0xee, 0xc8, 0x83, 0x4d, - 0xb8, 0x1d, 0x58, 0x23, 0xb3, 0x2b, 0xcf, 0x40, 0x05, 0x3b, 0x18, 0xd9, 0x80, 0x27, 0xc4, 0x45, - 0xe6, 0x3e, 0x71, 0x31, 0xf5, 0x40, 0x71, 0xb1, 0x01, 0xf3, 0xe3, 0x8c, 0xcb, 0xe0, 0xf8, 0x3f, - 0x98, 0x12, 0x93, 0x12, 0xa5, 0xc0, 0x49, 0xf3, 0x16, 0xb9, 0xa8, 0xbf, 0x49, 0xc0, 0xbc, 0xcc, - 0x4e, 0x1f, 0x8d, 0x65, 0x3a, 0xc2, 0x73, 0xfa, 0x41, 0x78, 0x7e, 0xc0, 0xf9, 0x53, 0xcb, 0xb0, - 0x70, 0x80, 0xc7, 0x87, 0x58, 0xac, 0xef, 0x2b, 0x30, 0xbd, 0x4e, 0xbb, 0x4e, 0xff, 0x11, 0x9d, - 0x85, 0x11, 0x72, 0x53, 0x0f, 0x14, 0xc4, 0x03, 0x28, 0x48, 0xbc, 0x92, 0xad, 0xc3, 0x6c, 0x2b, - 0x93, 0x56, 0xcb, 0x79, 0x98, 0x96, 0xb7, 0x68, 0xdb, 0x75, 0xec, 0x20, 0xc6, 0x73, 0xe0, 0x1a, - 0xad, 0x31, 0x23, 0x91, 0x17, 0x6e, 0x2e, 0xa8, 0x7f, 0x51, 0xa0, 0x50, 0xf6, 0x7a, 0x3d, 0x27, - 0x7c, 0x44, 0x39, 0x3e, 0xcc, 0x50, 0x6a, 0x52, 0x3c, 0x22, 0x28, 0x46, 0x30, 0x05, 0xb5, 0xea, - 0x5f, 0x15, 0x98, 0x21, 0x9e, 0xeb, 0x6e, 0xd9, 0xed, 0x9d, 0xc7, 0x1b, 0x3b, 0x06, 0x34, 0x04, - 0x2a, 0xd1, 0xff, 0x43, 0x81, 0x62, 0xc3, 0xa7, 0x03, 0xdb, 0xa7, 0x8f, 0x35, 0x78, 0x76, 0x86, - 0xee, 0x84, 0xf2, 0xf4, 0x91, 0x23, 0xbc, 0xac, 0xce, 0xc2, 0x4c, 0x8c, 0x5d, 0xf2, 0xf1, 0x47, - 0x05, 0x16, 0x44, 0x80, 0x48, 0x4b, 0xe7, 0x11, 0xa5, 0x25, 0xc2, 0x9b, 0x1a, 0xc1, 0x5b, 0x82, - 0xa3, 0x07, 0xb1, 0x49, 0xd8, 0x6f, 0x24, 0xe0, 0x58, 0x14, 0x1b, 0x8f, 0x38, 0xf0, 0x7f, 0x23, - 0x1e, 0x16, 0xa1, 0x74, 0x98, 0x04, 0xc9, 0xd0, 0x5b, 0x09, 0x28, 0x95, 0x7d, 0x6a, 0x87, 0x74, - 0xe4, 0x14, 0xf3, 0xf8, 0xc4, 0x06, 0x7e, 0x11, 0xa6, 0x07, 0xb6, 0x1f, 0x3a, 0x6d, 0x67, 0x60, - 0xb3, 0x7b, 0x62, 0x9a, 0x1f, 0x92, 0x0e, 0x34, 0x30, 0xe6, 0xa2, 0x9e, 0x80, 0xe3, 0x13, 0x18, - 0x91, 0x7c, 0xfd, 0x53, 0x01, 0xdc, 0x0c, 0x6d, 0x3f, 0xfc, 0x08, 0xec, 0x2a, 0x13, 0x83, 0x69, - 0x01, 0xe6, 0xc6, 0xf0, 0x8f, 0xf2, 0x42, 0xc3, 0x8f, 0xc4, 0x8e, 0xf3, 0x81, 0xbc, 0x8c, 0xe2, - 0x97, 0xbc, 0xfc, 0x59, 0x81, 0xc5, 0xb2, 0x27, 0x5e, 0x06, 0x1f, 0xcb, 0x15, 0xa6, 0x3e, 0x09, - 0x27, 0x26, 0x02, 0x94, 0x04, 0xfc, 0x49, 0x81, 0xa3, 0x84, 0xda, 0x9d, 0xc7, 0x13, 0xfc, 0x15, - 0x38, 0x76, 0x08, 0x9c, 0x3c, 0xdb, 0x9e, 0x83, 0x6c, 0x8f, 0x86, 0x36, 0x3b, 0x9f, 0x4a, 0x48, - 0x8b, 0x51, 0xbb, 0x43, 0xef, 0x9a, 0xf4, 0x20, 0xb1, 0xaf, 0xfa, 0x5e, 0x02, 0xe6, 0xf8, 0x29, - 0xf9, 0xe3, 0x2b, 0xda, 0xe4, 0x5b, 0xc4, 0x6f, 0x15, 0x98, 0x1f, 0x27, 0x28, 0xbe, 0x4d, 0xfc, - 0xa7, 0x5f, 0x3a, 0x26, 0x24, 0x84, 0xe4, 0x83, 0x5c, 0x50, 0x52, 0x0f, 0x7c, 0x41, 0xf9, 0x5d, - 0x02, 0x4a, 0xa3, 0x60, 0x3e, 0x7e, 0x4f, 0x19, 0x7f, 0x4f, 0xf9, 0xd0, 0x0f, 0x68, 0xbf, 0x57, - 0xe0, 0xf8, 0x04, 0x42, 0x3f, 0x5c, 0x88, 0x8c, 0xbc, 0xaa, 0x24, 0xee, 0xfb, 0xaa, 0xf2, 0xdf, - 0x0f, 0x92, 0x3f, 0x28, 0x30, 0x5f, 0x13, 0xcf, 0xe0, 0xe2, 0xd5, 0xe1, 0xd1, 0xcd, 0xa0, 0xfc, - 0xa5, 0x3b, 0x35, 0xfc, 0xce, 0xa3, 0x96, 0x61, 0xe1, 0x00, 0xb4, 0x87, 0x78, 0x49, 0xf9, 0xbb, - 0x02, 0xb3, 0xb2, 0x15, 0xed, 0x91, 0x3d, 0x7c, 0x4c, 0x60, 0x07, 0x3f, 0x05, 0x49, 0xa7, 0x13, - 0x9d, 0x5a, 0xc7, 0x3f, 0x63, 0x33, 0x83, 0x7a, 0x01, 0xf0, 0x28, 0xee, 0x87, 0xa0, 0x8e, 0x9f, - 0xe7, 0x18, 0xf1, 0xaf, 0x51, 0xdb, 0x0d, 0xa3, 0xd4, 0xa3, 0xfe, 0x34, 0x01, 0x05, 0xc2, 0x34, - 0x4e, 0x8f, 0x36, 0x43, 0x3b, 0x0c, 0xf0, 0x33, 0x30, 0xbd, 0xcd, 0x5d, 0xac, 0xe1, 0x0a, 0xca, - 0x91, 0xbc, 0xd0, 0x89, 0xa7, 0xe6, 0x35, 0x58, 0x08, 0x68, 0xdb, 0xeb, 0x77, 0x02, 0x6b, 0x8b, - 0x6e, 0x3b, 0xfd, 0x8e, 0xd5, 0xb3, 0x83, 0x90, 0xfa, 0x9c, 0xb1, 0x02, 0x99, 0x93, 0xc6, 0x75, - 0x6e, 0xab, 0x71, 0x13, 0x3e, 0x0d, 0xf3, 0x5b, 0x4e, 0xdf, 0xf5, 0xba, 0xd6, 0xc0, 0xb5, 0xf7, - 0xa9, 0x1f, 0x58, 0x6d, 0x6f, 0xb7, 0x2f, 0xa8, 0x4a, 0x13, 0x2c, 0x6c, 0x0d, 0x61, 0x2a, 0x33, - 0x0b, 0xbe, 0x01, 0x2b, 0x13, 0x7b, 0xb1, 0x6e, 0x3a, 0x6e, 0x48, 0x7d, 0xda, 0xb1, 0x7c, 0x3a, - 0x70, 0x9d, 0xb6, 0xf8, 0x26, 0x2c, 0x0e, 0x70, 0xcf, 0x4f, 0xe8, 0x7a, 0x53, 0xba, 0x93, 0xa1, - 0x37, 0x3e, 0x01, 0xb9, 0xf6, 0x60, 0xd7, 0xda, 0xe5, 0x1f, 0xa0, 0x58, 0x42, 0x52, 0x48, 0xb6, - 0x3d, 0xd8, 0x6d, 0x31, 0x19, 0x23, 0x48, 0xde, 0x1a, 0x88, 0x3c, 0xa4, 0x10, 0x56, 0x54, 0xdf, - 0x57, 0xa0, 0xa8, 0x75, 0xbb, 0x3e, 0xed, 0xda, 0xa1, 0xa4, 0xe9, 0x34, 0xcc, 0x0b, 0x4a, 0xf6, - 0x2d, 0xb9, 0xda, 0x05, 0x1e, 0x45, 0xe0, 0x91, 0x36, 0xb1, 0xd4, 0x05, 0x9e, 0xb3, 0x70, 0x74, - 0xb7, 0x3f, 0xb1, 0x4e, 0x82, 0xd7, 0x99, 0x8f, 0xad, 0xa3, 0xb5, 0x3e, 0x09, 0xc7, 0x27, 0xb3, - 0xd0, 0x73, 0xc4, 0x7f, 0x19, 0x05, 0x72, 0x74, 0x02, 0xe8, 0x9a, 0xd3, 0xbf, 0x47, 0x55, 0xfb, - 0x0e, 0xe7, 0xeb, 0x03, 0xaa, 0xda, 0x77, 0xd4, 0x9f, 0xc7, 0x0f, 0xc8, 0x51, 0xb8, 0xc4, 0x89, - 0x35, 0x8a, 0x71, 0xe5, 0x5e, 0x31, 0x5e, 0x82, 0xa9, 0x80, 0xfa, 0x7b, 0x4e, 0xbf, 0xcb, 0xc1, - 0x65, 0x49, 0x24, 0xe2, 0x26, 0x3c, 0x2f, 0xb1, 0xd3, 0x3b, 0x21, 0xf5, 0xfb, 0xb6, 0xeb, 0xee, - 0x5b, 0xe2, 0xb6, 0xda, 0x0f, 0x69, 0xc7, 0x1a, 0xfe, 0xa7, 0x22, 0x92, 0xeb, 0xb3, 0xc2, 0x5b, - 0x8f, 0x9d, 0x49, 0xec, 0x6b, 0xc6, 0x7f, 0xb0, 0xbc, 0x02, 0x45, 0x5f, 0x06, 0xb1, 0x15, 0xb0, - 0xe9, 0x91, 0x49, 0x77, 0x3e, 0xfa, 0x02, 0x36, 0x1a, 0xe1, 0xa4, 0xe0, 0x8f, 0x05, 0xfc, 0xc1, - 0x7c, 0x9d, 0x7e, 0xd0, 0x7c, 0x7d, 0x29, 0x95, 0xcd, 0xa0, 0x29, 0xf5, 0x17, 0x0a, 0xcc, 0x4d, - 0x38, 0xea, 0xc5, 0xe7, 0x48, 0x65, 0xe4, 0x9a, 0xfa, 0xff, 0x90, 0xe6, 0x1f, 0x27, 0xe5, 0xe7, - 0xee, 0x63, 0x87, 0x4f, 0x8a, 0xfc, 0x43, 0x22, 0x11, 0x5e, 0x6c, 0x2d, 0x72, 0x4c, 0x6d, 0x7e, - 0x4f, 0x8d, 0xf6, 0x9b, 0x3c, 0xd3, 0x89, 0xab, 0xeb, 0xe1, 0x8b, 0x6f, 0xea, 0xbe, 0x17, 0xdf, - 0x95, 0xef, 0x24, 0x21, 0x57, 0xdb, 0x6f, 0xde, 0x72, 0x37, 0x5d, 0xbb, 0xcb, 0xbf, 0xf4, 0xd5, - 0x1a, 0xe6, 0x75, 0x74, 0x04, 0xcf, 0x42, 0xc1, 0xa8, 0x9b, 0x96, 0xd1, 0xaa, 0x56, 0xad, 0xcd, - 0xaa, 0x76, 0x11, 0x29, 0x18, 0xc1, 0x74, 0x83, 0x54, 0xac, 0xcb, 0xfa, 0x75, 0xa1, 0x49, 0xe0, - 0x39, 0x98, 0x69, 0x19, 0x95, 0x2b, 0x2d, 0x7d, 0xa8, 0x4c, 0xe1, 0x05, 0x98, 0xad, 0xb5, 0xaa, - 0x66, 0xa5, 0x51, 0x1d, 0x51, 0x67, 0x71, 0x01, 0x72, 0xeb, 0xd5, 0xfa, 0xba, 0x10, 0x11, 0x6b, - 0xbf, 0x65, 0x34, 0x2b, 0x17, 0x0d, 0x7d, 0x43, 0xa8, 0x96, 0x98, 0xea, 0x86, 0x4e, 0xea, 0x9b, - 0x95, 0xa8, 0xcb, 0x0b, 0x18, 0x41, 0x7e, 0xbd, 0x62, 0x68, 0x44, 0xb6, 0x72, 0x57, 0xc1, 0x45, - 0xc8, 0xe9, 0x46, 0xab, 0x26, 0xe5, 0x04, 0x2e, 0xc1, 0x9c, 0xd6, 0x32, 0xeb, 0x56, 0xc5, 0x28, - 0x13, 0xbd, 0xa6, 0x1b, 0xa6, 0xb4, 0xa4, 0xf0, 0x1c, 0x14, 0xcd, 0x4a, 0x4d, 0x6f, 0x9a, 0x5a, - 0xad, 0x21, 0x95, 0x6c, 0x14, 0xd9, 0xa6, 0x1e, 0xf9, 0x20, 0xbc, 0x08, 0x0b, 0x46, 0xdd, 0x92, - 0x7f, 0x4d, 0x58, 0x57, 0xb5, 0x6a, 0x4b, 0x97, 0xb6, 0x25, 0x7c, 0x0c, 0x70, 0xdd, 0xb0, 0x5a, - 0x8d, 0x0d, 0xcd, 0xd4, 0x2d, 0xa3, 0x7e, 0x4d, 0x1a, 0x2e, 0xe0, 0x22, 0x64, 0x87, 0x23, 0xb8, - 0xcb, 0x58, 0x28, 0x34, 0x34, 0x62, 0x0e, 0xc1, 0xde, 0xbd, 0xcb, 0xc8, 0x82, 0x8b, 0xa4, 0xde, - 0x6a, 0x0c, 0xdd, 0x66, 0x21, 0x2f, 0xc9, 0x92, 0xaa, 0x14, 0x53, 0xad, 0x57, 0x8c, 0x72, 0x3c, - 0xbe, 0xbb, 0xd9, 0xc5, 0x04, 0x52, 0x56, 0x76, 0x20, 0xc5, 0xa7, 0x23, 0x0b, 0x29, 0xa3, 0x6e, - 0xe8, 0xe8, 0x08, 0x9e, 0x01, 0xa8, 0x34, 0x2b, 0x86, 0xa9, 0x5f, 0x24, 0x5a, 0x95, 0xc1, 0xe6, - 0x8a, 0x88, 0x40, 0x86, 0x76, 0x1a, 0xa6, 0x2a, 0xcd, 0xcd, 0x6a, 0x5d, 0x33, 0x25, 0xcc, 0x4a, - 0xf3, 0x4a, 0xab, 0x6e, 0x32, 0x23, 0xc2, 0x79, 0xc8, 0x54, 0x9a, 0xa6, 0xfe, 0xba, 0xc9, 0x70, - 0x71, 0x9b, 0x60, 0x15, 0xdd, 0xbd, 0xb0, 0xf2, 0x4e, 0x12, 0x52, 0xfc, 0x07, 0xb4, 0x02, 0xe4, - 0xf8, 0x6c, 0x9b, 0xd7, 0x1b, 0xac, 0xcb, 0x1c, 0xa4, 0x2a, 0x86, 0x79, 0x1e, 0x7d, 0x2e, 0x81, - 0x01, 0xd2, 0x2d, 0x5e, 0xfe, 0x7c, 0x86, 0x95, 0x2b, 0x86, 0xf9, 0xe2, 0x39, 0xf4, 0x46, 0x82, - 0x35, 0xdb, 0x12, 0xc2, 0x17, 0x22, 0xc3, 0xda, 0x59, 0xf4, 0x66, 0x6c, 0x58, 0x3b, 0x8b, 0xbe, - 0x18, 0x19, 0xce, 0xac, 0xa1, 0x2f, 0xc5, 0x86, 0x33, 0x6b, 0xe8, 0xcb, 0x91, 0xe1, 0xdc, 0x59, - 0xf4, 0x95, 0xd8, 0x70, 0xee, 0x2c, 0xfa, 0x6a, 0x86, 0x61, 0xe1, 0x48, 0xce, 0xac, 0xa1, 0xaf, - 0x65, 0x63, 0xe9, 0xdc, 0x59, 0xf4, 0xf5, 0x2c, 0x9b, 0xff, 0x78, 0x56, 0xd1, 0x37, 0x10, 0x1b, - 0x26, 0x9b, 0x20, 0xf4, 0x4d, 0x5e, 0x64, 0x26, 0xf4, 0x2d, 0xc4, 0x30, 0x32, 0x2d, 0x17, 0xdf, - 0xe2, 0x96, 0xeb, 0xba, 0x46, 0xd0, 0xb7, 0x33, 0xe2, 0x27, 0x99, 0x72, 0xa5, 0xa6, 0x55, 0x11, - 0xe6, 0x35, 0x18, 0x2b, 0xdf, 0x3d, 0xcd, 0x8a, 0x2c, 0x3c, 0xd1, 0xf7, 0x1a, 0xac, 0xc3, 0xab, - 0x1a, 0x29, 0xbf, 0xa6, 0x11, 0xf4, 0xfd, 0xd3, 0xac, 0xc3, 0xab, 0x1a, 0x91, 0x7c, 0xfd, 0xa0, - 0xc1, 0x1c, 0xb9, 0xe9, 0xed, 0xd3, 0x6c, 0xd0, 0x52, 0xff, 0xc3, 0x06, 0xce, 0x42, 0x72, 0xbd, - 0x62, 0xa2, 0x77, 0x78, 0x6f, 0x2c, 0x44, 0xd1, 0x8f, 0x10, 0x53, 0x36, 0x75, 0x13, 0xbd, 0xcb, - 0x94, 0x69, 0xb3, 0xd5, 0xa8, 0xea, 0xe8, 0x09, 0x36, 0xb8, 0x8b, 0x7a, 0xbd, 0xa6, 0x9b, 0xe4, - 0x3a, 0xfa, 0x31, 0x77, 0xbf, 0xd4, 0xac, 0x1b, 0xe8, 0x3d, 0x84, 0x8b, 0x00, 0xfa, 0xeb, 0x0d, - 0xa2, 0x37, 0x9b, 0x95, 0xba, 0x81, 0x9e, 0x5e, 0xd9, 0x04, 0x74, 0x30, 0x1d, 0x30, 0x00, 0x2d, - 0xe3, 0xb2, 0x51, 0xbf, 0x66, 0xa0, 0x23, 0x4c, 0x68, 0x10, 0xbd, 0xa1, 0x11, 0x1d, 0x29, 0x18, - 0x20, 0x23, 0x7f, 0xbd, 0x49, 0xe0, 0x69, 0xc8, 0x92, 0x7a, 0xb5, 0xba, 0xae, 0x95, 0x2f, 0xa3, - 0xe4, 0xfa, 0x4b, 0x30, 0xe3, 0x78, 0xab, 0x7b, 0x4e, 0x48, 0x83, 0x40, 0xfc, 0xe2, 0x78, 0x43, - 0x95, 0x92, 0xe3, 0x9d, 0x12, 0xa5, 0x53, 0x5d, 0xef, 0xd4, 0x5e, 0x78, 0x8a, 0x5b, 0x4f, 0xf1, - 0x8c, 0xb1, 0x95, 0xe1, 0xc2, 0x99, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xa2, 0x63, 0xc8, - 0x40, 0x29, 0x00, 0x00, + // 3141 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0x4b, 0x70, 0x1b, 0x47, + 0x7a, 0xd6, 0xe0, 0x45, 0xe0, 0x07, 0x01, 0x36, 0x9b, 0xa4, 0x04, 0x51, 0x7e, 0xd0, 0x63, 0xcb, + 0x66, 0x98, 0x84, 0x92, 0x28, 0x59, 0x51, 0x6c, 0x27, 0xd1, 0x10, 0x1c, 0xca, 0x90, 0x80, 0x01, + 0xd4, 0x18, 0x48, 0x96, 0x2a, 0x55, 0x53, 0x43, 0xa0, 0x05, 0x4e, 0x71, 0x80, 0x81, 0x66, 0x86, + 0x94, 0x78, 0x53, 0xe2, 0x38, 0xce, 0x3b, 0xce, 0xd3, 0x71, 0x5c, 0x71, 0xa5, 0x2a, 0x87, 0x54, + 0x2e, 0x39, 0xef, 0x6d, 0xab, 0xf6, 0xe0, 0xc3, 0x1e, 0xb6, 0x6a, 0x8f, 0xbb, 0x7b, 0xd8, 0xda, + 0xc3, 0xd6, 0xee, 0xc9, 0xb5, 0xb5, 0x87, 0x3d, 0xec, 0x61, 0x6b, 0xab, 0x1f, 0x33, 0x00, 0x48, + 0x58, 0xa2, 0xe5, 0x75, 0x6d, 0x49, 0xd6, 0xad, 0xff, 0x47, 0x3f, 0xbe, 0xaf, 0xff, 0xf9, 0xfb, + 0x31, 0x0d, 0xf9, 0xbb, 0xbb, 0xd4, 0xdf, 0x5f, 0x1d, 0xf8, 0x5e, 0xe8, 0xe1, 0x34, 0x17, 0x16, + 0x8b, 0xa1, 0x37, 0xf0, 0x3a, 0x76, 0x68, 0x0b, 0xf5, 0x62, 0x7e, 0x2f, 0xf4, 0x07, 0x6d, 0x21, + 0xa8, 0xef, 0x29, 0x90, 0x31, 0x6d, 0xbf, 0x4b, 0x43, 0xbc, 0x08, 0xd9, 0x1d, 0xba, 0x1f, 0x0c, + 0xec, 0x36, 0x2d, 0x29, 0x4b, 0xca, 0x72, 0x8e, 0xc4, 0x32, 0x9e, 0x87, 0x74, 0xb0, 0x6d, 0xfb, + 0x9d, 0x52, 0x82, 0x1b, 0x84, 0x80, 0x5f, 0x87, 0x7c, 0x68, 0x6f, 0xb9, 0x34, 0xb4, 0xc2, 0xfd, + 0x01, 0x2d, 0x25, 0x97, 0x94, 0xe5, 0xe2, 0xda, 0xfc, 0x6a, 0xdc, 0x9f, 0xc9, 0x8d, 0xe6, 0xfe, + 0x80, 0x12, 0x08, 0xe3, 0x32, 0xc6, 0x90, 0x6a, 0x53, 0xd7, 0x2d, 0xa5, 0x78, 0x5b, 0xbc, 0xac, + 0x6e, 0x40, 0xf1, 0x86, 0x79, 0xc5, 0x0e, 0x69, 0xd9, 0x76, 0x5d, 0xea, 0x57, 0x36, 0xd8, 0x70, + 0x76, 0x03, 0xea, 0xf7, 0xed, 0x5e, 0x3c, 0x9c, 0x48, 0xc6, 0xc7, 0x21, 0xd3, 0xf5, 0xbd, 0xdd, + 0x41, 0x50, 0x4a, 0x2c, 0x25, 0x97, 0x73, 0x44, 0x4a, 0xea, 0x9f, 0x02, 0xe8, 0x7b, 0xb4, 0x1f, + 0x9a, 0xde, 0x0e, 0xed, 0xe3, 0xe7, 0x20, 0x17, 0x3a, 0x3d, 0x1a, 0x84, 0x76, 0x6f, 0xc0, 0x9b, + 0x48, 0x92, 0xa1, 0xe2, 0x73, 0x20, 0x2d, 0x42, 0x76, 0xe0, 0x05, 0x4e, 0xe8, 0x78, 0x7d, 0x8e, + 0x27, 0x47, 0x62, 0x59, 0xfd, 0x63, 0x48, 0xdf, 0xb0, 0xdd, 0x5d, 0x8a, 0x5f, 0x84, 0x14, 0x07, + 0xac, 0x70, 0xc0, 0xf9, 0x55, 0x41, 0x3a, 0xc7, 0xc9, 0x0d, 0xac, 0xed, 0x3d, 0xe6, 0xc9, 0xdb, + 0x9e, 0x26, 0x42, 0x50, 0x77, 0x60, 0x7a, 0xdd, 0xe9, 0x77, 0x6e, 0xd8, 0xbe, 0xc3, 0xc8, 0x78, + 0xcc, 0x66, 0xf0, 0x2b, 0x90, 0xe1, 0x85, 0xa0, 0x94, 0x5c, 0x4a, 0x2e, 0xe7, 0xd7, 0xa6, 0x65, + 0x45, 0x3e, 0x36, 0x22, 0x6d, 0xea, 0xb7, 0x14, 0x80, 0x75, 0x6f, 0xb7, 0xdf, 0xb9, 0xce, 0x8c, + 0x18, 0x41, 0x32, 0xb8, 0xeb, 0x4a, 0x22, 0x59, 0x11, 0x5f, 0x83, 0xe2, 0x96, 0xd3, 0xef, 0x58, + 0x7b, 0x72, 0x38, 0x82, 0xcb, 0xfc, 0xda, 0x2b, 0xb2, 0xb9, 0x61, 0xe5, 0xd5, 0xd1, 0x51, 0x07, + 0x7a, 0x3f, 0xf4, 0xf7, 0x49, 0x61, 0x6b, 0x54, 0xb7, 0xd8, 0x02, 0x7c, 0xd8, 0x89, 0x75, 0xba, + 0x43, 0xf7, 0xa3, 0x4e, 0x77, 0xe8, 0x3e, 0xfe, 0x9d, 0x51, 0x44, 0xf9, 0xb5, 0xb9, 0xa8, 0xaf, + 0x91, 0xba, 0x12, 0xe6, 0x1b, 0x89, 0x4b, 0x8a, 0xfa, 0x8d, 0x34, 0x14, 0xf5, 0xfb, 0xb4, 0xbd, + 0x1b, 0xd2, 0xfa, 0x80, 0xcd, 0x41, 0x80, 0x6b, 0x30, 0xe3, 0xf4, 0xdb, 0xee, 0x6e, 0x87, 0x76, + 0xac, 0x3b, 0x0e, 0x75, 0x3b, 0x01, 0x8f, 0xa3, 0x62, 0x3c, 0xee, 0x71, 0xff, 0xd5, 0x8a, 0x74, + 0xde, 0xe4, 0xbe, 0xa4, 0xe8, 0x8c, 0xc9, 0x78, 0x05, 0x66, 0xdb, 0xae, 0x43, 0xfb, 0xa1, 0x75, + 0x87, 0xe1, 0xb5, 0x7c, 0xef, 0x5e, 0x50, 0x4a, 0x2f, 0x29, 0xcb, 0x59, 0x32, 0x23, 0x0c, 0x9b, + 0x4c, 0x4f, 0xbc, 0x7b, 0x01, 0x7e, 0x03, 0xb2, 0xf7, 0x3c, 0x7f, 0xc7, 0xf5, 0xec, 0x4e, 0x29, + 0xc3, 0xfb, 0x7c, 0x61, 0x72, 0x9f, 0x37, 0xa5, 0x17, 0x89, 0xfd, 0xf1, 0x32, 0xa0, 0xe0, 0xae, + 0x6b, 0x05, 0xd4, 0xa5, 0xed, 0xd0, 0x72, 0x9d, 0x9e, 0x13, 0x96, 0xb2, 0x3c, 0x24, 0x8b, 0xc1, + 0x5d, 0xb7, 0xc9, 0xd5, 0x55, 0xa6, 0xc5, 0x16, 0x2c, 0x84, 0xbe, 0xdd, 0x0f, 0xec, 0x36, 0x6b, + 0xcc, 0x72, 0x02, 0xcf, 0xb5, 0x79, 0x38, 0xe6, 0x78, 0x97, 0x2b, 0x93, 0xbb, 0x34, 0x87, 0x55, + 0x2a, 0x51, 0x0d, 0x32, 0x1f, 0x4e, 0xd0, 0xe2, 0x73, 0xb0, 0x10, 0xec, 0x38, 0x03, 0x8b, 0xb7, + 0x63, 0x0d, 0x5c, 0xbb, 0x6f, 0xb5, 0xed, 0xf6, 0x36, 0x2d, 0x01, 0x87, 0x8d, 0x99, 0x91, 0xcf, + 0x7b, 0xc3, 0xb5, 0xfb, 0x65, 0x66, 0x51, 0xdf, 0x84, 0xe2, 0x38, 0x8f, 0x78, 0x16, 0x0a, 0xe6, + 0xad, 0x86, 0x6e, 0x69, 0xc6, 0x86, 0x65, 0x68, 0x35, 0x1d, 0x1d, 0xc3, 0x05, 0xc8, 0x71, 0x55, + 0xdd, 0xa8, 0xde, 0x42, 0x0a, 0x9e, 0x82, 0xa4, 0x56, 0xad, 0xa2, 0x84, 0x7a, 0x09, 0xb2, 0x11, + 0x21, 0x78, 0x06, 0xf2, 0x2d, 0xa3, 0xd9, 0xd0, 0xcb, 0x95, 0xcd, 0x8a, 0xbe, 0x81, 0x8e, 0xe1, + 0x2c, 0xa4, 0xea, 0x55, 0xb3, 0x81, 0x14, 0x51, 0xd2, 0x1a, 0x28, 0xc1, 0x6a, 0x6e, 0xac, 0x6b, + 0x28, 0xa9, 0xfe, 0xaf, 0x02, 0xf3, 0x93, 0x80, 0xe1, 0x3c, 0x4c, 0x6d, 0xe8, 0x9b, 0x5a, 0xab, + 0x6a, 0xa2, 0x63, 0x78, 0x0e, 0x66, 0x88, 0xde, 0xd0, 0x35, 0x53, 0x5b, 0xaf, 0xea, 0x16, 0xd1, + 0xb5, 0x0d, 0xa4, 0x60, 0x0c, 0x45, 0x56, 0xb2, 0xca, 0xf5, 0x5a, 0xad, 0x62, 0x9a, 0xfa, 0x06, + 0x4a, 0xe0, 0x79, 0x40, 0x5c, 0xd7, 0x32, 0x86, 0xda, 0x24, 0x46, 0x30, 0xdd, 0xd4, 0x49, 0x45, + 0xab, 0x56, 0x6e, 0xb3, 0x06, 0x50, 0x0a, 0xbf, 0x04, 0xcf, 0x97, 0xeb, 0x46, 0xb3, 0xd2, 0x34, + 0x75, 0xc3, 0xb4, 0x9a, 0x86, 0xd6, 0x68, 0xbe, 0x5d, 0x37, 0x79, 0xcb, 0x02, 0x5c, 0x1a, 0x17, + 0x01, 0xb4, 0x96, 0x59, 0x17, 0xed, 0xa0, 0xcc, 0xd5, 0x54, 0x56, 0x41, 0x89, 0xab, 0xa9, 0x6c, + 0x02, 0x25, 0xaf, 0xa6, 0xb2, 0x49, 0x94, 0x52, 0x3f, 0x4c, 0x40, 0x9a, 0x73, 0xc5, 0xd2, 0xdd, + 0x48, 0x12, 0xe3, 0xe5, 0xf8, 0xd3, 0x4f, 0x3c, 0xe4, 0xd3, 0xe7, 0x19, 0x53, 0x26, 0x21, 0x21, + 0xe0, 0x53, 0x90, 0xf3, 0xfc, 0xae, 0x25, 0x2c, 0x22, 0x7d, 0x66, 0x3d, 0xbf, 0xcb, 0xf3, 0x2c, + 0x4b, 0x5d, 0x2c, 0xeb, 0x6e, 0xd9, 0x01, 0xe5, 0x11, 0x9c, 0x23, 0xb1, 0x8c, 0x4f, 0x02, 0xf3, + 0xb3, 0xf8, 0x38, 0x32, 0xdc, 0x36, 0xe5, 0xf9, 0x5d, 0x83, 0x0d, 0xe5, 0x65, 0x28, 0xb4, 0x3d, + 0x77, 0xb7, 0xd7, 0xb7, 0x5c, 0xda, 0xef, 0x86, 0xdb, 0xa5, 0xa9, 0x25, 0x65, 0xb9, 0x40, 0xa6, + 0x85, 0xb2, 0xca, 0x75, 0xb8, 0x04, 0x53, 0xed, 0x6d, 0xdb, 0x0f, 0xa8, 0x88, 0xda, 0x02, 0x89, + 0x44, 0xde, 0x2b, 0x6d, 0x3b, 0x3d, 0xdb, 0x0d, 0x78, 0x84, 0x16, 0x48, 0x2c, 0x33, 0x10, 0x77, + 0x5c, 0xbb, 0x1b, 0xf0, 0xc8, 0x2a, 0x10, 0x21, 0xa8, 0x7f, 0x00, 0x49, 0xe2, 0xdd, 0x63, 0x4d, + 0x8a, 0x0e, 0x83, 0x92, 0xb2, 0x94, 0x5c, 0xc6, 0x24, 0x12, 0x59, 0x76, 0x97, 0x09, 0x4e, 0xe4, + 0xbd, 0x28, 0xa5, 0x7d, 0xac, 0x40, 0x9e, 0x07, 0x26, 0xa1, 0xc1, 0xae, 0x1b, 0xb2, 0x44, 0x28, + 0x33, 0x80, 0x32, 0x96, 0x08, 0x39, 0xed, 0x44, 0xda, 0x18, 0x3e, 0xf6, 0x51, 0x5b, 0xf6, 0x9d, + 0x3b, 0xb4, 0x1d, 0x52, 0x91, 0xef, 0x53, 0x64, 0x9a, 0x29, 0x35, 0xa9, 0x63, 0xc4, 0x3a, 0xfd, + 0x80, 0xfa, 0xa1, 0xe5, 0x74, 0x38, 0xe5, 0x29, 0x92, 0x15, 0x8a, 0x4a, 0x07, 0xbf, 0x00, 0x29, + 0x9e, 0x16, 0x52, 0xbc, 0x17, 0x90, 0xbd, 0x10, 0xef, 0x1e, 0xe1, 0xfa, 0xab, 0xa9, 0x6c, 0x1a, + 0x65, 0xd4, 0xb7, 0x60, 0x9a, 0x0f, 0xee, 0xa6, 0xed, 0xf7, 0x9d, 0x7e, 0x97, 0xaf, 0x72, 0x5e, + 0x47, 0x4c, 0x7b, 0x81, 0xf0, 0x32, 0xc3, 0xdc, 0xa3, 0x41, 0x60, 0x77, 0xa9, 0x5c, 0x75, 0x22, + 0x51, 0xfd, 0xef, 0x24, 0xe4, 0x9b, 0xa1, 0x4f, 0xed, 0x1e, 0x5f, 0xc0, 0xf0, 0x5b, 0x00, 0x41, + 0x68, 0x87, 0xb4, 0x47, 0xfb, 0x61, 0x84, 0xef, 0x39, 0xd9, 0xf3, 0x88, 0xdf, 0x6a, 0x33, 0x72, + 0x22, 0x23, 0xfe, 0x78, 0x0d, 0xf2, 0x94, 0x99, 0xad, 0x90, 0x2d, 0x84, 0x32, 0xd9, 0xce, 0x46, + 0x99, 0x23, 0x5e, 0x21, 0x09, 0xd0, 0xb8, 0xbc, 0xf8, 0x49, 0x02, 0x72, 0x71, 0x6b, 0x58, 0x83, + 0x6c, 0xdb, 0x0e, 0x69, 0xd7, 0xf3, 0xf7, 0xe5, 0xfa, 0x74, 0xfa, 0x61, 0xbd, 0xaf, 0x96, 0xa5, + 0x33, 0x89, 0xab, 0xe1, 0xe7, 0x41, 0x2c, 0xfa, 0x22, 0xea, 0x04, 0xde, 0x1c, 0xd7, 0xf0, 0xb8, + 0x7b, 0x03, 0xf0, 0xc0, 0x77, 0x7a, 0xb6, 0xbf, 0x6f, 0xed, 0xd0, 0xfd, 0x28, 0x97, 0x27, 0x27, + 0xcc, 0x24, 0x92, 0x7e, 0xd7, 0xe8, 0xbe, 0xcc, 0x3e, 0x97, 0xc6, 0xeb, 0xca, 0x68, 0x39, 0x3c, + 0x3f, 0x23, 0x35, 0xf9, 0xea, 0x18, 0x44, 0xeb, 0x60, 0x9a, 0x07, 0x16, 0x2b, 0xaa, 0xaf, 0x41, + 0x36, 0x1a, 0x3c, 0xce, 0x41, 0x5a, 0xf7, 0x7d, 0xcf, 0x47, 0xc7, 0x78, 0x12, 0xaa, 0x55, 0x45, + 0x1e, 0xdb, 0xd8, 0x60, 0x79, 0xec, 0x47, 0x89, 0x78, 0x31, 0x22, 0xf4, 0xee, 0x2e, 0x0d, 0x42, + 0xfc, 0x27, 0x30, 0x47, 0x79, 0x08, 0x39, 0x7b, 0xd4, 0x6a, 0xf3, 0x9d, 0x0b, 0x0b, 0x20, 0x85, + 0xf3, 0x3d, 0xb3, 0x2a, 0x36, 0x5a, 0xd1, 0x8e, 0x86, 0xcc, 0xc6, 0xbe, 0x52, 0xd5, 0xc1, 0x3a, + 0xcc, 0x39, 0xbd, 0x1e, 0xed, 0x38, 0x76, 0x38, 0xda, 0x80, 0x98, 0xb0, 0x85, 0x68, 0x61, 0x1f, + 0xdb, 0x18, 0x91, 0xd9, 0xb8, 0x46, 0xdc, 0xcc, 0x69, 0xc8, 0x84, 0x7c, 0x13, 0xc7, 0x63, 0x37, + 0xbf, 0x56, 0x88, 0x12, 0x0a, 0x57, 0x12, 0x69, 0xc4, 0xaf, 0x81, 0xd8, 0x12, 0xf2, 0xd4, 0x31, + 0x0c, 0x88, 0xe1, 0x4a, 0x4f, 0x84, 0x1d, 0x9f, 0x86, 0xe2, 0xd8, 0x1a, 0xd4, 0xe1, 0x84, 0x25, + 0x49, 0x61, 0x74, 0x41, 0xe9, 0xe0, 0x33, 0x30, 0xe5, 0x89, 0xf5, 0x87, 0x27, 0x95, 0xe1, 0x88, + 0xc7, 0x17, 0x27, 0x12, 0x79, 0xe1, 0x17, 0x21, 0xef, 0xd3, 0x80, 0xfa, 0x7b, 0xb4, 0xc3, 0x1a, + 0x9d, 0xe2, 0x8d, 0x42, 0xa4, 0xaa, 0x74, 0xd4, 0x3f, 0x82, 0x99, 0x98, 0xe2, 0x60, 0xe0, 0xf5, + 0x03, 0x8a, 0x57, 0x20, 0xe3, 0xf3, 0xef, 0x5d, 0xd2, 0x8a, 0x65, 0x1f, 0x23, 0x99, 0x80, 0x48, + 0x0f, 0xb5, 0x03, 0x33, 0x42, 0x73, 0xd3, 0x09, 0xb7, 0xf9, 0x4c, 0xe2, 0xd3, 0x90, 0xa6, 0xac, + 0x70, 0x60, 0x52, 0x48, 0xa3, 0xcc, 0xed, 0x44, 0x58, 0x47, 0x7a, 0x49, 0x3c, 0xb2, 0x97, 0x9f, + 0x25, 0x60, 0x4e, 0x8e, 0x72, 0xdd, 0x0e, 0xdb, 0xdb, 0x4f, 0x68, 0x34, 0xfc, 0x2e, 0x4c, 0x31, + 0xbd, 0x13, 0x7f, 0x39, 0x13, 0xe2, 0x21, 0xf2, 0x60, 0x11, 0x61, 0x07, 0xd6, 0xc8, 0xf4, 0xcb, + 0x4d, 0x52, 0xc1, 0x0e, 0x46, 0x56, 0xe8, 0x09, 0x81, 0x93, 0x79, 0x44, 0xe0, 0x4c, 0x1d, 0x25, + 0x70, 0xd4, 0x0d, 0x98, 0x1f, 0x67, 0x5c, 0x06, 0xc7, 0xef, 0xc1, 0x94, 0x98, 0x94, 0x28, 0x47, + 0x4e, 0x9a, 0xb7, 0xc8, 0x45, 0xfd, 0x34, 0x01, 0xf3, 0x32, 0x7d, 0x7d, 0x3d, 0xbe, 0xe3, 0x11, + 0x9e, 0xd3, 0x47, 0xfa, 0x40, 0x8f, 0x36, 0x7f, 0x6a, 0x19, 0x16, 0x0e, 0xf0, 0xf8, 0x18, 0x1f, + 0xeb, 0x67, 0x0a, 0x4c, 0xaf, 0xd3, 0xae, 0xd3, 0x7f, 0x42, 0x67, 0x61, 0x84, 0xdc, 0xd4, 0x91, + 0x82, 0x78, 0x00, 0x05, 0x89, 0x57, 0xb2, 0x75, 0x98, 0x6d, 0x65, 0xd2, 0xd7, 0x72, 0x09, 0xa6, + 0xe5, 0x31, 0xdb, 0x76, 0x1d, 0x3b, 0x88, 0xf1, 0x1c, 0x38, 0x67, 0x6b, 0xcc, 0x48, 0xe4, 0x89, + 0x9c, 0x0b, 0xea, 0x8f, 0x15, 0x28, 0x94, 0xbd, 0x5e, 0xcf, 0x09, 0x9f, 0x50, 0x8e, 0x0f, 0x33, + 0x94, 0x9a, 0x14, 0x8f, 0xe7, 0xa0, 0x18, 0xc1, 0x94, 0xd4, 0x1e, 0x58, 0x69, 0x94, 0x43, 0x2b, + 0xcd, 0x4f, 0x14, 0x98, 0x21, 0x9e, 0xeb, 0x6e, 0xd9, 0xed, 0x9d, 0xa7, 0x9b, 0x9c, 0xf3, 0x80, + 0x86, 0x40, 0x8f, 0x4a, 0xcf, 0x2f, 0x15, 0x28, 0x36, 0x7c, 0x3a, 0xb0, 0x7d, 0xfa, 0x54, 0xb3, + 0xc3, 0xb6, 0xe9, 0x9d, 0x50, 0x6e, 0x70, 0x72, 0x84, 0x97, 0xd5, 0x59, 0x98, 0x89, 0xb1, 0x0b, + 0xc2, 0xd4, 0xef, 0x2b, 0xb0, 0x20, 0x42, 0x4c, 0x5a, 0x3a, 0x4f, 0x28, 0x2d, 0x11, 0xde, 0xd4, + 0x08, 0xde, 0x12, 0x1c, 0x3f, 0x88, 0x4d, 0xc2, 0x7e, 0x37, 0x01, 0x27, 0xa2, 0xe0, 0x79, 0xc2, + 0x81, 0x7f, 0x89, 0x78, 0x58, 0x84, 0xd2, 0x61, 0x12, 0x24, 0x43, 0x1f, 0x24, 0xa0, 0x54, 0xf6, + 0xa9, 0x1d, 0xd2, 0x91, 0x7d, 0xd0, 0xd3, 0x13, 0x1b, 0xf8, 0x1c, 0x4c, 0x0f, 0x6c, 0x3f, 0x74, + 0xda, 0xce, 0xc0, 0x66, 0x47, 0xd1, 0x34, 0xdf, 0x66, 0x1d, 0x68, 0x60, 0xcc, 0x45, 0x3d, 0x05, + 0x27, 0x27, 0x30, 0x22, 0xf9, 0xfa, 0x95, 0x02, 0xb8, 0x19, 0xda, 0x7e, 0xf8, 0x35, 0x58, 0x97, + 0x26, 0x06, 0xd3, 0x02, 0xcc, 0x8d, 0xe1, 0x1f, 0xe5, 0x85, 0x86, 0x5f, 0x8b, 0x25, 0xe9, 0x73, + 0x79, 0x19, 0xc5, 0x2f, 0x79, 0xf9, 0xa1, 0x02, 0x8b, 0x65, 0x4f, 0x5c, 0x3e, 0x3e, 0x95, 0x5f, + 0x98, 0xfa, 0x3c, 0x9c, 0x9a, 0x08, 0x50, 0x12, 0xf0, 0x03, 0x05, 0x8e, 0x13, 0x6a, 0x77, 0x9e, + 0x4e, 0xf0, 0xd7, 0xe1, 0xc4, 0x21, 0x70, 0x72, 0x8f, 0x72, 0x11, 0xb2, 0x3d, 0x1a, 0xda, 0x6c, + 0x87, 0x2b, 0x21, 0x2d, 0x46, 0xed, 0x0e, 0xbd, 0x6b, 0xd2, 0x83, 0xc4, 0xbe, 0xea, 0x37, 0x13, + 0x30, 0xc7, 0xf7, 0xd9, 0xcf, 0x0e, 0x79, 0x47, 0xba, 0x85, 0xc9, 0x1c, 0xda, 0xfc, 0x7d, 0x5b, + 0x81, 0xf9, 0x71, 0x06, 0xe3, 0x03, 0xcb, 0x6f, 0xfa, 0x32, 0x65, 0x42, 0xc6, 0x48, 0x1e, 0xe5, + 0x0c, 0x94, 0x3a, 0xf2, 0x19, 0xe8, 0x3b, 0x09, 0x28, 0x8d, 0x82, 0x79, 0x76, 0x65, 0x33, 0x7e, + 0x65, 0xf3, 0x45, 0x2f, 0xf1, 0xd4, 0xef, 0x2a, 0x70, 0x72, 0x02, 0xa1, 0x5f, 0x2c, 0x44, 0x46, + 0x2e, 0x6e, 0x12, 0x8f, 0xbc, 0xb8, 0xf9, 0xea, 0x83, 0xe4, 0x7b, 0x0a, 0xcc, 0xd7, 0xc4, 0x55, + 0xbc, 0xb8, 0xd8, 0x78, 0x72, 0x53, 0x2c, 0xbf, 0x6d, 0x4f, 0x0d, 0xff, 0x35, 0xa9, 0x65, 0x58, + 0x38, 0x00, 0xed, 0x31, 0x2e, 0x6b, 0x7e, 0xa1, 0xc0, 0xac, 0x6c, 0x45, 0x7b, 0x62, 0x77, 0x27, + 0x13, 0xd8, 0xc1, 0x2f, 0x40, 0xd2, 0xe9, 0x44, 0xdb, 0xda, 0xf1, 0x5f, 0xe9, 0xcc, 0xa0, 0x5e, + 0x06, 0x3c, 0x8a, 0xfb, 0x31, 0xa8, 0xfb, 0x69, 0x02, 0x16, 0x88, 0x48, 0xae, 0xcf, 0x7e, 0x1f, + 0x7c, 0xd9, 0xdf, 0x07, 0x03, 0x9f, 0x5a, 0x51, 0x0a, 0x9c, 0xe2, 0x6f, 0x3f, 0x60, 0xe0, 0xd3, + 0xeb, 0x42, 0xa3, 0x7e, 0xca, 0xf7, 0x4a, 0xe3, 0x54, 0x7f, 0x75, 0x4b, 0xd7, 0x81, 0x75, 0x34, + 0x79, 0x70, 0x1d, 0xfd, 0x12, 0xf9, 0xe8, 0xd3, 0x04, 0x2c, 0x4a, 0x20, 0xcf, 0xb6, 0x32, 0x47, + 0x8f, 0x88, 0xcc, 0xa1, 0x88, 0xf8, 0xb9, 0x02, 0xa7, 0x26, 0x12, 0xf9, 0x5b, 0xdf, 0xd1, 0x1c, + 0x88, 0x9e, 0xd4, 0x23, 0xa3, 0x27, 0x7d, 0xe4, 0xe8, 0x79, 0x3f, 0x01, 0x45, 0x42, 0x5d, 0x6a, + 0x07, 0x4f, 0xf9, 0xe5, 0xdd, 0x01, 0x0e, 0xd3, 0x87, 0x76, 0xb2, 0xb3, 0x30, 0x13, 0x13, 0x21, + 0xcf, 0x53, 0xfc, 0xfc, 0xcd, 0xd6, 0xc1, 0xb7, 0xa9, 0xed, 0x86, 0xd1, 0x4e, 0x50, 0xfd, 0x9f, + 0x04, 0x14, 0x08, 0xd3, 0x38, 0x3d, 0xda, 0x0c, 0xed, 0x30, 0xc0, 0x2f, 0xc1, 0xf4, 0x36, 0x77, + 0xb1, 0x86, 0x11, 0x92, 0x23, 0x79, 0xa1, 0x13, 0x3f, 0x17, 0xd7, 0x60, 0x21, 0xa0, 0x6d, 0xaf, + 0xdf, 0x09, 0xac, 0x2d, 0xba, 0xed, 0xf4, 0x3b, 0x56, 0xcf, 0x0e, 0x42, 0xea, 0x73, 0x5a, 0x0a, + 0x64, 0x4e, 0x1a, 0xd7, 0xb9, 0xad, 0xc6, 0x4d, 0xf8, 0x2c, 0xcc, 0x6f, 0x39, 0x7d, 0xd7, 0xeb, + 0x5a, 0x03, 0xd7, 0xde, 0xa7, 0x7e, 0x60, 0xb5, 0xbd, 0xdd, 0xbe, 0xe0, 0x23, 0x4d, 0xb0, 0xb0, + 0x35, 0x84, 0xa9, 0xcc, 0x2c, 0xf8, 0x36, 0xac, 0x4c, 0xec, 0xc5, 0xba, 0xe3, 0xb8, 0x21, 0xf5, + 0x69, 0xc7, 0xf2, 0xe9, 0xc0, 0x75, 0xda, 0xe2, 0x99, 0x90, 0x20, 0xea, 0xd5, 0x09, 0x5d, 0x6f, + 0x4a, 0x77, 0x32, 0xf4, 0xc6, 0xa7, 0x20, 0xd7, 0x1e, 0xec, 0x5a, 0xbb, 0xfc, 0x4d, 0x02, 0xe3, + 0x4f, 0x21, 0xd9, 0xf6, 0x60, 0xb7, 0xc5, 0x64, 0x8c, 0x20, 0x79, 0x77, 0x20, 0x92, 0xb3, 0x42, + 0x58, 0x51, 0xfd, 0x4c, 0x81, 0xa2, 0xd6, 0xed, 0xfa, 0xb4, 0x6b, 0x87, 0x92, 0xa6, 0xb3, 0x30, + 0x2f, 0x28, 0xd9, 0xb7, 0x64, 0xb8, 0x0a, 0x3c, 0x8a, 0xc0, 0x23, 0x6d, 0x22, 0x56, 0x05, 0x9e, + 0x0b, 0x70, 0x7c, 0xb7, 0x3f, 0xb1, 0x4e, 0x82, 0xd7, 0x99, 0x8f, 0xad, 0xa3, 0xb5, 0xfe, 0x10, + 0x4e, 0x4e, 0x66, 0xa1, 0xe7, 0x88, 0xa7, 0x7a, 0x05, 0x72, 0x7c, 0x02, 0xe8, 0x9a, 0xd3, 0x7f, + 0x48, 0x55, 0xfb, 0x3e, 0xe7, 0xeb, 0x73, 0xaa, 0xda, 0xf7, 0xd5, 0xff, 0x8b, 0x7f, 0x19, 0x46, + 0xe1, 0x12, 0x27, 0x8e, 0x28, 0x90, 0x95, 0x87, 0x05, 0x72, 0x09, 0xa6, 0x58, 0x30, 0x3a, 0xfd, + 0x2e, 0x07, 0x97, 0x25, 0x91, 0x88, 0x9b, 0xf0, 0xaa, 0xc4, 0x4e, 0xef, 0x87, 0xd4, 0xef, 0xdb, + 0xae, 0xbb, 0x6f, 0x89, 0xdb, 0xc5, 0x7e, 0x48, 0x3b, 0xd6, 0xf0, 0xe9, 0xa2, 0x48, 0x1f, 0x2f, + 0x0b, 0x6f, 0x3d, 0x76, 0x26, 0xb1, 0xaf, 0x19, 0x3f, 0x6a, 0x7c, 0x13, 0x8a, 0xbe, 0x0c, 0x62, + 0x2b, 0x60, 0xd3, 0x23, 0x53, 0xee, 0x7c, 0xf4, 0x28, 0x62, 0x34, 0xc2, 0x49, 0xc1, 0x1f, 0x0b, + 0xf8, 0xc7, 0x4e, 0x38, 0x57, 0x53, 0xd9, 0x0c, 0x9a, 0x52, 0xff, 0x5f, 0x81, 0xb9, 0x09, 0x47, + 0xf3, 0xf8, 0xdc, 0xaf, 0x8c, 0x5c, 0x2b, 0xfe, 0x3e, 0xa4, 0xf9, 0x7b, 0x15, 0xf9, 0x02, 0xea, + 0xc4, 0xe1, 0x93, 0x3d, 0x7f, 0x5b, 0x42, 0x84, 0x17, 0xfb, 0x16, 0x39, 0xa6, 0x36, 0xbf, 0x57, + 0x8c, 0x32, 0x6a, 0x9e, 0xe9, 0xc4, 0x55, 0xe3, 0xe1, 0x8b, 0xca, 0xd4, 0x23, 0x2f, 0x2a, 0x57, + 0xfe, 0x39, 0x09, 0xb9, 0xda, 0x7e, 0xf3, 0xae, 0xbb, 0xe9, 0xda, 0x5d, 0xfe, 0xf8, 0xa3, 0xd6, + 0x30, 0x6f, 0xa1, 0x63, 0x78, 0x16, 0x0a, 0x46, 0xdd, 0xb4, 0x8c, 0x56, 0xb5, 0x6a, 0x6d, 0x56, + 0xb5, 0x2b, 0x48, 0xc1, 0x08, 0xa6, 0x1b, 0xa4, 0x62, 0x5d, 0xd3, 0x6f, 0x09, 0x4d, 0x02, 0xcf, + 0xc1, 0x4c, 0xcb, 0xa8, 0x5c, 0x6f, 0xe9, 0x43, 0x65, 0x0a, 0x2f, 0xc0, 0x6c, 0xad, 0x55, 0x35, + 0x2b, 0x8d, 0xea, 0x88, 0x3a, 0x8b, 0x0b, 0x90, 0x5b, 0xaf, 0xd6, 0xd7, 0x85, 0x88, 0x58, 0xfb, + 0x2d, 0xa3, 0x59, 0xb9, 0x62, 0xe8, 0x1b, 0x42, 0xb5, 0xc4, 0x54, 0xb7, 0x75, 0x52, 0xdf, 0xac, + 0x44, 0x5d, 0x5e, 0xc6, 0x08, 0xf2, 0xeb, 0x15, 0x43, 0x23, 0xb2, 0x95, 0x07, 0x0a, 0x2e, 0x42, + 0x4e, 0x37, 0x5a, 0x35, 0x29, 0x27, 0x70, 0x09, 0xe6, 0xb4, 0x96, 0x59, 0xb7, 0x2a, 0x46, 0x99, + 0xe8, 0x35, 0xdd, 0x30, 0xa5, 0x25, 0x85, 0xe7, 0xa0, 0x68, 0x56, 0x6a, 0x7a, 0xd3, 0xd4, 0x6a, + 0x0d, 0xa9, 0x64, 0xa3, 0xc8, 0x36, 0xf5, 0xc8, 0x07, 0xe1, 0x45, 0x58, 0x30, 0xea, 0x96, 0x7c, + 0x48, 0x67, 0xdd, 0xd0, 0xaa, 0x2d, 0x5d, 0xda, 0x96, 0xf0, 0x09, 0xc0, 0x75, 0xc3, 0x6a, 0x35, + 0x36, 0x34, 0x53, 0xb7, 0x8c, 0xfa, 0x4d, 0x69, 0xb8, 0x8c, 0x8b, 0x90, 0x1d, 0x8e, 0xe0, 0x01, + 0x63, 0xa1, 0xd0, 0xd0, 0x88, 0x39, 0x04, 0xfb, 0xe0, 0x01, 0x23, 0x0b, 0xae, 0x90, 0x7a, 0xab, + 0x31, 0x74, 0x9b, 0x85, 0xbc, 0x24, 0x4b, 0xaa, 0x52, 0x4c, 0xb5, 0x5e, 0x31, 0xca, 0xf1, 0xf8, + 0x1e, 0x64, 0x17, 0x13, 0x48, 0x59, 0xd9, 0x81, 0x14, 0x9f, 0x8e, 0x2c, 0xa4, 0x8c, 0xba, 0xa1, + 0xa3, 0x63, 0x78, 0x06, 0xa0, 0xd2, 0xac, 0x18, 0xa6, 0x7e, 0x85, 0x68, 0x55, 0x06, 0x9b, 0x2b, + 0x22, 0x02, 0x19, 0xda, 0x69, 0x98, 0xaa, 0x34, 0x37, 0xab, 0x75, 0xcd, 0x94, 0x30, 0x2b, 0xcd, + 0xeb, 0xad, 0xba, 0xc9, 0x8c, 0x08, 0xe7, 0x21, 0x53, 0x69, 0x9a, 0xfa, 0x3b, 0x26, 0xc3, 0xc5, + 0x6d, 0x82, 0x55, 0xf4, 0xe0, 0xf2, 0xca, 0x47, 0x49, 0x48, 0xf1, 0x37, 0xc9, 0x05, 0xc8, 0xf1, + 0xd9, 0x36, 0x6f, 0x35, 0x58, 0x97, 0x39, 0x48, 0x55, 0x0c, 0xf3, 0x12, 0xfa, 0xb3, 0x04, 0x06, + 0x48, 0xb7, 0x78, 0xf9, 0xcf, 0x33, 0xac, 0x5c, 0x31, 0xcc, 0x73, 0x17, 0xd1, 0xbb, 0x09, 0xd6, + 0x6c, 0x4b, 0x08, 0x7f, 0x11, 0x19, 0xd6, 0x2e, 0xa0, 0xf7, 0x62, 0xc3, 0xda, 0x05, 0xf4, 0x97, + 0x91, 0xe1, 0xfc, 0x1a, 0x7a, 0x3f, 0x36, 0x9c, 0x5f, 0x43, 0x7f, 0x15, 0x19, 0x2e, 0x5e, 0x40, + 0x7f, 0x1d, 0x1b, 0x2e, 0x5e, 0x40, 0x7f, 0x93, 0x61, 0x58, 0x38, 0x92, 0xf3, 0x6b, 0xe8, 0x6f, + 0xb3, 0xb1, 0x74, 0xf1, 0x02, 0xfa, 0xbb, 0x2c, 0x9b, 0xff, 0x78, 0x56, 0xd1, 0xdf, 0x23, 0x36, + 0x4c, 0x36, 0x41, 0xe8, 0x1f, 0x78, 0x91, 0x99, 0xd0, 0x3f, 0x22, 0x86, 0x91, 0x69, 0xb9, 0xf8, + 0x01, 0xb7, 0xdc, 0xd2, 0x35, 0x82, 0xfe, 0x29, 0x23, 0xde, 0x4d, 0x96, 0x2b, 0x35, 0xad, 0x8a, + 0x30, 0xaf, 0xc1, 0x58, 0xf9, 0x97, 0xb3, 0xac, 0xc8, 0xc2, 0x13, 0xfd, 0x6b, 0x83, 0x75, 0x78, + 0x43, 0x23, 0xe5, 0xb7, 0x35, 0x82, 0xfe, 0xed, 0x2c, 0xeb, 0xf0, 0x86, 0x46, 0x24, 0x5f, 0xff, + 0xde, 0x60, 0x8e, 0xdc, 0xf4, 0xe1, 0x59, 0x36, 0x68, 0xa9, 0xff, 0x8f, 0x06, 0xce, 0x42, 0x72, + 0xbd, 0x62, 0xa2, 0x8f, 0x78, 0x6f, 0x2c, 0x44, 0xd1, 0x7f, 0x22, 0xa6, 0x6c, 0xea, 0x26, 0xfa, + 0x98, 0x29, 0xd3, 0x66, 0xab, 0x51, 0xd5, 0xd1, 0x73, 0x6c, 0x70, 0x57, 0xf4, 0x7a, 0x4d, 0x37, + 0xc9, 0x2d, 0xf4, 0x5f, 0xdc, 0xfd, 0x6a, 0xb3, 0x6e, 0xa0, 0x4f, 0x10, 0x2e, 0x02, 0xe8, 0xef, + 0x34, 0x88, 0xde, 0x6c, 0x56, 0xea, 0x06, 0x7a, 0x71, 0x65, 0x13, 0xd0, 0xc1, 0x74, 0xc0, 0x00, + 0xb4, 0x8c, 0x6b, 0x46, 0xfd, 0xa6, 0x81, 0x8e, 0x31, 0xa1, 0x41, 0xf4, 0x86, 0x46, 0x74, 0xa4, + 0x60, 0x80, 0x8c, 0x7c, 0x8d, 0x99, 0xc0, 0xd3, 0x90, 0x25, 0xf5, 0x6a, 0x75, 0x5d, 0x2b, 0x5f, + 0x43, 0xc9, 0xf5, 0xd7, 0x61, 0xc6, 0xf1, 0x56, 0xf7, 0x9c, 0x90, 0x06, 0x81, 0x78, 0xf5, 0x7e, + 0x5b, 0x95, 0x92, 0xe3, 0x9d, 0x11, 0xa5, 0x33, 0x5d, 0xef, 0xcc, 0x5e, 0x78, 0x86, 0x5b, 0xcf, + 0xf0, 0x8c, 0xb1, 0x95, 0xe1, 0xc2, 0xf9, 0x5f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x48, 0x08, 0xc2, + 0xc3, 0x53, 0x2f, 0x00, 0x00, } diff --git a/go/vt/proto/queryservice/queryservice.pb.go b/go/vt/proto/queryservice/queryservice.pb.go index 822d6ddd6d4..c166a0c54f5 100644 --- a/go/vt/proto/queryservice/queryservice.pb.go +++ b/go/vt/proto/queryservice/queryservice.pb.go @@ -30,42 +30,45 @@ const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("queryservice.proto", fileDescriptor_4bd2dde8711f22e3) } var fileDescriptor_4bd2dde8711f22e3 = []byte{ - // 554 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x95, 0x4d, 0x6f, 0xd3, 0x40, - 0x10, 0x86, 0xe1, 0xd0, 0x06, 0x4d, 0xd2, 0x52, 0xb6, 0x14, 0xa8, 0x53, 0xd2, 0x8f, 0x1b, 0x42, - 0x4a, 0x10, 0x20, 0x21, 0x55, 0xe2, 0xd0, 0x44, 0x54, 0x20, 0xc4, 0x57, 0x0a, 0x15, 0x02, 0x09, - 0x69, 0xe3, 0x8c, 0x82, 0x55, 0xc7, 0x9b, 0x7a, 0xd7, 0x29, 0xfc, 0x09, 0x7e, 0x33, 0xaa, 0xed, - 0x19, 0xef, 0x6e, 0xec, 0xde, 0xb2, 0xef, 0x3b, 0xf3, 0x64, 0xbc, 0xe3, 0x19, 0x83, 0xb8, 0xcc, - 0x30, 0xfd, 0xab, 0x31, 0x5d, 0x46, 0x21, 0xf6, 0x17, 0xa9, 0x32, 0x4a, 0x74, 0x6c, 0x2d, 0x68, - 0xe7, 0xa7, 0xc2, 0x0a, 0xb6, 0x26, 0x51, 0x12, 0xab, 0xd9, 0x54, 0x1a, 0x59, 0x28, 0xcf, 0xff, - 0x6d, 0xc0, 0xda, 0x97, 0xeb, 0x08, 0x71, 0x0c, 0xad, 0x37, 0x7f, 0x30, 0xcc, 0x0c, 0x8a, 0x9d, - 0x7e, 0x91, 0x54, 0x9e, 0xc7, 0x78, 0x99, 0xa1, 0x36, 0xc1, 0x03, 0x5f, 0xd6, 0x0b, 0x95, 0x68, - 0x3c, 0xba, 0x25, 0xde, 0x41, 0xa7, 0x14, 0x87, 0xd2, 0x84, 0xbf, 0x45, 0xe0, 0x46, 0xe6, 0x22, - 0x51, 0xba, 0xb5, 0x1e, 0xa3, 0x3e, 0xc2, 0xc6, 0x99, 0x49, 0x51, 0xce, 0xa9, 0x18, 0x8a, 0x77, - 0x54, 0x82, 0xed, 0xd5, 0x9b, 0x44, 0x7b, 0x76, 0x5b, 0xbc, 0x84, 0xb5, 0x21, 0xce, 0xa2, 0x44, - 0x6c, 0x97, 0xa1, 0xf9, 0x89, 0xf2, 0xef, 0xbb, 0x22, 0x57, 0xf1, 0x0a, 0xd6, 0x47, 0x6a, 0x3e, - 0x8f, 0x8c, 0xa0, 0x88, 0xe2, 0x48, 0x79, 0x3b, 0x9e, 0xca, 0x89, 0xaf, 0xe1, 0xce, 0x58, 0xc5, - 0xf1, 0x44, 0x86, 0x17, 0x82, 0xee, 0x8b, 0x04, 0x4a, 0x7e, 0xb8, 0xa2, 0x73, 0xfa, 0x31, 0xb4, - 0x3e, 0xa7, 0xb8, 0x90, 0x69, 0xd5, 0x84, 0xf2, 0xec, 0x37, 0x81, 0x65, 0xce, 0xfd, 0x04, 0x9b, - 0x45, 0x39, 0xa5, 0x35, 0x15, 0x7b, 0x4e, 0x95, 0x24, 0x13, 0xe9, 0x71, 0x83, 0xcb, 0xc0, 0x6f, - 0xb0, 0x45, 0x25, 0x32, 0xb2, 0xe7, 0xd5, 0xee, 0x43, 0xf7, 0x1b, 0x7d, 0xc6, 0x7e, 0x87, 0x7b, - 0xa3, 0x14, 0xa5, 0xc1, 0xaf, 0xa9, 0x4c, 0xb4, 0x0c, 0x4d, 0xa4, 0x12, 0x41, 0x79, 0x2b, 0x0e, - 0x81, 0x0f, 0x9a, 0x03, 0x98, 0x7c, 0x0a, 0xed, 0x33, 0x23, 0x53, 0x53, 0xb6, 0x6e, 0x97, 0x5f, - 0x0e, 0xd6, 0x88, 0x16, 0xd4, 0x59, 0x0e, 0x07, 0x0d, 0xf7, 0x91, 0x39, 0x95, 0xb6, 0xc2, 0xb1, - 0x2d, 0xe6, 0xfc, 0x82, 0xed, 0x91, 0x4a, 0xc2, 0x38, 0x9b, 0x3a, 0xcf, 0x7a, 0xc8, 0x17, 0xbf, - 0xe2, 0x11, 0xf7, 0xe8, 0xa6, 0x10, 0xe6, 0x8f, 0xe1, 0xee, 0x18, 0xe5, 0xd4, 0x66, 0x53, 0x53, - 0x3d, 0x9d, 0xb8, 0xbd, 0x26, 0xdb, 0x1e, 0xe5, 0x7c, 0x18, 0x68, 0xfc, 0x02, 0x7b, 0x42, 0xbc, - 0xe9, 0xeb, 0xd6, 0x7a, 0x76, 0xa3, 0x6d, 0xa7, 0x58, 0x0d, 0xfb, 0x35, 0x39, 0xce, 0x7e, 0x38, - 0x68, 0x0e, 0xb0, 0x97, 0xc4, 0x07, 0xd4, 0x5a, 0xce, 0xb0, 0x18, 0x7c, 0x5e, 0x12, 0x8e, 0xea, - 0x2f, 0x09, 0xcf, 0xb4, 0x96, 0xc4, 0x08, 0xa0, 0x34, 0x4f, 0xc2, 0x0b, 0xf1, 0xc8, 0x8d, 0x3f, - 0xa9, 0xda, 0xbd, 0x5b, 0xe3, 0x70, 0x51, 0xef, 0xa1, 0x53, 0xa0, 0xdf, 0xa2, 0x8c, 0x4d, 0xb5, - 0x04, 0x6d, 0xd1, 0xbf, 0x39, 0xd7, 0xb3, 0x2a, 0x3a, 0x85, 0xd6, 0x79, 0xf9, 0x6c, 0x41, 0xdf, - 0xda, 0xda, 0xe7, 0xee, 0xa3, 0x75, 0x6b, 0x3d, 0x8b, 0x33, 0x86, 0x36, 0xc9, 0xea, 0x4a, 0x8b, - 0x5e, 0x5d, 0xbc, 0xba, 0xd2, 0xd5, 0xf8, 0x36, 0xf9, 0x16, 0xf3, 0x27, 0x6c, 0x56, 0x7f, 0x95, - 0xc5, 0x46, 0x8b, 0xc3, 0xfa, 0x32, 0xae, 0xbd, 0xea, 0x8d, 0xbe, 0x21, 0xa4, 0x82, 0x0f, 0x9f, - 0xfe, 0x78, 0xb2, 0x8c, 0x0c, 0x6a, 0xdd, 0x8f, 0xd4, 0xa0, 0xf8, 0x35, 0x98, 0xa9, 0xc1, 0xd2, - 0x0c, 0xf2, 0x0f, 0xd6, 0xc0, 0xfe, 0xb8, 0x4d, 0xd6, 0x73, 0xed, 0xc5, 0xff, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x16, 0x79, 0x9a, 0xc3, 0x07, 0x07, 0x00, 0x00, + // 598 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x55, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0x85, 0x43, 0x1b, 0xb4, 0x09, 0xa1, 0x6c, 0x29, 0x50, 0x27, 0xa4, 0x4d, 0x6e, 0x08, 0x29, + 0x41, 0x80, 0x84, 0x54, 0x89, 0x43, 0x13, 0x51, 0x81, 0x10, 0x5f, 0x2e, 0x54, 0x08, 0x24, 0xa4, + 0x8d, 0x33, 0x0a, 0x56, 0x1d, 0x6f, 0xea, 0x5d, 0xa7, 0xf0, 0xdb, 0xb9, 0x54, 0xb1, 0x3d, 0xe3, + 0xdd, 0x8d, 0x9d, 0x5b, 0xe7, 0xbd, 0x99, 0xd7, 0xc9, 0x8c, 0xe7, 0x2d, 0xe3, 0x57, 0x29, 0x24, + 0xff, 0x14, 0x24, 0xab, 0x30, 0x80, 0xe1, 0x32, 0x91, 0x5a, 0xf2, 0x96, 0x89, 0x79, 0xcd, 0x2c, + 0xca, 0x29, 0x6f, 0x6f, 0x1a, 0xc6, 0x91, 0x9c, 0xcf, 0x84, 0x16, 0x39, 0xf2, 0xe2, 0x7f, 0x9b, + 0xed, 0x7c, 0x5d, 0x67, 0xf0, 0x13, 0xd6, 0x78, 0xfb, 0x17, 0x82, 0x54, 0x03, 0x3f, 0x18, 0xe6, + 0x45, 0x45, 0xec, 0xc3, 0x55, 0x0a, 0x4a, 0x7b, 0x0f, 0x5d, 0x58, 0x2d, 0x65, 0xac, 0x60, 0x70, + 0x8b, 0xbf, 0x67, 0xad, 0x02, 0x1c, 0x0b, 0x1d, 0xfc, 0xe1, 0x9e, 0x9d, 0x99, 0x81, 0xa8, 0xd2, + 0xa9, 0xe4, 0x48, 0xea, 0x13, 0xbb, 0x7b, 0xae, 0x13, 0x10, 0x0b, 0x6c, 0x06, 0xf3, 0x2d, 0x14, + 0xc5, 0xba, 0xd5, 0x24, 0xaa, 0x3d, 0xbf, 0xcd, 0x5f, 0xb1, 0x9d, 0x31, 0xcc, 0xc3, 0x98, 0xef, + 0x17, 0xa9, 0x59, 0x84, 0xf5, 0x0f, 0x6c, 0x90, 0xba, 0x78, 0xcd, 0x76, 0x27, 0x72, 0xb1, 0x08, + 0x35, 0xc7, 0x8c, 0x3c, 0xc4, 0xba, 0x03, 0x07, 0xa5, 0xc2, 0x37, 0xec, 0x8e, 0x2f, 0xa3, 0x68, + 0x2a, 0x82, 0x4b, 0x8e, 0xf3, 0x42, 0x00, 0x8b, 0x1f, 0x6d, 0xe0, 0x54, 0x7e, 0xc2, 0x1a, 0x5f, + 0x12, 0x58, 0x8a, 0xa4, 0x5c, 0x42, 0x11, 0xbb, 0x4b, 0x20, 0x98, 0x6a, 0x3f, 0xb3, 0x76, 0xde, + 0x4e, 0x41, 0xcd, 0x78, 0xd7, 0xea, 0x12, 0x61, 0x54, 0x7a, 0x52, 0xc3, 0x92, 0xe0, 0x77, 0xb6, + 0x87, 0x2d, 0x92, 0x64, 0xcf, 0xe9, 0xdd, 0x15, 0x3d, 0xaa, 0xe5, 0x49, 0xf6, 0x07, 0xbb, 0x3f, + 0x49, 0x40, 0x68, 0xf8, 0x96, 0x88, 0x58, 0x89, 0x40, 0x87, 0x32, 0xe6, 0x58, 0xb7, 0xc1, 0xa0, + 0xf0, 0x71, 0x7d, 0x02, 0x29, 0x9f, 0xb1, 0xe6, 0xb9, 0x16, 0x89, 0x2e, 0x56, 0x77, 0x48, 0x1f, + 0x07, 0x61, 0xa8, 0xe6, 0x55, 0x51, 0x96, 0x0e, 0x68, 0xda, 0x23, 0xe9, 0x94, 0xd8, 0x86, 0x8e, + 0x49, 0x91, 0xce, 0x6f, 0xb6, 0x3f, 0x91, 0x71, 0x10, 0xa5, 0x33, 0xeb, 0xb7, 0xf6, 0x69, 0xf0, + 0x1b, 0x1c, 0xea, 0x0e, 0xb6, 0xa5, 0x90, 0xbe, 0xcf, 0xee, 0xf9, 0x20, 0x66, 0xa6, 0x36, 0x2e, + 0xd5, 0xc1, 0x51, 0xb7, 0x57, 0x47, 0x9b, 0xa7, 0x9c, 0x1d, 0x03, 0x9e, 0x9f, 0x67, 0x5e, 0x88, + 0x73, 0x7d, 0x9d, 0x4a, 0xce, 0x5c, 0xb4, 0xc9, 0xe4, 0xd6, 0x70, 0x54, 0x51, 0x63, 0xf9, 0xc3, + 0x71, 0x7d, 0x82, 0x69, 0x12, 0x1f, 0x41, 0x29, 0x31, 0x87, 0xfc, 0xf0, 0xc9, 0x24, 0x2c, 0xd4, + 0x35, 0x09, 0x87, 0x34, 0x4c, 0x62, 0xc2, 0x58, 0x41, 0x9e, 0x06, 0x97, 0xfc, 0xb1, 0x9d, 0x7f, + 0x5a, 0xae, 0xfb, 0xb0, 0x82, 0x31, 0xef, 0xcf, 0x87, 0xb5, 0xed, 0x02, 0xce, 0xae, 0x4b, 0xd3, + 0x36, 0x61, 0xf7, 0xfe, 0x5c, 0xd6, 0xfc, 0x7c, 0x0a, 0xce, 0xda, 0x48, 0xdf, 0xae, 0xab, 0x5a, + 0xcc, 0x60, 0x5b, 0x8a, 0x69, 0x36, 0x3e, 0x44, 0x20, 0x54, 0x69, 0x36, 0x45, 0xec, 0x9a, 0x0d, + 0xc1, 0x54, 0xfb, 0x81, 0xb5, 0xf2, 0x39, 0xbe, 0x03, 0x11, 0xe9, 0xd2, 0xf1, 0x4d, 0xd0, 0xfd, + 0x4c, 0x6c, 0xce, 0x18, 0xff, 0x19, 0x6b, 0x5c, 0x14, 0x8b, 0xf4, 0x86, 0xc6, 0x13, 0x75, 0x61, + 0xef, 0xb1, 0x53, 0xc9, 0x19, 0x3a, 0x3e, 0x6b, 0x22, 0x2c, 0xaf, 0x15, 0xef, 0x55, 0xe5, 0xcb, + 0x6b, 0x55, 0x7a, 0x55, 0x1d, 0x6f, 0x68, 0xfe, 0x62, 0xed, 0xf2, 0x5f, 0xa5, 0x91, 0x56, 0xbc, + 0x5f, 0xdd, 0xc6, 0x9a, 0x2b, 0xe7, 0xbf, 0x25, 0xa5, 0x14, 0x1f, 0x3f, 0xfb, 0xf9, 0x74, 0x15, + 0x6a, 0x50, 0x6a, 0x18, 0xca, 0x51, 0xfe, 0xd7, 0x68, 0x2e, 0x47, 0x2b, 0x3d, 0xca, 0x5e, 0xe7, + 0x91, 0xf9, 0x92, 0x4f, 0x77, 0x33, 0xec, 0xe5, 0x4d, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0x30, + 0x29, 0x02, 0xf4, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -121,6 +124,9 @@ type QueryClient interface { MessageStream(ctx context.Context, in *query.MessageStreamRequest, opts ...grpc.CallOption) (Query_MessageStreamClient, error) // MessageAck acks messages for a table. MessageAck(ctx context.Context, in *query.MessageAckRequest, opts ...grpc.CallOption) (*query.MessageAckResponse, error) + ReserveExecute(ctx context.Context, in *query.ReserveExecuteRequest, opts ...grpc.CallOption) (*query.ReserveExecuteResponse, error) + ReserveBeginExecute(ctx context.Context, in *query.ReserveBeginExecuteRequest, opts ...grpc.CallOption) (*query.ReserveBeginExecuteResponse, error) + Release(ctx context.Context, in *query.ReleaseRequest, opts ...grpc.CallOption) (*query.ReleaseResponse, error) // StreamHealth runs a streaming RPC to the tablet, that returns the // current health of the tablet on a regular basis. StreamHealth(ctx context.Context, in *query.StreamHealthRequest, opts ...grpc.CallOption) (Query_StreamHealthClient, error) @@ -348,6 +354,33 @@ func (c *queryClient) MessageAck(ctx context.Context, in *query.MessageAckReques return out, nil } +func (c *queryClient) ReserveExecute(ctx context.Context, in *query.ReserveExecuteRequest, opts ...grpc.CallOption) (*query.ReserveExecuteResponse, error) { + out := new(query.ReserveExecuteResponse) + err := c.cc.Invoke(ctx, "/queryservice.Query/ReserveExecute", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *queryClient) ReserveBeginExecute(ctx context.Context, in *query.ReserveBeginExecuteRequest, opts ...grpc.CallOption) (*query.ReserveBeginExecuteResponse, error) { + out := new(query.ReserveBeginExecuteResponse) + err := c.cc.Invoke(ctx, "/queryservice.Query/ReserveBeginExecute", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *queryClient) Release(ctx context.Context, in *query.ReleaseRequest, opts ...grpc.CallOption) (*query.ReleaseResponse, error) { + out := new(query.ReleaseResponse) + err := c.cc.Invoke(ctx, "/queryservice.Query/Release", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *queryClient) StreamHealth(ctx context.Context, in *query.StreamHealthRequest, opts ...grpc.CallOption) (Query_StreamHealthClient, error) { stream, err := c.cc.NewStream(ctx, &_Query_serviceDesc.Streams[2], "/queryservice.Query/StreamHealth", opts...) if err != nil { @@ -519,6 +552,9 @@ type QueryServer interface { MessageStream(*query.MessageStreamRequest, Query_MessageStreamServer) error // MessageAck acks messages for a table. MessageAck(context.Context, *query.MessageAckRequest) (*query.MessageAckResponse, error) + ReserveExecute(context.Context, *query.ReserveExecuteRequest) (*query.ReserveExecuteResponse, error) + ReserveBeginExecute(context.Context, *query.ReserveBeginExecuteRequest) (*query.ReserveBeginExecuteResponse, error) + Release(context.Context, *query.ReleaseRequest) (*query.ReleaseResponse, error) // StreamHealth runs a streaming RPC to the tablet, that returns the // current health of the tablet on a regular basis. StreamHealth(*query.StreamHealthRequest, Query_StreamHealthServer) error @@ -588,6 +624,15 @@ func (*UnimplementedQueryServer) MessageStream(req *query.MessageStreamRequest, func (*UnimplementedQueryServer) MessageAck(ctx context.Context, req *query.MessageAckRequest) (*query.MessageAckResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method MessageAck not implemented") } +func (*UnimplementedQueryServer) ReserveExecute(ctx context.Context, req *query.ReserveExecuteRequest) (*query.ReserveExecuteResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method ReserveExecute not implemented") +} +func (*UnimplementedQueryServer) ReserveBeginExecute(ctx context.Context, req *query.ReserveBeginExecuteRequest) (*query.ReserveBeginExecuteResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method ReserveBeginExecute not implemented") +} +func (*UnimplementedQueryServer) Release(ctx context.Context, req *query.ReleaseRequest) (*query.ReleaseResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method Release not implemented") +} func (*UnimplementedQueryServer) StreamHealth(req *query.StreamHealthRequest, srv Query_StreamHealthServer) error { return status.Errorf(codes.Unimplemented, "method StreamHealth not implemented") } @@ -935,6 +980,60 @@ func _Query_MessageAck_Handler(srv interface{}, ctx context.Context, dec func(in return interceptor(ctx, in, info, handler) } +func _Query_ReserveExecute_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(query.ReserveExecuteRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(QueryServer).ReserveExecute(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/queryservice.Query/ReserveExecute", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(QueryServer).ReserveExecute(ctx, req.(*query.ReserveExecuteRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _Query_ReserveBeginExecute_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(query.ReserveBeginExecuteRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(QueryServer).ReserveBeginExecute(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/queryservice.Query/ReserveBeginExecute", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(QueryServer).ReserveBeginExecute(ctx, req.(*query.ReserveBeginExecuteRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _Query_Release_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(query.ReleaseRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(QueryServer).Release(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/queryservice.Query/Release", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(QueryServer).Release(ctx, req.(*query.ReleaseRequest)) + } + return interceptor(ctx, in, info, handler) +} + func _Query_StreamHealth_Handler(srv interface{}, stream grpc.ServerStream) error { m := new(query.StreamHealthRequest) if err := stream.RecvMsg(m); err != nil { @@ -1087,6 +1186,18 @@ var _Query_serviceDesc = grpc.ServiceDesc{ MethodName: "MessageAck", Handler: _Query_MessageAck_Handler, }, + { + MethodName: "ReserveExecute", + Handler: _Query_ReserveExecute_Handler, + }, + { + MethodName: "ReserveBeginExecute", + Handler: _Query_ReserveBeginExecute_Handler, + }, + { + MethodName: "Release", + Handler: _Query_Release_Handler, + }, }, Streams: []grpc.StreamDesc{ { diff --git a/go/vt/proto/vtgate/vtgate.pb.go b/go/vt/proto/vtgate/vtgate.pb.go index 5e23cf2aab6..c73627f3a04 100644 --- a/go/vt/proto/vtgate/vtgate.pb.go +++ b/go/vt/proto/vtgate/vtgate.pb.go @@ -114,11 +114,6 @@ type Session struct { InTransaction bool `protobuf:"varint,1,opt,name=in_transaction,json=inTransaction,proto3" json:"in_transaction,omitempty"` // shard_sessions keep track of per-shard transaction info. ShardSessions []*Session_ShardSession `protobuf:"bytes,2,rep,name=shard_sessions,json=shardSessions,proto3" json:"shard_sessions,omitempty"` - // single_db is deprecated. Use transaction_mode instead. - // The value specifies if the transaction should be restricted - // to a single shard. - // TODO(sougou): remove in 3.1 - SingleDb bool `protobuf:"varint,3,opt,name=single_db,json=singleDb,proto3" json:"single_db,omitempty"` // autocommit specifies if the session is in autocommit mode. // This is used only for V3. Autocommit bool `protobuf:"varint,4,opt,name=autocommit,proto3" json:"autocommit,omitempty"` @@ -191,13 +186,6 @@ func (m *Session) GetShardSessions() []*Session_ShardSession { return nil } -func (m *Session) GetSingleDb() bool { - if m != nil { - return m.SingleDb - } - return false -} - func (m *Session) GetAutocommit() bool { if m != nil { return m.Autocommit @@ -283,12 +271,14 @@ func (m *Session) GetRowCount() int64 { } type Session_ShardSession struct { - Target *query.Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` - TransactionId int64 `protobuf:"varint,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` - TabletAlias *topodata.TabletAlias `protobuf:"bytes,3,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Target *query.Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` + TransactionId int64 `protobuf:"varint,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` + TabletAlias *topodata.TabletAlias `protobuf:"bytes,3,opt,name=tablet_alias,json=tabletAlias,proto3" json:"tablet_alias,omitempty"` + // reserved connection if a dedicated connection is needed + ReservedId int64 `protobuf:"varint,4,opt,name=reserved_id,json=reservedId,proto3" json:"reserved_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Session_ShardSession) Reset() { *m = Session_ShardSession{} } @@ -337,6 +327,13 @@ func (m *Session_ShardSession) GetTabletAlias() *topodata.TabletAlias { return nil } +func (m *Session_ShardSession) GetReservedId() int64 { + if m != nil { + return m.ReservedId + } + return 0 +} + // ExecuteRequest is the payload to Execute. type ExecuteRequest struct { // caller_id identifies the caller. This is the effective caller ID, @@ -982,76 +979,77 @@ func init() { func init() { proto.RegisterFile("vtgate.proto", fileDescriptor_aab96496ceaf1ebb) } var fileDescriptor_aab96496ceaf1ebb = []byte{ - // 1133 bytes of a gzipped FileDescriptorProto + // 1140 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xee, 0xfa, 0xdf, 0xc7, 0x7f, 0xcb, 0xd4, 0x2d, 0x5b, 0x53, 0x90, 0xe5, 0xb6, 0xaa, 0x13, - 0x90, 0x8d, 0x82, 0x40, 0x15, 0x02, 0xa1, 0xc4, 0x71, 0x2b, 0xa3, 0x24, 0x0e, 0x63, 0x27, 0x91, - 0x10, 0x68, 0xb5, 0xf1, 0x4e, 0x9c, 0x51, 0x9d, 0x9d, 0xed, 0xcc, 0xd8, 0xc1, 0x4f, 0xc1, 0x1d, - 0x17, 0xbc, 0x00, 0xef, 0xc2, 0x15, 0xbc, 0x11, 0x9a, 0x99, 0xb5, 0xbd, 0x31, 0x81, 0xa6, 0xa9, - 0x72, 0xb3, 0x9a, 0x73, 0xbe, 0x33, 0x67, 0xcf, 0x7c, 0xe7, 0x67, 0x06, 0x8a, 0x33, 0x39, 0xf6, - 0x24, 0x69, 0x85, 0x9c, 0x49, 0x86, 0x32, 0x46, 0xaa, 0xd9, 0xa7, 0x34, 0x98, 0xb0, 0xb1, 0xef, - 0x49, 0xcf, 0x20, 0xb5, 0xc2, 0x9b, 0x29, 0xe1, 0xf3, 0x48, 0x28, 0x4b, 0x16, 0xb2, 0x38, 0x38, - 0x93, 0x3c, 0x1c, 0x19, 0xa1, 0xf1, 0x57, 0x0e, 0xb2, 0x03, 0x22, 0x04, 0x65, 0x01, 0x7a, 0x06, - 0x65, 0x1a, 0xb8, 0x92, 0x7b, 0x81, 0xf0, 0x46, 0x92, 0xb2, 0xc0, 0xb1, 0xea, 0x56, 0x33, 0x87, - 0x4b, 0x34, 0x18, 0xae, 0x94, 0xa8, 0x03, 0x65, 0x71, 0xee, 0x71, 0xdf, 0x15, 0x66, 0x9f, 0x70, - 0x12, 0xf5, 0x64, 0xb3, 0xb0, 0xf5, 0xb8, 0x15, 0x45, 0x17, 0xf9, 0x6b, 0x0d, 0x94, 0x55, 0x24, - 0xe0, 0x92, 0x88, 0x49, 0x02, 0x7d, 0x04, 0x79, 0x41, 0x83, 0xf1, 0x84, 0xb8, 0xfe, 0xa9, 0x93, - 0xd4, 0xbf, 0xc9, 0x19, 0xc5, 0xee, 0x29, 0xfa, 0x04, 0xc0, 0x9b, 0x4a, 0x36, 0x62, 0x17, 0x17, - 0x54, 0x3a, 0x29, 0x8d, 0xc6, 0x34, 0xe8, 0x09, 0x94, 0xa4, 0xc7, 0xc7, 0x44, 0xba, 0x42, 0x72, - 0x1a, 0x8c, 0x9d, 0x74, 0xdd, 0x6a, 0xe6, 0x71, 0xd1, 0x28, 0x07, 0x5a, 0x87, 0xda, 0x90, 0x65, - 0xa1, 0xd4, 0xf1, 0x65, 0xea, 0x56, 0xb3, 0xb0, 0xf5, 0xa0, 0x65, 0x58, 0xe9, 0xfe, 0x42, 0x46, - 0x53, 0x49, 0xfa, 0x06, 0xc4, 0x0b, 0x2b, 0xb4, 0x03, 0x76, 0xec, 0xec, 0xee, 0x05, 0xf3, 0x89, - 0x93, 0xad, 0x5b, 0xcd, 0xf2, 0xd6, 0x87, 0x8b, 0x93, 0xc5, 0x68, 0xd8, 0x67, 0x3e, 0xc1, 0x15, - 0x79, 0x55, 0x81, 0xda, 0x90, 0xbb, 0xf4, 0x78, 0x40, 0x83, 0xb1, 0x70, 0x72, 0x9a, 0x95, 0xfb, - 0xd1, 0x5f, 0x7f, 0x50, 0xdf, 0x13, 0x83, 0xe1, 0xa5, 0x11, 0xfa, 0x0e, 0x8a, 0x21, 0x27, 0x2b, - 0x2a, 0xf3, 0x37, 0xa0, 0xb2, 0x10, 0x72, 0xb2, 0x24, 0x72, 0x1b, 0x4a, 0x21, 0x13, 0x72, 0xe5, - 0x01, 0x6e, 0xe0, 0xa1, 0xa8, 0xb6, 0x2c, 0x5d, 0x3c, 0x85, 0xf2, 0xc4, 0x13, 0xd2, 0xa5, 0x81, - 0x20, 0x5c, 0xba, 0xd4, 0x77, 0x0a, 0x75, 0xab, 0x99, 0xc2, 0x45, 0xa5, 0xed, 0x69, 0x65, 0xcf, - 0x47, 0x1f, 0x03, 0x9c, 0xb1, 0x69, 0xe0, 0xbb, 0x9c, 0x5d, 0x0a, 0xa7, 0xa8, 0x2d, 0xf2, 0x5a, - 0x83, 0xd9, 0xa5, 0x40, 0x2e, 0x3c, 0x9c, 0x0a, 0xc2, 0x5d, 0x9f, 0x9c, 0xd1, 0x80, 0xf8, 0xee, - 0xcc, 0xe3, 0xd4, 0x3b, 0x9d, 0x10, 0xe1, 0x94, 0x74, 0x40, 0x1b, 0xeb, 0x01, 0x1d, 0x09, 0xc2, - 0x77, 0x8d, 0xf1, 0xf1, 0xc2, 0xb6, 0x1b, 0x48, 0x3e, 0xc7, 0xd5, 0xe9, 0x35, 0x10, 0xea, 0x83, - 0x2d, 0xe6, 0x42, 0x92, 0x8b, 0x98, 0xeb, 0xb2, 0x76, 0xfd, 0xf4, 0x5f, 0x67, 0xd5, 0x76, 0x6b, - 0x5e, 0x2b, 0xe2, 0xaa, 0x56, 0x95, 0x20, 0x67, 0x97, 0xee, 0x88, 0x4d, 0x03, 0xe9, 0x54, 0xea, - 0x56, 0x33, 0x89, 0x73, 0x9c, 0x5d, 0x76, 0x94, 0x5c, 0xfb, 0xcd, 0x82, 0x62, 0x9c, 0x32, 0xf4, - 0x0c, 0x32, 0xa6, 0xbc, 0x74, 0x53, 0x14, 0xb6, 0x4a, 0x51, 0x5e, 0x87, 0x5a, 0x89, 0x23, 0x50, - 0xf5, 0x50, 0xbc, 0x88, 0xa8, 0xef, 0x24, 0xb4, 0xe7, 0x52, 0x4c, 0xdb, 0xf3, 0xd1, 0x0b, 0x28, - 0x4a, 0x15, 0x85, 0x74, 0xbd, 0x09, 0xf5, 0x84, 0xee, 0x00, 0x55, 0xa1, 0xcb, 0x56, 0x1d, 0x6a, - 0x74, 0x5b, 0x81, 0xb8, 0x20, 0x57, 0x42, 0xed, 0x27, 0x78, 0xf4, 0x9f, 0xcc, 0x21, 0x1b, 0x92, - 0xaf, 0xc9, 0x5c, 0x47, 0x98, 0xc7, 0x6a, 0x89, 0x36, 0x20, 0x3d, 0xf3, 0x26, 0x53, 0xa2, 0xc3, - 0x58, 0x55, 0xe3, 0x0e, 0x0d, 0x96, 0x7b, 0xb1, 0xb1, 0xf8, 0x3a, 0xf1, 0xc2, 0xaa, 0xed, 0x40, - 0xf5, 0x3a, 0xf2, 0xae, 0x71, 0x5c, 0x8d, 0x3b, 0xce, 0xc7, 0x7c, 0x34, 0xfe, 0x48, 0x40, 0x39, - 0xea, 0x31, 0x4c, 0xde, 0x4c, 0x89, 0x90, 0xe8, 0x33, 0xc8, 0x8f, 0xbc, 0xc9, 0x84, 0x70, 0x45, - 0x88, 0xe1, 0xaf, 0xd2, 0x32, 0x63, 0xa8, 0xa3, 0xf5, 0xbd, 0x5d, 0x9c, 0x33, 0x16, 0x3d, 0x1f, - 0x6d, 0x40, 0x36, 0xaa, 0xe6, 0x28, 0xea, 0xca, 0x5a, 0x82, 0xf1, 0x02, 0x47, 0xcf, 0x21, 0xad, - 0x0f, 0x14, 0x11, 0xf8, 0xc1, 0xe2, 0x78, 0xaa, 0x2c, 0x75, 0xc7, 0x61, 0x83, 0xa3, 0x2f, 0x21, - 0x62, 0xd1, 0x95, 0xf3, 0x90, 0xe8, 0x99, 0x52, 0xde, 0xaa, 0xae, 0xf3, 0x3d, 0x9c, 0x87, 0x04, - 0x83, 0x5c, 0xae, 0x55, 0x3a, 0x5f, 0x93, 0xb9, 0x08, 0xbd, 0x11, 0x71, 0xf5, 0x00, 0xd3, 0xb3, - 0x24, 0x8f, 0x4b, 0x0b, 0xad, 0xae, 0x91, 0xf8, 0xac, 0xc9, 0xde, 0x64, 0xd6, 0x7c, 0x9f, 0xca, - 0xa5, 0xed, 0x4c, 0xe3, 0x57, 0x0b, 0x2a, 0x4b, 0xa6, 0x44, 0xc8, 0x02, 0xa1, 0xfe, 0x98, 0x26, - 0x9c, 0x33, 0xbe, 0x46, 0x13, 0x3e, 0xec, 0x74, 0x95, 0x1a, 0x1b, 0xf4, 0x5d, 0x38, 0xda, 0x84, - 0x0c, 0x27, 0x62, 0x3a, 0x91, 0x11, 0x49, 0x28, 0x3e, 0x91, 0xb0, 0x46, 0x70, 0x64, 0xd1, 0xf8, - 0x3b, 0x01, 0xf7, 0xa3, 0x88, 0x76, 0x3c, 0x39, 0x3a, 0xbf, 0xf3, 0x04, 0x7e, 0x0a, 0x59, 0x15, - 0x0d, 0x25, 0xaa, 0x07, 0x92, 0xd7, 0xa7, 0x70, 0x61, 0xf1, 0x1e, 0x49, 0xf4, 0xc4, 0x95, 0x7b, - 0x2d, 0x6d, 0xee, 0x35, 0x4f, 0xc4, 0xef, 0xb5, 0x3b, 0xca, 0x75, 0xe3, 0x77, 0x0b, 0xaa, 0x57, - 0x39, 0xbd, 0xb3, 0x54, 0x7f, 0x0e, 0x59, 0x93, 0xc8, 0x05, 0x9b, 0x0f, 0xa3, 0xd8, 0x4c, 0x9a, - 0x4f, 0xa8, 0x3c, 0x37, 0xae, 0x17, 0x66, 0xaa, 0x59, 0xab, 0x03, 0xc9, 0x89, 0x77, 0xf1, 0x5e, - 0x2d, 0xbb, 0xec, 0xc3, 0xc4, 0xbb, 0xf5, 0x61, 0xf2, 0xd6, 0x7d, 0x98, 0x7a, 0x4b, 0x6e, 0xd2, - 0x37, 0xba, 0xf3, 0x63, 0xdc, 0x66, 0xfe, 0x9f, 0xdb, 0x46, 0x07, 0x1e, 0xac, 0x11, 0x15, 0xa5, - 0x71, 0xd5, 0x5f, 0xd6, 0x5b, 0xfb, 0xeb, 0x67, 0x78, 0x84, 0x89, 0x60, 0x93, 0x19, 0x89, 0x55, - 0xde, 0xed, 0x28, 0x47, 0x90, 0xf2, 0x65, 0x74, 0xbf, 0xe4, 0xb1, 0x5e, 0x37, 0x1e, 0x43, 0xed, - 0x3a, 0xf7, 0x26, 0xd0, 0xc6, 0x9f, 0x16, 0x94, 0x8f, 0xcd, 0x19, 0x6e, 0xf7, 0xcb, 0xb5, 0xe4, - 0x25, 0x6e, 0x98, 0xbc, 0xe7, 0x90, 0x9e, 0x8d, 0x55, 0xa8, 0x8b, 0x21, 0x1d, 0x7b, 0xaf, 0x1e, - 0xbf, 0x92, 0xd4, 0xc7, 0x06, 0x57, 0x4c, 0x9e, 0xd1, 0x89, 0x24, 0x5c, 0x67, 0x57, 0x31, 0x19, - 0xb3, 0x7c, 0xa9, 0x11, 0x1c, 0x59, 0x34, 0xbe, 0x85, 0xca, 0xf2, 0x2c, 0xab, 0x44, 0x90, 0x19, - 0x09, 0xa4, 0x70, 0x2c, 0x5d, 0xfc, 0x57, 0xb6, 0x1f, 0x77, 0x15, 0x84, 0x23, 0x8b, 0xcd, 0x5d, - 0xa8, 0xac, 0x3d, 0xe6, 0x50, 0x05, 0x0a, 0x47, 0x07, 0x83, 0xc3, 0x6e, 0xa7, 0xf7, 0xb2, 0xd7, - 0xdd, 0xb5, 0xef, 0x21, 0x80, 0xcc, 0xa0, 0x77, 0xf0, 0x6a, 0xaf, 0x6b, 0x5b, 0x28, 0x0f, 0xe9, - 0xfd, 0xa3, 0xbd, 0x61, 0xcf, 0x4e, 0xa8, 0xe5, 0xf0, 0xa4, 0x7f, 0xd8, 0xb1, 0x93, 0x9b, 0xdf, - 0x40, 0xa1, 0xa3, 0x9f, 0xa4, 0x7d, 0xee, 0x13, 0xae, 0x36, 0x1c, 0xf4, 0xf1, 0xfe, 0xf6, 0x9e, - 0x7d, 0x0f, 0x65, 0x21, 0x79, 0x88, 0xd5, 0xce, 0x1c, 0xa4, 0x0e, 0xfb, 0x83, 0xa1, 0x9d, 0x40, - 0x65, 0x80, 0xed, 0xa3, 0x61, 0xbf, 0xd3, 0xdf, 0xdf, 0xef, 0x0d, 0xed, 0xe4, 0xce, 0x57, 0x50, - 0xa1, 0xac, 0x35, 0xa3, 0x92, 0x08, 0x61, 0x9e, 0xe3, 0x3f, 0x3e, 0x89, 0x24, 0xca, 0xda, 0x66, - 0xd5, 0x1e, 0xb3, 0xf6, 0x4c, 0xb6, 0x35, 0xda, 0x36, 0xa5, 0x79, 0x9a, 0xd1, 0xd2, 0x17, 0xff, - 0x04, 0x00, 0x00, 0xff, 0xff, 0x07, 0xaa, 0x95, 0x79, 0x0e, 0x0c, 0x00, 0x00, + 0x14, 0xee, 0xfa, 0xdf, 0xc7, 0x7f, 0xcb, 0xd4, 0x2d, 0x5b, 0x53, 0xc0, 0x72, 0x5b, 0xd5, 0x0d, + 0xc8, 0x46, 0x41, 0xa0, 0x0a, 0x81, 0x50, 0xe2, 0xb8, 0x95, 0xab, 0x24, 0x0e, 0x63, 0x27, 0x91, + 0x10, 0x68, 0xb5, 0xf1, 0x4e, 0x9c, 0x55, 0x9d, 0x1d, 0x77, 0x66, 0xec, 0xe0, 0xa7, 0xe0, 0x9e, + 0x17, 0xe0, 0x11, 0x78, 0x07, 0xee, 0xb8, 0xe5, 0x69, 0xd0, 0xfc, 0xac, 0xbd, 0x31, 0x81, 0xa6, + 0xa9, 0x72, 0xb3, 0x9a, 0xf3, 0x33, 0x67, 0xcf, 0xf9, 0xbe, 0x73, 0x66, 0x06, 0x8a, 0x73, 0x31, + 0xf6, 0x04, 0x69, 0x4d, 0x19, 0x15, 0x14, 0x65, 0xb4, 0x54, 0xb3, 0x4f, 0x82, 0x70, 0x42, 0xc7, + 0xbe, 0x27, 0x3c, 0x6d, 0xa9, 0x15, 0xde, 0xcc, 0x08, 0x5b, 0x18, 0xa1, 0x2c, 0xe8, 0x94, 0xc6, + 0x8d, 0x73, 0xc1, 0xa6, 0x23, 0x2d, 0x34, 0xfe, 0xce, 0x41, 0x76, 0x40, 0x38, 0x0f, 0x68, 0x88, + 0x9e, 0x40, 0x39, 0x08, 0x5d, 0xc1, 0xbc, 0x90, 0x7b, 0x23, 0x11, 0xd0, 0xd0, 0xb1, 0xea, 0x56, + 0x33, 0x87, 0x4b, 0x41, 0x38, 0x5c, 0x29, 0x51, 0x07, 0xca, 0xfc, 0xcc, 0x63, 0xbe, 0xcb, 0xf5, + 0x3e, 0xee, 0x24, 0xea, 0xc9, 0x66, 0x61, 0xf3, 0x61, 0xcb, 0x64, 0x67, 0xe2, 0xb5, 0x06, 0xd2, + 0xcb, 0x08, 0xb8, 0xc4, 0x63, 0x12, 0x47, 0x9f, 0x00, 0x78, 0x33, 0x41, 0x47, 0xf4, 0xfc, 0x3c, + 0x10, 0x4e, 0x4a, 0xfd, 0x27, 0xa6, 0x41, 0x8f, 0xa0, 0x24, 0x3c, 0x36, 0x26, 0xc2, 0xe5, 0x82, + 0x05, 0xe1, 0xd8, 0x49, 0xd7, 0xad, 0x66, 0x1e, 0x17, 0xb5, 0x72, 0xa0, 0x74, 0xa8, 0x0d, 0x59, + 0x3a, 0x15, 0x2a, 0x85, 0x4c, 0xdd, 0x6a, 0x16, 0x36, 0xef, 0xb5, 0x74, 0xe1, 0xdd, 0x5f, 0xc8, + 0x68, 0x26, 0x48, 0x5f, 0x1b, 0x71, 0xe4, 0x85, 0xb6, 0xc1, 0x8e, 0x95, 0xe7, 0x9e, 0x53, 0x9f, + 0x38, 0xd9, 0xba, 0xd5, 0x2c, 0x6f, 0x7e, 0x18, 0x25, 0x1f, 0xab, 0x74, 0x8f, 0xfa, 0x04, 0x57, + 0xc4, 0x65, 0x05, 0x6a, 0x43, 0xee, 0xc2, 0x63, 0x61, 0x10, 0x8e, 0xb9, 0x93, 0x53, 0x85, 0xdf, + 0x35, 0x7f, 0xfd, 0x41, 0x7e, 0x8f, 0xb5, 0x0d, 0x2f, 0x9d, 0xd0, 0xf7, 0x50, 0x9c, 0x32, 0xb2, + 0x42, 0x2b, 0x7f, 0x0d, 0xb4, 0x0a, 0x53, 0x46, 0x96, 0x58, 0x6d, 0x41, 0x69, 0x4a, 0xb9, 0x58, + 0x45, 0x80, 0x6b, 0x44, 0x28, 0xca, 0x2d, 0xcb, 0x10, 0x8f, 0xa1, 0x3c, 0xf1, 0xb8, 0x70, 0x83, + 0x90, 0x13, 0x26, 0xdc, 0xc0, 0x77, 0x0a, 0x75, 0xab, 0x99, 0xc2, 0x45, 0xa9, 0xed, 0x29, 0x65, + 0xcf, 0x47, 0x1f, 0x03, 0x9c, 0xd2, 0x59, 0xe8, 0xbb, 0x8c, 0x5e, 0x70, 0xa7, 0xa8, 0x3c, 0xf2, + 0x4a, 0x83, 0xe9, 0x05, 0x47, 0x2e, 0xdc, 0x9f, 0x71, 0xc2, 0x5c, 0x9f, 0x9c, 0x06, 0x21, 0xf1, + 0xdd, 0xb9, 0xc7, 0x02, 0xef, 0x64, 0x42, 0xb8, 0x53, 0x52, 0x09, 0x3d, 0x5b, 0x4f, 0xe8, 0x90, + 0x13, 0xb6, 0xa3, 0x9d, 0x8f, 0x22, 0xdf, 0x6e, 0x28, 0xd8, 0x02, 0x57, 0x67, 0x57, 0x98, 0x50, + 0x1f, 0x6c, 0xbe, 0xe0, 0x82, 0x9c, 0xc7, 0x42, 0x97, 0x55, 0xe8, 0xc7, 0xff, 0xaa, 0x55, 0xf9, + 0xad, 0x45, 0xad, 0xf0, 0xcb, 0x5a, 0xf4, 0x11, 0xe4, 0x19, 0xbd, 0x70, 0x47, 0x74, 0x16, 0x0a, + 0xa7, 0x52, 0xb7, 0x9a, 0x49, 0x9c, 0x63, 0xf4, 0xa2, 0x23, 0xe5, 0xda, 0x1f, 0x16, 0x14, 0xe3, + 0x90, 0xa1, 0x27, 0x90, 0xd1, 0xed, 0xa5, 0xfa, 0xbe, 0xb0, 0x59, 0x32, 0xbc, 0x0e, 0x95, 0x12, + 0x1b, 0xa3, 0x1c, 0x93, 0x78, 0x13, 0x05, 0xbe, 0x93, 0x50, 0x91, 0x4b, 0x31, 0x6d, 0xcf, 0x47, + 0xcf, 0xa1, 0x28, 0x64, 0x16, 0xc2, 0xf5, 0x26, 0x81, 0xc7, 0x9d, 0xa4, 0xe9, 0xd0, 0xe5, 0x34, + 0x0e, 0x95, 0x75, 0x4b, 0x1a, 0x71, 0x41, 0xac, 0x04, 0xf4, 0x29, 0x14, 0x18, 0xe1, 0x84, 0xcd, + 0x89, 0x2f, 0xa3, 0xa7, 0x54, 0x74, 0x88, 0x54, 0x3d, 0xbf, 0xf6, 0x13, 0x3c, 0xf8, 0x4f, 0x68, + 0x91, 0x0d, 0xc9, 0xd7, 0x64, 0xa1, 0x4a, 0xc8, 0x63, 0xb9, 0x44, 0xcf, 0x20, 0x3d, 0xf7, 0x26, + 0x33, 0xa2, 0xf2, 0x5c, 0xb5, 0xeb, 0x76, 0x10, 0x2e, 0xf7, 0x62, 0xed, 0xf1, 0x4d, 0xe2, 0xb9, + 0x55, 0xdb, 0x86, 0xea, 0x55, 0xe8, 0x5e, 0x11, 0xb8, 0x1a, 0x0f, 0x9c, 0x8f, 0xc5, 0x78, 0x95, + 0xca, 0x25, 0xed, 0x54, 0xe3, 0xf7, 0x04, 0x94, 0xcd, 0x28, 0x62, 0xf2, 0x66, 0x46, 0xb8, 0x40, + 0x9f, 0x43, 0x7e, 0xe4, 0x4d, 0x26, 0x84, 0xc9, 0xca, 0x34, 0xcc, 0x95, 0x96, 0x3e, 0x90, 0x3a, + 0x4a, 0xdf, 0xdb, 0xc1, 0x39, 0xed, 0xd1, 0xf3, 0xd1, 0x33, 0xc8, 0x9a, 0xa6, 0x37, 0xb9, 0x57, + 0xd6, 0xfa, 0x00, 0x47, 0x76, 0xf4, 0x14, 0xd2, 0xaa, 0x2c, 0x83, 0xf3, 0x07, 0x51, 0x91, 0xb2, + 0x7b, 0xd5, 0x60, 0x62, 0x6d, 0x47, 0x5f, 0x81, 0x01, 0xdb, 0x15, 0x8b, 0x29, 0x51, 0xe8, 0x96, + 0x37, 0xab, 0xeb, 0xb4, 0x0c, 0x17, 0x53, 0x82, 0x41, 0x2c, 0xd7, 0x92, 0xf5, 0xd7, 0x64, 0xc1, + 0xa7, 0xde, 0x88, 0xb8, 0xea, 0x28, 0x53, 0x47, 0x4e, 0x1e, 0x97, 0x22, 0xad, 0x6a, 0xa5, 0xf8, + 0x91, 0x94, 0xbd, 0xce, 0x91, 0xf4, 0x2a, 0x95, 0x4b, 0xdb, 0x99, 0xc6, 0xaf, 0x16, 0x54, 0x96, + 0x48, 0xf1, 0x29, 0x0d, 0xb9, 0xfc, 0x63, 0x9a, 0x30, 0x46, 0xd9, 0x1a, 0x4c, 0xf8, 0xa0, 0xd3, + 0x95, 0x6a, 0xac, 0xad, 0xef, 0x82, 0xd1, 0x06, 0x64, 0x18, 0xe1, 0xb3, 0x89, 0x30, 0x20, 0xa1, + 0xf8, 0xc1, 0x85, 0x95, 0x05, 0x1b, 0x8f, 0xc6, 0x5f, 0x09, 0xb8, 0x6b, 0x32, 0xda, 0xf6, 0xc4, + 0xe8, 0xec, 0xd6, 0x09, 0xfc, 0x0c, 0xb2, 0x32, 0x9b, 0x80, 0xc8, 0x51, 0x49, 0x5e, 0x4d, 0x61, + 0xe4, 0xf1, 0x1e, 0x24, 0x7a, 0xfc, 0xd2, 0x0d, 0x97, 0xd6, 0x37, 0x9c, 0xc7, 0xe3, 0x37, 0xdc, + 0x2d, 0x71, 0xdd, 0xf8, 0xcd, 0x82, 0xea, 0x65, 0x4c, 0x6f, 0x8d, 0xea, 0x2f, 0x20, 0xab, 0x89, + 0x8c, 0xd0, 0xbc, 0x6f, 0x72, 0xd3, 0x34, 0x1f, 0x07, 0xe2, 0x4c, 0x87, 0x8e, 0xdc, 0xe4, 0xb0, + 0x56, 0x07, 0x82, 0x11, 0xef, 0xfc, 0xbd, 0x46, 0x76, 0x39, 0x87, 0x89, 0x77, 0x9b, 0xc3, 0xe4, + 0x8d, 0xe7, 0x30, 0xf5, 0x16, 0x6e, 0xd2, 0xd7, 0x7a, 0x1a, 0xc4, 0xb0, 0xcd, 0xfc, 0x3f, 0xb6, + 0x8d, 0x0e, 0xdc, 0x5b, 0x03, 0xca, 0xd0, 0xb8, 0x9a, 0x2f, 0xeb, 0xad, 0xf3, 0xf5, 0x33, 0x3c, + 0xc0, 0x84, 0xd3, 0xc9, 0x9c, 0xc4, 0x3a, 0xef, 0x66, 0x90, 0x23, 0x48, 0xf9, 0xc2, 0x5c, 0x43, + 0x79, 0xac, 0xd6, 0x8d, 0x87, 0x50, 0xbb, 0x2a, 0xbc, 0x4e, 0xb4, 0xf1, 0xa7, 0x05, 0xe5, 0x23, + 0x5d, 0xc3, 0xcd, 0x7e, 0xb9, 0x46, 0x5e, 0xe2, 0x9a, 0xe4, 0x3d, 0x85, 0xf4, 0x7c, 0x2c, 0x53, + 0x8d, 0x0e, 0xe9, 0xd8, 0xcb, 0xf5, 0xe8, 0xa5, 0x08, 0x7c, 0xac, 0xed, 0x12, 0xc9, 0xd3, 0x60, + 0x22, 0x08, 0x53, 0xec, 0x4a, 0x24, 0x63, 0x9e, 0x2f, 0x94, 0x05, 0x1b, 0x8f, 0xc6, 0x77, 0x50, + 0x59, 0xd6, 0xb2, 0x22, 0x82, 0xcc, 0x49, 0x28, 0xb8, 0x63, 0xa9, 0xe6, 0xbf, 0xb4, 0xfd, 0xa8, + 0x2b, 0x4d, 0xd8, 0x78, 0x6c, 0xec, 0x40, 0x65, 0xed, 0xcd, 0x87, 0x2a, 0x50, 0x38, 0xdc, 0x1f, + 0x1c, 0x74, 0x3b, 0xbd, 0x17, 0xbd, 0xee, 0x8e, 0x7d, 0x07, 0x01, 0x64, 0x06, 0xbd, 0xfd, 0x97, + 0xbb, 0x5d, 0xdb, 0x42, 0x79, 0x48, 0xef, 0x1d, 0xee, 0x0e, 0x7b, 0x76, 0x42, 0x2e, 0x87, 0xc7, + 0xfd, 0x83, 0x8e, 0x9d, 0xdc, 0xf8, 0x16, 0x0a, 0x1d, 0xf5, 0x72, 0xed, 0x33, 0x9f, 0x30, 0xb9, + 0x61, 0xbf, 0x8f, 0xf7, 0xb6, 0x76, 0xed, 0x3b, 0x28, 0x0b, 0xc9, 0x03, 0x2c, 0x77, 0xe6, 0x20, + 0x75, 0xd0, 0x1f, 0x0c, 0xed, 0x04, 0x2a, 0x03, 0x6c, 0x1d, 0x0e, 0xfb, 0x9d, 0xfe, 0xde, 0x5e, + 0x6f, 0x68, 0x27, 0xb7, 0xbf, 0x86, 0x4a, 0x40, 0x5b, 0xf3, 0x40, 0x10, 0xce, 0xf5, 0xc3, 0xfc, + 0xc7, 0x47, 0x46, 0x0a, 0x68, 0x5b, 0xaf, 0xda, 0x63, 0xda, 0x9e, 0x8b, 0xb6, 0xb2, 0xb6, 0x75, + 0x6b, 0x9e, 0x64, 0x94, 0xf4, 0xe5, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x57, 0xac, 0xe8, 0xa9, + 0x18, 0x0c, 0x00, 0x00, } diff --git a/go/vt/vtgate/safe_session.go b/go/vt/vtgate/safe_session.go index 2eaacdbd6d3..ea4cb83ee15 100644 --- a/go/vt/vtgate/safe_session.go +++ b/go/vt/vtgate/safe_session.go @@ -92,7 +92,6 @@ func (session *SafeSession) Reset() { session.mustRollback = false session.autocommitState = notAutocommittable session.Session.InTransaction = false - session.SingleDb = false session.ShardSessions = nil session.PreSessions = nil session.PostSessions = nil @@ -202,8 +201,7 @@ func (session *SafeSession) Append(shardSession *vtgatepb.Session_ShardSession, } func (session *SafeSession) isSingleDB(txMode vtgatepb.TransactionMode) bool { - return session.SingleDb || - session.TransactionMode == vtgatepb.TransactionMode_SINGLE || + return session.TransactionMode == vtgatepb.TransactionMode_SINGLE || (session.TransactionMode == vtgatepb.TransactionMode_UNSPECIFIED && txMode == vtgatepb.TransactionMode_SINGLE) } diff --git a/go/vt/vtgate/scatter_conn_test.go b/go/vt/vtgate/scatter_conn_test.go index 078c5704994..5249f0db99e 100644 --- a/go/vt/vtgate/scatter_conn_test.go +++ b/go/vt/vtgate/scatter_conn_test.go @@ -560,17 +560,8 @@ func TestScatterConnSingleDB(t *testing.T) { want := "multi-db transaction attempted" - // SingleDb (legacy) - session := NewSafeSession(&vtgatepb.Session{InTransaction: true, SingleDb: true}) - _, err = sc.Execute(ctx, "query1", nil, rss0, session, false, nil, false) - require.NoError(t, err) - _, err = sc.Execute(ctx, "query1", nil, rss1, session, false, nil, false) - if err == nil || !strings.Contains(err.Error(), want) { - t.Errorf("Multi DB exec: %v, must contain %s", err, want) - } - // TransactionMode_SINGLE in session - session = NewSafeSession(&vtgatepb.Session{InTransaction: true, TransactionMode: vtgatepb.TransactionMode_SINGLE}) + session := NewSafeSession(&vtgatepb.Session{InTransaction: true, TransactionMode: vtgatepb.TransactionMode_SINGLE}) _, err = sc.Execute(ctx, "query1", nil, rss0, session, false, nil, false) require.NoError(t, err) _, err = sc.Execute(ctx, "query1", nil, rss1, session, false, nil, false) diff --git a/go/vt/vttablet/grpcqueryservice/server.go b/go/vt/vttablet/grpcqueryservice/server.go index e7979e14972..42913c681b7 100644 --- a/go/vt/vttablet/grpcqueryservice/server.go +++ b/go/vt/vttablet/grpcqueryservice/server.go @@ -19,7 +19,8 @@ package grpcqueryservice import ( "google.golang.org/grpc" - "golang.org/x/net/context" + "context" + "vitess.io/vitess/go/sqltypes" "vitess.io/vitess/go/vt/callerid" "vitess.io/vitess/go/vt/callinfo" @@ -37,6 +38,8 @@ type query struct { server queryservice.QueryService } +var _ queryservicepb.QueryServer = (*query)(nil) + // Execute is part of the queryservice.QueryServer interface func (q *query) Execute(ctx context.Context, request *querypb.ExecuteRequest) (response *querypb.ExecuteResponse, err error) { defer q.server.HandlePanic(&err) @@ -371,6 +374,21 @@ func (q *query) VStreamResults(request *binlogdatapb.VStreamResultsRequest, stre return vterrors.ToGRPC(err) } +//ReserveExecute implements the QueryServer interface +func (q *query) ReserveExecute(ctx context.Context, request *querypb.ReserveExecuteRequest) (*querypb.ReserveExecuteResponse, error) { + panic("implement me") +} + +//ReserveBeginExecute implements the QueryServer interface +func (q *query) ReserveBeginExecute(ctx context.Context, request *querypb.ReserveBeginExecuteRequest) (*querypb.ReserveBeginExecuteResponse, error) { + panic("implement me") +} + +//Release implements the QueryServer interface +func (q *query) Release(ctx context.Context, request *querypb.ReleaseRequest) (*querypb.ReleaseResponse, error) { + panic("implement me") +} + // Register registers the implementation on the provide gRPC Server. func Register(s *grpc.Server, server queryservice.QueryService) { queryservicepb.RegisterQueryServer(s, &query{server}) diff --git a/go/vt/vttablet/queryservice/fakes/stream_health_query_service.go b/go/vt/vttablet/queryservice/fakes/stream_health_query_service.go index 3c21cf8314b..f5e1f37abf4 100644 --- a/go/vt/vttablet/queryservice/fakes/stream_health_query_service.go +++ b/go/vt/vttablet/queryservice/fakes/stream_health_query_service.go @@ -46,6 +46,8 @@ type StreamHealthQueryService struct { target querypb.Target } +var _ queryservice.QueryService = (*StreamHealthQueryService)(nil) + // NewStreamHealthQueryService creates a new fake query service for the target. func NewStreamHealthQueryService(target querypb.Target) *StreamHealthQueryService { return &StreamHealthQueryService{ diff --git a/proto/query.proto b/proto/query.proto index 2f67758154c..12cf699d529 100644 --- a/proto/query.proto +++ b/proto/query.proto @@ -404,6 +404,7 @@ message ExecuteRequest { BoundQuery query = 4; int64 transaction_id = 5; ExecuteOptions options = 6; + int64 reserved_id = 7; } // ExecuteResponse is the returned value from Execute @@ -476,7 +477,9 @@ message CommitRequest { } // CommitResponse is the returned value from Commit -message CommitResponse {} +message CommitResponse { + int64 reserved_id = 1; +} // RollbackRequest is the payload to Rollback message RollbackRequest { @@ -487,7 +490,9 @@ message RollbackRequest { } // RollbackResponse is the returned value from Rollback -message RollbackResponse {} +message RollbackResponse { + int64 reserved_id = 1; +} // PrepareRequest is the payload to Prepare message PrepareRequest { @@ -591,6 +596,7 @@ message BeginExecuteRequest { Target target = 3; BoundQuery query = 4; ExecuteOptions options = 5; + int64 reserved_id = 6; } // BeginExecuteResponse is the returned value from BeginExecute @@ -663,6 +669,63 @@ message MessageAckResponse { QueryResult result = 1; } +// ReserveExecuteRequest is the payload to ReserveExecute +message ReserveExecuteRequest { + vtrpc.CallerID effective_caller_id = 1; + VTGateCallerID immediate_caller_id = 2; + Target target = 3; + BoundQuery query = 4; + int64 transaction_id = 5; + ExecuteOptions options = 6; + repeated string pre_queries = 7; +} + +// ReserveExecuteResponse is the returned value from ReserveExecute +message ReserveExecuteResponse { + vtrpc.RPCError error = 1; + QueryResult result = 2; + + // The following fields might be non-zero even if an error is present. + int64 reserved_id = 3; + topodata.TabletAlias tablet_alias = 4; +} + +// ReserveBeginExecuteRequest is the payload to ReserveBeginExecute +message ReserveBeginExecuteRequest { + vtrpc.CallerID effective_caller_id = 1; + VTGateCallerID immediate_caller_id = 2; + Target target = 3; + BoundQuery query = 4; + ExecuteOptions options = 5; + repeated string pre_queries = 6; +} + +// ReserveBeginExecuteResponse is the returned value from ReserveBeginExecute +message ReserveBeginExecuteResponse { + // error contains an application level error if necessary. Note the + // transaction_id may be set, even when an error is returned, if the begin + // worked but the execute failed. + vtrpc.RPCError error = 1; + QueryResult result = 2; + // The following fields might be non-zero even if an error is present. + int64 transaction_id = 3; + int64 reserved_id = 4; + topodata.TabletAlias tablet_alias = 5; +} + +// ReleaseRequest is the payload to Release +message ReleaseRequest { + vtrpc.CallerID effective_caller_id = 1; + VTGateCallerID immediate_caller_id = 2; + Target target = 3; + int64 transaction_id = 4; + int64 reserved_id = 5; +} + +// ReleaseResponse is the returned value from Release +message ReleaseResponse { +} + // StreamHealthRequest is the payload for StreamHealth message StreamHealthRequest { } diff --git a/proto/queryservice.proto b/proto/queryservice.proto index a1ccabdfe71..00b260ebe5b 100644 --- a/proto/queryservice.proto +++ b/proto/queryservice.proto @@ -85,6 +85,10 @@ service Query { // MessageAck acks messages for a table. rpc MessageAck(query.MessageAckRequest) returns (query.MessageAckResponse) {}; + rpc ReserveExecute(query.ReserveExecuteRequest) returns (query.ReserveExecuteResponse) {}; + rpc ReserveBeginExecute(query.ReserveBeginExecuteRequest) returns (query.ReserveBeginExecuteResponse) {}; + rpc Release(query.ReleaseRequest) returns (query.ReleaseResponse) {}; + // StreamHealth runs a streaming RPC to the tablet, that returns the // current health of the tablet on a regular basis. rpc StreamHealth(query.StreamHealthRequest) returns (stream query.StreamHealthResponse) {}; diff --git a/proto/vtgate.proto b/proto/vtgate.proto index 32576b5741a..21ba0651573 100644 --- a/proto/vtgate.proto +++ b/proto/vtgate.proto @@ -73,15 +73,14 @@ message Session { query.Target target = 1; int64 transaction_id = 2; topodata.TabletAlias tablet_alias = 3; + // reserved connection if a dedicated connection is needed + int64 reserved_id = 4; } // shard_sessions keep track of per-shard transaction info. repeated ShardSession shard_sessions = 2; // single_db is deprecated. Use transaction_mode instead. - // The value specifies if the transaction should be restricted - // to a single shard. - // TODO(sougou): remove in 3.1 - bool single_db = 3; + reserved 3; // autocommit specifies if the session is in autocommit mode. // This is used only for V3.