mirror of https://github.com/milvus-io/milvus.git
Init global sealed segments and seek query channel when AddQueryChannel (#9543)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/10000/head
parent
e4c755583e
commit
ae5d2ee9ba
|
@ -177,6 +177,7 @@ message AddQueryChannelRequest {
|
|||
string result_channelID = 5;
|
||||
repeated int64 global_sealed_segmentID = 6;
|
||||
internal.MsgPosition seek_position = 7;
|
||||
repeated SegmentInfo global_sealed_segments = 8;
|
||||
}
|
||||
|
||||
message RemoveQueryChannelRequest {
|
||||
|
|
|
@ -1139,6 +1139,7 @@ type AddQueryChannelRequest struct {
|
|||
ResultChannelID string `protobuf:"bytes,5,opt,name=result_channelID,json=resultChannelID,proto3" json:"result_channelID,omitempty"`
|
||||
GlobalSealedSegmentID []int64 `protobuf:"varint,6,rep,packed,name=global_sealed_segmentID,json=globalSealedSegmentID,proto3" json:"global_sealed_segmentID,omitempty"`
|
||||
SeekPosition *internalpb.MsgPosition `protobuf:"bytes,7,opt,name=seek_position,json=seekPosition,proto3" json:"seek_position,omitempty"`
|
||||
GlobalSealedSegments []*SegmentInfo `protobuf:"bytes,8,rep,name=global_sealed_segments,json=globalSealedSegments,proto3" json:"global_sealed_segments,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
|
@ -1218,6 +1219,13 @@ func (m *AddQueryChannelRequest) GetSeekPosition() *internalpb.MsgPosition {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (m *AddQueryChannelRequest) GetGlobalSealedSegments() []*SegmentInfo {
|
||||
if m != nil {
|
||||
return m.GlobalSealedSegments
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type RemoveQueryChannelRequest struct {
|
||||
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
|
||||
NodeID int64 `protobuf:"varint,2,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
|
||||
|
@ -2120,139 +2128,140 @@ func init() {
|
|||
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
|
||||
|
||||
var fileDescriptor_aab7cc9a69ed26e8 = []byte{
|
||||
// 2110 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x73, 0x1c, 0x47,
|
||||
0x15, 0xd7, 0xec, 0x97, 0x76, 0xdf, 0x7e, 0x8d, 0xdb, 0x96, 0xb2, 0x5e, 0x62, 0x47, 0x8c, 0xe3,
|
||||
0xd8, 0x51, 0x88, 0x94, 0xc8, 0x81, 0xc2, 0x07, 0x0e, 0xb1, 0x36, 0x56, 0x36, 0xc4, 0xb2, 0x18,
|
||||
0x89, 0x50, 0xb8, 0x5c, 0x35, 0xcc, 0xee, 0xf4, 0xae, 0xa6, 0x3c, 0x33, 0xbd, 0x9e, 0x9e, 0xb5,
|
||||
0x2c, 0x1f, 0x38, 0x71, 0xe3, 0xcc, 0x09, 0x8a, 0x2a, 0xaa, 0xf8, 0x28, 0x0e, 0xf0, 0x07, 0x70,
|
||||
0xca, 0x85, 0x3b, 0xff, 0x00, 0x50, 0x14, 0xdc, 0xf9, 0x17, 0xa8, 0xfe, 0x98, 0xd9, 0xf9, 0x5a,
|
||||
0x69, 0x2d, 0x21, 0xec, 0x4a, 0x71, 0xdb, 0x7e, 0xfd, 0xfa, 0xbd, 0xd7, 0xef, 0xe3, 0x37, 0xaf,
|
||||
0xdf, 0xc2, 0xa5, 0xa7, 0x53, 0xec, 0x1f, 0x1b, 0x43, 0x42, 0x7c, 0x6b, 0x63, 0xe2, 0x93, 0x80,
|
||||
0x20, 0xe4, 0xda, 0xce, 0xb3, 0x29, 0x15, 0xab, 0x0d, 0xbe, 0xdf, 0x6d, 0x0c, 0x89, 0xeb, 0x12,
|
||||
0x4f, 0xd0, 0xba, 0x8d, 0x38, 0x47, 0xb7, 0x65, 0x7b, 0x01, 0xf6, 0x3d, 0xd3, 0x09, 0x77, 0xe9,
|
||||
0xf0, 0x10, 0xbb, 0xa6, 0x5c, 0xa9, 0x96, 0x19, 0x98, 0x71, 0xf9, 0xda, 0x4f, 0x14, 0x58, 0xdd,
|
||||
0x3f, 0x24, 0x47, 0xdb, 0xc4, 0x71, 0xf0, 0x30, 0xb0, 0x89, 0x47, 0x75, 0xfc, 0x74, 0x8a, 0x69,
|
||||
0x80, 0x3e, 0x80, 0xd2, 0xc0, 0xa4, 0xb8, 0xa3, 0xac, 0x29, 0xb7, 0xeb, 0x5b, 0x6f, 0x6e, 0x24,
|
||||
0x2c, 0x91, 0x26, 0x3c, 0xa0, 0xe3, 0x7b, 0x26, 0xc5, 0x3a, 0xe7, 0x44, 0x08, 0x4a, 0xd6, 0xa0,
|
||||
0xdf, 0xeb, 0x14, 0xd6, 0x94, 0xdb, 0x45, 0x9d, 0xff, 0x46, 0x6f, 0x43, 0x73, 0x18, 0xc9, 0xee,
|
||||
0xf7, 0x68, 0xa7, 0xb8, 0x56, 0xbc, 0x5d, 0xd4, 0x93, 0x44, 0xed, 0x77, 0x0a, 0xbc, 0x91, 0x31,
|
||||
0x83, 0x4e, 0x88, 0x47, 0x31, 0xba, 0x03, 0x15, 0x1a, 0x98, 0xc1, 0x94, 0x4a, 0x4b, 0xbe, 0x96,
|
||||
0x6b, 0xc9, 0x3e, 0x67, 0xd1, 0x25, 0x6b, 0x56, 0x6d, 0x21, 0x47, 0x2d, 0xfa, 0x10, 0xae, 0xd8,
|
||||
0xde, 0x03, 0xec, 0x12, 0xff, 0xd8, 0x98, 0x60, 0x7f, 0x88, 0xbd, 0xc0, 0x1c, 0xe3, 0xd0, 0xc6,
|
||||
0xcb, 0xe1, 0xde, 0xde, 0x6c, 0x4b, 0xfb, 0x8d, 0x02, 0x2b, 0xcc, 0xd2, 0x3d, 0xd3, 0x0f, 0xec,
|
||||
0x0b, 0xf0, 0x97, 0x06, 0x8d, 0xb8, 0x8d, 0x9d, 0x22, 0xdf, 0x4b, 0xd0, 0x18, 0xcf, 0x24, 0x54,
|
||||
0xcf, 0xee, 0x56, 0xe2, 0xe6, 0x26, 0x68, 0xda, 0xaf, 0x65, 0x60, 0xe3, 0x76, 0x9e, 0xc7, 0xa1,
|
||||
0x69, 0x9d, 0x85, 0xac, 0xce, 0xb3, 0xb8, 0xf3, 0x4b, 0x05, 0x56, 0x3e, 0x27, 0xa6, 0x35, 0x0b,
|
||||
0xfc, 0xff, 0xde, 0x9d, 0xdf, 0x81, 0x8a, 0xa8, 0x92, 0x4e, 0x89, 0xeb, 0xba, 0x99, 0xd4, 0x25,
|
||||
0x2b, 0x68, 0x66, 0xe1, 0x3e, 0x27, 0xe8, 0xf2, 0x90, 0xf6, 0x0b, 0x05, 0x3a, 0x3a, 0x76, 0xb0,
|
||||
0x49, 0xf1, 0xab, 0xbc, 0xc5, 0x2a, 0x54, 0x3c, 0x62, 0xe1, 0x7e, 0x8f, 0xdf, 0xa2, 0xa8, 0xcb,
|
||||
0x95, 0xf6, 0x2f, 0xe9, 0xe1, 0xd7, 0x3c, 0x61, 0x63, 0x51, 0x28, 0x9f, 0x25, 0x0a, 0x5f, 0xce,
|
||||
0xa2, 0xf0, 0xba, 0xdf, 0x74, 0x16, 0xa9, 0x72, 0x22, 0x52, 0x3f, 0x84, 0xab, 0xdb, 0x3e, 0x36,
|
||||
0x03, 0xfc, 0x3d, 0x06, 0xf3, 0xdb, 0x87, 0xa6, 0xe7, 0x61, 0x27, 0xbc, 0x42, 0x5a, 0xb9, 0x92,
|
||||
0xa3, 0xbc, 0x03, 0xcb, 0x13, 0x9f, 0x3c, 0x3f, 0x8e, 0xec, 0x0e, 0x97, 0xda, 0xaf, 0x14, 0xe8,
|
||||
0xe6, 0xc9, 0x3e, 0x0f, 0x22, 0xdc, 0x82, 0xb6, 0x2f, 0x8c, 0x33, 0x86, 0x42, 0x1e, 0xd7, 0x5a,
|
||||
0xd3, 0x5b, 0x92, 0x2c, 0xb5, 0xa0, 0x9b, 0xd0, 0xf2, 0x31, 0x9d, 0x3a, 0x33, 0xbe, 0x22, 0xe7,
|
||||
0x6b, 0x0a, 0xaa, 0x64, 0xd3, 0x7e, 0xaf, 0xc0, 0xd5, 0x1d, 0x1c, 0x44, 0xd1, 0x63, 0xea, 0xf0,
|
||||
0x6b, 0x8a, 0xae, 0xbf, 0x54, 0xa0, 0x9d, 0x32, 0x14, 0xad, 0x41, 0x3d, 0xc6, 0x23, 0x03, 0x14,
|
||||
0x27, 0xa1, 0x6f, 0x43, 0x99, 0xf9, 0x0e, 0x73, 0x93, 0x5a, 0x5b, 0xda, 0x46, 0xf6, 0xe3, 0xbe,
|
||||
0x91, 0x94, 0xaa, 0x8b, 0x03, 0x68, 0x13, 0x2e, 0xe7, 0x20, 0xab, 0x34, 0x1f, 0x65, 0x81, 0x55,
|
||||
0xfb, 0x83, 0x02, 0xdd, 0x3c, 0x67, 0x9e, 0x27, 0xe0, 0x8f, 0x60, 0x35, 0xba, 0x8d, 0x61, 0x61,
|
||||
0x3a, 0xf4, 0xed, 0x09, 0x2f, 0x33, 0xfe, 0x31, 0xa8, 0x6f, 0xdd, 0x38, 0xfd, 0x3e, 0x54, 0x5f,
|
||||
0x89, 0x44, 0xf4, 0x62, 0x12, 0x34, 0x1b, 0x56, 0x76, 0x70, 0xb0, 0x8f, 0xc7, 0x2e, 0xf6, 0x82,
|
||||
0xbe, 0x37, 0x22, 0x67, 0x8f, 0xfb, 0x75, 0x00, 0x2a, 0xe5, 0x44, 0xdf, 0xa9, 0x18, 0x45, 0xfb,
|
||||
0x6b, 0x01, 0xea, 0x31, 0x45, 0xe8, 0x4d, 0xa8, 0x45, 0xbb, 0x32, 0x6a, 0x33, 0x42, 0x26, 0x63,
|
||||
0x0a, 0x39, 0x19, 0x93, 0x8a, 0x7c, 0x31, 0x1b, 0xf9, 0x39, 0xe0, 0x8c, 0xae, 0x42, 0xd5, 0xc5,
|
||||
0xae, 0x41, 0xed, 0x17, 0x58, 0x82, 0xc1, 0xb2, 0x8b, 0xdd, 0x7d, 0xfb, 0x05, 0x66, 0x5b, 0xde,
|
||||
0xd4, 0x35, 0x7c, 0x72, 0x44, 0x3b, 0x15, 0xb1, 0xe5, 0x4d, 0x5d, 0x9d, 0x1c, 0x51, 0x74, 0x0d,
|
||||
0xc0, 0xf6, 0x2c, 0xfc, 0xdc, 0xf0, 0x4c, 0x17, 0x77, 0x96, 0x79, 0x31, 0xd5, 0x38, 0x65, 0xd7,
|
||||
0x74, 0x31, 0x83, 0x01, 0xbe, 0xe8, 0xf7, 0x3a, 0x55, 0x71, 0x50, 0x2e, 0xd9, 0x55, 0x65, 0x09,
|
||||
0xf6, 0x7b, 0x9d, 0x9a, 0x38, 0x17, 0x11, 0xd0, 0x27, 0xd0, 0x94, 0xf7, 0x36, 0x44, 0x9a, 0x02,
|
||||
0x4f, 0xd3, 0xb5, 0xbc, 0xb0, 0x4a, 0x07, 0x8a, 0x24, 0x6d, 0xd0, 0xd8, 0x8a, 0xb7, 0x94, 0xe9,
|
||||
0x58, 0x9e, 0x27, 0xed, 0xbe, 0x09, 0x65, 0xdb, 0x1b, 0x91, 0x30, 0xcb, 0xde, 0x3a, 0xc1, 0x1c,
|
||||
0xae, 0x4c, 0x70, 0x6b, 0x7f, 0x2f, 0xc0, 0xea, 0xc7, 0x96, 0x95, 0x87, 0xa5, 0x2f, 0x9f, 0x53,
|
||||
0xb3, 0xf8, 0x15, 0x12, 0xf1, 0x5b, 0x04, 0x4f, 0xde, 0x83, 0x4b, 0x29, 0x9c, 0x94, 0x69, 0x50,
|
||||
0xd3, 0xd5, 0x24, 0x52, 0xf6, 0x7b, 0xe8, 0x5d, 0x50, 0x93, 0x58, 0x29, 0xbf, 0x12, 0x35, 0xbd,
|
||||
0x9d, 0x40, 0xcb, 0x7e, 0x0f, 0x7d, 0x0b, 0xde, 0x18, 0x3b, 0x64, 0x60, 0x3a, 0x06, 0xc5, 0xa6,
|
||||
0x83, 0x2d, 0x63, 0x96, 0xc5, 0x15, 0x9e, 0xf4, 0x2b, 0x62, 0x7b, 0x9f, 0xef, 0xee, 0x47, 0x19,
|
||||
0xbd, 0xc3, 0xc2, 0x8c, 0x9f, 0x18, 0x13, 0x42, 0x79, 0x7a, 0xf2, 0x04, 0xaa, 0xa7, 0xd1, 0x28,
|
||||
0x7a, 0x47, 0x3c, 0xa0, 0xe3, 0x3d, 0xc9, 0xc9, 0x02, 0x8d, 0x9f, 0x84, 0x2b, 0xed, 0x1f, 0x0a,
|
||||
0x5c, 0xd5, 0xb1, 0x4b, 0x9e, 0xe1, 0xaf, 0xac, 0x93, 0xb5, 0x7f, 0x16, 0x60, 0xf5, 0x07, 0x66,
|
||||
0x30, 0x3c, 0xec, 0xb9, 0x92, 0x48, 0x5f, 0xcd, 0x05, 0x53, 0x18, 0x53, 0xca, 0x62, 0x4c, 0x54,
|
||||
0x27, 0xe5, 0xbc, 0x3a, 0x61, 0x2f, 0xbf, 0x8d, 0x2f, 0xc2, 0xfb, 0xce, 0xea, 0x24, 0xd6, 0x77,
|
||||
0x55, 0xce, 0xd0, 0x77, 0xa1, 0x6d, 0x68, 0xe2, 0xe7, 0x43, 0x67, 0x6a, 0x61, 0x43, 0x68, 0x5f,
|
||||
0xe6, 0xda, 0xaf, 0xe7, 0x68, 0x8f, 0x17, 0x69, 0x43, 0x1e, 0xea, 0xf3, 0x5a, 0xfd, 0x69, 0x01,
|
||||
0xda, 0x72, 0x97, 0xb5, 0xaa, 0x0b, 0xc0, 0x72, 0xca, 0x1d, 0x85, 0xac, 0x3b, 0x16, 0x71, 0x6a,
|
||||
0xd8, 0x22, 0x94, 0x62, 0x2d, 0xc2, 0x35, 0x80, 0x91, 0x33, 0xa5, 0x87, 0x46, 0x60, 0xbb, 0x21,
|
||||
0x28, 0xd7, 0x38, 0xe5, 0xc0, 0x76, 0x31, 0xfa, 0x18, 0x1a, 0x03, 0xdb, 0x73, 0xc8, 0xd8, 0x98,
|
||||
0x98, 0xc1, 0x21, 0xe5, 0xa5, 0x96, 0x7f, 0xdd, 0xfb, 0x36, 0x76, 0xac, 0x7b, 0x9c, 0x57, 0xaf,
|
||||
0x8b, 0x33, 0x7b, 0xec, 0x08, 0xba, 0x0e, 0x75, 0x86, 0xec, 0x64, 0x24, 0xc0, 0x7d, 0x59, 0xa8,
|
||||
0xf0, 0xa6, 0xee, 0xc3, 0x11, 0x83, 0x77, 0xed, 0xb7, 0x05, 0xb8, 0xcc, 0xdc, 0x20, 0x3d, 0x72,
|
||||
0x01, 0x09, 0x77, 0x37, 0x4c, 0x95, 0xe2, 0xfc, 0x0f, 0x77, 0x2a, 0x1e, 0xd9, 0x74, 0x39, 0xcb,
|
||||
0x63, 0x09, 0x7d, 0x17, 0x5a, 0x0e, 0x31, 0x2d, 0x63, 0x48, 0x3c, 0x4b, 0xa0, 0x4f, 0x99, 0x7f,
|
||||
0x64, 0xde, 0xce, 0x33, 0xe1, 0xc0, 0xb7, 0xc7, 0x63, 0xec, 0x6f, 0x87, 0xbc, 0x7a, 0xd3, 0xe1,
|
||||
0x4f, 0x45, 0xb9, 0xd4, 0xfe, 0xa6, 0xc0, 0xaa, 0xec, 0xf9, 0x2f, 0xce, 0x57, 0x61, 0x8e, 0x14,
|
||||
0x4f, 0x68, 0x23, 0x4b, 0x0b, 0xb4, 0x91, 0xe5, 0x9c, 0x97, 0x40, 0xb2, 0x55, 0xa9, 0x64, 0x5a,
|
||||
0x95, 0x03, 0x68, 0x46, 0xb8, 0xc3, 0x8b, 0xe2, 0x06, 0x34, 0x85, 0x59, 0x06, 0xf3, 0x04, 0xb6,
|
||||
0xc2, 0x67, 0x80, 0x20, 0x7e, 0xce, 0x69, 0x4c, 0x6a, 0x84, 0x6b, 0xe2, 0xab, 0x59, 0xd3, 0x63,
|
||||
0x14, 0xed, 0x67, 0x0a, 0xa8, 0x71, 0xc4, 0xe6, 0x92, 0x17, 0x79, 0x5f, 0xdc, 0x82, 0xb6, 0x9c,
|
||||
0x50, 0x45, 0xb0, 0x29, 0x3b, 0xfe, 0xa7, 0x71, 0x71, 0x3d, 0xf4, 0x11, 0xac, 0x0a, 0xc6, 0x0c,
|
||||
0xcc, 0x8a, 0xce, 0xff, 0x0a, 0xdf, 0xd5, 0x53, 0x58, 0xfb, 0x97, 0x22, 0xb4, 0x66, 0x89, 0xb3,
|
||||
0xb0, 0x55, 0x8b, 0x4c, 0x26, 0x76, 0x41, 0x9d, 0xb5, 0xae, 0xbc, 0xb9, 0x39, 0x31, 0xf7, 0xd3,
|
||||
0x4d, 0x6b, 0x7b, 0x92, 0xea, 0xf5, 0xef, 0x43, 0x53, 0xde, 0x49, 0xa2, 0x5e, 0x89, 0x0b, 0xfb,
|
||||
0x7a, 0x9e, 0xb0, 0x44, 0x04, 0xf5, 0x46, 0x0c, 0x82, 0x29, 0xba, 0x0b, 0x35, 0x5e, 0x0e, 0xc1,
|
||||
0xf1, 0x04, 0xcb, 0x4a, 0x78, 0x33, 0x4f, 0x06, 0x8b, 0xec, 0xc1, 0xf1, 0x04, 0xeb, 0x55, 0x47,
|
||||
0xfe, 0x3a, 0x2f, 0x6e, 0xdf, 0x81, 0x15, 0x5f, 0x94, 0x8e, 0x65, 0x24, 0xdc, 0xb7, 0xcc, 0xdd,
|
||||
0x77, 0x25, 0xdc, 0xdc, 0x8b, 0xbb, 0x71, 0xce, 0x33, 0xa4, 0x3a, 0xf7, 0x19, 0xf2, 0x63, 0x68,
|
||||
0x7f, 0x6a, 0x7a, 0x16, 0x19, 0x8d, 0xc2, 0x02, 0x3d, 0x43, 0x65, 0xde, 0x4d, 0x36, 0x80, 0x2f,
|
||||
0x81, 0x56, 0xda, 0xcf, 0x0b, 0xb0, 0xca, 0x68, 0xf7, 0x4c, 0xc7, 0xf4, 0x86, 0x78, 0xf1, 0xb6,
|
||||
0xff, 0xbf, 0xf3, 0x7d, 0xb9, 0x01, 0x4d, 0x4a, 0xa6, 0xfe, 0x10, 0x1b, 0x89, 0xee, 0xbf, 0x21,
|
||||
0x88, 0xbb, 0x02, 0x60, 0xae, 0x01, 0x58, 0x34, 0x30, 0x12, 0x23, 0x81, 0x9a, 0x45, 0x03, 0xb9,
|
||||
0xfd, 0x16, 0xd4, 0xa5, 0x0c, 0x8b, 0x78, 0x98, 0x07, 0xbb, 0xaa, 0x83, 0x20, 0xf5, 0x88, 0xc7,
|
||||
0x1f, 0x0a, 0xec, 0x3c, 0xdf, 0x5d, 0xe6, 0xbb, 0xcb, 0x16, 0x0d, 0xf8, 0xd6, 0x35, 0x80, 0x67,
|
||||
0xa6, 0x63, 0x5b, 0x3c, 0x49, 0x79, 0x98, 0xaa, 0x7a, 0x8d, 0x53, 0x98, 0x0b, 0xb4, 0x3f, 0x29,
|
||||
0x80, 0x62, 0xde, 0x39, 0x3b, 0x76, 0xde, 0x84, 0x56, 0xe2, 0x9e, 0xd1, 0xb8, 0x35, 0x7e, 0x51,
|
||||
0xca, 0xc0, 0x7f, 0x20, 0x54, 0x19, 0x3e, 0x36, 0x29, 0xf1, 0xb8, 0xd3, 0x16, 0x06, 0xff, 0x41,
|
||||
0x68, 0x26, 0x3b, 0xaa, 0xfd, 0xb1, 0x00, 0x9d, 0x44, 0x6b, 0x4b, 0x59, 0x99, 0x8d, 0x79, 0x47,
|
||||
0x71, 0x86, 0x2b, 0xdc, 0x80, 0x26, 0xf1, 0x1c, 0xdb, 0x8b, 0x42, 0x25, 0x1f, 0x7a, 0x82, 0x28,
|
||||
0x63, 0xf1, 0x29, 0xb4, 0x25, 0x93, 0xcc, 0x94, 0x10, 0x45, 0x4e, 0x7d, 0x94, 0xb4, 0xc4, 0xb9,
|
||||
0xa8, 0x0a, 0x6e, 0x42, 0x8b, 0x8c, 0x46, 0x71, 0x7d, 0x22, 0x35, 0x9a, 0x92, 0x2a, 0x15, 0x7e,
|
||||
0x06, 0x6a, 0xc8, 0x16, 0x69, 0x2c, 0x2f, 0xa6, 0xb1, 0x2d, 0x0f, 0x86, 0x2a, 0xd7, 0x5f, 0x40,
|
||||
0x2b, 0x89, 0x6b, 0xa8, 0x01, 0xd5, 0x5d, 0x12, 0x7c, 0xf2, 0xdc, 0xa6, 0x81, 0xba, 0x84, 0x5a,
|
||||
0x00, 0xbb, 0x24, 0xd8, 0xf3, 0x31, 0xc5, 0x5e, 0xa0, 0x2a, 0x08, 0xa0, 0xf2, 0xd0, 0xeb, 0xd9,
|
||||
0xf4, 0x89, 0x5a, 0x40, 0x97, 0xe5, 0xb8, 0xc3, 0x74, 0xfa, 0xb2, 0xc8, 0xd5, 0x22, 0x3b, 0x1e,
|
||||
0xad, 0x4a, 0x48, 0x85, 0x46, 0xc4, 0xb2, 0xb3, 0xf7, 0x7d, 0xb5, 0x8c, 0x6a, 0x50, 0x16, 0x3f,
|
||||
0x2b, 0xeb, 0x0f, 0x41, 0x4d, 0xc7, 0x13, 0xd5, 0x61, 0xf9, 0x50, 0x60, 0x83, 0xba, 0x84, 0xda,
|
||||
0x50, 0x77, 0x66, 0x99, 0xa8, 0x2a, 0x8c, 0x30, 0xf6, 0x27, 0x43, 0x99, 0x93, 0x6a, 0x81, 0x69,
|
||||
0x63, 0x9e, 0xea, 0x91, 0x23, 0x4f, 0x2d, 0xae, 0x7f, 0x06, 0x8d, 0xf8, 0x13, 0x14, 0x55, 0xa1,
|
||||
0xb4, 0x4b, 0x3c, 0xac, 0x2e, 0x31, 0xb1, 0x3b, 0x3e, 0x39, 0xb2, 0xbd, 0xb1, 0xb8, 0xc3, 0x7d,
|
||||
0x9f, 0xbc, 0xc0, 0x9e, 0x5a, 0x60, 0x1b, 0xec, 0xa1, 0xc4, 0x36, 0x8a, 0x6c, 0x43, 0xbc, 0x9a,
|
||||
0xd4, 0xd2, 0xfa, 0x87, 0x50, 0x0d, 0xf1, 0x15, 0x5d, 0x82, 0x66, 0x62, 0x58, 0xaa, 0x2e, 0x21,
|
||||
0x24, 0x5a, 0x96, 0x19, 0x92, 0xaa, 0xca, 0xd6, 0xbf, 0x01, 0x40, 0x7c, 0x42, 0x09, 0xf1, 0x2d,
|
||||
0x34, 0x01, 0xb4, 0x83, 0x83, 0x6d, 0xe2, 0x4e, 0x88, 0x17, 0x9a, 0x44, 0xd1, 0x07, 0x73, 0x5e,
|
||||
0x54, 0x59, 0x56, 0x79, 0xcb, 0xee, 0x3b, 0x73, 0x4e, 0xa4, 0xd8, 0xb5, 0x25, 0xe4, 0x72, 0x8d,
|
||||
0xac, 0x23, 0x3d, 0xb0, 0x87, 0x4f, 0xc2, 0x49, 0xdb, 0x09, 0x1a, 0x53, 0xac, 0xa1, 0xc6, 0x14,
|
||||
0x98, 0xca, 0xc5, 0x7e, 0xe0, 0xdb, 0xde, 0x38, 0x7c, 0xb6, 0x6b, 0x4b, 0xe8, 0x29, 0x5c, 0x61,
|
||||
0x4f, 0xfa, 0xc0, 0x0c, 0x6c, 0x1a, 0xd8, 0x43, 0x1a, 0x2a, 0xdc, 0x9a, 0xaf, 0x30, 0xc3, 0xfc,
|
||||
0x92, 0x2a, 0x1d, 0x68, 0xa7, 0xfe, 0x11, 0x42, 0xeb, 0xb9, 0x39, 0x9f, 0xfb, 0xef, 0x55, 0xf7,
|
||||
0xbd, 0x85, 0x78, 0x23, 0x6d, 0x36, 0xb4, 0x92, 0xff, 0x96, 0xa0, 0x77, 0xe7, 0x09, 0xc8, 0x8c,
|
||||
0x97, 0xbb, 0xeb, 0x8b, 0xb0, 0x46, 0xaa, 0x1e, 0x41, 0x2b, 0x39, 0x8f, 0xcf, 0x57, 0x95, 0x3b,
|
||||
0xb3, 0xef, 0x9e, 0x34, 0x31, 0xd1, 0x96, 0xd0, 0x8f, 0xe0, 0x52, 0x66, 0x08, 0x8e, 0xbe, 0x91,
|
||||
0x27, 0x7e, 0xde, 0xac, 0xfc, 0x34, 0x0d, 0xd2, 0xfa, 0x99, 0x17, 0xe7, 0x5b, 0x9f, 0xf9, 0x37,
|
||||
0x64, 0x71, 0xeb, 0x63, 0xe2, 0x4f, 0xb2, 0xfe, 0xa5, 0x35, 0x4c, 0x01, 0x65, 0xc7, 0xe0, 0xe8,
|
||||
0xfd, 0x3c, 0x15, 0x73, 0x47, 0xf1, 0xdd, 0x8d, 0x45, 0xd9, 0xa3, 0x90, 0x4f, 0x79, 0xb5, 0xa6,
|
||||
0x07, 0xc6, 0xb9, 0x6a, 0xe7, 0x4e, 0xc0, 0xf3, 0xd5, 0xce, 0x9f, 0xf1, 0x8a, 0xa4, 0x4e, 0x0e,
|
||||
0xe2, 0xf2, 0x63, 0x95, 0x3b, 0x78, 0xcd, 0x4f, 0xea, 0xfc, 0xb9, 0x9e, 0xb6, 0x84, 0x0c, 0x80,
|
||||
0x1d, 0x1c, 0x3c, 0xc0, 0x81, 0x6f, 0x0f, 0x29, 0x7a, 0x27, 0xb7, 0xc4, 0x67, 0x0c, 0xa1, 0x8e,
|
||||
0x5b, 0xa7, 0xf2, 0x85, 0x0a, 0xb6, 0xfe, 0x5c, 0x83, 0x1a, 0xf7, 0x2e, 0xfb, 0x32, 0xfe, 0x1f,
|
||||
0x70, 0x2f, 0x00, 0x70, 0x1f, 0x43, 0x3b, 0x35, 0x2f, 0xcd, 0x07, 0xdc, 0xfc, 0xa1, 0xea, 0x69,
|
||||
0x95, 0x37, 0x00, 0x94, 0x9d, 0x15, 0xe6, 0x97, 0xc0, 0xdc, 0x99, 0xe2, 0x69, 0x3a, 0x1e, 0x43,
|
||||
0x3b, 0x35, 0xab, 0xcb, 0xbf, 0x41, 0xfe, 0x40, 0xef, 0x34, 0xe9, 0x5f, 0x40, 0x23, 0x3e, 0x95,
|
||||
0x41, 0xb7, 0xe6, 0xe1, 0x5e, 0x6a, 0x16, 0xf1, 0xea, 0x51, 0xef, 0xe2, 0xbf, 0x0a, 0x8f, 0xa1,
|
||||
0x9d, 0x1a, 0xc4, 0xe4, 0x7b, 0x3e, 0x7f, 0x5a, 0x73, 0x9a, 0xf4, 0xaf, 0x10, 0x8e, 0xdd, 0xfb,
|
||||
0xe8, 0xd1, 0xd6, 0xd8, 0x0e, 0x0e, 0xa7, 0x03, 0x76, 0xcb, 0x4d, 0xc1, 0xf9, 0xbe, 0x4d, 0xe4,
|
||||
0xaf, 0xcd, 0xb0, 0xa0, 0x37, 0xb9, 0xa4, 0x4d, 0x6e, 0xed, 0x64, 0x30, 0xa8, 0xf0, 0xe5, 0x9d,
|
||||
0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xf7, 0xe8, 0xf2, 0x7d, 0x22, 0x24, 0x00, 0x00,
|
||||
// 2125 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x73, 0xdb, 0xc6,
|
||||
0x15, 0x17, 0xf8, 0x25, 0xf2, 0xf1, 0x0b, 0x5e, 0x5b, 0x0a, 0xcd, 0xda, 0x8e, 0x0b, 0xc7, 0xb1,
|
||||
0xa3, 0x34, 0x72, 0x22, 0xa7, 0x9d, 0xfa, 0xd0, 0x43, 0x2c, 0xc6, 0x0a, 0xd3, 0x58, 0x56, 0x21,
|
||||
0x25, 0x9d, 0x7a, 0x3c, 0x83, 0x82, 0xc4, 0x8a, 0xc2, 0x18, 0xc0, 0xd2, 0x58, 0xd0, 0xb2, 0x7c,
|
||||
0xe8, 0xa9, 0xb7, 0x9e, 0x7b, 0x6a, 0xa7, 0x33, 0x9d, 0xe9, 0xc7, 0xf4, 0xd0, 0x1e, 0x7b, 0xe8,
|
||||
0x29, 0x97, 0xde, 0xfb, 0x0f, 0xb4, 0x33, 0x9d, 0xf6, 0xde, 0x7f, 0xa1, 0xb3, 0x1f, 0x00, 0x01,
|
||||
0x70, 0x29, 0xd1, 0x52, 0x5c, 0x7b, 0x32, 0xbd, 0x11, 0x6f, 0xdf, 0xee, 0xef, 0xed, 0xfb, 0xf8,
|
||||
0xed, 0xee, 0x23, 0x9c, 0x7b, 0x32, 0xc1, 0xe1, 0x91, 0x35, 0x24, 0x24, 0x74, 0xd6, 0xc7, 0x21,
|
||||
0x89, 0x08, 0x42, 0xbe, 0xeb, 0x3d, 0x9d, 0x50, 0xf1, 0xb5, 0xce, 0xc7, 0xbb, 0x8d, 0x21, 0xf1,
|
||||
0x7d, 0x12, 0x08, 0x59, 0xb7, 0x91, 0xd6, 0xe8, 0xb6, 0xdc, 0x20, 0xc2, 0x61, 0x60, 0x7b, 0xf1,
|
||||
0x28, 0x1d, 0x1e, 0x60, 0xdf, 0x96, 0x5f, 0xba, 0x63, 0x47, 0x76, 0x7a, 0x7d, 0xe3, 0xa7, 0x1a,
|
||||
0xac, 0xee, 0x1e, 0x90, 0xc3, 0x4d, 0xe2, 0x79, 0x78, 0x18, 0xb9, 0x24, 0xa0, 0x26, 0x7e, 0x32,
|
||||
0xc1, 0x34, 0x42, 0xef, 0x43, 0x69, 0x60, 0x53, 0xdc, 0xd1, 0xae, 0x6a, 0x37, 0xeb, 0x1b, 0x97,
|
||||
0xd6, 0x33, 0x96, 0x48, 0x13, 0xee, 0xd3, 0xd1, 0x5d, 0x9b, 0x62, 0x93, 0x6b, 0x22, 0x04, 0x25,
|
||||
0x67, 0xd0, 0xef, 0x75, 0x0a, 0x57, 0xb5, 0x9b, 0x45, 0x93, 0xff, 0x46, 0x6f, 0x41, 0x73, 0x98,
|
||||
0xac, 0xdd, 0xef, 0xd1, 0x4e, 0xf1, 0x6a, 0xf1, 0x66, 0xd1, 0xcc, 0x0a, 0x8d, 0xdf, 0x6b, 0xf0,
|
||||
0xc6, 0x8c, 0x19, 0x74, 0x4c, 0x02, 0x8a, 0xd1, 0x6d, 0xa8, 0xd0, 0xc8, 0x8e, 0x26, 0x54, 0x5a,
|
||||
0xf2, 0x0d, 0xa5, 0x25, 0xbb, 0x5c, 0xc5, 0x94, 0xaa, 0xb3, 0xb0, 0x05, 0x05, 0x2c, 0xfa, 0x00,
|
||||
0x2e, 0xb8, 0xc1, 0x7d, 0xec, 0x93, 0xf0, 0xc8, 0x1a, 0xe3, 0x70, 0x88, 0x83, 0xc8, 0x1e, 0xe1,
|
||||
0xd8, 0xc6, 0xf3, 0xf1, 0xd8, 0xce, 0x74, 0xc8, 0xf8, 0xad, 0x06, 0x2b, 0xcc, 0xd2, 0x1d, 0x3b,
|
||||
0x8c, 0xdc, 0x97, 0xe0, 0x2f, 0x03, 0x1a, 0x69, 0x1b, 0x3b, 0x45, 0x3e, 0x96, 0x91, 0x31, 0x9d,
|
||||
0x71, 0x0c, 0xcf, 0xf6, 0x56, 0xe2, 0xe6, 0x66, 0x64, 0xc6, 0x6f, 0x64, 0x60, 0xd3, 0x76, 0x9e,
|
||||
0xc5, 0xa1, 0x79, 0xcc, 0xc2, 0x2c, 0xe6, 0x69, 0xdc, 0xf9, 0xa5, 0x06, 0x2b, 0x9f, 0x11, 0xdb,
|
||||
0x99, 0x06, 0xfe, 0x7f, 0xef, 0xce, 0xef, 0x41, 0x45, 0x54, 0x49, 0xa7, 0xc4, 0xb1, 0xae, 0x67,
|
||||
0xb1, 0x64, 0x05, 0x4d, 0x2d, 0xdc, 0xe5, 0x02, 0x53, 0x4e, 0x32, 0x7e, 0xa9, 0x41, 0xc7, 0xc4,
|
||||
0x1e, 0xb6, 0x29, 0x7e, 0x95, 0xbb, 0x58, 0x85, 0x4a, 0x40, 0x1c, 0xdc, 0xef, 0xf1, 0x5d, 0x14,
|
||||
0x4d, 0xf9, 0x65, 0xfc, 0x5b, 0x7a, 0xf8, 0x35, 0x4f, 0xd8, 0x54, 0x14, 0xca, 0xa7, 0x89, 0xc2,
|
||||
0x97, 0xd3, 0x28, 0xbc, 0xee, 0x3b, 0x9d, 0x46, 0xaa, 0x9c, 0x89, 0xd4, 0x8f, 0xe0, 0xe2, 0x66,
|
||||
0x88, 0xed, 0x08, 0xff, 0x80, 0xd1, 0xfc, 0xe6, 0x81, 0x1d, 0x04, 0xd8, 0x8b, 0xb7, 0x90, 0x07,
|
||||
0xd7, 0x14, 0xe0, 0x1d, 0x58, 0x1e, 0x87, 0xe4, 0xd9, 0x51, 0x62, 0x77, 0xfc, 0x69, 0xfc, 0x5a,
|
||||
0x83, 0xae, 0x6a, 0xed, 0xb3, 0x30, 0xc2, 0x0d, 0x68, 0x87, 0xc2, 0x38, 0x6b, 0x28, 0xd6, 0xe3,
|
||||
0xa8, 0x35, 0xb3, 0x25, 0xc5, 0x12, 0x05, 0x5d, 0x87, 0x56, 0x88, 0xe9, 0xc4, 0x9b, 0xea, 0x15,
|
||||
0xb9, 0x5e, 0x53, 0x48, 0xa5, 0x9a, 0xf1, 0x07, 0x0d, 0x2e, 0x6e, 0xe1, 0x28, 0x89, 0x1e, 0x83,
|
||||
0xc3, 0xaf, 0x29, 0xbb, 0xfe, 0x4a, 0x83, 0x76, 0xce, 0x50, 0x74, 0x15, 0xea, 0x29, 0x1d, 0x19,
|
||||
0xa0, 0xb4, 0x08, 0x7d, 0x17, 0xca, 0xcc, 0x77, 0x98, 0x9b, 0xd4, 0xda, 0x30, 0xd6, 0x67, 0x0f,
|
||||
0xf7, 0xf5, 0xec, 0xaa, 0xa6, 0x98, 0x80, 0x6e, 0xc1, 0x79, 0x05, 0xb3, 0x4a, 0xf3, 0xd1, 0x2c,
|
||||
0xb1, 0x1a, 0x7f, 0xd4, 0xa0, 0xab, 0x72, 0xe6, 0x59, 0x02, 0xfe, 0x10, 0x56, 0x93, 0xdd, 0x58,
|
||||
0x0e, 0xa6, 0xc3, 0xd0, 0x1d, 0xf3, 0x32, 0xe3, 0x87, 0x41, 0x7d, 0xe3, 0xda, 0xc9, 0xfb, 0xa1,
|
||||
0xe6, 0x4a, 0xb2, 0x44, 0x2f, 0xb5, 0x82, 0xe1, 0xc2, 0xca, 0x16, 0x8e, 0x76, 0xf1, 0xc8, 0xc7,
|
||||
0x41, 0xd4, 0x0f, 0xf6, 0xc9, 0xe9, 0xe3, 0x7e, 0x05, 0x80, 0xca, 0x75, 0x92, 0x73, 0x2a, 0x25,
|
||||
0x31, 0xfe, 0x5e, 0x80, 0x7a, 0x0a, 0x08, 0x5d, 0x82, 0x5a, 0x32, 0x2a, 0xa3, 0x36, 0x15, 0xcc,
|
||||
0x64, 0x4c, 0x41, 0x91, 0x31, 0xb9, 0xc8, 0x17, 0x67, 0x23, 0x3f, 0x87, 0x9c, 0xd1, 0x45, 0xa8,
|
||||
0xfa, 0xd8, 0xb7, 0xa8, 0xfb, 0x1c, 0x4b, 0x32, 0x58, 0xf6, 0xb1, 0xbf, 0xeb, 0x3e, 0xc7, 0x6c,
|
||||
0x28, 0x98, 0xf8, 0x56, 0x48, 0x0e, 0x69, 0xa7, 0x22, 0x86, 0x82, 0x89, 0x6f, 0x92, 0x43, 0x8a,
|
||||
0x2e, 0x03, 0xb8, 0x81, 0x83, 0x9f, 0x59, 0x81, 0xed, 0xe3, 0xce, 0x32, 0x2f, 0xa6, 0x1a, 0x97,
|
||||
0x6c, 0xdb, 0x3e, 0x66, 0x34, 0xc0, 0x3f, 0xfa, 0xbd, 0x4e, 0x55, 0x4c, 0x94, 0x9f, 0x6c, 0xab,
|
||||
0xb2, 0x04, 0xfb, 0xbd, 0x4e, 0x4d, 0xcc, 0x4b, 0x04, 0xe8, 0x63, 0x68, 0xca, 0x7d, 0x5b, 0x22,
|
||||
0x4d, 0x81, 0xa7, 0xe9, 0x55, 0x55, 0x58, 0xa5, 0x03, 0x45, 0x92, 0x36, 0x68, 0xea, 0x8b, 0x5f,
|
||||
0x29, 0xf3, 0xb1, 0x3c, 0x4b, 0xda, 0x7d, 0x1b, 0xca, 0x6e, 0xb0, 0x4f, 0xe2, 0x2c, 0x7b, 0xf3,
|
||||
0x18, 0x73, 0x38, 0x98, 0xd0, 0x36, 0xfe, 0x5c, 0x84, 0xd5, 0x8f, 0x1c, 0x47, 0xc5, 0xa5, 0x2f,
|
||||
0x9e, 0x53, 0xd3, 0xf8, 0x15, 0x32, 0xf1, 0x5b, 0x84, 0x4f, 0xde, 0x85, 0x73, 0x39, 0x9e, 0x94,
|
||||
0x69, 0x50, 0x33, 0xf5, 0x2c, 0x53, 0xf6, 0x7b, 0xe8, 0x1d, 0xd0, 0xb3, 0x5c, 0x29, 0x4f, 0x89,
|
||||
0x9a, 0xd9, 0xce, 0xb0, 0x65, 0xbf, 0x87, 0xbe, 0x03, 0x6f, 0x8c, 0x3c, 0x32, 0xb0, 0x3d, 0x8b,
|
||||
0x62, 0xdb, 0xc3, 0x8e, 0x35, 0xcd, 0xe2, 0x0a, 0x4f, 0xfa, 0x15, 0x31, 0xbc, 0xcb, 0x47, 0x77,
|
||||
0x93, 0x8c, 0xde, 0x62, 0x61, 0xc6, 0x8f, 0xad, 0x31, 0xa1, 0x3c, 0x3d, 0x79, 0x02, 0xd5, 0xf3,
|
||||
0x6c, 0x94, 0xbc, 0x23, 0xee, 0xd3, 0xd1, 0x8e, 0xd4, 0x64, 0x81, 0xc6, 0x8f, 0xe3, 0x2f, 0xf4,
|
||||
0x39, 0xac, 0x2a, 0x0d, 0xa0, 0x9d, 0xea, 0x62, 0x91, 0xba, 0xa0, 0x30, 0x90, 0x1a, 0xff, 0xd4,
|
||||
0xe0, 0xa2, 0x89, 0x7d, 0xf2, 0x14, 0x7f, 0x6d, 0x63, 0x67, 0xfc, 0xab, 0x00, 0xab, 0x3f, 0xb4,
|
||||
0xa3, 0xe1, 0x41, 0xcf, 0x97, 0x42, 0xfa, 0x6a, 0x36, 0x98, 0xa3, 0xae, 0xd2, 0x2c, 0x75, 0x25,
|
||||
0xe5, 0x57, 0x56, 0x05, 0x95, 0x3d, 0x28, 0xd7, 0xbf, 0x88, 0xf7, 0x3b, 0x2d, 0xbf, 0xd4, 0x75,
|
||||
0xae, 0x72, 0x8a, 0xeb, 0x1c, 0xda, 0x84, 0x26, 0x7e, 0x36, 0xf4, 0x26, 0x0e, 0xb6, 0x04, 0xfa,
|
||||
0x32, 0x47, 0xbf, 0xa2, 0x40, 0x4f, 0x67, 0x54, 0x43, 0x4e, 0xea, 0x73, 0x0a, 0xf8, 0x59, 0x01,
|
||||
0xda, 0x72, 0x94, 0xdd, 0x80, 0x17, 0x60, 0xfb, 0x9c, 0x3b, 0x0a, 0xb3, 0xee, 0x58, 0xc4, 0xa9,
|
||||
0xf1, 0xcd, 0xa3, 0x94, 0xba, 0x79, 0x5c, 0x06, 0xd8, 0xf7, 0x26, 0xf4, 0xc0, 0x8a, 0x5c, 0x3f,
|
||||
0xe6, 0xfa, 0x1a, 0x97, 0xec, 0xb9, 0x3e, 0x46, 0x1f, 0x41, 0x63, 0xe0, 0x06, 0x1e, 0x19, 0x59,
|
||||
0x63, 0x3b, 0x3a, 0xa0, 0xbc, 0x82, 0xd5, 0xdb, 0xbd, 0xe7, 0x62, 0xcf, 0xb9, 0xcb, 0x75, 0xcd,
|
||||
0xba, 0x98, 0xb3, 0xc3, 0xa6, 0xa0, 0x2b, 0x50, 0x67, 0x07, 0x06, 0xd9, 0x17, 0x67, 0xc6, 0xb2,
|
||||
0x80, 0x08, 0x26, 0xfe, 0x83, 0x7d, 0x76, 0x6a, 0x18, 0xbf, 0x2b, 0xc0, 0x79, 0xe6, 0x86, 0xb8,
|
||||
0xd0, 0xbe, 0xfa, 0x84, 0xbb, 0x13, 0xa7, 0x4a, 0x71, 0xfe, 0x7d, 0x20, 0x17, 0x8f, 0xd9, 0x74,
|
||||
0x39, 0xcd, 0x1b, 0x0c, 0x7d, 0x1f, 0x5a, 0x1e, 0xb1, 0x1d, 0x6b, 0x48, 0x02, 0x47, 0x90, 0x5a,
|
||||
0x99, 0x9f, 0x5d, 0x6f, 0xa9, 0x4c, 0xd8, 0x0b, 0xdd, 0xd1, 0x08, 0x87, 0x9b, 0xb1, 0xae, 0xd9,
|
||||
0xf4, 0xf8, 0x0b, 0x54, 0x7e, 0x1a, 0xff, 0xd0, 0x60, 0x55, 0x3e, 0x25, 0x5e, 0x9e, 0xaf, 0xe2,
|
||||
0x1c, 0x29, 0x1e, 0x73, 0x3b, 0x2d, 0x2d, 0x70, 0x3b, 0x2d, 0x2b, 0x1e, 0x18, 0xd9, 0x1b, 0x50,
|
||||
0x65, 0xe6, 0x06, 0xb4, 0x07, 0xcd, 0x84, 0x77, 0x78, 0x51, 0x5c, 0x83, 0xa6, 0x30, 0xcb, 0x62,
|
||||
0x9e, 0xc0, 0x4e, 0xfc, 0xba, 0x10, 0xc2, 0xcf, 0xb8, 0x8c, 0xad, 0x9a, 0xf0, 0x9a, 0x38, 0x8c,
|
||||
0x6b, 0x66, 0x4a, 0x62, 0xfc, 0x5c, 0x03, 0x3d, 0xcd, 0xd8, 0x7c, 0xe5, 0x45, 0x9e, 0x2d, 0x37,
|
||||
0xa0, 0x2d, 0x1b, 0x5f, 0x09, 0x6d, 0xca, 0x87, 0xc4, 0x93, 0xf4, 0x72, 0x3d, 0xf4, 0x21, 0xac,
|
||||
0x0a, 0xc5, 0x19, 0x9a, 0x15, 0x0f, 0x8a, 0x0b, 0x7c, 0xd4, 0xcc, 0x71, 0xed, 0xdf, 0x8a, 0xd0,
|
||||
0x9a, 0x26, 0xce, 0xc2, 0x56, 0x2d, 0xd2, 0xf0, 0xd8, 0x06, 0x7d, 0x7a, 0x23, 0xe6, 0x77, 0xa6,
|
||||
0x63, 0x73, 0x3f, 0x7f, 0x17, 0x6e, 0x8f, 0x73, 0x4f, 0x88, 0x7b, 0xd0, 0x94, 0x7b, 0x92, 0xac,
|
||||
0x57, 0xe2, 0x8b, 0x7d, 0x53, 0xb5, 0x58, 0x26, 0x82, 0x66, 0x23, 0x45, 0xc1, 0x14, 0xdd, 0x81,
|
||||
0x1a, 0x2f, 0x87, 0xe8, 0x68, 0x8c, 0x65, 0x25, 0x5c, 0x52, 0xad, 0xc1, 0x22, 0xbb, 0x77, 0x34,
|
||||
0xc6, 0x66, 0xd5, 0x93, 0xbf, 0xce, 0xca, 0xdb, 0xb7, 0x61, 0x25, 0x14, 0xa5, 0xe3, 0x58, 0x19,
|
||||
0xf7, 0x2d, 0x73, 0xf7, 0x5d, 0x88, 0x07, 0x77, 0xd2, 0x6e, 0x9c, 0xf3, 0xba, 0xa9, 0xce, 0x7d,
|
||||
0xdd, 0xfc, 0x04, 0xda, 0x9f, 0xd8, 0x81, 0x43, 0xf6, 0xf7, 0xe3, 0x02, 0x3d, 0x45, 0x65, 0xde,
|
||||
0xc9, 0xde, 0x2b, 0x5f, 0x80, 0xad, 0x8c, 0x5f, 0x14, 0x60, 0x95, 0xc9, 0xee, 0xda, 0x9e, 0x1d,
|
||||
0x0c, 0xf1, 0xe2, 0xaf, 0x89, 0xaf, 0xe6, 0x7c, 0xb9, 0x06, 0x4d, 0x4a, 0x26, 0xe1, 0x10, 0x5b,
|
||||
0x99, 0x47, 0x45, 0x43, 0x08, 0xb7, 0x05, 0xc1, 0x5c, 0x06, 0x70, 0x68, 0x64, 0x65, 0x3a, 0x0d,
|
||||
0x35, 0x87, 0x46, 0x72, 0xf8, 0x4d, 0xa8, 0xcb, 0x35, 0x1c, 0x12, 0x60, 0x1e, 0xec, 0xaa, 0x09,
|
||||
0x42, 0xd4, 0x23, 0x01, 0x7f, 0x7f, 0xb0, 0xf9, 0x7c, 0x74, 0x99, 0x8f, 0x2e, 0x3b, 0x34, 0xe2,
|
||||
0x43, 0x97, 0x01, 0x9e, 0xda, 0x9e, 0xeb, 0xf0, 0x24, 0xe5, 0x61, 0xaa, 0x9a, 0x35, 0x2e, 0x61,
|
||||
0x2e, 0x30, 0xfe, 0xa2, 0x01, 0x4a, 0x79, 0xe7, 0xf4, 0xdc, 0x79, 0x1d, 0x5a, 0x99, 0x7d, 0x26,
|
||||
0x5d, 0xdc, 0xf4, 0x46, 0x29, 0x23, 0xff, 0x81, 0x80, 0xb2, 0x42, 0x6c, 0x53, 0x12, 0x70, 0xa7,
|
||||
0x2d, 0x4c, 0xfe, 0x83, 0xd8, 0x4c, 0x36, 0xd5, 0xf8, 0x53, 0x01, 0x3a, 0xd9, 0x0b, 0x29, 0x2b,
|
||||
0xb3, 0x11, 0xbf, 0x51, 0x9c, 0x62, 0x0b, 0xd7, 0xa0, 0x49, 0x02, 0xcf, 0x0d, 0x92, 0x50, 0xc9,
|
||||
0xf7, 0xa3, 0x10, 0xca, 0x58, 0x7c, 0x02, 0x6d, 0xa9, 0x94, 0xdc, 0xa0, 0x8b, 0x8b, 0xdd, 0xa0,
|
||||
0x5b, 0x62, 0x5e, 0x52, 0x05, 0xd7, 0xa1, 0x45, 0xf6, 0xf7, 0xd3, 0x78, 0x22, 0x35, 0x9a, 0x52,
|
||||
0x2a, 0x01, 0x3f, 0x05, 0x3d, 0x56, 0x4b, 0x10, 0xcb, 0x8b, 0x21, 0xb6, 0xe5, 0xc4, 0x18, 0x72,
|
||||
0xed, 0x39, 0xb4, 0xb2, 0xbc, 0x86, 0x1a, 0x50, 0xdd, 0x26, 0xd1, 0xc7, 0xcf, 0x5c, 0x1a, 0xe9,
|
||||
0x4b, 0xa8, 0x05, 0xb0, 0x4d, 0xa2, 0x9d, 0x10, 0x53, 0x1c, 0x44, 0xba, 0x86, 0x00, 0x2a, 0x0f,
|
||||
0x82, 0x9e, 0x4b, 0x1f, 0xeb, 0x05, 0x74, 0x5e, 0x76, 0x51, 0x6c, 0xaf, 0x2f, 0x8b, 0x5c, 0x2f,
|
||||
0xb2, 0xe9, 0xc9, 0x57, 0x09, 0xe9, 0xd0, 0x48, 0x54, 0xb6, 0x76, 0x3e, 0xd7, 0xcb, 0xa8, 0x06,
|
||||
0x65, 0xf1, 0xb3, 0xb2, 0xf6, 0x00, 0xf4, 0x7c, 0x3c, 0x51, 0x1d, 0x96, 0x0f, 0x04, 0x37, 0xe8,
|
||||
0x4b, 0xa8, 0x0d, 0x75, 0x6f, 0x9a, 0x89, 0xba, 0xc6, 0x04, 0xa3, 0x70, 0x3c, 0x94, 0x39, 0xa9,
|
||||
0x17, 0x18, 0x1a, 0xf3, 0x54, 0x8f, 0x1c, 0x06, 0x7a, 0x71, 0xed, 0x53, 0x68, 0xa4, 0x5f, 0xb6,
|
||||
0xa8, 0x0a, 0xa5, 0x6d, 0x12, 0x60, 0x7d, 0x89, 0x2d, 0xbb, 0x15, 0x92, 0x43, 0x37, 0x18, 0x89,
|
||||
0x3d, 0xdc, 0x0b, 0xc9, 0x73, 0x1c, 0xe8, 0x05, 0x36, 0xc0, 0x9e, 0x3f, 0x6c, 0xa0, 0xc8, 0x06,
|
||||
0xc4, 0x5b, 0x48, 0x2f, 0xad, 0x7d, 0x00, 0xd5, 0x98, 0x5f, 0xd1, 0x39, 0x68, 0x66, 0x7a, 0xb0,
|
||||
0xfa, 0x12, 0x42, 0xe2, 0xca, 0x32, 0x65, 0x52, 0x5d, 0xdb, 0xf8, 0x0f, 0x00, 0x88, 0x23, 0x94,
|
||||
0x90, 0xd0, 0x41, 0x63, 0x40, 0x5b, 0x38, 0xda, 0x24, 0xfe, 0x98, 0x04, 0xb1, 0x49, 0x14, 0xbd,
|
||||
0x3f, 0xe7, 0xa1, 0x36, 0xab, 0x2a, 0x77, 0xd9, 0x7d, 0x7b, 0xce, 0x8c, 0x9c, 0xba, 0xb1, 0x84,
|
||||
0x7c, 0x8e, 0xc8, 0x6e, 0xa4, 0x7b, 0xee, 0xf0, 0x71, 0xdc, 0xc0, 0x3b, 0x06, 0x31, 0xa7, 0x1a,
|
||||
0x23, 0xe6, 0xc8, 0x54, 0x7e, 0xec, 0x46, 0xa1, 0x1b, 0x8c, 0xe2, 0x6e, 0x80, 0xb1, 0x84, 0x9e,
|
||||
0xc0, 0x85, 0x2d, 0xcc, 0xd1, 0x5d, 0x1a, 0xb9, 0x43, 0x1a, 0x03, 0x6e, 0xcc, 0x07, 0x9c, 0x51,
|
||||
0x7e, 0x41, 0x48, 0x0f, 0xda, 0xb9, 0x3f, 0x9a, 0xd0, 0x9a, 0x32, 0xe7, 0x95, 0x7f, 0x8a, 0x75,
|
||||
0xdf, 0x5d, 0x48, 0x37, 0x41, 0x73, 0xa1, 0x95, 0xfd, 0x13, 0x06, 0xbd, 0x33, 0x6f, 0x81, 0x99,
|
||||
0xae, 0x75, 0x77, 0x6d, 0x11, 0xd5, 0x04, 0xea, 0x21, 0xb4, 0xb2, 0x6d, 0x7e, 0x35, 0x94, 0xf2,
|
||||
0xaf, 0x80, 0xee, 0x71, 0x8d, 0x18, 0x63, 0x09, 0xfd, 0x18, 0xce, 0xcd, 0xf4, 0xd6, 0xd1, 0xb7,
|
||||
0x54, 0xcb, 0xcf, 0x6b, 0xc1, 0x9f, 0x84, 0x20, 0xad, 0x9f, 0x7a, 0x71, 0xbe, 0xf5, 0x33, 0x7f,
|
||||
0xb2, 0x2c, 0x6e, 0x7d, 0x6a, 0xf9, 0xe3, 0xac, 0x7f, 0x61, 0x84, 0x09, 0xa0, 0xd9, 0xee, 0x3a,
|
||||
0x7a, 0x4f, 0x05, 0x31, 0xb7, 0xc3, 0xdf, 0x5d, 0x5f, 0x54, 0x3d, 0x09, 0xf9, 0x84, 0x57, 0x6b,
|
||||
0xbe, 0x0f, 0xad, 0x84, 0x9d, 0xdb, 0x58, 0x57, 0xc3, 0xce, 0x6f, 0x1d, 0x8b, 0xa4, 0xce, 0xf6,
|
||||
0xf7, 0xd4, 0xb1, 0x52, 0xf6, 0x73, 0xd5, 0x49, 0xad, 0x6e, 0x17, 0x1a, 0x4b, 0xc8, 0x02, 0xd8,
|
||||
0xc2, 0xd1, 0x7d, 0x1c, 0x85, 0xee, 0x90, 0xa2, 0xb7, 0x95, 0x25, 0x3e, 0x55, 0x88, 0x31, 0x6e,
|
||||
0x9c, 0xa8, 0x17, 0x03, 0x6c, 0xfc, 0xb5, 0x06, 0x35, 0xee, 0x5d, 0x76, 0x32, 0xfe, 0x9f, 0x70,
|
||||
0x5f, 0x02, 0xe1, 0x3e, 0x82, 0x76, 0xae, 0x0d, 0xab, 0x26, 0x5c, 0x75, 0xaf, 0xf6, 0xa4, 0xca,
|
||||
0x1b, 0x00, 0x9a, 0xed, 0x15, 0xaa, 0x4b, 0x60, 0x6e, 0x4f, 0xf1, 0x24, 0x8c, 0x47, 0xd0, 0xce,
|
||||
0xf5, 0xea, 0xd4, 0x3b, 0x50, 0x37, 0xf4, 0x4e, 0x5a, 0xfd, 0x0b, 0x68, 0xa4, 0xbb, 0x32, 0xe8,
|
||||
0xc6, 0x3c, 0xde, 0xcb, 0xf5, 0x22, 0x5e, 0x3d, 0xeb, 0xbd, 0xfc, 0x53, 0xe1, 0x11, 0xb4, 0x73,
|
||||
0x8d, 0x18, 0xb5, 0xe7, 0xd5, 0xdd, 0x9a, 0x93, 0x56, 0xff, 0x1a, 0xf1, 0xd8, 0xdd, 0x0f, 0x1f,
|
||||
0x6e, 0x8c, 0xdc, 0xe8, 0x60, 0x32, 0x60, 0xbb, 0xbc, 0x25, 0x34, 0xdf, 0x73, 0x89, 0xfc, 0x75,
|
||||
0x2b, 0x2e, 0xe8, 0x5b, 0x7c, 0xa5, 0x5b, 0xdc, 0xda, 0xf1, 0x60, 0x50, 0xe1, 0x9f, 0xb7, 0xff,
|
||||
0x1b, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x29, 0x71, 0xcf, 0x79, 0x24, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
|
|
|
@ -95,27 +95,26 @@ func (node *QueryNode) AddQueryChannel(ctx context.Context, in *queryPb.AddQuery
|
|||
return status, errors.New(errMsg)
|
||||
}
|
||||
|
||||
//if _, ok := node.searchService.searchCollections[in.CollectionID]; !ok {
|
||||
// errMsg := "null search collection, collectionID = " + fmt.Sprintln(collectionID)
|
||||
// status := &commonpb.Status{
|
||||
// ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
// Reason: errMsg,
|
||||
// }
|
||||
// return status, errors.New(errMsg)
|
||||
//}
|
||||
if node.queryService.hasQueryCollection(collectionID) {
|
||||
log.Debug("queryCollection has been existed when addQueryChannel",
|
||||
zap.Any("collectionID", collectionID),
|
||||
)
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_Success,
|
||||
}
|
||||
return status, nil
|
||||
}
|
||||
|
||||
// add search collection
|
||||
if !node.queryService.hasQueryCollection(collectionID) {
|
||||
err := node.queryService.addQueryCollection(collectionID)
|
||||
if err != nil {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
Reason: err.Error(),
|
||||
}
|
||||
return status, err
|
||||
err := node.queryService.addQueryCollection(collectionID)
|
||||
if err != nil {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
Reason: err.Error(),
|
||||
}
|
||||
log.Debug("add query collection", zap.Any("collectionID", collectionID))
|
||||
return status, err
|
||||
}
|
||||
log.Debug("add query collection", zap.Any("collectionID", collectionID))
|
||||
|
||||
// add request channel
|
||||
sc, err := node.queryService.getQueryCollection(in.CollectionID)
|
||||
|
@ -127,17 +126,43 @@ func (node *QueryNode) AddQueryChannel(ctx context.Context, in *queryPb.AddQuery
|
|||
return status, err
|
||||
}
|
||||
consumeChannels := []string{in.RequestChannelID}
|
||||
//consumeSubName := Params.MsgChannelSubName
|
||||
consumeSubName := Params.MsgChannelSubName + "-" + strconv.FormatInt(collectionID, 10) + "-" + strconv.Itoa(rand.Int())
|
||||
sc.queryMsgStream.AsConsumer(consumeChannels, consumeSubName)
|
||||
log.Debug("querynode AsConsumer: " + strings.Join(consumeChannels, ", ") + " : " + consumeSubName)
|
||||
if in.SeekPosition == nil || len(in.SeekPosition.MsgID) == 0 {
|
||||
// as consumer
|
||||
consumeSubName := Params.MsgChannelSubName + "-" + strconv.FormatInt(collectionID, 10) + "-" + strconv.Itoa(rand.Int())
|
||||
sc.queryMsgStream.AsConsumer(consumeChannels, consumeSubName)
|
||||
log.Debug("querynode AsConsumer: " + strings.Join(consumeChannels, ", ") + " : " + consumeSubName)
|
||||
} else {
|
||||
// seek query channel
|
||||
sc.queryMsgStream.AsConsumer(consumeChannels, in.SeekPosition.MsgGroup)
|
||||
err = sc.queryMsgStream.Seek([]*internalpb.MsgPosition{in.SeekPosition})
|
||||
if err != nil {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
Reason: err.Error(),
|
||||
}
|
||||
return status, err
|
||||
}
|
||||
log.Debug("querynode seek query channel: ", zap.Any("consumeChannels", consumeChannels))
|
||||
}
|
||||
|
||||
// add result channel
|
||||
producerChannels := []string{in.ResultChannelID}
|
||||
sc.queryResultMsgStream.AsProducer(producerChannels)
|
||||
log.Debug("querynode AsProducer: " + strings.Join(producerChannels, ", "))
|
||||
|
||||
// message stream need to asConsumer before start
|
||||
// init global sealed segments
|
||||
for _, segment := range in.GlobalSealedSegments {
|
||||
err = sc.globalSegmentManager.addGlobalSegmentInfo(segment)
|
||||
if err != nil {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
Reason: err.Error(),
|
||||
}
|
||||
return status, err
|
||||
}
|
||||
}
|
||||
|
||||
// start queryCollection, message stream need to asConsumer before start
|
||||
sc.start()
|
||||
log.Debug("start query collection", zap.Any("collectionID", collectionID))
|
||||
|
||||
|
|
|
@ -85,6 +85,26 @@ func TestImpl_AddQueryChannel(t *testing.T) {
|
|||
assert.Equal(t, commonpb.ErrorCode_Success, status.ErrorCode)
|
||||
})
|
||||
|
||||
t.Run("test addQueryChannel has queryCollection", func(t *testing.T) {
|
||||
node, err := genSimpleQueryNode(ctx)
|
||||
assert.NoError(t, err)
|
||||
|
||||
err = node.queryService.addQueryCollection(defaultCollectionID)
|
||||
assert.NoError(t, err)
|
||||
|
||||
req := &queryPb.AddQueryChannelRequest{
|
||||
Base: genCommonMsgBase(commonpb.MsgType_WatchQueryChannels),
|
||||
NodeID: 0,
|
||||
CollectionID: defaultCollectionID,
|
||||
RequestChannelID: genQueryChannel(),
|
||||
ResultChannelID: genQueryResultChannel(),
|
||||
}
|
||||
|
||||
status, err := node.AddQueryChannel(ctx, req)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, commonpb.ErrorCode_Success, status.ErrorCode)
|
||||
})
|
||||
|
||||
t.Run("test node is abnormal", func(t *testing.T) {
|
||||
node, err := genSimpleQueryNode(ctx)
|
||||
assert.NoError(t, err)
|
||||
|
@ -129,6 +149,75 @@ func TestImpl_AddQueryChannel(t *testing.T) {
|
|||
assert.Error(t, err)
|
||||
assert.Equal(t, commonpb.ErrorCode_UnexpectedError, status.ErrorCode)
|
||||
})
|
||||
|
||||
t.Run("test init global sealed segments", func(t *testing.T) {
|
||||
node, err := genSimpleQueryNode(ctx)
|
||||
assert.NoError(t, err)
|
||||
|
||||
req := &queryPb.AddQueryChannelRequest{
|
||||
Base: genCommonMsgBase(commonpb.MsgType_WatchQueryChannels),
|
||||
NodeID: 0,
|
||||
CollectionID: defaultCollectionID,
|
||||
RequestChannelID: genQueryChannel(),
|
||||
ResultChannelID: genQueryResultChannel(),
|
||||
GlobalSealedSegments: []*queryPb.SegmentInfo{{
|
||||
SegmentID: defaultSegmentID,
|
||||
CollectionID: defaultCollectionID,
|
||||
PartitionID: defaultPartitionID,
|
||||
}},
|
||||
}
|
||||
|
||||
status, err := node.AddQueryChannel(ctx, req)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, commonpb.ErrorCode_Success, status.ErrorCode)
|
||||
})
|
||||
|
||||
t.Run("test init global sealed segments failed", func(t *testing.T) {
|
||||
node, err := genSimpleQueryNode(ctx)
|
||||
assert.NoError(t, err)
|
||||
|
||||
req := &queryPb.AddQueryChannelRequest{
|
||||
Base: genCommonMsgBase(commonpb.MsgType_WatchQueryChannels),
|
||||
NodeID: 0,
|
||||
CollectionID: defaultCollectionID,
|
||||
RequestChannelID: genQueryChannel(),
|
||||
ResultChannelID: genQueryResultChannel(),
|
||||
GlobalSealedSegments: []*queryPb.SegmentInfo{{
|
||||
SegmentID: defaultSegmentID,
|
||||
CollectionID: 1000,
|
||||
PartitionID: defaultPartitionID,
|
||||
}},
|
||||
}
|
||||
|
||||
status, err := node.AddQueryChannel(ctx, req)
|
||||
assert.Error(t, err)
|
||||
assert.Equal(t, commonpb.ErrorCode_UnexpectedError, status.ErrorCode)
|
||||
})
|
||||
|
||||
t.Run("test seek error", func(t *testing.T) {
|
||||
node, err := genSimpleQueryNode(ctx)
|
||||
assert.NoError(t, err)
|
||||
|
||||
position := &internalpb.MsgPosition{
|
||||
ChannelName: genQueryChannel(),
|
||||
MsgID: []byte{1, 2, 3},
|
||||
MsgGroup: defaultSubName,
|
||||
Timestamp: 0,
|
||||
}
|
||||
|
||||
req := &queryPb.AddQueryChannelRequest{
|
||||
Base: genCommonMsgBase(commonpb.MsgType_WatchQueryChannels),
|
||||
NodeID: 0,
|
||||
CollectionID: defaultCollectionID,
|
||||
RequestChannelID: genQueryChannel(),
|
||||
ResultChannelID: genQueryResultChannel(),
|
||||
SeekPosition: position,
|
||||
}
|
||||
|
||||
status, err := node.AddQueryChannel(ctx, req)
|
||||
assert.Error(t, err)
|
||||
assert.Equal(t, commonpb.ErrorCode_UnexpectedError, status.ErrorCode)
|
||||
})
|
||||
}
|
||||
|
||||
func TestImpl_RemoveQueryChannel(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue