Add refresh option for LoadCollection/LoadPartitions interfaces (#21776)

/kind improvement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
This commit is contained in:
Ten Thousand Leaves 2023-01-18 16:41:44 +08:00 committed by GitHub
parent cecd59d940
commit defb7660c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 531 additions and 244 deletions

View File

@ -100,6 +100,7 @@ message LoadCollectionRequest {
int32 replica_number = 5;
// fieldID -> indexID
map<int64, int64> field_indexID = 6;
bool refresh = 7;
}
message ReleaseCollectionRequest {
@ -126,6 +127,7 @@ message LoadPartitionsRequest {
int32 replica_number = 6;
// fieldID -> indexID
map<int64, int64> field_indexID = 7;
bool refresh = 8;
}
message ReleasePartitionsRequest {

View File

@ -461,6 +461,7 @@ type LoadCollectionRequest struct {
ReplicaNumber int32 `protobuf:"varint,5,opt,name=replica_number,json=replicaNumber,proto3" json:"replica_number,omitempty"`
// fieldID -> indexID
FieldIndexID map[int64]int64 `protobuf:"bytes,6,rep,name=field_indexID,json=fieldIndexID,proto3" json:"field_indexID,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
Refresh bool `protobuf:"varint,7,opt,name=refresh,proto3" json:"refresh,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@ -533,6 +534,13 @@ func (m *LoadCollectionRequest) GetFieldIndexID() map[int64]int64 {
return nil
}
func (m *LoadCollectionRequest) GetRefresh() bool {
if m != nil {
return m.Refresh
}
return false
}
type ReleaseCollectionRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
DbID int64 `protobuf:"varint,2,opt,name=dbID,proto3" json:"dbID,omitempty"`
@ -676,6 +684,7 @@ type LoadPartitionsRequest struct {
ReplicaNumber int32 `protobuf:"varint,6,opt,name=replica_number,json=replicaNumber,proto3" json:"replica_number,omitempty"`
// fieldID -> indexID
FieldIndexID map[int64]int64 `protobuf:"bytes,7,rep,name=field_indexID,json=fieldIndexID,proto3" json:"field_indexID,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
Refresh bool `protobuf:"varint,8,opt,name=refresh,proto3" json:"refresh,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@ -755,6 +764,13 @@ func (m *LoadPartitionsRequest) GetFieldIndexID() map[int64]int64 {
return nil
}
func (m *LoadPartitionsRequest) GetRefresh() bool {
if m != nil {
return m.Refresh
}
return false
}
type ReleasePartitionsRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
DbID int64 `protobuf:"varint,2,opt,name=dbID,proto3" json:"dbID,omitempty"`
@ -3734,241 +3750,242 @@ func init() {
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
var fileDescriptor_aab7cc9a69ed26e8 = []byte{
// 3736 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3b, 0x49, 0x6c, 0x24, 0x59,
0x56, 0x15, 0xb9, 0xd8, 0x99, 0x2f, 0x17, 0x87, 0xbf, 0xab, 0x5c, 0x39, 0x39, 0xd5, 0xd5, 0xee,
0xa8, 0xae, 0x6e, 0xe3, 0x9e, 0xb6, 0x7b, 0x5c, 0x33, 0x4d, 0x0d, 0x33, 0xa3, 0xa1, 0xca, 0x9e,
0x72, 0x9b, 0xee, 0xf2, 0x98, 0xc8, 0xaa, 0x02, 0xb5, 0x9a, 0xc9, 0x89, 0xcc, 0xf8, 0x99, 0x0e,
0x55, 0x2c, 0x59, 0x11, 0x91, 0xae, 0x76, 0x73, 0xe5, 0x32, 0x23, 0x40, 0x82, 0x03, 0x27, 0xc4,
0x09, 0x24, 0x90, 0x68, 0xc4, 0x01, 0x6e, 0x1c, 0x90, 0x90, 0xe0, 0x86, 0xb8, 0x71, 0xe4, 0x8a,
0x04, 0x12, 0x12, 0xd2, 0x1c, 0x38, 0x20, 0xa1, 0xbf, 0xc5, 0xfa, 0xc3, 0x19, 0x65, 0x77, 0xf5,
0x82, 0xe6, 0x96, 0xf1, 0xfe, 0xf2, 0xde, 0x7f, 0xfb, 0x7b, 0xff, 0x27, 0xac, 0x3e, 0x9b, 0x63,
0xff, 0x6c, 0x38, 0xf6, 0x3c, 0xdf, 0xdc, 0x9e, 0xf9, 0x5e, 0xe8, 0x21, 0xe4, 0x58, 0xf6, 0xe9,
0x3c, 0x60, 0x5f, 0xdb, 0x74, 0xbc, 0xdf, 0x1e, 0x7b, 0x8e, 0xe3, 0xb9, 0x0c, 0xd6, 0x6f, 0x27,
0x67, 0xf4, 0xbb, 0x96, 0x1b, 0x62, 0xdf, 0x35, 0x6c, 0x31, 0x1a, 0x8c, 0x4f, 0xb0, 0x63, 0xf0,
0x2f, 0xd5, 0x34, 0x42, 0x23, 0xb9, 0xbf, 0xf6, 0x3b, 0x0a, 0xac, 0x0f, 0x4e, 0xbc, 0xe7, 0x7b,
0x9e, 0x6d, 0xe3, 0x71, 0x68, 0x79, 0x6e, 0xa0, 0xe3, 0x67, 0x73, 0x1c, 0x84, 0xe8, 0x1d, 0xa8,
0x8d, 0x8c, 0x00, 0xf7, 0x94, 0x0d, 0x65, 0xb3, 0xb5, 0x7b, 0x63, 0x3b, 0x45, 0x09, 0x27, 0xe1,
0x61, 0x30, 0xbd, 0x6f, 0x04, 0x58, 0xa7, 0x33, 0x11, 0x82, 0x9a, 0x39, 0x3a, 0xdc, 0xef, 0x55,
0x36, 0x94, 0xcd, 0xaa, 0x4e, 0x7f, 0xa3, 0xd7, 0xa1, 0x33, 0x8e, 0xf6, 0x3e, 0xdc, 0x0f, 0x7a,
0xd5, 0x8d, 0xea, 0x66, 0x55, 0x4f, 0x03, 0xb5, 0x7f, 0x53, 0xe0, 0x7a, 0x8e, 0x8c, 0x60, 0xe6,
0xb9, 0x01, 0x46, 0x77, 0x60, 0x29, 0x08, 0x8d, 0x70, 0x1e, 0x70, 0x4a, 0xbe, 0x2e, 0xa5, 0x64,
0x40, 0xa7, 0xe8, 0x7c, 0x6a, 0x1e, 0x6d, 0x45, 0x82, 0x16, 0x7d, 0x13, 0xae, 0x5a, 0xee, 0x43,
0xec, 0x78, 0xfe, 0xd9, 0x70, 0x86, 0xfd, 0x31, 0x76, 0x43, 0x63, 0x8a, 0x05, 0x8d, 0x6b, 0x62,
0xec, 0x38, 0x1e, 0x42, 0xef, 0xc2, 0x75, 0x26, 0xa5, 0x00, 0xfb, 0xa7, 0xd6, 0x18, 0x0f, 0x8d,
0x53, 0xc3, 0xb2, 0x8d, 0x91, 0x8d, 0x7b, 0xb5, 0x8d, 0xea, 0x66, 0x43, 0xbf, 0x46, 0x87, 0x07,
0x6c, 0xf4, 0x9e, 0x18, 0xd4, 0xfe, 0x4c, 0x81, 0x6b, 0xe4, 0x84, 0xc7, 0x86, 0x1f, 0x5a, 0x2f,
0x81, 0xcf, 0x1a, 0xb4, 0x93, 0x67, 0xeb, 0x55, 0xe9, 0x58, 0x0a, 0x46, 0xe6, 0xcc, 0x04, 0x7a,
0xc2, 0x93, 0x1a, 0x3d, 0x66, 0x0a, 0xa6, 0xfd, 0x29, 0x57, 0x88, 0x24, 0x9d, 0x97, 0x11, 0x44,
0x16, 0x67, 0x25, 0x8f, 0xf3, 0x02, 0x62, 0xd0, 0x7e, 0x56, 0x85, 0x6b, 0x1f, 0x78, 0x86, 0x19,
0x2b, 0xcc, 0xe7, 0xcf, 0xce, 0xef, 0xc3, 0x12, 0xb3, 0xae, 0x5e, 0x8d, 0xe2, 0xba, 0x9d, 0xc6,
0xc5, 0x2d, 0x2f, 0xa6, 0x70, 0x40, 0x01, 0x3a, 0x5f, 0x84, 0x6e, 0x43, 0xd7, 0xc7, 0x33, 0xdb,
0x1a, 0x1b, 0x43, 0x77, 0xee, 0x8c, 0xb0, 0xdf, 0xab, 0x6f, 0x28, 0x9b, 0x75, 0xbd, 0xc3, 0xa1,
0x47, 0x14, 0x88, 0x7e, 0x02, 0x9d, 0x89, 0x85, 0x6d, 0x73, 0x68, 0xb9, 0x26, 0xfe, 0xf8, 0x70,
0xbf, 0xb7, 0xb4, 0x51, 0xdd, 0x6c, 0xed, 0x7e, 0x77, 0x3b, 0xef, 0x19, 0xb6, 0xa5, 0x1c, 0xd9,
0x7e, 0x40, 0x96, 0x1f, 0xb2, 0xd5, 0x3f, 0x74, 0x43, 0xff, 0x4c, 0x6f, 0x4f, 0x12, 0xa0, 0xfe,
0x0f, 0x60, 0x35, 0x37, 0x05, 0xa9, 0x50, 0x7d, 0x8a, 0xcf, 0x28, 0x17, 0xab, 0x3a, 0xf9, 0x89,
0xae, 0x42, 0xfd, 0xd4, 0xb0, 0xe7, 0x98, 0xf3, 0x89, 0x7d, 0xfc, 0x4a, 0xe5, 0xae, 0xa2, 0xfd,
0xb1, 0x02, 0x3d, 0x1d, 0xdb, 0xd8, 0x08, 0xf0, 0x17, 0x29, 0x8f, 0x75, 0x58, 0x72, 0x3d, 0x13,
0x1f, 0xee, 0x53, 0x79, 0x54, 0x75, 0xfe, 0xa5, 0xfd, 0x8f, 0x02, 0x57, 0x0f, 0x70, 0x48, 0x14,
0xd3, 0x0a, 0x42, 0x6b, 0x1c, 0x59, 0xde, 0xf7, 0xa1, 0xea, 0xe3, 0x67, 0x9c, 0xb2, 0xb7, 0xd2,
0x94, 0x45, 0x7e, 0x54, 0xb6, 0x52, 0x27, 0xeb, 0xd0, 0x6b, 0xd0, 0x36, 0x1d, 0x7b, 0x38, 0x3e,
0x31, 0x5c, 0x17, 0xdb, 0x4c, 0xb5, 0x9b, 0x7a, 0xcb, 0x74, 0xec, 0x3d, 0x0e, 0x42, 0x37, 0x01,
0x02, 0x3c, 0x75, 0xb0, 0x1b, 0xc6, 0xae, 0x2f, 0x01, 0x41, 0x5b, 0xb0, 0x3a, 0xf1, 0x3d, 0x67,
0x18, 0x9c, 0x18, 0xbe, 0x39, 0xb4, 0xb1, 0x61, 0x62, 0x9f, 0x52, 0xdf, 0xd0, 0x57, 0xc8, 0xc0,
0x80, 0xc0, 0x3f, 0xa0, 0x60, 0x74, 0x07, 0xea, 0xc1, 0xd8, 0x9b, 0x61, 0xaa, 0x26, 0xdd, 0xdd,
0x57, 0x64, 0x0a, 0xb0, 0x6f, 0x84, 0xc6, 0x80, 0x4c, 0xd2, 0xd9, 0x5c, 0xed, 0xaf, 0xb8, 0x9d,
0x7c, 0xc9, 0xdd, 0x4e, 0xc2, 0x96, 0xea, 0x9f, 0x8d, 0x2d, 0x2d, 0x95, 0xb2, 0xa5, 0xe5, 0xf3,
0x6d, 0x29, 0xc7, 0xb5, 0x97, 0x6f, 0x4b, 0x7f, 0x1f, 0xdb, 0xd2, 0x97, 0x5d, 0x66, 0xb1, 0xbd,
0xd5, 0x53, 0xf6, 0xf6, 0x17, 0x0a, 0x7c, 0xed, 0x00, 0x87, 0x11, 0xf9, 0xc4, 0x7c, 0xf0, 0x97,
0x34, 0xdc, 0x7d, 0xaa, 0x40, 0x5f, 0x46, 0xeb, 0x65, 0x42, 0xde, 0x87, 0xb0, 0x1e, 0xe1, 0x18,
0x9a, 0x38, 0x18, 0xfb, 0xd6, 0x8c, 0x8a, 0x91, 0x7a, 0x88, 0xd6, 0xee, 0x2d, 0x99, 0xba, 0x65,
0x29, 0xb8, 0x16, 0x6d, 0xb1, 0x9f, 0xd8, 0x41, 0xfb, 0x3d, 0x05, 0xae, 0x11, 0x8f, 0xc4, 0x5d,
0x88, 0x3b, 0xf1, 0x2e, 0xce, 0xd7, 0xb4, 0x73, 0xaa, 0xe4, 0x9c, 0x53, 0x09, 0x1e, 0xd3, 0xfc,
0x31, 0x4b, 0xcf, 0x65, 0x78, 0xf7, 0x6d, 0xa8, 0x5b, 0xee, 0xc4, 0x13, 0xac, 0x7a, 0x55, 0xc6,
0xaa, 0x24, 0x32, 0x36, 0x5b, 0x73, 0x19, 0x15, 0xb1, 0xb7, 0xbc, 0x84, 0xba, 0x65, 0x8f, 0x5d,
0x91, 0x1c, 0xfb, 0x77, 0x15, 0xb8, 0x9e, 0x43, 0x78, 0x99, 0x73, 0x7f, 0x0f, 0x96, 0x68, 0x0c,
0x10, 0x07, 0x7f, 0x5d, 0x7a, 0xf0, 0x04, 0xba, 0x0f, 0xac, 0x20, 0xd4, 0xf9, 0x1a, 0xcd, 0x03,
0x35, 0x3b, 0x46, 0xa2, 0x13, 0x8f, 0x4c, 0x43, 0xd7, 0x70, 0x18, 0x03, 0x9a, 0x7a, 0x8b, 0xc3,
0x8e, 0x0c, 0x07, 0xa3, 0xaf, 0x41, 0x83, 0x98, 0xec, 0xd0, 0x32, 0x85, 0xf8, 0x97, 0xa9, 0x09,
0x9b, 0x01, 0x7a, 0x05, 0x80, 0x0e, 0x19, 0xa6, 0xe9, 0xb3, 0xc0, 0xd5, 0xd4, 0x9b, 0x04, 0x72,
0x8f, 0x00, 0xb4, 0x3f, 0x50, 0xa0, 0x4d, 0x1c, 0xe4, 0x43, 0x1c, 0x1a, 0x44, 0x0e, 0xe8, 0x3b,
0xd0, 0xb4, 0x3d, 0xc3, 0x1c, 0x86, 0x67, 0x33, 0x86, 0xaa, 0x9b, 0xe5, 0x75, 0xec, 0x55, 0x1f,
0x9d, 0xcd, 0xb0, 0xde, 0xb0, 0xf9, 0xaf, 0x32, 0xfc, 0xce, 0x99, 0x72, 0x55, 0x62, 0xca, 0xff,
0x58, 0x87, 0xf5, 0xdf, 0x30, 0xc2, 0xf1, 0xc9, 0xbe, 0x23, 0xe2, 0xef, 0xc5, 0x95, 0x20, 0xf6,
0x6d, 0x95, 0xa4, 0x6f, 0xfb, 0xcc, 0x7c, 0x67, 0xa4, 0xe7, 0x75, 0x99, 0x9e, 0x93, 0x32, 0x6d,
0xfb, 0x09, 0x17, 0x55, 0x42, 0xcf, 0x13, 0x61, 0x72, 0xe9, 0x22, 0x61, 0x72, 0x0f, 0x3a, 0xf8,
0xe3, 0xb1, 0x3d, 0x27, 0x32, 0xa7, 0xd8, 0x59, 0xfc, 0xbb, 0x29, 0xc1, 0x9e, 0x34, 0xb2, 0x36,
0x5f, 0x74, 0xc8, 0x69, 0x60, 0xa2, 0x76, 0x70, 0x68, 0xf4, 0x1a, 0x94, 0x8c, 0x8d, 0x22, 0x51,
0x0b, 0xfd, 0x60, 0xe2, 0x26, 0x5f, 0xe8, 0x06, 0x34, 0x79, 0x50, 0x3e, 0xdc, 0xef, 0x35, 0x29,
0xfb, 0x62, 0x00, 0x32, 0xa0, 0xc3, 0x3d, 0x10, 0xa7, 0x10, 0x28, 0x85, 0xdf, 0x93, 0x21, 0x90,
0x0b, 0x3b, 0x49, 0x79, 0xc0, 0x43, 0x74, 0x90, 0x00, 0x91, 0xd2, 0xd0, 0x9b, 0x4c, 0x6c, 0xcb,
0xc5, 0x47, 0x4c, 0xc2, 0x2d, 0x4a, 0x44, 0x1a, 0x88, 0x7a, 0xb0, 0x7c, 0x8a, 0xfd, 0xc0, 0xf2,
0xdc, 0x5e, 0x9b, 0x8e, 0x8b, 0xcf, 0xfe, 0x10, 0x56, 0x73, 0x28, 0x24, 0x21, 0xfe, 0x5b, 0xc9,
0x10, 0xbf, 0x98, 0xc7, 0x89, 0x14, 0xe0, 0xcf, 0x15, 0xb8, 0xf6, 0xd8, 0x0d, 0xe6, 0xa3, 0xe8,
0x6c, 0x5f, 0x8c, 0x1e, 0x67, 0x3d, 0x48, 0x2d, 0xe7, 0x41, 0xb4, 0x9f, 0xd6, 0x61, 0x85, 0x9f,
0x82, 0x88, 0x9b, 0xba, 0x82, 0x1b, 0xd0, 0x8c, 0x82, 0x08, 0x67, 0x48, 0x0c, 0x40, 0x1b, 0xd0,
0x4a, 0x18, 0x02, 0xa7, 0x2a, 0x09, 0x2a, 0x45, 0x9a, 0x48, 0x09, 0x6a, 0x89, 0x94, 0xe0, 0x15,
0x80, 0x89, 0x3d, 0x0f, 0x4e, 0x86, 0xa1, 0xe5, 0x60, 0x9e, 0x92, 0x34, 0x29, 0xe4, 0x91, 0xe5,
0x60, 0x74, 0x0f, 0xda, 0x23, 0xcb, 0xb5, 0xbd, 0xe9, 0x70, 0x66, 0x84, 0x27, 0x01, 0x2f, 0xa3,
0x64, 0x62, 0xa1, 0x09, 0xdc, 0x7d, 0x3a, 0x57, 0x6f, 0xb1, 0x35, 0xc7, 0x64, 0x09, 0xba, 0x09,
0x2d, 0x77, 0xee, 0x0c, 0xbd, 0xc9, 0xd0, 0xf7, 0x9e, 0x13, 0xe3, 0xa1, 0x28, 0xdc, 0xb9, 0xf3,
0xa3, 0x89, 0xee, 0x3d, 0x27, 0x4e, 0xbc, 0x49, 0xdc, 0x79, 0x60, 0x7b, 0xd3, 0xa0, 0xd7, 0x28,
0xb5, 0x7f, 0xbc, 0x80, 0xac, 0x36, 0xb1, 0x1d, 0x1a, 0x74, 0x75, 0xb3, 0xdc, 0xea, 0x68, 0x01,
0x7a, 0x03, 0xba, 0x63, 0xcf, 0x99, 0x19, 0x94, 0x43, 0x0f, 0x7c, 0xcf, 0xa1, 0x96, 0x53, 0xd5,
0x33, 0x50, 0xb4, 0x07, 0x2d, 0x9a, 0xfc, 0x72, 0xf3, 0x6a, 0x51, 0x3c, 0x9a, 0xcc, 0xbc, 0x12,
0x79, 0x2c, 0x51, 0x50, 0xb0, 0xc4, 0xcf, 0x80, 0x68, 0x86, 0xb0, 0xd2, 0xc0, 0xfa, 0x04, 0x73,
0x0b, 0x69, 0x71, 0xd8, 0xc0, 0xfa, 0x04, 0x93, 0x8c, 0xdc, 0x72, 0x03, 0xec, 0x87, 0xa2, 0x3e,
0xea, 0x75, 0xa8, 0xfa, 0x74, 0x18, 0x94, 0x2b, 0x36, 0x3a, 0x84, 0x6e, 0x10, 0x1a, 0x7e, 0x38,
0x9c, 0x79, 0x01, 0x55, 0x80, 0x5e, 0x97, 0xea, 0xb6, 0x56, 0x50, 0x8d, 0x3d, 0x0c, 0xa6, 0xc7,
0x7c, 0xa6, 0xde, 0xa1, 0x2b, 0xc5, 0xa7, 0xf6, 0x5f, 0x15, 0xe8, 0xa6, 0x69, 0x26, 0x46, 0xcc,
0xb2, 0x73, 0xa1, 0x88, 0xe2, 0x93, 0x9c, 0x00, 0xbb, 0xc6, 0xc8, 0xc6, 0xac, 0x14, 0xa0, 0x7a,
0xd8, 0xd0, 0x5b, 0x0c, 0x46, 0x37, 0x20, 0xfa, 0xc4, 0x38, 0x45, 0x95, 0xbf, 0x4a, 0xa9, 0x6f,
0x52, 0x08, 0x0d, 0x9e, 0x3d, 0x58, 0x16, 0x55, 0x04, 0xd3, 0x42, 0xf1, 0x49, 0x46, 0x46, 0x73,
0x8b, 0x62, 0x65, 0x5a, 0x28, 0x3e, 0xd1, 0x3e, 0xb4, 0xd9, 0x96, 0x33, 0xc3, 0x37, 0x1c, 0xa1,
0x83, 0xaf, 0x49, 0xed, 0xf8, 0x7d, 0x7c, 0xf6, 0x84, 0xb8, 0x84, 0x63, 0xc3, 0xf2, 0x75, 0x26,
0xb3, 0x63, 0xba, 0x0a, 0x6d, 0x82, 0xca, 0x76, 0x99, 0x58, 0x36, 0xe6, 0xda, 0xbc, 0x4c, 0x23,
0x74, 0x97, 0xc2, 0x1f, 0x58, 0x36, 0x66, 0x0a, 0x1b, 0x1d, 0x81, 0x4a, 0xa9, 0xc1, 0xf4, 0x95,
0x42, 0xa8, 0x8c, 0x6e, 0x41, 0x87, 0x0d, 0x0b, 0x4f, 0xc7, 0xdc, 0x31, 0xa3, 0xf1, 0x09, 0x83,
0xd1, 0x24, 0x61, 0xee, 0x30, 0x8d, 0x07, 0x76, 0x1c, 0x77, 0xee, 0x10, 0x7d, 0xd7, 0xfe, 0xb0,
0x06, 0x6b, 0xc4, 0xec, 0xb9, 0x07, 0xb8, 0x44, 0xb8, 0x7d, 0x05, 0xc0, 0x0c, 0xc2, 0x61, 0xca,
0x55, 0x35, 0xcd, 0x20, 0xe4, 0xce, 0xf8, 0x3b, 0x22, 0x5a, 0x56, 0x8b, 0x13, 0xe8, 0x8c, 0x1b,
0xca, 0x47, 0xcc, 0x0b, 0x35, 0x69, 0x6e, 0x41, 0x27, 0xf0, 0xe6, 0xfe, 0x18, 0x0f, 0x53, 0xa5,
0x4e, 0x9b, 0x01, 0x8f, 0xe4, 0xce, 0x74, 0x49, 0xda, 0x2c, 0x4a, 0x44, 0xcd, 0xe5, 0xcb, 0x45,
0xcd, 0x46, 0x36, 0x6a, 0xbe, 0x0f, 0x2b, 0xd4, 0x13, 0x44, 0x56, 0x24, 0x1c, 0x48, 0x19, 0x33,
0xea, 0xd2, 0xa5, 0xe2, 0x33, 0x48, 0x46, 0x3e, 0x48, 0x45, 0x3e, 0xc2, 0x0c, 0x17, 0x63, 0x73,
0x18, 0xfa, 0x86, 0x1b, 0x4c, 0xb0, 0x4f, 0x23, 0x67, 0x43, 0x6f, 0x13, 0xe0, 0x23, 0x0e, 0xd3,
0xfe, 0xb9, 0x02, 0xeb, 0xbc, 0x80, 0xbd, 0xbc, 0x5e, 0x14, 0x85, 0x2f, 0xe1, 0xff, 0xab, 0xe7,
0x94, 0x84, 0xb5, 0x12, 0xa9, 0x59, 0x5d, 0x92, 0x9a, 0xa5, 0xcb, 0xa2, 0xa5, 0x5c, 0x59, 0x14,
0xf5, 0x61, 0x96, 0xcb, 0xf7, 0x61, 0x48, 0xc1, 0x4f, 0x73, 0x75, 0x2a, 0xbb, 0xa6, 0xce, 0x3e,
0xca, 0x31, 0xf4, 0x3f, 0x14, 0xe8, 0x0c, 0xb0, 0xe1, 0x8f, 0x4f, 0x04, 0x1f, 0xdf, 0x4d, 0xf6,
0xad, 0x5e, 0x2f, 0x10, 0x71, 0x6a, 0xc9, 0x57, 0xa7, 0x61, 0xf5, 0x9f, 0x0a, 0xb4, 0x7f, 0x9d,
0x0c, 0x89, 0xc3, 0xde, 0x4d, 0x1e, 0xf6, 0x8d, 0x82, 0xc3, 0xea, 0x38, 0xf4, 0x2d, 0x7c, 0x8a,
0xbf, 0x72, 0xc7, 0xfd, 0x27, 0x05, 0xfa, 0x83, 0x33, 0x77, 0xac, 0x33, 0x5b, 0xbe, 0xbc, 0xc5,
0xdc, 0x82, 0xce, 0x69, 0x2a, 0x6b, 0xab, 0x50, 0x85, 0x6b, 0x9f, 0x26, 0x0b, 0x3f, 0x1d, 0x54,
0xd1, 0x2e, 0xe3, 0x87, 0x15, 0xae, 0xf5, 0x4d, 0x19, 0xd5, 0x19, 0xe2, 0xa8, 0x6b, 0x5a, 0xf1,
0xd3, 0x40, 0xed, 0xf7, 0x15, 0x58, 0x93, 0x4c, 0x44, 0xd7, 0x61, 0x99, 0x17, 0x99, 0x3c, 0x06,
0x33, 0x1b, 0x36, 0x89, 0x78, 0xe2, 0x36, 0x89, 0x65, 0xe6, 0x53, 0x41, 0x13, 0xbd, 0x0a, 0xad,
0xa8, 0x1a, 0x30, 0x73, 0xf2, 0x31, 0x03, 0xd4, 0x87, 0x06, 0x77, 0x4e, 0xa2, 0xcc, 0x8a, 0xbe,
0xb5, 0xbf, 0x53, 0x60, 0xfd, 0x3d, 0xc3, 0x35, 0xbd, 0xc9, 0xe4, 0xf2, 0x6c, 0xdd, 0x83, 0x54,
0x11, 0x51, 0xb6, 0x3d, 0x91, 0xae, 0x3c, 0xde, 0x82, 0x55, 0x9f, 0x79, 0x46, 0x33, 0xcd, 0xf7,
0xaa, 0xae, 0x8a, 0x81, 0x88, 0x9f, 0x7f, 0x59, 0x01, 0x44, 0x82, 0xc1, 0x7d, 0xc3, 0x36, 0xdc,
0x31, 0xbe, 0x38, 0xe9, 0xb7, 0xa1, 0x9b, 0x0a, 0x61, 0xd1, 0x5d, 0x58, 0x32, 0x86, 0x05, 0xe8,
0x7d, 0xe8, 0x8e, 0x18, 0xaa, 0xa1, 0x8f, 0x8d, 0xc0, 0x73, 0xa9, 0x73, 0xed, 0xca, 0x3b, 0x11,
0x8f, 0x7c, 0x6b, 0x3a, 0xc5, 0xfe, 0x9e, 0xe7, 0x9a, 0x3c, 0x17, 0x1b, 0x09, 0x32, 0xc9, 0x52,
0x22, 0xb8, 0x38, 0x9e, 0x0b, 0xd1, 0x40, 0x14, 0xd0, 0x29, 0x2b, 0x02, 0x6c, 0xd8, 0x31, 0x23,
0x62, 0x6f, 0xac, 0xb2, 0x81, 0x41, 0x71, 0x23, 0x4a, 0x12, 0x5f, 0xb5, 0xbf, 0x51, 0x00, 0x45,
0xf5, 0x12, 0xad, 0x0c, 0xa9, 0xf6, 0x65, 0x97, 0x2a, 0x92, 0xa0, 0x70, 0x03, 0x9a, 0xa6, 0x58,
0xc9, 0xcd, 0x25, 0x06, 0x50, 0x1f, 0x4d, 0x89, 0x1e, 0x92, 0x60, 0x8c, 0x4d, 0x51, 0x8f, 0x30,
0xe0, 0x07, 0x14, 0x96, 0x0e, 0xcf, 0xb5, 0x6c, 0x78, 0x4e, 0xf6, 0x59, 0xea, 0xa9, 0x3e, 0x8b,
0xf6, 0x69, 0x05, 0x54, 0xea, 0xee, 0xf6, 0xe2, 0x62, 0xbf, 0x14, 0xd1, 0xb7, 0xa0, 0xc3, 0x6f,
0x8b, 0x53, 0x84, 0xb7, 0x9f, 0x25, 0x36, 0x43, 0xef, 0xc0, 0x55, 0x36, 0xc9, 0xc7, 0xc1, 0xdc,
0x8e, 0x53, 0x71, 0x96, 0xcc, 0xa2, 0x67, 0xcc, 0xcf, 0x92, 0x21, 0xb1, 0xe2, 0x31, 0xac, 0x4f,
0x6d, 0x6f, 0x64, 0xd8, 0xc3, 0xb4, 0x78, 0x98, 0x0c, 0x4b, 0x68, 0xfc, 0x55, 0xb6, 0x7c, 0x90,
0x94, 0x61, 0x80, 0x0e, 0x48, 0x59, 0x8f, 0x9f, 0xc6, 0x59, 0x7e, 0xbd, 0x74, 0x96, 0xdf, 0x26,
0x0b, 0xa3, 0x24, 0xff, 0x4f, 0x14, 0x58, 0xc9, 0xb4, 0x4a, 0xb3, 0x25, 0xa5, 0x92, 0x2f, 0x29,
0xef, 0x42, 0x9d, 0xd4, 0x59, 0xcc, 0x19, 0x76, 0xe5, 0xe5, 0x4e, 0x7a, 0x57, 0x9d, 0x2d, 0x40,
0x3b, 0xb0, 0x26, 0xb9, 0x9a, 0xe4, 0x3a, 0x80, 0xf2, 0x37, 0x93, 0xda, 0xcf, 0x6b, 0xd0, 0x4a,
0xf0, 0x63, 0x41, 0x35, 0x5c, 0xa6, 0xf7, 0x95, 0x39, 0x5e, 0x35, 0x7f, 0xbc, 0x82, 0x8b, 0x2f,
0xa2, 0x77, 0x0e, 0x76, 0x58, 0xf2, 0xcf, 0x2b, 0x11, 0x07, 0x3b, 0x34, 0xf5, 0x4f, 0x66, 0xf5,
0x4b, 0xa9, 0xac, 0x3e, 0x53, 0xf7, 0x2c, 0x9f, 0x53, 0xf7, 0x34, 0xd2, 0x75, 0x4f, 0xca, 0x8e,
0x9a, 0x59, 0x3b, 0x2a, 0x5b, 0xa0, 0xbe, 0x03, 0x6b, 0x63, 0x1f, 0x1b, 0x21, 0x36, 0xef, 0x9f,
0xed, 0x45, 0x43, 0x3c, 0x33, 0x92, 0x0d, 0xa1, 0x07, 0x71, 0xcf, 0x88, 0x49, 0xb9, 0x4d, 0xa5,
0x2c, 0x2f, 0xab, 0xb8, 0x6c, 0x98, 0x90, 0x85, 0x7b, 0xa6, 0x5f, 0xd9, 0xd2, 0xb8, 0x73, 0xa1,
0xd2, 0xf8, 0x55, 0x68, 0x89, 0xd0, 0x4a, 0xcc, 0xbd, 0xcb, 0x3c, 0x9f, 0xf0, 0x05, 0x66, 0x90,
0x72, 0x06, 0x2b, 0xe9, 0xa6, 0x6b, 0xb6, 0x28, 0x55, 0xf3, 0x45, 0xe9, 0x75, 0x58, 0xb6, 0x82,
0xe1, 0xc4, 0x78, 0x8a, 0x7b, 0xab, 0x74, 0x74, 0xc9, 0x0a, 0x1e, 0x18, 0x4f, 0xb1, 0xf6, 0x2f,
0x55, 0xe8, 0xc6, 0x55, 0x4c, 0x69, 0x37, 0x52, 0xe6, 0x7a, 0xfe, 0x08, 0xd4, 0x38, 0x50, 0x53,
0x0e, 0x9f, 0x5b, 0x88, 0x65, 0x6f, 0x32, 0x56, 0x66, 0x19, 0x7b, 0x4d, 0xf5, 0x8a, 0x6b, 0x2f,
0xd4, 0x2b, 0xbe, 0xe4, 0x35, 0xe1, 0x1d, 0xb8, 0x16, 0x05, 0xe0, 0xd4, 0xb1, 0x59, 0x96, 0x7f,
0x55, 0x0c, 0x1e, 0x27, 0x8f, 0x5f, 0xe0, 0x02, 0x96, 0x8b, 0x5c, 0x40, 0x56, 0x05, 0x1a, 0x39,
0x15, 0xc8, 0xdf, 0x56, 0x36, 0x25, 0xb7, 0x95, 0xda, 0x63, 0x58, 0xa3, 0x6d, 0xc0, 0x60, 0xec,
0x5b, 0x23, 0x1c, 0xe5, 0xac, 0x65, 0xc4, 0xda, 0x87, 0x46, 0x26, 0xed, 0x8d, 0xbe, 0xb5, 0x9f,
0x29, 0xb0, 0x9e, 0xdf, 0x97, 0x6a, 0x4c, 0xec, 0x48, 0x94, 0x94, 0x23, 0xf9, 0x4d, 0x58, 0x8b,
0xb7, 0x4f, 0x27, 0xd4, 0x05, 0x29, 0xa3, 0x84, 0x70, 0x1d, 0xc5, 0x7b, 0x08, 0x98, 0xf6, 0x73,
0x25, 0xea, 0xa6, 0x12, 0xd8, 0x94, 0xf6, 0x98, 0x49, 0x70, 0xf3, 0x5c, 0xdb, 0x72, 0xa3, 0xaa,
0x9b, 0x9f, 0x91, 0x01, 0x79, 0xd5, 0xfd, 0x1e, 0xac, 0xf0, 0x49, 0x51, 0x8c, 0x2a, 0x99, 0x95,
0x75, 0xd9, 0xba, 0x28, 0x3a, 0xdd, 0x86, 0x2e, 0x6f, 0xfe, 0x0a, 0x7c, 0x55, 0x59, 0x4b, 0xf8,
0xd7, 0x40, 0x15, 0xd3, 0x5e, 0x34, 0x2a, 0xae, 0xf0, 0x85, 0x51, 0x76, 0xf7, 0x53, 0x05, 0x7a,
0xe9, 0x18, 0x99, 0x38, 0xfe, 0x8b, 0xe7, 0x78, 0xdf, 0x4d, 0x5f, 0x9b, 0xdd, 0x3e, 0x87, 0x9e,
0x18, 0x8f, 0xb8, 0x3c, 0x3b, 0xa2, 0x57, 0xa0, 0xa4, 0x34, 0xd9, 0xb7, 0x82, 0xd0, 0xb7, 0x46,
0xf3, 0x4b, 0xbd, 0xdf, 0xd0, 0xfe, 0xb6, 0x02, 0x5f, 0x97, 0x6e, 0x78, 0x99, 0x0b, 0xb2, 0xa2,
0x4e, 0xc0, 0x7d, 0x68, 0x64, 0x4a, 0x98, 0x37, 0xce, 0x39, 0x3c, 0x6f, 0x6a, 0xb1, 0xe6, 0x8a,
0x58, 0x47, 0xf6, 0x88, 0x74, 0xba, 0x56, 0xbc, 0x07, 0x57, 0xda, 0xd4, 0x1e, 0x62, 0x1d, 0xba,
0x07, 0x6d, 0x56, 0x1e, 0x0e, 0x4f, 0x2d, 0xfc, 0x5c, 0xdc, 0xeb, 0xdc, 0x94, 0xfa, 0x35, 0x3a,
0xef, 0x89, 0x85, 0x9f, 0xeb, 0x2d, 0x3b, 0xfa, 0x1d, 0x68, 0xff, 0x5d, 0x05, 0x88, 0xc7, 0x48,
0x6d, 0x1a, 0x1b, 0x0c, 0xb7, 0x80, 0x04, 0x84, 0x04, 0xe2, 0x74, 0xee, 0x27, 0x3e, 0x91, 0x1e,
0xb7, 0x67, 0x4d, 0x2b, 0x08, 0x39, 0x5f, 0x76, 0xce, 0xa7, 0x45, 0xb0, 0x88, 0x88, 0x8c, 0x5d,
0x9b, 0x88, 0xda, 0x8b, 0x40, 0xd0, 0xdb, 0x80, 0xa6, 0xbe, 0xf7, 0xdc, 0x72, 0xa7, 0xc9, 0x8c,
0x9d, 0x25, 0xf6, 0xab, 0x7c, 0x24, 0x91, 0xb2, 0xff, 0x18, 0xd4, 0xcc, 0x74, 0xc1, 0x92, 0x3b,
0x0b, 0xc8, 0x38, 0x48, 0xed, 0xc5, 0x6f, 0x70, 0x56, 0xd2, 0x18, 0x82, 0xfe, 0x10, 0xd4, 0x2c,
0xbd, 0x92, 0x3b, 0x98, 0x6f, 0xa7, 0xef, 0x60, 0xce, 0x33, 0x53, 0xb2, 0x4d, 0xe2, 0x12, 0xa6,
0x3f, 0x81, 0xab, 0x32, 0x4a, 0x24, 0x48, 0xee, 0xa6, 0x91, 0x94, 0xc9, 0x69, 0x13, 0x97, 0x3d,
0x3f, 0x88, 0xd2, 0x45, 0xca, 0xe6, 0x22, 0x0f, 0x9c, 0x68, 0xca, 0x55, 0x52, 0x4d, 0x39, 0xed,
0x8f, 0x14, 0x40, 0x79, 0xed, 0x46, 0x5d, 0xa8, 0x44, 0x9b, 0x54, 0x0e, 0xf7, 0x33, 0xda, 0x54,
0xc9, 0x69, 0xd3, 0x0d, 0x68, 0x46, 0x11, 0x91, 0xbb, 0xbf, 0x18, 0x90, 0xd4, 0xb5, 0x5a, 0x5a,
0xd7, 0x12, 0x84, 0xd5, 0xd3, 0x84, 0x9d, 0x00, 0xca, 0x5b, 0x4c, 0x72, 0x27, 0x25, 0xbd, 0xd3,
0x22, 0x0a, 0x13, 0x98, 0xaa, 0x69, 0x4c, 0xff, 0x5e, 0x01, 0x14, 0xc7, 0xfc, 0xe8, 0x22, 0xaa,
0x4c, 0xa0, 0xdc, 0x81, 0xb5, 0x7c, 0x46, 0x20, 0xd2, 0x20, 0x94, 0xcb, 0x07, 0x64, 0xb1, 0xbb,
0x2a, 0x7b, 0x69, 0xf4, 0x6e, 0xe4, 0xe3, 0x58, 0x82, 0x73, 0xb3, 0x28, 0xc1, 0xc9, 0xb8, 0xb9,
0xdf, 0xca, 0xbe, 0x50, 0x62, 0x46, 0x73, 0x57, 0xea, 0x8f, 0x72, 0x47, 0x7e, 0xf9, 0xcf, 0x93,
0xfe, 0xb5, 0x02, 0xab, 0x11, 0x37, 0x5e, 0x88, 0xd3, 0x8b, 0x2f, 0xfe, 0x5e, 0x32, 0x6b, 0x3f,
0x92, 0xb3, 0xf6, 0x97, 0xcf, 0xcd, 0x61, 0x3f, 0x3f, 0xce, 0x0e, 0x60, 0x99, 0xb7, 0xcf, 0x72,
0xb6, 0x5b, 0xa6, 0x4a, 0xbc, 0x0a, 0x75, 0xe2, 0x2a, 0x44, 0x3f, 0x89, 0x7d, 0x68, 0x7f, 0xad,
0x00, 0x0c, 0xce, 0xdc, 0xf1, 0x3d, 0x66, 0x42, 0xef, 0x40, 0x6d, 0xd1, 0x03, 0x0d, 0x32, 0x9b,
0x26, 0xdd, 0x74, 0x66, 0x09, 0xa9, 0xa5, 0x0a, 0xdc, 0x6a, 0xb6, 0xc0, 0x2d, 0x2a, 0x4d, 0x8b,
0xdd, 0xc6, 0x3f, 0x28, 0x70, 0x9d, 0x10, 0xf1, 0x99, 0xe4, 0x22, 0xa5, 0x58, 0x97, 0x70, 0x49,
0xd5, 0xb4, 0x4b, 0xba, 0x0b, 0xcb, 0xac, 0xc6, 0x14, 0x79, 0xc1, 0xcd, 0x22, 0x96, 0x31, 0x06,
0xeb, 0x62, 0xfa, 0xd6, 0xaf, 0x42, 0x33, 0xea, 0xf5, 0xa2, 0x16, 0x2c, 0x3f, 0x76, 0xdf, 0x77,
0xbd, 0xe7, 0xae, 0x7a, 0x05, 0x2d, 0x43, 0xf5, 0x9e, 0x6d, 0xab, 0x0a, 0xea, 0x40, 0x73, 0x10,
0xfa, 0xd8, 0x70, 0x2c, 0x77, 0xaa, 0x56, 0x50, 0x17, 0xe0, 0x3d, 0x2b, 0x08, 0x3d, 0xdf, 0x1a,
0x1b, 0xb6, 0x5a, 0xdd, 0xfa, 0x04, 0xba, 0xe9, 0x4a, 0x0a, 0xb5, 0xa1, 0x71, 0xe4, 0x85, 0x3f,
0xfc, 0xd8, 0x0a, 0x42, 0xf5, 0x0a, 0x99, 0x7f, 0xe4, 0x85, 0xc7, 0x3e, 0x0e, 0xb0, 0x1b, 0xaa,
0x0a, 0x02, 0x58, 0xfa, 0x91, 0xbb, 0x6f, 0x05, 0x4f, 0xd5, 0x0a, 0x5a, 0xe3, 0x4d, 0x12, 0xc3,
0x3e, 0xe4, 0xe5, 0x89, 0x5a, 0x25, 0xcb, 0xa3, 0xaf, 0x1a, 0x52, 0xa1, 0x1d, 0x4d, 0x39, 0x38,
0x7e, 0xac, 0xd6, 0x51, 0x13, 0xea, 0xec, 0xe7, 0xd2, 0x96, 0x09, 0x6a, 0xb6, 0xc3, 0x47, 0xf6,
0x64, 0x87, 0x88, 0x40, 0xea, 0x15, 0x72, 0x32, 0xde, 0x62, 0x55, 0x15, 0xb4, 0x02, 0xad, 0x44,
0xc3, 0x52, 0xad, 0x10, 0xc0, 0x81, 0x3f, 0x1b, 0x73, 0xe9, 0x31, 0x12, 0x48, 0x2e, 0xbd, 0x4f,
0x38, 0x51, 0xdb, 0xba, 0x0f, 0x0d, 0x51, 0xe2, 0x91, 0xa9, 0x9c, 0x45, 0xe4, 0x53, 0xbd, 0x82,
0x56, 0xa1, 0x93, 0x7a, 0x81, 0xa9, 0x2a, 0x08, 0x41, 0x37, 0xfd, 0xc0, 0x59, 0xad, 0x6c, 0xed,
0x02, 0xc4, 0xa6, 0x4e, 0xc8, 0x39, 0x74, 0x4f, 0x0d, 0xdb, 0x32, 0x19, 0x6d, 0x64, 0x88, 0x70,
0x97, 0x72, 0x87, 0xb5, 0xea, 0xd4, 0xca, 0xd6, 0xab, 0xd0, 0x10, 0x5a, 0x4e, 0xe0, 0x3a, 0x76,
0xbc, 0x53, 0xcc, 0x24, 0x33, 0xc0, 0xa1, 0xaa, 0xec, 0xfe, 0x6f, 0x07, 0x80, 0x35, 0xe5, 0x3c,
0xcf, 0x37, 0x91, 0x0d, 0xe8, 0x00, 0x87, 0x7b, 0x9e, 0x33, 0xf3, 0x5c, 0xd1, 0x2c, 0x08, 0xd0,
0x76, 0x5a, 0x15, 0xf8, 0x47, 0x7e, 0x22, 0x3f, 0x7d, 0xff, 0x75, 0xe9, 0xfc, 0xcc, 0x64, 0xed,
0x0a, 0x72, 0x28, 0xb6, 0x47, 0x96, 0x83, 0x1f, 0x59, 0xe3, 0xa7, 0x51, 0x27, 0xaf, 0xf8, 0x75,
0x72, 0x66, 0xaa, 0xc0, 0x77, 0x4b, 0x8a, 0x6f, 0x10, 0xfa, 0x96, 0x3b, 0x15, 0xa9, 0xb8, 0x76,
0x05, 0x3d, 0xcb, 0xbc, 0x8d, 0x16, 0x08, 0x77, 0xcb, 0x3c, 0x87, 0xbe, 0x18, 0x4a, 0x1b, 0x56,
0x32, 0xff, 0xf5, 0x40, 0x5b, 0xf2, 0xe7, 0x6e, 0xb2, 0xff, 0xa5, 0xf4, 0xdf, 0x2a, 0x35, 0x37,
0xc2, 0x66, 0x41, 0x37, 0xfd, 0x7f, 0x06, 0xf4, 0x4b, 0x45, 0x1b, 0xe4, 0x1e, 0xdc, 0xf6, 0xb7,
0xca, 0x4c, 0x8d, 0x50, 0x7d, 0xc8, 0x14, 0x74, 0x11, 0x2a, 0xe9, 0xcb, 0xe2, 0xfe, 0x79, 0x55,
0x90, 0x76, 0x05, 0xfd, 0x04, 0x56, 0x73, 0xcf, 0x82, 0xd1, 0x37, 0xe4, 0xb7, 0x35, 0xf2, 0xd7,
0xc3, 0x8b, 0x30, 0x7c, 0x98, 0x35, 0xaf, 0x62, 0xea, 0x73, 0xaf, 0xfc, 0xcb, 0x53, 0x9f, 0xd8,
0xfe, 0x3c, 0xea, 0x5f, 0x18, 0xc3, 0x9c, 0x9a, 0x4d, 0xb6, 0x35, 0xfc, 0xb6, 0x0c, 0x45, 0xe1,
0xdb, 0xe4, 0xfe, 0x76, 0xd9, 0xe9, 0x49, 0xed, 0x4a, 0x3f, 0x7f, 0x95, 0x33, 0x4d, 0xfa, 0x64,
0x57, 0xae, 0x5d, 0xf2, 0xd7, 0xb4, 0xda, 0x15, 0xf4, 0x28, 0xe5, 0x5e, 0xd1, 0x1b, 0x45, 0xc2,
0x49, 0x5f, 0x18, 0x2d, 0xe2, 0xdb, 0x6f, 0x03, 0x62, 0xb6, 0xe3, 0x4e, 0xac, 0xe9, 0xdc, 0x37,
0x98, 0x62, 0x15, 0xb9, 0x9b, 0xfc, 0x54, 0x81, 0xe6, 0x9b, 0x2f, 0xb0, 0x22, 0x3a, 0xd2, 0x10,
0xe0, 0x00, 0x87, 0x0f, 0x71, 0xe8, 0x5b, 0xe3, 0x20, 0x7b, 0xa2, 0xd8, 0xa3, 0xf2, 0x09, 0x02,
0xd5, 0x9b, 0x0b, 0xe7, 0x45, 0x08, 0x46, 0xd0, 0x3a, 0xc0, 0x21, 0xcf, 0xab, 0x02, 0x54, 0xb8,
0x52, 0xcc, 0x10, 0x28, 0x36, 0x17, 0x4f, 0x4c, 0xba, 0xb3, 0xcc, 0x53, 0x60, 0x54, 0x28, 0xd8,
0xfc, 0x03, 0x65, 0xb9, 0x3b, 0x2b, 0x78, 0x5b, 0xcc, 0x4e, 0xb4, 0x77, 0x82, 0xc7, 0x4f, 0xdf,
0xc3, 0x86, 0x1d, 0x9e, 0x14, 0x9c, 0x28, 0x31, 0xe3, 0xfc, 0x13, 0xa5, 0x26, 0x0a, 0x1c, 0xbb,
0x9f, 0x76, 0xa1, 0x49, 0xe3, 0x1f, 0x09, 0xd6, 0xbf, 0x08, 0x7f, 0x9f, 0x71, 0xf8, 0xfb, 0x08,
0x56, 0x32, 0x2f, 0x57, 0xe5, 0xfa, 0x22, 0x7f, 0xde, 0x5a, 0xc2, 0x8b, 0xa7, 0xdf, 0x8e, 0xca,
0x1d, 0x92, 0xf4, 0x7d, 0xe9, 0xa2, 0xbd, 0x9f, 0xb0, 0x47, 0xdf, 0x51, 0xdf, 0xf4, 0xcd, 0xc2,
0xca, 0x2b, 0x7d, 0xdf, 0xfe, 0xc5, 0x47, 0x87, 0x97, 0x1f, 0x3d, 0x3f, 0x82, 0x95, 0xcc, 0xab,
0x27, 0xb9, 0x54, 0xe5, 0x4f, 0xa3, 0x16, 0xed, 0xfe, 0x39, 0x86, 0x19, 0x13, 0xd6, 0x24, 0x0f,
0x52, 0xd0, 0x76, 0x51, 0xe5, 0x23, 0x7f, 0xb9, 0xb2, 0xf8, 0x40, 0x9d, 0x94, 0x29, 0xa1, 0xcd,
0x22, 0x22, 0xb3, 0xff, 0xbd, 0xeb, 0x7f, 0xa3, 0xdc, 0x1f, 0xf5, 0xa2, 0x03, 0x0d, 0x60, 0x89,
0xbd, 0x85, 0x42, 0xaf, 0xc9, 0xfb, 0x7f, 0x89, 0x77, 0x52, 0xfd, 0x45, 0xaf, 0xa9, 0x82, 0xb9,
0x1d, 0x06, 0x74, 0xd3, 0x3a, 0xf5, 0x90, 0x48, 0xfa, 0x88, 0x2f, 0xf9, 0x80, 0xa9, 0xbf, 0xf8,
0xcd, 0x92, 0xd8, 0xf4, 0xff, 0x77, 0x2c, 0xfe, 0x18, 0xd6, 0x24, 0xb7, 0x02, 0xa8, 0x28, 0xe7,
0x2a, 0xb8, 0x8f, 0xe8, 0xef, 0x94, 0x9e, 0x1f, 0x61, 0xfe, 0x31, 0xa8, 0xd9, 0x8e, 0x02, 0x7a,
0xab, 0x48, 0x9f, 0x65, 0x38, 0xcf, 0x57, 0xe6, 0xfb, 0xdf, 0xfa, 0x70, 0x77, 0x6a, 0x85, 0x27,
0xf3, 0x11, 0x19, 0xd9, 0x61, 0x53, 0xdf, 0xb6, 0x3c, 0xfe, 0x6b, 0x47, 0xf0, 0x7f, 0x87, 0xae,
0xde, 0xa1, 0xa8, 0x66, 0xa3, 0xd1, 0x12, 0xfd, 0xbc, 0xf3, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff,
0x37, 0x34, 0x97, 0xee, 0xf6, 0x3f, 0x00, 0x00,
// 3760 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3b, 0x4b, 0x8c, 0x1c, 0x49,
0x56, 0xce, 0xfa, 0x74, 0x57, 0xbd, 0xfa, 0x74, 0x76, 0xb4, 0x3f, 0xb5, 0xb5, 0x1e, 0x4f, 0x4f,
0x7a, 0x3c, 0xd3, 0xf4, 0xec, 0xb4, 0x67, 0xdb, 0xbb, 0x83, 0x97, 0xdd, 0xd5, 0x62, 0x77, 0xaf,
0x7b, 0x9a, 0x19, 0x7b, 0x9b, 0x2c, 0xdb, 0xa0, 0xd1, 0xb0, 0xb5, 0x59, 0x95, 0x51, 0xd5, 0x29,
0x67, 0x65, 0x96, 0x33, 0xb2, 0xda, 0xd3, 0xc3, 0x95, 0xcb, 0x22, 0x40, 0x82, 0x03, 0x27, 0xc4,
0x69, 0x91, 0x40, 0x62, 0x24, 0x0e, 0x70, 0xe3, 0x80, 0x84, 0x04, 0x9c, 0x10, 0x37, 0x8e, 0x5c,
0x91, 0x40, 0x42, 0x42, 0xda, 0x03, 0x07, 0x24, 0x14, 0xbf, 0xfc, 0x46, 0x76, 0xa5, 0xdd, 0x9e,
0x1f, 0xda, 0x5b, 0xe5, 0x8b, 0xcf, 0x7b, 0xf1, 0xfe, 0xef, 0x45, 0x14, 0xac, 0x3f, 0x5d, 0xe0,
0xe0, 0x74, 0x38, 0xf6, 0xfd, 0xc0, 0xde, 0x99, 0x07, 0x7e, 0xe8, 0x23, 0x34, 0x73, 0xdc, 0x93,
0x05, 0xe1, 0x5f, 0x3b, 0x6c, 0xbc, 0xdf, 0x1e, 0xfb, 0xb3, 0x99, 0xef, 0x71, 0x58, 0xbf, 0x9d,
0x9c, 0xd1, 0xef, 0x3a, 0x5e, 0x88, 0x03, 0xcf, 0x72, 0xe5, 0x28, 0x19, 0x1f, 0xe3, 0x99, 0x25,
0xbe, 0x74, 0xdb, 0x0a, 0xad, 0xe4, 0xfe, 0xc6, 0xef, 0x68, 0x70, 0x79, 0x70, 0xec, 0x3f, 0xdb,
0xf3, 0x5d, 0x17, 0x8f, 0x43, 0xc7, 0xf7, 0x88, 0x89, 0x9f, 0x2e, 0x30, 0x09, 0xd1, 0x3b, 0x50,
0x1b, 0x59, 0x04, 0xf7, 0xb4, 0x4d, 0x6d, 0xab, 0xb5, 0x7b, 0x75, 0x27, 0x45, 0x89, 0x20, 0xe1,
0x3e, 0x99, 0xde, 0xb5, 0x08, 0x36, 0xd9, 0x4c, 0x84, 0xa0, 0x66, 0x8f, 0x0e, 0xf7, 0x7b, 0x95,
0x4d, 0x6d, 0xab, 0x6a, 0xb2, 0xdf, 0xe8, 0x75, 0xe8, 0x8c, 0xa3, 0xbd, 0x0f, 0xf7, 0x49, 0xaf,
0xba, 0x59, 0xdd, 0xaa, 0x9a, 0x69, 0xa0, 0xf1, 0x6f, 0x1a, 0x5c, 0xc9, 0x91, 0x41, 0xe6, 0xbe,
0x47, 0x30, 0xba, 0x05, 0x2b, 0x24, 0xb4, 0xc2, 0x05, 0x11, 0x94, 0x7c, 0x5d, 0x49, 0xc9, 0x80,
0x4d, 0x31, 0xc5, 0xd4, 0x3c, 0xda, 0x8a, 0x02, 0x2d, 0xfa, 0x26, 0x5c, 0x74, 0xbc, 0xfb, 0x78,
0xe6, 0x07, 0xa7, 0xc3, 0x39, 0x0e, 0xc6, 0xd8, 0x0b, 0xad, 0x29, 0x96, 0x34, 0x6e, 0xc8, 0xb1,
0xa3, 0x78, 0x08, 0xbd, 0x0b, 0x57, 0xb8, 0x94, 0x08, 0x0e, 0x4e, 0x9c, 0x31, 0x1e, 0x5a, 0x27,
0x96, 0xe3, 0x5a, 0x23, 0x17, 0xf7, 0x6a, 0x9b, 0xd5, 0xad, 0x86, 0x79, 0x89, 0x0d, 0x0f, 0xf8,
0xe8, 0x1d, 0x39, 0x68, 0xfc, 0x99, 0x06, 0x97, 0xe8, 0x09, 0x8f, 0xac, 0x20, 0x74, 0x3e, 0x03,
0x3e, 0x1b, 0xd0, 0x4e, 0x9e, 0xad, 0x57, 0x65, 0x63, 0x29, 0x18, 0x9d, 0x33, 0x97, 0xe8, 0x29,
0x4f, 0x6a, 0xec, 0x98, 0x29, 0x98, 0xf1, 0x33, 0xa1, 0x10, 0x49, 0x3a, 0xcf, 0x23, 0x88, 0x2c,
0xce, 0x4a, 0x1e, 0xe7, 0x0b, 0x88, 0xc1, 0xf8, 0x59, 0x15, 0x2e, 0x7d, 0xe0, 0x5b, 0x76, 0xac,
0x30, 0x9f, 0x3f, 0x3b, 0xbf, 0x0f, 0x2b, 0xdc, 0xba, 0x7a, 0x35, 0x86, 0xeb, 0x46, 0x1a, 0x97,
0xb0, 0xbc, 0x98, 0xc2, 0x01, 0x03, 0x98, 0x62, 0x11, 0xba, 0x01, 0xdd, 0x00, 0xcf, 0x5d, 0x67,
0x6c, 0x0d, 0xbd, 0xc5, 0x6c, 0x84, 0x83, 0x5e, 0x7d, 0x53, 0xdb, 0xaa, 0x9b, 0x1d, 0x01, 0x7d,
0xc0, 0x80, 0xe8, 0x27, 0xd0, 0x99, 0x38, 0xd8, 0xb5, 0x87, 0x8e, 0x67, 0xe3, 0x8f, 0x0f, 0xf7,
0x7b, 0x2b, 0x9b, 0xd5, 0xad, 0xd6, 0xee, 0x77, 0x77, 0xf2, 0x9e, 0x61, 0x47, 0xc9, 0x91, 0x9d,
0x7b, 0x74, 0xf9, 0x21, 0x5f, 0xfd, 0x43, 0x2f, 0x0c, 0x4e, 0xcd, 0xf6, 0x24, 0x01, 0x42, 0x3d,
0x58, 0x0d, 0xf0, 0x24, 0xc0, 0xe4, 0xb8, 0xb7, 0xba, 0xa9, 0x6d, 0x35, 0x4c, 0xf9, 0xd9, 0xff,
0x01, 0xac, 0xe7, 0x16, 0x23, 0x1d, 0xaa, 0x4f, 0xf0, 0x29, 0xe3, 0x6f, 0xd5, 0xa4, 0x3f, 0xd1,
0x45, 0xa8, 0x9f, 0x58, 0xee, 0x02, 0x0b, 0x0e, 0xf2, 0x8f, 0x5f, 0xa9, 0xdc, 0xd6, 0x8c, 0x3f,
0xd1, 0xa0, 0x67, 0x62, 0x17, 0x5b, 0x04, 0x7f, 0x91, 0x92, 0xba, 0x0c, 0x2b, 0x9e, 0x6f, 0xe3,
0xc3, 0x7d, 0x26, 0xa9, 0xaa, 0x29, 0xbe, 0x8c, 0xff, 0xd1, 0xe0, 0xe2, 0x01, 0x0e, 0xa9, 0xca,
0x3a, 0x24, 0x74, 0xc6, 0x91, 0x4d, 0x7e, 0x1f, 0xaa, 0x01, 0x7e, 0x2a, 0x28, 0x7b, 0x2b, 0x4d,
0x59, 0xe4, 0x61, 0x55, 0x2b, 0x4d, 0xba, 0x0e, 0xbd, 0x06, 0x6d, 0x7b, 0xe6, 0x0e, 0xc7, 0xc7,
0x96, 0xe7, 0x61, 0x97, 0x2b, 0x7d, 0xd3, 0x6c, 0xd9, 0x33, 0x77, 0x4f, 0x80, 0xd0, 0x35, 0x00,
0x82, 0xa7, 0x33, 0xec, 0x85, 0xb1, 0x53, 0x4c, 0x40, 0xd0, 0x36, 0xac, 0x4f, 0x02, 0x7f, 0x36,
0x24, 0xc7, 0x56, 0x60, 0x0f, 0x5d, 0x6c, 0xd9, 0x38, 0x60, 0xd4, 0x37, 0xcc, 0x35, 0x3a, 0x30,
0xa0, 0xf0, 0x0f, 0x18, 0x18, 0xdd, 0x82, 0x3a, 0x19, 0xfb, 0x73, 0xcc, 0x14, 0xa8, 0xbb, 0xfb,
0x8a, 0x4a, 0x35, 0xf6, 0xad, 0xd0, 0x1a, 0xd0, 0x49, 0x26, 0x9f, 0x6b, 0xfc, 0x93, 0xb0, 0xa0,
0x2f, 0xb9, 0x43, 0x4a, 0x58, 0x59, 0xfd, 0xe5, 0x58, 0xd9, 0x4a, 0x29, 0x2b, 0x5b, 0x3d, 0xdb,
0xca, 0x72, 0x5c, 0x7b, 0x1e, 0x2b, 0x6b, 0xbc, 0x64, 0x2b, 0xfb, 0xbb, 0xd8, 0xca, 0xbe, 0xec,
0xd2, 0x8c, 0x2d, 0xb1, 0x9e, 0xb2, 0xc4, 0xbf, 0xd0, 0xe0, 0x6b, 0x07, 0x38, 0x8c, 0xc8, 0xa7,
0x86, 0x85, 0xbf, 0xa4, 0x21, 0xf2, 0x53, 0x0d, 0xfa, 0x2a, 0x5a, 0xcf, 0x13, 0x26, 0x3f, 0x84,
0xcb, 0x11, 0x8e, 0xa1, 0x8d, 0xc9, 0x38, 0x70, 0xe6, 0x4c, 0x8c, 0xcc, 0x77, 0xb4, 0x76, 0xaf,
0xab, 0x14, 0x31, 0x4b, 0xc1, 0xa5, 0x68, 0x8b, 0xfd, 0xc4, 0x0e, 0xc6, 0xef, 0x6b, 0x70, 0x89,
0xfa, 0x2a, 0xe1, 0x5c, 0xbc, 0x89, 0xff, 0xe2, 0x7c, 0x4d, 0xbb, 0xad, 0x4a, 0xce, 0x6d, 0x95,
0xe0, 0x31, 0xcb, 0x39, 0xb3, 0xf4, 0x9c, 0x87, 0x77, 0xdf, 0x86, 0xba, 0xe3, 0x4d, 0x7c, 0xc9,
0xaa, 0x57, 0x55, 0xac, 0x4a, 0x22, 0xe3, 0xb3, 0x0d, 0x8f, 0x53, 0x11, 0xfb, 0xd1, 0x73, 0xa8,
0x5b, 0xf6, 0xd8, 0x15, 0xc5, 0xb1, 0x7f, 0x4f, 0x83, 0x2b, 0x39, 0x84, 0xe7, 0x39, 0xf7, 0xf7,
0x60, 0x85, 0x45, 0x07, 0x79, 0xf0, 0xd7, 0x95, 0x07, 0x4f, 0xa0, 0xfb, 0xc0, 0x21, 0xa1, 0x29,
0xd6, 0x18, 0x3e, 0xe8, 0xd9, 0x31, 0x1a, 0xb7, 0x44, 0xcc, 0x1a, 0x7a, 0xd6, 0x8c, 0x33, 0xa0,
0x69, 0xb6, 0x04, 0xec, 0x81, 0x35, 0xc3, 0xe8, 0x6b, 0xd0, 0xa0, 0x26, 0x3b, 0x74, 0x6c, 0x29,
0xfe, 0x55, 0x66, 0xc2, 0x36, 0x41, 0xaf, 0x00, 0xb0, 0x21, 0xcb, 0xb6, 0x03, 0x1e, 0xd2, 0x9a,
0x66, 0x93, 0x42, 0xee, 0x50, 0x80, 0xf1, 0x87, 0x1a, 0xb4, 0xa9, 0xeb, 0xbc, 0x8f, 0x43, 0x8b,
0xca, 0x01, 0x7d, 0x07, 0x9a, 0xae, 0x6f, 0xd9, 0xc3, 0xf0, 0x74, 0xce, 0x51, 0x75, 0xb3, 0xbc,
0x8e, 0xfd, 0xed, 0xc3, 0xd3, 0x39, 0x36, 0x1b, 0xae, 0xf8, 0x55, 0x86, 0xdf, 0x39, 0x53, 0xae,
0x2a, 0x4c, 0xf9, 0x1f, 0xea, 0x70, 0xf9, 0x37, 0xac, 0x70, 0x7c, 0xbc, 0x3f, 0x93, 0x91, 0xf9,
0xc5, 0x95, 0x20, 0xf6, 0x6d, 0x95, 0xa4, 0x6f, 0x7b, 0x69, 0xbe, 0x33, 0xd2, 0xf3, 0xba, 0x4a,
0xcf, 0x69, 0x69, 0xb7, 0xf3, 0x58, 0x88, 0x2a, 0xa1, 0xe7, 0x89, 0x00, 0xba, 0xf2, 0x22, 0x01,
0x74, 0x0f, 0x3a, 0xf8, 0xe3, 0xb1, 0xbb, 0xa0, 0x32, 0x67, 0xd8, 0x79, 0x64, 0xbc, 0xa6, 0xc0,
0x9e, 0x34, 0xb2, 0xb6, 0x58, 0x74, 0x28, 0x68, 0xe0, 0xa2, 0x9e, 0xe1, 0xd0, 0x62, 0xe1, 0xaf,
0xb5, 0xbb, 0x59, 0x24, 0x6a, 0xa9, 0x1f, 0x5c, 0xdc, 0xf4, 0x0b, 0x5d, 0x85, 0xa6, 0x08, 0xd7,
0x87, 0xfb, 0xbd, 0x26, 0x63, 0x5f, 0x0c, 0x40, 0x16, 0x74, 0x84, 0x07, 0x12, 0x14, 0x02, 0xa3,
0xf0, 0x7b, 0x2a, 0x04, 0x6a, 0x61, 0x27, 0x29, 0x27, 0x22, 0x78, 0x93, 0x04, 0x88, 0x96, 0x93,
0xfe, 0x64, 0xe2, 0x3a, 0x1e, 0x7e, 0xc0, 0x25, 0xdc, 0x62, 0x44, 0xa4, 0x81, 0x34, 0xc4, 0x9f,
0xe0, 0x80, 0x38, 0xbe, 0xd7, 0x6b, 0xb3, 0x71, 0xf9, 0xd9, 0x1f, 0xc2, 0x7a, 0x0e, 0x85, 0x22,
0xc4, 0x7f, 0x2b, 0x19, 0xe2, 0x97, 0xf3, 0x38, 0x91, 0x02, 0xfc, 0xb9, 0x06, 0x97, 0x1e, 0x79,
0x64, 0x31, 0x8a, 0xce, 0xf6, 0xc5, 0xe8, 0x71, 0xd6, 0x83, 0xd4, 0x72, 0x1e, 0xc4, 0xf8, 0x69,
0x1d, 0xd6, 0xc4, 0x29, 0xa8, 0xb8, 0x99, 0x2b, 0xb8, 0x0a, 0xcd, 0x28, 0x88, 0x08, 0x86, 0xc4,
0x00, 0xb4, 0x09, 0xad, 0x84, 0x21, 0x08, 0xaa, 0x92, 0xa0, 0x52, 0xa4, 0xc9, 0x94, 0xa0, 0x96,
0x48, 0x09, 0x5e, 0x01, 0x98, 0xb8, 0x0b, 0x72, 0x3c, 0x0c, 0x9d, 0x19, 0x16, 0x29, 0x49, 0x93,
0x41, 0x1e, 0x3a, 0x33, 0x8c, 0xee, 0x40, 0x7b, 0xe4, 0x78, 0xae, 0x3f, 0x1d, 0xce, 0xad, 0xf0,
0x98, 0x88, 0xd2, 0x4b, 0x25, 0x16, 0x96, 0xc0, 0xdd, 0x65, 0x73, 0xcd, 0x16, 0x5f, 0x73, 0x44,
0x97, 0xa0, 0x6b, 0xd0, 0xf2, 0x16, 0xb3, 0xa1, 0x3f, 0x19, 0x06, 0xfe, 0x33, 0xc2, 0x0a, 0xac,
0xaa, 0xd9, 0xf4, 0x16, 0xb3, 0x1f, 0x4d, 0x4c, 0xff, 0x19, 0x75, 0xe2, 0x4d, 0xea, 0xce, 0x89,
0xeb, 0x4f, 0x49, 0xaf, 0x51, 0x6a, 0xff, 0x78, 0x01, 0x5d, 0x6d, 0x63, 0x37, 0xb4, 0xd8, 0xea,
0x66, 0xb9, 0xd5, 0xd1, 0x02, 0xf4, 0x06, 0x74, 0xc7, 0xfe, 0x6c, 0x6e, 0x31, 0x0e, 0xdd, 0x0b,
0xfc, 0x19, 0xb3, 0x9c, 0xaa, 0x99, 0x81, 0xa2, 0x3d, 0x68, 0xb1, 0xb4, 0x58, 0x98, 0x57, 0x8b,
0xe1, 0x31, 0x54, 0xe6, 0x95, 0xc8, 0x63, 0xa9, 0x82, 0x82, 0x23, 0x7f, 0x12, 0xaa, 0x19, 0xd2,
0x4a, 0x89, 0xf3, 0x09, 0x16, 0x16, 0xd2, 0x12, 0xb0, 0x81, 0xf3, 0x09, 0xa6, 0xb9, 0xba, 0xe3,
0x11, 0x1c, 0x84, 0xb2, 0x72, 0xea, 0x75, 0x98, 0xfa, 0x74, 0x38, 0x54, 0x28, 0x36, 0x3a, 0x84,
0x2e, 0x09, 0xad, 0x20, 0x1c, 0xce, 0x7d, 0xc2, 0x14, 0xa0, 0xd7, 0x65, 0xba, 0x6d, 0x14, 0xd4,
0x69, 0xf7, 0xc9, 0xf4, 0x48, 0xcc, 0x34, 0x3b, 0x6c, 0xa5, 0xfc, 0x34, 0xfe, 0xab, 0x02, 0xdd,
0x34, 0xcd, 0xd4, 0x88, 0x79, 0xde, 0x2e, 0x15, 0x51, 0x7e, 0xd2, 0x13, 0x60, 0xcf, 0x1a, 0xb9,
0x98, 0x17, 0x09, 0x4c, 0x0f, 0x1b, 0x66, 0x8b, 0xc3, 0xd8, 0x06, 0x54, 0x9f, 0x38, 0xa7, 0x98,
0xf2, 0x57, 0x19, 0xf5, 0x4d, 0x06, 0x61, 0xc1, 0xb3, 0x07, 0xab, 0xb2, 0xbe, 0xe0, 0x5a, 0x28,
0x3f, 0xe9, 0xc8, 0x68, 0xe1, 0x30, 0xac, 0x5c, 0x0b, 0xe5, 0x27, 0xda, 0x87, 0x36, 0xdf, 0x72,
0x6e, 0x05, 0xd6, 0x4c, 0xea, 0xe0, 0x6b, 0x4a, 0x3b, 0x7e, 0x1f, 0x9f, 0x3e, 0xa6, 0x2e, 0xe1,
0xc8, 0x72, 0x02, 0x93, 0xcb, 0xec, 0x88, 0xad, 0x42, 0x5b, 0xa0, 0xf3, 0x5d, 0x26, 0x8e, 0x8b,
0x85, 0x36, 0xaf, 0xb2, 0x08, 0xdd, 0x65, 0xf0, 0x7b, 0x8e, 0x8b, 0xb9, 0xc2, 0x46, 0x47, 0x60,
0x52, 0x6a, 0x70, 0x7d, 0x65, 0x10, 0x26, 0xa3, 0xeb, 0xd0, 0xe1, 0xc3, 0xd2, 0xd3, 0x71, 0x77,
0xcc, 0x69, 0x7c, 0xcc, 0x61, 0x2c, 0x49, 0x58, 0xcc, 0xb8, 0xc6, 0x03, 0x3f, 0x8e, 0xb7, 0x98,
0x51, 0x7d, 0x37, 0xfe, 0xa8, 0x06, 0x1b, 0xd4, 0xec, 0x85, 0x07, 0x38, 0x47, 0xb8, 0x7d, 0x05,
0xc0, 0x26, 0xe1, 0x30, 0xe5, 0xaa, 0x9a, 0x36, 0x09, 0x85, 0x33, 0xfe, 0x8e, 0x8c, 0x96, 0xd5,
0xe2, 0x04, 0x3a, 0xe3, 0x86, 0xf2, 0x11, 0xf3, 0x85, 0x1a, 0x3b, 0xd7, 0xa1, 0x43, 0xfc, 0x45,
0x30, 0xc6, 0xc3, 0x54, 0xa9, 0xd3, 0xe6, 0xc0, 0x07, 0x6a, 0x67, 0xba, 0xa2, 0x6c, 0x30, 0x25,
0xa2, 0xe6, 0xea, 0xf9, 0xa2, 0x66, 0x23, 0x1b, 0x35, 0xdf, 0x87, 0x35, 0xe6, 0x09, 0x22, 0x2b,
0x92, 0x0e, 0xa4, 0x8c, 0x19, 0x75, 0xd9, 0x52, 0xf9, 0x49, 0x92, 0x91, 0x0f, 0x52, 0x91, 0x8f,
0x32, 0xc3, 0xc3, 0xd8, 0x1e, 0x86, 0x81, 0xe5, 0x91, 0x09, 0x0e, 0x58, 0xe4, 0x6c, 0x98, 0x6d,
0x0a, 0x7c, 0x28, 0x60, 0xc6, 0x3f, 0x57, 0xe0, 0xb2, 0x28, 0x60, 0xcf, 0xaf, 0x17, 0x45, 0xe1,
0x4b, 0xfa, 0xff, 0xea, 0x19, 0x25, 0x61, 0xad, 0x44, 0x6a, 0x56, 0x57, 0xa4, 0x66, 0xe9, 0xb2,
0x68, 0x25, 0x57, 0x16, 0x45, 0x1d, 0x9a, 0xd5, 0xf2, 0x1d, 0x1a, 0x5a, 0xf0, 0xb3, 0x5c, 0x9d,
0xc9, 0xae, 0x69, 0xf2, 0x8f, 0x72, 0x0c, 0xfd, 0x0f, 0x0d, 0x3a, 0x03, 0x6c, 0x05, 0xe3, 0x63,
0xc9, 0xc7, 0x77, 0x93, 0x1d, 0xad, 0xd7, 0x0b, 0x44, 0x9c, 0x5a, 0xf2, 0xd5, 0x69, 0x65, 0xfd,
0xa7, 0x06, 0xed, 0x5f, 0xa7, 0x43, 0xf2, 0xb0, 0xb7, 0x93, 0x87, 0x7d, 0xa3, 0xe0, 0xb0, 0x26,
0x0e, 0x03, 0x07, 0x9f, 0xe0, 0xaf, 0xdc, 0x71, 0xff, 0x51, 0x83, 0xfe, 0xe0, 0xd4, 0x1b, 0x9b,
0xdc, 0x96, 0xcf, 0x6f, 0x31, 0xd7, 0xa1, 0x73, 0x92, 0xca, 0xda, 0x2a, 0x4c, 0xe1, 0xda, 0x27,
0xc9, 0xc2, 0xcf, 0x04, 0x5d, 0x36, 0xd2, 0xc4, 0x61, 0xa5, 0x6b, 0x7d, 0x53, 0x45, 0x75, 0x86,
0x38, 0xe6, 0x9a, 0xd6, 0x82, 0x34, 0xd0, 0xf8, 0x03, 0x0d, 0x36, 0x14, 0x13, 0xd1, 0x15, 0x58,
0x15, 0x45, 0xa6, 0x88, 0xc1, 0xdc, 0x86, 0x6d, 0x2a, 0x9e, 0xb8, 0x4d, 0xe2, 0xd8, 0xf9, 0x54,
0xd0, 0x46, 0xaf, 0x42, 0x2b, 0xaa, 0x06, 0xec, 0x9c, 0x7c, 0x6c, 0x82, 0xfa, 0xd0, 0x10, 0xce,
0x49, 0x96, 0x59, 0xd1, 0xb7, 0xf1, 0xb7, 0x1a, 0x5c, 0x7e, 0xcf, 0xf2, 0x6c, 0x7f, 0x32, 0x39,
0x3f, 0x5b, 0xf7, 0x20, 0x55, 0x44, 0x94, 0x6d, 0x4f, 0xa4, 0x2b, 0x8f, 0xb7, 0x60, 0x3d, 0xe0,
0x9e, 0xd1, 0x4e, 0xf3, 0xbd, 0x6a, 0xea, 0x72, 0x20, 0xe2, 0xe7, 0x5f, 0x56, 0x00, 0xd1, 0x60,
0x70, 0xd7, 0x72, 0x2d, 0x6f, 0x8c, 0x5f, 0x9c, 0xf4, 0x1b, 0xd0, 0x4d, 0x85, 0xb0, 0xe8, 0xfe,
0x2c, 0x19, 0xc3, 0x08, 0x7a, 0x1f, 0xba, 0x23, 0x8e, 0x6a, 0x18, 0x60, 0x8b, 0xf8, 0x1e, 0x73,
0xae, 0x5d, 0x75, 0x27, 0xe2, 0x61, 0xe0, 0x4c, 0xa7, 0x38, 0xd8, 0xf3, 0x3d, 0x5b, 0xe4, 0x62,
0x23, 0x49, 0x26, 0x5d, 0x4a, 0x05, 0x17, 0xc7, 0x73, 0x29, 0x1a, 0x88, 0x02, 0x3a, 0x63, 0x05,
0xc1, 0x96, 0x1b, 0x33, 0x22, 0xf6, 0xc6, 0x3a, 0x1f, 0x18, 0x14, 0x37, 0xa2, 0x14, 0xf1, 0xd5,
0xf8, 0x6b, 0x0d, 0x50, 0x54, 0x2f, 0xb1, 0xca, 0x90, 0x69, 0x5f, 0x76, 0xa9, 0xa6, 0x08, 0x0a,
0x57, 0xa1, 0x69, 0xcb, 0x95, 0xc2, 0x5c, 0x62, 0x00, 0xf3, 0xd1, 0x8c, 0xe8, 0x21, 0x0d, 0xc6,
0xd8, 0x96, 0xf5, 0x08, 0x07, 0x7e, 0xc0, 0x60, 0xe9, 0xf0, 0x5c, 0xcb, 0x86, 0xe7, 0x64, 0x9f,
0xa5, 0x9e, 0xea, 0xb3, 0x18, 0x9f, 0x56, 0x40, 0x67, 0xee, 0x6e, 0x2f, 0x2e, 0xf6, 0x4b, 0x11,
0x7d, 0x1d, 0x3a, 0xe2, 0x86, 0x39, 0x45, 0x78, 0xfb, 0x69, 0x62, 0x33, 0xf4, 0x0e, 0x5c, 0xe4,
0x93, 0x02, 0x4c, 0x16, 0x6e, 0x9c, 0x8a, 0xf3, 0x64, 0x16, 0x3d, 0xe5, 0x7e, 0x96, 0x0e, 0xc9,
0x15, 0x8f, 0xe0, 0xf2, 0xd4, 0xf5, 0x47, 0x96, 0x3b, 0x4c, 0x8b, 0x87, 0xcb, 0xb0, 0x84, 0xc6,
0x5f, 0xe4, 0xcb, 0x07, 0x49, 0x19, 0x12, 0x74, 0x40, 0xcb, 0x7a, 0xfc, 0x24, 0xce, 0xf2, 0xeb,
0xa5, 0xb3, 0xfc, 0x36, 0x5d, 0x18, 0x25, 0xf9, 0x7f, 0xaa, 0xc1, 0x5a, 0xa6, 0x55, 0x9a, 0x2d,
0x29, 0xb5, 0x7c, 0x49, 0x79, 0x1b, 0xea, 0xb4, 0xce, 0xe2, 0xce, 0xb0, 0xab, 0x2e, 0x77, 0xd2,
0xbb, 0x9a, 0x7c, 0x01, 0xba, 0x09, 0x1b, 0x8a, 0xeb, 0x4c, 0xa1, 0x03, 0x28, 0x7f, 0x9b, 0x69,
0xfc, 0xbc, 0x06, 0xad, 0x04, 0x3f, 0x96, 0x54, 0xc3, 0x65, 0x7a, 0x5f, 0x99, 0xe3, 0x55, 0xf3,
0xc7, 0x2b, 0xb8, 0x12, 0xa3, 0x7a, 0x37, 0xc3, 0x33, 0x9e, 0xfc, 0x8b, 0x4a, 0x64, 0x86, 0x67,
0x2c, 0xf5, 0x4f, 0x66, 0xf5, 0x2b, 0xa9, 0xac, 0x3e, 0x53, 0xf7, 0xac, 0x9e, 0x51, 0xf7, 0x34,
0xd2, 0x75, 0x4f, 0xca, 0x8e, 0x9a, 0x59, 0x3b, 0x2a, 0x5b, 0xa0, 0xbe, 0x03, 0x1b, 0xe3, 0x00,
0x5b, 0x21, 0xb6, 0xef, 0x9e, 0xee, 0x45, 0x43, 0x22, 0x33, 0x52, 0x0d, 0xa1, 0x7b, 0x71, 0xcf,
0x88, 0x4b, 0xb9, 0xcd, 0xa4, 0xac, 0x2e, 0xab, 0x84, 0x6c, 0xb8, 0x90, 0xa5, 0x7b, 0x66, 0x5f,
0xd9, 0xd2, 0xb8, 0xf3, 0x42, 0xa5, 0xf1, 0xab, 0xd0, 0x92, 0xa1, 0x95, 0x9a, 0x7b, 0x97, 0x7b,
0x3e, 0xe9, 0x0b, 0x6c, 0x92, 0x72, 0x06, 0x6b, 0xe9, 0xa6, 0x6b, 0xb6, 0x28, 0xd5, 0xf3, 0x45,
0xe9, 0x15, 0x58, 0x75, 0xc8, 0x70, 0x62, 0x3d, 0xc1, 0xbd, 0x75, 0x36, 0xba, 0xe2, 0x90, 0x7b,
0xd6, 0x13, 0x6c, 0xfc, 0x4b, 0x15, 0xba, 0x71, 0x15, 0x53, 0xda, 0x8d, 0x94, 0xb9, 0xd2, 0x7f,
0x00, 0x7a, 0x1c, 0xa8, 0x19, 0x87, 0xcf, 0x2c, 0xc4, 0xb2, 0x37, 0x19, 0x6b, 0xf3, 0x8c, 0xbd,
0xa6, 0x7a, 0xc5, 0xb5, 0xe7, 0xea, 0x15, 0x9f, 0xf3, 0x02, 0xf1, 0x16, 0x5c, 0x8a, 0x02, 0x70,
0xea, 0xd8, 0x3c, 0xcb, 0xbf, 0x28, 0x07, 0x8f, 0x92, 0xc7, 0x2f, 0x70, 0x01, 0xab, 0x45, 0x2e,
0x20, 0xab, 0x02, 0x8d, 0x9c, 0x0a, 0xe4, 0xef, 0x31, 0x9b, 0x8a, 0x7b, 0x4c, 0xe3, 0x11, 0x6c,
0xb0, 0x36, 0x20, 0x19, 0x07, 0xce, 0x08, 0x47, 0x39, 0x6b, 0x19, 0xb1, 0xf6, 0xa1, 0x91, 0x49,
0x7b, 0xa3, 0x6f, 0xe3, 0x77, 0x35, 0xb8, 0x9c, 0xdf, 0x97, 0x69, 0x4c, 0xec, 0x48, 0xb4, 0x94,
0x23, 0xf9, 0x4d, 0xd8, 0x88, 0xb7, 0x4f, 0x27, 0xd4, 0x05, 0x29, 0xa3, 0x82, 0x70, 0x13, 0xc5,
0x7b, 0x48, 0x98, 0xf1, 0x73, 0x2d, 0xea, 0xa6, 0x52, 0xd8, 0x94, 0xf5, 0x98, 0x69, 0x70, 0xf3,
0x3d, 0xd7, 0xf1, 0xa2, 0xaa, 0x5b, 0x9c, 0x91, 0x03, 0x45, 0xd5, 0xfd, 0x1e, 0xac, 0x89, 0x49,
0x51, 0x8c, 0x2a, 0x99, 0x95, 0x75, 0xf9, 0xba, 0x28, 0x3a, 0xdd, 0x80, 0xae, 0x68, 0xfe, 0x4a,
0x7c, 0x55, 0x55, 0x4b, 0xf8, 0xd7, 0x40, 0x97, 0xd3, 0x9e, 0x37, 0x2a, 0xae, 0x89, 0x85, 0x51,
0x76, 0xf7, 0x53, 0x0d, 0x7a, 0xe9, 0x18, 0x99, 0x38, 0xfe, 0xf3, 0xe7, 0x78, 0xdf, 0x4d, 0x5f,
0x9b, 0xdd, 0x38, 0x83, 0x9e, 0x18, 0x8f, 0xbc, 0x3c, 0x7b, 0xc0, 0xae, 0x40, 0x69, 0x69, 0xb2,
0xef, 0x90, 0x30, 0x70, 0x46, 0x8b, 0x73, 0xbd, 0xec, 0x30, 0xfe, 0xa6, 0x02, 0x5f, 0x57, 0x6e,
0x78, 0x9e, 0x0b, 0xb2, 0xa2, 0x4e, 0xc0, 0x5d, 0x68, 0x64, 0x4a, 0x98, 0x37, 0xce, 0x38, 0xbc,
0x68, 0x6a, 0xf1, 0xe6, 0x8a, 0x5c, 0x47, 0xf7, 0x88, 0x74, 0xba, 0x56, 0xbc, 0x87, 0x50, 0xda,
0xd4, 0x1e, 0x72, 0x1d, 0xba, 0x03, 0x6d, 0x5e, 0x1e, 0x0e, 0x4f, 0x1c, 0xfc, 0x4c, 0xde, 0xeb,
0x5c, 0x53, 0xfa, 0x35, 0x36, 0xef, 0xb1, 0x83, 0x9f, 0x99, 0x2d, 0x37, 0xfa, 0x4d, 0x8c, 0xff,
0xae, 0x02, 0xc4, 0x63, 0xb4, 0x36, 0x8d, 0x0d, 0x46, 0x58, 0x40, 0x02, 0x42, 0x03, 0x71, 0x3a,
0xf7, 0x93, 0x9f, 0xc8, 0x8c, 0xdb, 0xb3, 0xb6, 0x43, 0x42, 0xc1, 0x97, 0x9b, 0x67, 0xd3, 0x22,
0x59, 0x44, 0x45, 0xc6, 0xaf, 0x4d, 0x64, 0xed, 0x45, 0x21, 0xe8, 0x6d, 0x40, 0xd3, 0xc0, 0x7f,
0xe6, 0x78, 0xd3, 0x64, 0xc6, 0xce, 0x13, 0xfb, 0x75, 0x31, 0x92, 0x48, 0xd9, 0x7f, 0x0c, 0x7a,
0x66, 0xba, 0x64, 0xc9, 0xad, 0x25, 0x64, 0x1c, 0xa4, 0xf6, 0x12, 0x37, 0x38, 0x6b, 0x69, 0x0c,
0xa4, 0x3f, 0x04, 0x3d, 0x4b, 0xaf, 0xe2, 0x0e, 0xe6, 0xdb, 0xe9, 0x3b, 0x98, 0xb3, 0xcc, 0x94,
0x6e, 0x93, 0xb8, 0x84, 0xe9, 0x4f, 0xe0, 0xa2, 0x8a, 0x12, 0x05, 0x92, 0xdb, 0x69, 0x24, 0x65,
0x72, 0xda, 0xc4, 0x65, 0xcf, 0x0f, 0xa2, 0x74, 0x91, 0xb1, 0xb9, 0xc8, 0x03, 0x27, 0x9a, 0x72,
0x95, 0x54, 0x53, 0xce, 0xf8, 0x63, 0x0d, 0x50, 0x5e, 0xbb, 0x51, 0x17, 0x2a, 0xd1, 0x26, 0x95,
0xc3, 0xfd, 0x8c, 0x36, 0x55, 0x72, 0xda, 0x74, 0x15, 0x9a, 0x51, 0x44, 0x14, 0xee, 0x2f, 0x06,
0x24, 0x75, 0xad, 0x96, 0xd6, 0xb5, 0x04, 0x61, 0xf5, 0x34, 0x61, 0xc7, 0x80, 0xf2, 0x16, 0x93,
0xdc, 0x49, 0x4b, 0xef, 0xb4, 0x8c, 0xc2, 0x04, 0xa6, 0x6a, 0x1a, 0xd3, 0xbf, 0x57, 0x00, 0xc5,
0x31, 0x3f, 0xba, 0x88, 0x2a, 0x13, 0x28, 0x6f, 0xc2, 0x46, 0x3e, 0x23, 0x90, 0x69, 0x10, 0xca,
0xe5, 0x03, 0xaa, 0xd8, 0x5d, 0x55, 0xbd, 0x41, 0x7a, 0x37, 0xf2, 0x71, 0x3c, 0xc1, 0xb9, 0x56,
0x94, 0xe0, 0x64, 0xdc, 0xdc, 0x6f, 0x65, 0xdf, 0x2e, 0x71, 0xa3, 0xb9, 0xad, 0xf4, 0x47, 0xb9,
0x23, 0x2f, 0x7b, 0xb8, 0x74, 0xfe, 0xe7, 0x49, 0xff, 0x5a, 0x81, 0xf5, 0x88, 0x1b, 0xcf, 0xc5,
0xe9, 0xe5, 0x17, 0x7f, 0x9f, 0x31, 0x6b, 0x3f, 0x52, 0xb3, 0xf6, 0x97, 0xcf, 0xcc, 0x61, 0x3f,
0x3f, 0xce, 0x0e, 0x60, 0x55, 0xb4, 0xcf, 0x72, 0xb6, 0x5b, 0xa6, 0x4a, 0xbc, 0x08, 0x75, 0xea,
0x2a, 0x64, 0x3f, 0x89, 0x7f, 0x18, 0x7f, 0xa5, 0x01, 0x0c, 0x4e, 0xbd, 0xf1, 0x1d, 0x6e, 0x42,
0xef, 0x40, 0x6d, 0xd9, 0x03, 0x0d, 0x3a, 0x9b, 0x25, 0xdd, 0x6c, 0x66, 0x09, 0xa9, 0xa5, 0x0a,
0xdc, 0x6a, 0xb6, 0xc0, 0x2d, 0x2a, 0x4d, 0x8b, 0xdd, 0xc6, 0xdf, 0x6b, 0x70, 0x85, 0x12, 0xf1,
0x52, 0x72, 0x91, 0x52, 0xac, 0x4b, 0xb8, 0xa4, 0x6a, 0xda, 0x25, 0xdd, 0x86, 0x55, 0x5e, 0x63,
0xca, 0xbc, 0xe0, 0x5a, 0x11, 0xcb, 0x38, 0x83, 0x4d, 0x39, 0x7d, 0xfb, 0x57, 0xa1, 0x19, 0xf5,
0x7a, 0x51, 0x0b, 0x56, 0x1f, 0x79, 0xef, 0x7b, 0xfe, 0x33, 0x4f, 0xbf, 0x80, 0x56, 0xa1, 0x7a,
0xc7, 0x75, 0x75, 0x0d, 0x75, 0xa0, 0x39, 0x08, 0x03, 0x6c, 0xcd, 0x1c, 0x6f, 0xaa, 0x57, 0x50,
0x17, 0xe0, 0x3d, 0x87, 0x84, 0x7e, 0xe0, 0x8c, 0x2d, 0x57, 0xaf, 0x6e, 0x7f, 0x02, 0xdd, 0x74,
0x25, 0x85, 0xda, 0xd0, 0x78, 0xe0, 0x87, 0x3f, 0xfc, 0xd8, 0x21, 0xa1, 0x7e, 0x81, 0xce, 0x7f,
0xe0, 0x87, 0x47, 0x01, 0x26, 0xd8, 0x0b, 0x75, 0x0d, 0x01, 0xac, 0xfc, 0xc8, 0xdb, 0x77, 0xc8,
0x13, 0xbd, 0x82, 0x36, 0x44, 0x93, 0xc4, 0x72, 0x0f, 0x45, 0x79, 0xa2, 0x57, 0xe9, 0xf2, 0xe8,
0xab, 0x86, 0x74, 0x68, 0x47, 0x53, 0x0e, 0x8e, 0x1e, 0xe9, 0x75, 0xd4, 0x84, 0x3a, 0xff, 0xb9,
0xb2, 0x6d, 0x83, 0x9e, 0xed, 0xf0, 0xd1, 0x3d, 0xf9, 0x21, 0x22, 0x90, 0x7e, 0x81, 0x9e, 0x4c,
0xb4, 0x58, 0x75, 0x0d, 0xad, 0x41, 0x2b, 0xd1, 0xb0, 0xd4, 0x2b, 0x14, 0x70, 0x10, 0xcc, 0xc7,
0x42, 0x7a, 0x9c, 0x04, 0x9a, 0x4b, 0xef, 0x53, 0x4e, 0xd4, 0xb6, 0xef, 0x42, 0x43, 0x96, 0x78,
0x74, 0xaa, 0x60, 0x11, 0xfd, 0xd4, 0x2f, 0xa0, 0x75, 0xe8, 0xa4, 0xde, 0x66, 0xea, 0x1a, 0x42,
0xd0, 0x4d, 0x3f, 0x8a, 0xd6, 0x2b, 0xdb, 0xbb, 0x00, 0xb1, 0xa9, 0x53, 0x72, 0x0e, 0xbd, 0x13,
0xcb, 0x75, 0x6c, 0x4e, 0x1b, 0x1d, 0xa2, 0xdc, 0x65, 0xdc, 0xe1, 0xad, 0x3a, 0xbd, 0xb2, 0xfd,
0x2a, 0x34, 0xa4, 0x96, 0x53, 0xb8, 0x89, 0x67, 0xfe, 0x09, 0xe6, 0x92, 0x19, 0xe0, 0x50, 0xd7,
0x76, 0xff, 0xb7, 0x03, 0xc0, 0x9b, 0x72, 0xbe, 0x1f, 0xd8, 0xc8, 0x05, 0x74, 0x80, 0xc3, 0x3d,
0x7f, 0x36, 0xf7, 0x3d, 0xd9, 0x2c, 0x20, 0x68, 0x27, 0xad, 0x0a, 0xe2, 0x23, 0x3f, 0x51, 0x9c,
0xbe, 0xff, 0xba, 0x72, 0x7e, 0x66, 0xb2, 0x71, 0x01, 0xcd, 0x18, 0xb6, 0x87, 0xce, 0x0c, 0x3f,
0x74, 0xc6, 0x4f, 0xa2, 0x4e, 0x5e, 0xf1, 0xbb, 0xe5, 0xcc, 0x54, 0x89, 0xef, 0xba, 0x12, 0xdf,
0x20, 0x0c, 0x1c, 0x6f, 0x2a, 0x53, 0x71, 0xe3, 0x02, 0x7a, 0x9a, 0x79, 0x35, 0x2d, 0x11, 0xee,
0x96, 0x79, 0x28, 0xfd, 0x62, 0x28, 0x5d, 0x58, 0xcb, 0xfc, 0x3f, 0x04, 0x6d, 0xab, 0x9f, 0xbb,
0xa9, 0xfe, 0xcb, 0xd2, 0x7f, 0xab, 0xd4, 0xdc, 0x08, 0x9b, 0x03, 0xdd, 0xf4, 0x7f, 0x20, 0xd0,
0x2f, 0x15, 0x6d, 0x90, 0x7b, 0x70, 0xdb, 0xdf, 0x2e, 0x33, 0x35, 0x42, 0xf5, 0x21, 0x57, 0xd0,
0x65, 0xa8, 0x94, 0x6f, 0x8e, 0xfb, 0x67, 0x55, 0x41, 0xc6, 0x05, 0xf4, 0x13, 0x58, 0xcf, 0x3d,
0x0b, 0x46, 0xdf, 0x50, 0xdf, 0xd6, 0xa8, 0x5f, 0x0f, 0x2f, 0xc3, 0xf0, 0x61, 0xd6, 0xbc, 0x8a,
0xa9, 0xcf, 0xbd, 0xff, 0x2f, 0x4f, 0x7d, 0x62, 0xfb, 0xb3, 0xa8, 0x7f, 0x6e, 0x0c, 0x0b, 0x66,
0x36, 0xd9, 0xd6, 0xf0, 0xdb, 0x2a, 0x14, 0x85, 0x6f, 0x93, 0xfb, 0x3b, 0x65, 0xa7, 0x27, 0xb5,
0x2b, 0xfd, 0xfc, 0x55, 0xcd, 0x34, 0xe5, 0x93, 0x5d, 0xb5, 0x76, 0xa9, 0x5f, 0xd3, 0x1a, 0x17,
0xd0, 0xc3, 0x94, 0x7b, 0x45, 0x6f, 0x14, 0x09, 0x27, 0x7d, 0x61, 0xb4, 0x8c, 0x6f, 0xbf, 0x0d,
0x88, 0xdb, 0x8e, 0x37, 0x71, 0xa6, 0x8b, 0xc0, 0xe2, 0x8a, 0x55, 0xe4, 0x6e, 0xf2, 0x53, 0x25,
0x9a, 0x6f, 0x3e, 0xc7, 0x8a, 0xe8, 0x48, 0x43, 0x80, 0x03, 0x1c, 0xde, 0xc7, 0x61, 0xe0, 0x8c,
0x49, 0xf6, 0x44, 0xb1, 0x47, 0x15, 0x13, 0x24, 0xaa, 0x37, 0x97, 0xce, 0x8b, 0x10, 0x8c, 0xa0,
0x75, 0x80, 0x43, 0x91, 0x57, 0x11, 0x54, 0xb8, 0x52, 0xce, 0x90, 0x28, 0xb6, 0x96, 0x4f, 0x4c,
0xba, 0xb3, 0xcc, 0x53, 0x60, 0x54, 0x28, 0xd8, 0xfc, 0x03, 0x65, 0xb5, 0x3b, 0x2b, 0x78, 0x5b,
0xcc, 0x4f, 0xb4, 0x77, 0x8c, 0xc7, 0x4f, 0xde, 0xc3, 0x96, 0x1b, 0x1e, 0x17, 0x9c, 0x28, 0x31,
0xe3, 0xec, 0x13, 0xa5, 0x26, 0x4a, 0x1c, 0xbb, 0x9f, 0x76, 0xa1, 0xc9, 0xe2, 0x1f, 0x0d, 0xd6,
0xbf, 0x08, 0x7f, 0x2f, 0x39, 0xfc, 0x7d, 0x04, 0x6b, 0x99, 0x97, 0xab, 0x6a, 0x7d, 0x51, 0x3f,
0x6f, 0x2d, 0xe1, 0xc5, 0xd3, 0x6f, 0x47, 0xd5, 0x0e, 0x49, 0xf9, 0xbe, 0x74, 0xd9, 0xde, 0x8f,
0xf9, 0xa3, 0xef, 0xa8, 0x6f, 0xfa, 0x66, 0x61, 0xe5, 0x95, 0xbe, 0x6f, 0xff, 0xe2, 0xa3, 0xc3,
0x67, 0x1f, 0x3d, 0x3f, 0x82, 0xb5, 0xcc, 0xab, 0x27, 0xb5, 0x54, 0xd5, 0x4f, 0xa3, 0x96, 0xed,
0xfe, 0x39, 0x86, 0x19, 0x1b, 0x36, 0x14, 0x0f, 0x52, 0xd0, 0x4e, 0x51, 0xe5, 0xa3, 0x7e, 0xb9,
0xb2, 0xfc, 0x40, 0x9d, 0x94, 0x29, 0xa1, 0xad, 0x22, 0x22, 0xb3, 0xff, 0xca, 0xeb, 0x7f, 0xa3,
0xdc, 0x5f, 0xf8, 0xa2, 0x03, 0x0d, 0x60, 0x85, 0xbf, 0x85, 0x42, 0xaf, 0xa9, 0xfb, 0x7f, 0x89,
0x77, 0x52, 0xfd, 0x65, 0xaf, 0xa9, 0xc8, 0xc2, 0x0d, 0x09, 0xdb, 0xb4, 0xce, 0x3c, 0x24, 0x52,
0x3e, 0xe2, 0x4b, 0x3e, 0x60, 0xea, 0x2f, 0x7f, 0xb3, 0x24, 0x37, 0xfd, 0xff, 0x1d, 0x8b, 0x3f,
0x86, 0x0d, 0xc5, 0xad, 0x00, 0x2a, 0xca, 0xb9, 0x0a, 0xee, 0x23, 0xfa, 0x37, 0x4b, 0xcf, 0x8f,
0x30, 0xff, 0x18, 0xf4, 0x6c, 0x47, 0x01, 0xbd, 0x55, 0xa4, 0xcf, 0x2a, 0x9c, 0x67, 0x2b, 0xf3,
0xdd, 0x6f, 0x7d, 0xb8, 0x3b, 0x75, 0xc2, 0xe3, 0xc5, 0x88, 0x8e, 0xdc, 0xe4, 0x53, 0xdf, 0x76,
0x7c, 0xf1, 0xeb, 0xa6, 0xe4, 0xff, 0x4d, 0xb6, 0xfa, 0x26, 0x43, 0x35, 0x1f, 0x8d, 0x56, 0xd8,
0xe7, 0xad, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x92, 0xcc, 0x5f, 0xe1, 0x2a, 0x40, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

View File

@ -19,9 +19,8 @@ package meta
import (
"sync"
"github.com/samber/lo"
"github.com/milvus-io/milvus/internal/proto/querypb"
"github.com/samber/lo"
)
type LeaderView struct {

View File

@ -21,14 +21,13 @@ import (
"sync"
"time"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/log"
"github.com/milvus-io/milvus/internal/metrics"
"github.com/milvus-io/milvus/internal/proto/querypb"
"github.com/milvus-io/milvus/internal/querycoordv2/meta"
. "github.com/milvus-io/milvus/internal/querycoordv2/params"
"github.com/milvus-io/milvus/internal/querycoordv2/utils"
"go.uber.org/zap"
)
type CollectionObserver struct {

View File

@ -210,7 +210,7 @@ func (ob *TargetObserver) isNextTargetExpired(collectionID int64) bool {
func (ob *TargetObserver) updateNextTarget(collectionID int64) error {
log := log.With(zap.Int64("collectionID", collectionID))
log.Warn("observer trigger update next target")
log.Info("observer trigger update next target")
err := ob.targetMgr.UpdateCollectionNextTarget(collectionID)
if err != nil {
log.Error("failed to update next target for collection",

View File

@ -21,6 +21,7 @@ import (
"errors"
"fmt"
"sync"
"time"
"github.com/milvus-io/milvus-proto/go-api/commonpb"
"github.com/milvus-io/milvus-proto/go-api/milvuspb"
@ -212,6 +213,11 @@ func (s *Server) LoadCollection(ctx context.Context, req *querypb.LoadCollection
return utils.WrapStatus(commonpb.ErrorCode_UnexpectedError, msg, ErrNotHealthy), nil
}
// If refresh mode is ON.
if req.GetRefresh() {
return s.refreshCollection(ctx, req.GetCollectionID())
}
loadJob := job.NewLoadCollectionJob(ctx,
req,
s.dist,
@ -291,6 +297,11 @@ func (s *Server) LoadPartitions(ctx context.Context, req *querypb.LoadPartitions
return utils.WrapStatus(commonpb.ErrorCode_UnexpectedError, msg, ErrNotHealthy), nil
}
// If refresh mode is ON.
if req.GetRefresh() {
return s.refreshPartitions(ctx, req.GetCollectionID(), req.GetPartitionIDs())
}
loadJob := job.NewLoadPartitionJob(ctx,
req,
s.dist,
@ -466,6 +477,113 @@ func (s *Server) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfo
}, nil
}
// refreshCollection must be called after loading a collection. It looks for new segments that are not loaded yet and
// tries to load them up. It returns when all segments of the given collection are loaded, or when error happens.
// Note that a collection's loading progress always stays at 100% after a successful load and will not get updated
// during refreshCollection.
func (s *Server) refreshCollection(ctx context.Context, collID int64) (*commonpb.Status, error) {
ctx, cancel := context.WithTimeout(ctx, Params.QueryCoordCfg.LoadTimeoutSeconds.GetAsDuration(time.Second))
defer cancel()
log := log.Ctx(ctx).With(
zap.Int64("collectionID", collID),
)
if s.status.Load() != commonpb.StateCode_Healthy {
msg := "failed to refresh collection"
log.Warn(msg, zap.Error(ErrNotHealthy))
metrics.QueryCoordReleaseCount.WithLabelValues(metrics.FailLabel).Inc()
return utils.WrapStatus(commonpb.ErrorCode_UnexpectedError, msg, ErrNotHealthy), nil
}
// Check that collection is fully loaded.
if s.meta.CollectionManager.GetLoadPercentage(collID) != 100 {
errMsg := "a collection must be fully loaded before refreshing"
log.Warn(errMsg)
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: "a collection must be fully loaded before refreshing",
}, nil
}
// Pull the latest target.
readyCh, err := s.targetObserver.UpdateNextTarget(collID)
if err != nil {
log.Warn("failed to update next target", zap.Error(err))
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: err.Error(),
}, nil
}
select {
case <-ctx.Done():
log.Warn("refresh collection failed as context canceled")
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: "context canceled",
}, nil
case <-readyCh:
log.Info("refresh collection succeeded")
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
}, nil
}
}
// refreshPartitions must be called after loading a collection. It looks for new segments that are not loaded yet and
// tries to load them up. It returns when all segments of the given collection are loaded, or when error happens.
// Note that a collection's loading progress always stays at 100% after a successful load and will not get updated
// during refreshPartitions.
func (s *Server) refreshPartitions(ctx context.Context, collID int64, partIDs []int64) (*commonpb.Status, error) {
ctx, cancel := context.WithTimeout(ctx, Params.QueryCoordCfg.LoadTimeoutSeconds.GetAsDuration(time.Second))
defer cancel()
log := log.Ctx(ctx).With(
zap.Int64("collectionID", collID),
zap.Int64s("partitionIDs", partIDs),
)
if s.status.Load() != commonpb.StateCode_Healthy {
msg := "failed to refresh partitions"
log.Warn(msg, zap.Error(ErrNotHealthy))
metrics.QueryCoordReleaseCount.WithLabelValues(metrics.FailLabel).Inc()
return utils.WrapStatus(commonpb.ErrorCode_UnexpectedError, msg, ErrNotHealthy), nil
}
// Check that all partitions are fully loaded.
if s.meta.CollectionManager.GetLoadPercentage(collID) != 100 {
errMsg := "partitions must be fully loaded before refreshing"
log.Warn(errMsg)
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: errMsg,
}, nil
}
// Pull the latest target.
readyCh, err := s.targetObserver.UpdateNextTarget(collID)
if err != nil {
log.Warn("failed to update next target", zap.Error(err))
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: err.Error(),
}, nil
}
select {
case <-ctx.Done():
log.Warn("refresh partitions failed as context canceled")
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: "context canceled",
}, nil
case <-readyCh:
log.Info("refresh partitions succeeded")
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
}, nil
}
}
func (s *Server) isStoppingNode(nodeID int64) error {
isStopping, err := s.nodeMgr.IsStoppingNode(nodeID)
if err != nil {

View File

@ -73,6 +73,8 @@ type ServiceSuite struct {
taskScheduler *task.MockScheduler
balancer balance.Balance
distMgr *meta.DistributionManager
// Test object
server *Server
}
@ -151,6 +153,7 @@ func (suite *ServiceSuite) SetupTest() {
suite.targetMgr,
)
meta.GlobalFailedLoadCache = meta.NewFailedLoadCache()
suite.distMgr = meta.NewDistributionManager()
suite.server = &Server{
kv: suite.kv,
@ -168,6 +171,13 @@ func (suite *ServiceSuite) SetupTest() {
taskScheduler: suite.taskScheduler,
balancer: suite.balancer,
}
suite.server.collectionObserver = observers.NewCollectionObserver(
suite.server.dist,
suite.server.meta,
suite.server.targetMgr,
suite.targetObserver,
)
suite.server.UpdateStateCode(commonpb.StateCode_Healthy)
}
@ -530,6 +540,148 @@ func (suite *ServiceSuite) TestReleasePartition() {
suite.Contains(resp.Reason, ErrNotHealthy.Error())
}
func (suite *ServiceSuite) TestRefreshCollection() {
ctx, cancel := context.WithTimeout(context.Background(), 5000*time.Millisecond)
defer cancel()
server := suite.server
suite.targetObserver.Start(context.Background())
suite.server.collectionObserver.Start(context.Background())
// Test refresh all collections.
for _, collection := range suite.collections {
resp, err := server.refreshCollection(ctx, collection)
suite.NoError(err)
// Collection not loaded error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test load all collections
for _, collection := range suite.collections {
suite.broker.EXPECT().GetPartitions(mock.Anything, collection).Return(suite.partitions[collection], nil)
suite.expectGetRecoverInfo(collection)
req := &querypb.LoadCollectionRequest{
CollectionID: collection,
}
resp, err := server.LoadCollection(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_Success, resp.ErrorCode)
suite.assertLoaded(collection)
// Load and explicitly mark load percentage to 100%.
collObj := utils.CreateTestCollection(collection, 1)
collObj.LoadPercentage = 40
suite.True(suite.server.meta.CollectionManager.UpdateCollectionInMemory(collObj))
}
// Test refresh all collections again when collections are loaded. This time should fail with collection not 100% loaded.
for _, collection := range suite.collections {
resp, err := server.refreshCollection(ctx, collection)
suite.NoError(err)
// Context canceled error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test load all collections
for _, collection := range suite.collections {
// Load and explicitly mark load percentage to 100%.
collObj := utils.CreateTestCollection(collection, 1)
collObj.LoadPercentage = 100
suite.True(suite.server.meta.CollectionManager.UpdateCollectionInMemory(collObj))
}
// Test refresh all collections again when collections are loaded. This time should fail with context canceled.
for _, collection := range suite.collections {
resp, err := server.refreshCollection(ctx, collection)
suite.NoError(err)
// Context canceled error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test when server is not healthy
server.UpdateStateCode(commonpb.StateCode_Initializing)
resp, err := server.refreshCollection(ctx, suite.collections[0])
suite.NoError(err)
suite.Contains(resp.Reason, ErrNotHealthy.Error())
}
func (suite *ServiceSuite) TestRefreshPartitions() {
ctx, cancel := context.WithTimeout(context.Background(), 5000*time.Millisecond)
defer cancel()
server := suite.server
suite.targetObserver.Start(context.Background())
suite.server.collectionObserver.Start(context.Background())
// Test refresh all partitions.
for _, collection := range suite.collections {
resp, err := server.refreshPartitions(ctx, collection, suite.partitions[collection])
suite.NoError(err)
// partition not loaded error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test load all partitions
for _, collection := range suite.collections {
suite.expectGetRecoverInfo(collection)
req := &querypb.LoadPartitionsRequest{
CollectionID: collection,
PartitionIDs: suite.partitions[collection],
}
resp, err := server.LoadPartitions(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_Success, resp.ErrorCode)
suite.assertLoaded(collection)
collObj := utils.CreateTestCollection(collection, 1)
suite.NoError(suite.server.meta.CollectionManager.PutCollection(collObj))
// Load and explicitly mark load percentage to 100%.
for _, partition := range suite.partitions[collection] {
partObj := utils.CreateTestPartition(collection, partition)
partObj.LoadPercentage = 40
suite.True(suite.server.meta.CollectionManager.UpdatePartitionInMemory(partObj))
}
}
// Test refresh all collections again. This time should fail with partitions not 100% loaded.
for _, collection := range suite.collections {
resp, err := server.refreshPartitions(ctx, collection, suite.partitions[collection])
suite.NoError(err)
// Context canceled error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test load all partitions
for _, collection := range suite.collections {
collObj := utils.CreateTestCollection(collection, 1)
suite.NoError(suite.server.meta.CollectionManager.PutCollection(collObj))
// Load and explicitly mark load percentage to 100%.
for _, partition := range suite.partitions[collection] {
partObj := utils.CreateTestPartition(collection, partition)
partObj.LoadPercentage = 100
suite.True(suite.server.meta.CollectionManager.UpdatePartitionInMemory(partObj))
}
}
// Test refresh all collections again. This time should fail with context canceled.
for _, collection := range suite.collections {
resp, err := server.refreshPartitions(ctx, collection, suite.partitions[collection])
suite.NoError(err)
// Context canceled error.
suite.Equal(commonpb.ErrorCode_UnexpectedError, resp.ErrorCode)
}
// Test when server is not healthy
server.UpdateStateCode(commonpb.StateCode_Initializing)
resp, err := server.refreshPartitions(ctx, suite.collections[0], []int64{})
suite.NoError(err)
suite.Contains(resp.Reason, ErrNotHealthy.Error())
}
func (suite *ServiceSuite) TestGetPartitionStates() {
suite.loadAll()
ctx := context.Background()

View File

@ -21,10 +21,9 @@ import (
"fmt"
"math/rand"
"github.com/samber/lo"
"github.com/milvus-io/milvus/internal/querycoordv2/meta"
"github.com/milvus-io/milvus/internal/querycoordv2/session"
"github.com/samber/lo"
)
func GetReplicaNodesInfo(replicaMgr *meta.ReplicaManager, nodeMgr *session.NodeManager, replicaID int64) []*session.NodeInfo {

View File

@ -74,8 +74,9 @@ func CreateTestCollection(collection int64, replica int32) *meta.Collection {
func CreateTestPartition(collection int64, partitionID int64) *meta.Partition {
return &meta.Partition{
PartitionLoadInfo: &querypb.PartitionLoadInfo{
CollectionID: collection,
PartitionID: partitionID,
CollectionID: collection,
PartitionID: partitionID,
ReplicaNumber: 1,
},
}
}