reload loading collection when qc recover (#27300)

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/27401/head
wei liu 2023-09-27 11:43:28 +08:00 committed by GitHub
parent 5c5f9aa05e
commit 4071132f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 475 additions and 345 deletions

View File

@ -539,6 +539,7 @@ message CollectionLoadInfo {
LoadStatus status = 4;
map<int64, int64> field_indexID = 5;
LoadType load_type = 6;
int32 recover_times = 7;
}
message PartitionLoadInfo {
@ -547,6 +548,7 @@ message PartitionLoadInfo {
int32 replica_number = 3; // Deprecated: No longer used; kept for compatibility.
LoadStatus status = 4;
map<int64, int64> field_indexID = 5; // Deprecated: No longer used; kept for compatibility.
int32 recover_times = 7;
}
message Replica {

View File

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

View File

@ -34,6 +34,7 @@ import (
"github.com/milvus-io/milvus/pkg/log"
"github.com/milvus-io/milvus/pkg/metrics"
"github.com/milvus-io/milvus/pkg/util/merr"
"github.com/milvus-io/milvus/pkg/util/paramtable"
"github.com/milvus-io/milvus/pkg/util/typeutil"
. "github.com/milvus-io/milvus/pkg/util/typeutil"
)
@ -140,16 +141,29 @@ func (m *CollectionManager) Recover(broker Broker) error {
ctxLog.Warn("failed to get collection schema", zap.Error(err))
return err
}
// Collections not loaded done should be deprecated
if collection.GetStatus() != querypb.LoadStatus_Loaded || collection.GetReplicaNumber() <= 0 {
ctxLog.Info("skip recovery and release collection",
if collection.GetReplicaNumber() <= 0 {
ctxLog.Info("skip recovery and release collection due to invalid replica number",
zap.Int64("collectionID", collection.GetCollectionID()),
zap.String("status", collection.GetStatus().String()),
zap.Int32("replicaNumber", collection.GetReplicaNumber()),
)
zap.Int32("replicaNumber", collection.GetReplicaNumber()))
m.catalog.ReleaseCollection(collection.GetCollectionID())
continue
}
if collection.GetStatus() != querypb.LoadStatus_Loaded {
if collection.RecoverTimes >= paramtable.Get().QueryCoordCfg.CollectionRecoverTimesLimit.GetAsInt32() {
m.catalog.ReleaseCollection(collection.CollectionID)
ctxLog.Info("recover loading collection times reach limit, release collection",
zap.Int64("collectionID", collection.CollectionID),
zap.Int32("recoverTimes", collection.RecoverTimes))
break
}
// update recoverTimes meta in etcd
collection.RecoverTimes += 1
m.putCollection(true, &Collection{CollectionLoadInfo: collection})
continue
}
m.collections[collection.CollectionID] = &Collection{
CollectionLoadInfo: collection,
}
@ -176,32 +190,31 @@ func (m *CollectionManager) Recover(broker Broker) error {
})
if len(omitPartitions) > 0 {
ctxLog.Info("skip dropped partitions during recovery",
zap.Int64("collection", collection), zap.Int64s("partitions", omitPartitions))
zap.Int64("collection", collection),
zap.Int64s("partitions", omitPartitions))
m.catalog.ReleasePartition(collection, omitPartitions...)
}
sawLoaded := false
for _, partition := range partitions {
// Partitions not loaded done should be deprecated
if partition.GetStatus() != querypb.LoadStatus_Loaded {
log.Info("skip recovery and release partition",
zap.Int64("collectionID", collection),
zap.Int64("partitionID", partition.GetPartitionID()),
zap.String("status", partition.GetStatus().String()),
)
m.catalog.ReleasePartition(collection, partition.GetPartitionID())
if partition.RecoverTimes >= paramtable.Get().QueryCoordCfg.CollectionRecoverTimesLimit.GetAsInt32() {
m.catalog.ReleaseCollection(collection)
ctxLog.Info("recover loading partition times reach limit, release collection",
zap.Int64("collectionID", collection),
zap.Int32("recoverTimes", partition.RecoverTimes))
break
}
partition.RecoverTimes += 1
m.putPartition([]*Partition{{PartitionLoadInfo: partition}}, true)
continue
}
sawLoaded = true
m.partitions[partition.PartitionID] = &Partition{
PartitionLoadInfo: partition,
}
}
if !sawLoaded {
m.catalog.ReleaseCollection(collection)
}
}
err = m.upgradeRecover(broker)
@ -496,6 +509,8 @@ func (m *CollectionManager) UpdateLoadPercent(partitionID int64, loadPercent int
if loadPercent == 100 {
savePartition = true
newPartition.Status = querypb.LoadStatus_Loaded
// if partition becomes loaded, clear it's recoverTimes in load info
newPartition.RecoverTimes = 0
elapsed := time.Since(newPartition.CreatedAt)
metrics.QueryCoordLoadLatency.WithLabelValues().Observe(float64(elapsed.Milliseconds()))
eventlog.Record(eventlog.NewRawEvt(eventlog.Level_Info, fmt.Sprintf("Partition %d loaded", partitionID)))
@ -517,12 +532,14 @@ func (m *CollectionManager) UpdateLoadPercent(partitionID int64, loadPercent int
if collectionPercent == 100 {
saveCollection = true
newCollection.Status = querypb.LoadStatus_Loaded
elapsed := time.Since(newCollection.CreatedAt)
// if collection becomes loaded, clear it's recoverTimes in load info
newCollection.RecoverTimes = 0
// TODO: what if part of the collection has been unloaded? Now we decrease the metric only after
// `ReleaseCollection` is triggered. Maybe it's hard to make this metric really accurate.
metrics.QueryCoordNumCollections.WithLabelValues().Inc()
elapsed := time.Since(newCollection.CreatedAt)
metrics.QueryCoordLoadLatency.WithLabelValues().Observe(float64(elapsed.Milliseconds()))
eventlog.Record(eventlog.NewRawEvt(eventlog.Level_Info, fmt.Sprintf("Collection %d loaded", newCollection.CollectionID)))
}

View File

@ -25,6 +25,7 @@ import (
"github.com/samber/lo"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"
"go.uber.org/zap"
"github.com/milvus-io/milvus/internal/kv"
etcdkv "github.com/milvus-io/milvus/internal/kv/etcd"
@ -32,6 +33,7 @@ import (
"github.com/milvus-io/milvus/internal/metastore/kv/querycoord"
"github.com/milvus-io/milvus/internal/proto/querypb"
. "github.com/milvus-io/milvus/internal/querycoordv2/params"
"github.com/milvus-io/milvus/pkg/log"
"github.com/milvus-io/milvus/pkg/util/etcd"
"github.com/milvus-io/milvus/pkg/util/merr"
"github.com/milvus-io/milvus/pkg/util/paramtable"
@ -328,16 +330,96 @@ func (suite *CollectionManagerSuite) TestRecover_normal() {
suite.clearMemory()
err := mgr.Recover(suite.broker)
suite.NoError(err)
for i, collection := range suite.collections {
exist := suite.colLoadPercent[i] == 100
suite.Equal(exist, mgr.Exist(collection))
if !exist {
continue
}
for j, partitionID := range suite.partitions[collection] {
for _, collection := range suite.collections {
suite.True(mgr.Exist(collection))
for _, partitionID := range suite.partitions[collection] {
partition := mgr.GetPartition(partitionID)
exist = suite.parLoadPercent[collection][j] == 100
suite.Equal(exist, partition != nil)
suite.NotNil(partition)
}
}
}
func (suite *CollectionManagerSuite) TestRecoverLoadingCollection() {
mgr := suite.mgr
suite.releaseAll()
suite.broker.EXPECT().GetCollectionSchema(mock.Anything, mock.Anything).Return(nil, nil)
// test put collection with partitions
for i, collection := range suite.collections {
suite.broker.EXPECT().GetPartitions(mock.Anything, collection).Return(suite.partitions[collection], nil).Maybe()
col := &Collection{
CollectionLoadInfo: &querypb.CollectionLoadInfo{
CollectionID: collection,
ReplicaNumber: suite.replicaNumber[i],
Status: querypb.LoadStatus_Loading,
LoadType: suite.loadTypes[i],
},
LoadPercentage: 0,
CreatedAt: time.Now(),
}
partitions := lo.Map(suite.partitions[collection], func(partition int64, j int) *Partition {
return &Partition{
PartitionLoadInfo: &querypb.PartitionLoadInfo{
CollectionID: collection,
PartitionID: partition,
ReplicaNumber: suite.replicaNumber[i],
Status: querypb.LoadStatus_Loading,
},
LoadPercentage: 0,
CreatedAt: time.Now(),
}
})
err := suite.mgr.PutCollection(col, partitions...)
suite.NoError(err)
}
// recover for first time, expected recover success
suite.clearMemory()
err := mgr.Recover(suite.broker)
suite.NoError(err)
for _, collectionID := range suite.collections {
collection := mgr.GetCollection(collectionID)
suite.NotNil(collection)
suite.Equal(int32(1), collection.GetRecoverTimes())
for _, partitionID := range suite.partitions[collectionID] {
partition := mgr.GetPartition(partitionID)
suite.NotNil(partition)
suite.Equal(int32(1), partition.GetRecoverTimes())
}
}
// update load percent, then recover for second time
for _, collectionID := range suite.collections {
for _, partitionID := range suite.partitions[collectionID] {
mgr.UpdateLoadPercent(partitionID, 10)
}
}
suite.clearMemory()
err = mgr.Recover(suite.broker)
suite.NoError(err)
for _, collectionID := range suite.collections {
collection := mgr.GetCollection(collectionID)
suite.NotNil(collection)
suite.Equal(int32(2), collection.GetRecoverTimes())
for _, partitionID := range suite.partitions[collectionID] {
partition := mgr.GetPartition(partitionID)
suite.NotNil(partition)
suite.Equal(int32(2), partition.GetRecoverTimes())
}
}
// test recover loading collection reach limit
for i := 0; i < int(paramtable.Get().QueryCoordCfg.CollectionRecoverTimesLimit.GetAsInt32()); i++ {
log.Info("stupid", zap.Int("count", i))
suite.clearMemory()
err = mgr.Recover(suite.broker)
suite.NoError(err)
}
for _, collectionID := range suite.collections {
collection := mgr.GetCollection(collectionID)
suite.Nil(collection)
for _, partitionID := range suite.partitions[collectionID] {
partition := mgr.GetPartition(partitionID)
suite.Nil(partition)
}
}
}
@ -368,15 +450,15 @@ func (suite *CollectionManagerSuite) TestRecover_with_dropped() {
suite.clearMemory()
err := mgr.Recover(suite.broker)
suite.NoError(err)
for i, collection := range suite.collections {
exist := suite.colLoadPercent[i] == 100 && collection != droppedCollection
for _, collection := range suite.collections {
exist := collection != droppedCollection
suite.Equal(exist, mgr.Exist(collection))
if !exist {
continue
}
for j, partitionID := range suite.partitions[collection] {
for _, partitionID := range suite.partitions[collection] {
partition := mgr.GetPartition(partitionID)
exist = suite.parLoadPercent[collection][j] == 100 && partitionID != droppedPartition
exist = partitionID != droppedPartition
suite.Equal(exist, partition != nil)
}
}

View File

@ -1174,14 +1174,15 @@ type queryCoordConfig struct {
// Deprecated: Since 2.2.2, use different interval for different checker
CheckInterval ParamItem `refreshable:"true"`
NextTargetSurviveTime ParamItem `refreshable:"true"`
UpdateNextTargetInterval ParamItem `refreshable:"false"`
CheckNodeInReplicaInterval ParamItem `refreshable:"false"`
CheckResourceGroupInterval ParamItem `refreshable:"false"`
EnableRGAutoRecover ParamItem `refreshable:"true"`
CheckHealthInterval ParamItem `refreshable:"false"`
CheckHealthRPCTimeout ParamItem `refreshable:"true"`
BrokerTimeout ParamItem `refreshable:"false"`
NextTargetSurviveTime ParamItem `refreshable:"true"`
UpdateNextTargetInterval ParamItem `refreshable:"false"`
CheckNodeInReplicaInterval ParamItem `refreshable:"false"`
CheckResourceGroupInterval ParamItem `refreshable:"false"`
EnableRGAutoRecover ParamItem `refreshable:"true"`
CheckHealthInterval ParamItem `refreshable:"false"`
CheckHealthRPCTimeout ParamItem `refreshable:"true"`
BrokerTimeout ParamItem `refreshable:"false"`
CollectionRecoverTimesLimit ParamItem `refreshable:"true"`
}
func (p *queryCoordConfig) init(base *BaseTable) {
@ -1483,6 +1484,16 @@ func (p *queryCoordConfig) init(base *BaseTable) {
Export: true,
}
p.BrokerTimeout.Init(base.mgr)
p.CollectionRecoverTimesLimit = ParamItem{
Key: "queryCoord.collectionRecoverTimes",
Version: "2.3.3",
DefaultValue: "3",
PanicIfEmpty: true,
Doc: "if collection recover times reach the limit during loading state, release it",
Export: true,
}
p.CollectionRecoverTimesLimit.Init(base.mgr)
}
// /////////////////////////////////////////////////////////////////////////////

View File

@ -278,6 +278,7 @@ func TestComponentParam(t *testing.T) {
assert.Equal(t, 1000, Params.ChannelCheckInterval.GetAsInt())
assert.Equal(t, 10000, Params.BalanceCheckInterval.GetAsInt())
assert.Equal(t, 10000, Params.IndexCheckInterval.GetAsInt())
assert.Equal(t, 3, Params.CollectionRecoverTimesLimit.GetAsInt())
})
t.Run("test queryNodeConfig", func(t *testing.T) {