Add collection in querynode when sync new partitions (#23825)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/23830/head
yihao.dai 2023-05-01 16:36:38 +08:00 committed by GitHub
parent 62eea5286f
commit 4b26c0afb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 381 additions and 305 deletions

View File

@ -199,6 +199,7 @@ message SyncNewCreatedPartitionRequest {
common.MsgBase base = 1;
int64 collectionID = 2;
int64 partitionID = 3;
schema.CollectionSchema schema = 4;
}
//-----------------query node grpc request and response proto----------------

View File

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

View File

@ -132,7 +132,7 @@ func (job *LoadCollectionJob) Execute() error {
log.Info("find partitions to load", zap.Int64s("partitions", lackPartitionIDs))
// 2. loadPartitions on QueryNodes
err = loadPartitions(job.ctx, job.meta, job.cluster, false, req.GetCollectionID(), lackPartitionIDs...)
err = loadPartitions(job.ctx, job.meta, job.cluster, nil, false, req.GetCollectionID(), lackPartitionIDs...)
if err != nil {
return err
}
@ -309,7 +309,7 @@ func (job *LoadPartitionJob) Execute() error {
log.Info("find partitions to load", zap.Int64s("partitions", lackPartitionIDs))
// 2. loadPartitions on QueryNodes
err := loadPartitions(job.ctx, job.meta, job.cluster, false, req.GetCollectionID(), lackPartitionIDs...)
err := loadPartitions(job.ctx, job.meta, job.cluster, nil, false, req.GetCollectionID(), lackPartitionIDs...)
if err != nil {
return err
}

View File

@ -163,12 +163,12 @@ func (job *ReleasePartitionJob) Execute() error {
} else {
err := releasePartitions(job.ctx, job.meta, job.cluster, false, req.GetCollectionID(), toRelease...)
if err != nil {
loadPartitions(job.ctx, job.meta, job.cluster, true, req.GetCollectionID(), toRelease...)
loadPartitions(job.ctx, job.meta, job.cluster, nil, true, req.GetCollectionID(), toRelease...)
return err
}
err = job.meta.CollectionManager.RemovePartition(toRelease...)
if err != nil {
loadPartitions(job.ctx, job.meta, job.cluster, true, req.GetCollectionID(), toRelease...)
loadPartitions(job.ctx, job.meta, job.cluster, nil, true, req.GetCollectionID(), toRelease...)
msg := "failed to release partitions from store"
log.Warn(msg, zap.Error(err))
return utils.WrapError(msg, err)

View File

@ -72,7 +72,7 @@ func (job *SyncNewCreatedPartitionJob) Execute() error {
zap.Int64("partitionID", req.GetPartitionID()),
)
err := loadPartitions(job.ctx, job.meta, job.cluster, false, req.GetCollectionID(), req.GetPartitionID())
err := loadPartitions(job.ctx, job.meta, job.cluster, req.GetSchema(), false, req.GetCollectionID(), req.GetPartitionID())
if err != nil {
return err
}

View File

@ -24,6 +24,7 @@ import (
"github.com/samber/lo"
"github.com/milvus-io/milvus-proto/go-api/commonpb"
"github.com/milvus-io/milvus-proto/go-api/schemapb"
"github.com/milvus-io/milvus/internal/proto/querypb"
"github.com/milvus-io/milvus/internal/querycoordv2/meta"
"github.com/milvus-io/milvus/internal/querycoordv2/session"
@ -56,8 +57,13 @@ func waitCollectionReleased(dist *meta.DistributionManager, collection int64, pa
}
}
func loadPartitions(ctx context.Context, meta *meta.Meta, cluster session.Cluster,
ignoreErr bool, collection int64, partitions ...int64) error {
func loadPartitions(ctx context.Context,
meta *meta.Meta,
cluster session.Cluster,
schema *schemapb.CollectionSchema,
ignoreErr bool,
collection int64,
partitions ...int64) error {
replicas := meta.ReplicaManager.GetByCollection(collection)
loadReq := &querypb.LoadPartitionsRequest{
Base: &commonpb.MsgBase{
@ -65,6 +71,7 @@ func loadPartitions(ctx context.Context, meta *meta.Meta, cluster session.Cluste
},
CollectionID: collection,
PartitionIDs: partitions,
Schema: schema,
}
for _, replica := range replicas {
for _, node := range replica.GetNodes() {
@ -83,8 +90,12 @@ func loadPartitions(ctx context.Context, meta *meta.Meta, cluster session.Cluste
return nil
}
func releasePartitions(ctx context.Context, meta *meta.Meta, cluster session.Cluster,
ignoreErr bool, collection int64, partitions ...int64) error {
func releasePartitions(ctx context.Context,
meta *meta.Meta,
cluster session.Cluster,
ignoreErr bool,
collection int64,
partitions ...int64) error {
replicas := meta.ReplicaManager.GetByCollection(collection)
releaseReq := &querypb.ReleasePartitionsRequest{
Base: &commonpb.MsgBase{

View File

@ -373,16 +373,26 @@ func (node *QueryNode) LoadPartitions(ctx context.Context, req *querypb.LoadPart
log.Info("received load partitions request")
// check node healthy
if !node.lifetime.Add(commonpbutil.IsHealthy) {
return merr.Status(merr.WrapErrServiceNotReady(node.lifetime.GetState().String())), nil
if !node.lifetime.Add(commonpbutil.IsHealthyOrStopping) {
msg := fmt.Sprintf("query node %d is not ready", paramtable.GetNodeID())
return util.WrapStatus(commonpb.ErrorCode_UnexpectedError, msg), nil
}
defer node.lifetime.Done()
collection := node.manager.Collection.Get(req.GetCollectionID())
if collection == nil {
if collection != nil {
collection.AddPartition(req.GetPartitionIDs()...)
return merr.Status(nil), nil
}
if req.GetSchema() == nil {
return merr.Status(merr.WrapErrCollectionNotLoaded(req.GetCollectionID(), "failed to load partitions")), nil
}
collection.AddPartition(req.GetPartitionIDs()...)
node.manager.Collection.Put(req.GetCollectionID(), req.GetSchema(), nil, &querypb.LoadMetaInfo{
CollectionID: req.GetCollectionID(),
PartitionIDs: req.GetPartitionIDs(),
LoadType: querypb.LoadType_LoadCollection, // TODO: dyh, remove loadType in querynode
})
return merr.Status(nil), nil
}

View File

@ -1394,6 +1394,41 @@ func (suite *ServiceSuite) TestDelete_Failed() {
suite.Equal(commonpb.ErrorCode_UnexpectedError, status.GetErrorCode())
}
func (suite *ServiceSuite) TestLoadPartition() {
ctx := context.Background()
req := &querypb.LoadPartitionsRequest{
Base: &commonpb.MsgBase{
MsgID: rand.Int63(),
TargetID: suite.node.session.ServerID,
},
CollectionID: suite.collectionID,
PartitionIDs: suite.partitionIDs,
}
// node not healthy
suite.node.UpdateStateCode(commonpb.StateCode_Abnormal)
status, err := suite.node.LoadPartitions(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_UnexpectedError, status.GetErrorCode())
suite.node.UpdateStateCode(commonpb.StateCode_Healthy)
// collection not exist and schema is nil
status, err = suite.node.LoadPartitions(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_UnexpectedError, status.GetErrorCode())
// collection not exist and schema is not nil
req.Schema = segments.GenTestCollectionSchema(suite.collectionName, schemapb.DataType_Int64)
status, err = suite.node.LoadPartitions(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_Success, status.ErrorCode)
// collection existed
status, err = suite.node.LoadPartitions(ctx, req)
suite.NoError(err)
suite.Equal(commonpb.ErrorCode_Success, status.ErrorCode)
}
func TestQueryNodeService(t *testing.T) {
suite.Run(t, new(ServiceSuite))
}

View File

@ -121,10 +121,21 @@ func (b *ServerBroker) ReleasePartitions(ctx context.Context, collectionID Uniqu
func (b *ServerBroker) SyncNewCreatedPartition(ctx context.Context, collectionID UniqueID, partitionID UniqueID) error {
log := log.Ctx(ctx).With(zap.Int64("collection", collectionID), zap.Int64("partitionID", partitionID))
log.Info("begin to sync new partition")
collection, err := b.s.meta.GetCollectionByID(ctx, collectionID, typeutil.MaxTimestamp, false)
if err != nil {
return err
}
schema := &schemapb.CollectionSchema{
Name: collection.Name,
Description: collection.Description,
AutoID: collection.AutoID,
Fields: model.MarshalFieldModels(collection.Fields),
}
resp, err := b.s.queryCoord.SyncNewCreatedPartition(ctx, &querypb.SyncNewCreatedPartitionRequest{
Base: commonpbutil.NewMsgBase(commonpbutil.WithMsgType(commonpb.MsgType_ReleasePartitions)),
CollectionID: collectionID,
PartitionID: partitionID,
Schema: schema,
})
if err != nil {
return err