From 53850e340c41b211abb3c1ae4e6977abffd1b806 Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 10 Nov 2022 10:25:08 +0800 Subject: [PATCH] Dont expire pending import tasks (#20431) Signed-off-by: yhmo Signed-off-by: yhmo --- internal/proto/data_coord.proto | 1 + internal/proto/datapb/data_coord.pb.go | 550 +++++++++++---------- internal/rootcoord/import_manager.go | 58 +-- internal/rootcoord/import_manager_test.go | 152 ++++-- internal/util/importutil/import_options.go | 16 + internal/util/importutil/import_wrapper.go | 17 - 6 files changed, 431 insertions(+), 363 deletions(-) diff --git a/internal/proto/data_coord.proto b/internal/proto/data_coord.proto index 16b9aa1aef..7bc2d11d4f 100644 --- a/internal/proto/data_coord.proto +++ b/internal/proto/data_coord.proto @@ -559,6 +559,7 @@ message ImportTaskInfo { string collection_name = 12; // Collection name for the import task. string partition_name = 13; // Partition name for the import task. repeated common.KeyValuePair infos = 14; // extra information about the task, bucket, etc. + int64 start_ts = 15; // Timestamp when the import task is sent to datanode to execute. } message ImportTaskResponse { diff --git a/internal/proto/datapb/data_coord.pb.go b/internal/proto/datapb/data_coord.pb.go index 65988cb76e..f50f66fbe9 100644 --- a/internal/proto/datapb/data_coord.pb.go +++ b/internal/proto/datapb/data_coord.pb.go @@ -3998,6 +3998,7 @@ type ImportTaskInfo struct { CollectionName string `protobuf:"bytes,12,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"` PartitionName string `protobuf:"bytes,13,opt,name=partition_name,json=partitionName,proto3" json:"partition_name,omitempty"` Infos []*commonpb.KeyValuePair `protobuf:"bytes,14,rep,name=infos,proto3" json:"infos,omitempty"` + StartTs int64 `protobuf:"varint,15,opt,name=start_ts,json=startTs,proto3" json:"start_ts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -4127,6 +4128,13 @@ func (m *ImportTaskInfo) GetInfos() []*commonpb.KeyValuePair { return nil } +func (m *ImportTaskInfo) GetStartTs() int64 { + if m != nil { + return m.StartTs + } + return 0 +} + type ImportTaskResponse struct { Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` DatanodeId int64 `protobuf:"varint,2,opt,name=datanode_id,json=datanodeId,proto3" json:"datanode_id,omitempty"` @@ -4823,277 +4831,277 @@ func init() { func init() { proto.RegisterFile("data_coord.proto", fileDescriptor_82cd95f524594f49) } var fileDescriptor_82cd95f524594f49 = []byte{ - // 4309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3c, 0x4d, 0x6f, 0x1c, 0x47, - 0x76, 0xea, 0xf9, 0xe2, 0xcc, 0x9b, 0x0f, 0x0e, 0x4b, 0x32, 0x39, 0x1a, 0xeb, 0xcb, 0x2d, 0xcb, - 0x96, 0x65, 0x59, 0xb2, 0xe9, 0x18, 0xeb, 0x44, 0x6b, 0x2f, 0x44, 0xd2, 0xa4, 0x27, 0x21, 0xb9, - 0xdc, 0x26, 0x65, 0x01, 0xbb, 0x01, 0x06, 0xcd, 0xe9, 0xe2, 0xb0, 0x97, 0xd3, 0xdd, 0xa3, 0xee, - 0x1e, 0x52, 0xdc, 0x1c, 0xd6, 0xc8, 0x02, 0x01, 0x36, 0x08, 0xb2, 0x41, 0x82, 0x00, 0x09, 0x90, - 0x00, 0x41, 0x4e, 0x9b, 0x0d, 0x02, 0x04, 0x58, 0xe4, 0x92, 0x4b, 0xae, 0x46, 0x72, 0x58, 0x04, - 0x01, 0xf2, 0x03, 0x72, 0x48, 0x72, 0xcf, 0x75, 0x0f, 0x41, 0x7d, 0x74, 0x75, 0x4f, 0x77, 0xf5, - 0x4c, 0x73, 0x46, 0xb2, 0x82, 0xec, 0x6d, 0xaa, 0xfa, 0x55, 0xbd, 0xaa, 0x57, 0xef, 0xbb, 0x5e, - 0x0d, 0x34, 0x0d, 0xdd, 0xd7, 0xbb, 0x3d, 0xc7, 0x71, 0x8d, 0x07, 0x43, 0xd7, 0xf1, 0x1d, 0xb4, - 0x64, 0x99, 0x83, 0xd3, 0x91, 0xc7, 0x5a, 0x0f, 0xc8, 0xe7, 0x76, 0xad, 0xe7, 0x58, 0x96, 0x63, - 0xb3, 0xae, 0x76, 0xc3, 0xb4, 0x7d, 0xec, 0xda, 0xfa, 0x80, 0xb7, 0x6b, 0xd1, 0x01, 0xed, 0x9a, - 0xd7, 0x3b, 0xc6, 0x96, 0xce, 0x5a, 0xea, 0x02, 0x14, 0x3f, 0xb3, 0x86, 0xfe, 0xb9, 0xfa, 0x67, - 0x0a, 0xd4, 0x36, 0x07, 0x23, 0xef, 0x58, 0xc3, 0xcf, 0x46, 0xd8, 0xf3, 0xd1, 0xfb, 0x50, 0x38, - 0xd4, 0x3d, 0xdc, 0x52, 0x6e, 0x29, 0x77, 0xab, 0xab, 0xd7, 0x1e, 0x8c, 0x61, 0xe5, 0xf8, 0x76, - 0xbc, 0xfe, 0x9a, 0xee, 0x61, 0x8d, 0x42, 0x22, 0x04, 0x05, 0xe3, 0xb0, 0xb3, 0xd1, 0xca, 0xdd, - 0x52, 0xee, 0xe6, 0x35, 0xfa, 0x1b, 0xdd, 0x00, 0xf0, 0x70, 0xdf, 0xc2, 0xb6, 0xdf, 0xd9, 0xf0, - 0x5a, 0xf9, 0x5b, 0xf9, 0xbb, 0x79, 0x2d, 0xd2, 0x83, 0x54, 0xa8, 0xf5, 0x9c, 0xc1, 0x00, 0xf7, - 0x7c, 0xd3, 0xb1, 0x3b, 0x1b, 0xad, 0x02, 0x1d, 0x3b, 0xd6, 0xa7, 0xfe, 0xa7, 0x02, 0x75, 0xbe, - 0x34, 0x6f, 0xe8, 0xd8, 0x1e, 0x46, 0x1f, 0x42, 0xc9, 0xf3, 0x75, 0x7f, 0xe4, 0xf1, 0xd5, 0xbd, - 0x2e, 0x5d, 0xdd, 0x3e, 0x05, 0xd1, 0x38, 0xa8, 0x74, 0x79, 0x71, 0xf4, 0xf9, 0x24, 0xfa, 0xd8, - 0x16, 0x0a, 0x89, 0x2d, 0xdc, 0x85, 0xc5, 0x23, 0xb2, 0xba, 0xfd, 0x10, 0xa8, 0x48, 0x81, 0xe2, - 0xdd, 0x64, 0x26, 0xdf, 0xb4, 0xf0, 0xb7, 0x8f, 0xf6, 0xb1, 0x3e, 0x68, 0x95, 0x28, 0xae, 0x48, - 0x8f, 0xfa, 0xaf, 0x0a, 0x34, 0x05, 0x78, 0x70, 0x0e, 0x57, 0xa0, 0xd8, 0x73, 0x46, 0xb6, 0x4f, - 0xb7, 0x5a, 0xd7, 0x58, 0x03, 0xbd, 0x01, 0xb5, 0xde, 0xb1, 0x6e, 0xdb, 0x78, 0xd0, 0xb5, 0x75, - 0x0b, 0xd3, 0x4d, 0x55, 0xb4, 0x2a, 0xef, 0xdb, 0xd5, 0x2d, 0x9c, 0x69, 0x6f, 0xb7, 0xa0, 0x3a, - 0xd4, 0x5d, 0xdf, 0x1c, 0xa3, 0x7e, 0xb4, 0x0b, 0xb5, 0xa1, 0x6c, 0x7a, 0x1d, 0x6b, 0xe8, 0xb8, - 0x7e, 0xab, 0x78, 0x4b, 0xb9, 0x5b, 0xd6, 0x44, 0x9b, 0x60, 0x30, 0xe9, 0xaf, 0x03, 0xdd, 0x3b, - 0xe9, 0x6c, 0xf0, 0x1d, 0x8d, 0xf5, 0xa9, 0x7f, 0xa5, 0xc0, 0xf2, 0x63, 0xcf, 0x33, 0xfb, 0x76, - 0x62, 0x67, 0xcb, 0x50, 0xb2, 0x1d, 0x03, 0x77, 0x36, 0xe8, 0xd6, 0xf2, 0x1a, 0x6f, 0xa1, 0xd7, - 0xa1, 0x32, 0xc4, 0xd8, 0xed, 0xba, 0xce, 0x20, 0xd8, 0x58, 0x99, 0x74, 0x68, 0xce, 0x00, 0xa3, - 0xef, 0xc0, 0x92, 0x17, 0x9b, 0x88, 0xf1, 0x55, 0x75, 0xf5, 0xf6, 0x83, 0x84, 0x64, 0x3c, 0x88, - 0x23, 0xd5, 0x92, 0xa3, 0xd5, 0x2f, 0x73, 0x70, 0x59, 0xc0, 0xb1, 0xb5, 0x92, 0xdf, 0x84, 0xf2, - 0x1e, 0xee, 0x8b, 0xe5, 0xb1, 0x46, 0x16, 0xca, 0x8b, 0x23, 0xcb, 0x47, 0x8f, 0x2c, 0x03, 0xab, - 0xc7, 0xcf, 0xa3, 0x98, 0x3c, 0x8f, 0x9b, 0x50, 0xc5, 0xcf, 0x87, 0xa6, 0x8b, 0xbb, 0x84, 0x71, - 0x28, 0xc9, 0x0b, 0x1a, 0xb0, 0xae, 0x03, 0xd3, 0x8a, 0xca, 0xc6, 0x42, 0x66, 0xd9, 0x50, 0xff, - 0x5a, 0x81, 0x95, 0xc4, 0x29, 0x71, 0x61, 0xd3, 0xa0, 0x49, 0x77, 0x1e, 0x52, 0x86, 0x88, 0x1d, - 0x21, 0xf8, 0x5b, 0x93, 0x08, 0x1e, 0x82, 0x6b, 0x89, 0xf1, 0x91, 0x45, 0xe6, 0xb2, 0x2f, 0xf2, - 0x04, 0x56, 0xb6, 0xb0, 0xcf, 0x11, 0x90, 0x6f, 0xd8, 0x9b, 0x5d, 0x59, 0x8d, 0x4b, 0x75, 0x2e, - 0x2e, 0xd5, 0xea, 0xdf, 0xe7, 0x84, 0x2c, 0x52, 0x54, 0x1d, 0xfb, 0xc8, 0x41, 0xd7, 0xa0, 0x22, - 0x40, 0x38, 0x57, 0x84, 0x1d, 0xe8, 0x1b, 0x50, 0x24, 0x2b, 0x65, 0x2c, 0xd1, 0x58, 0x7d, 0x43, - 0xbe, 0xa7, 0xc8, 0x9c, 0x1a, 0x83, 0x47, 0x1d, 0x68, 0x78, 0xbe, 0xee, 0xfa, 0xdd, 0xa1, 0xe3, - 0xd1, 0x73, 0xa6, 0x8c, 0x53, 0x5d, 0x55, 0xc7, 0x67, 0x10, 0x6a, 0x7d, 0xc7, 0xeb, 0xef, 0x71, - 0x48, 0xad, 0x4e, 0x47, 0x06, 0x4d, 0xf4, 0x19, 0xd4, 0xb0, 0x6d, 0x84, 0x13, 0x15, 0x32, 0x4f, - 0x54, 0xc5, 0xb6, 0x21, 0xa6, 0x09, 0xcf, 0xa7, 0x98, 0xfd, 0x7c, 0xfe, 0x40, 0x81, 0x56, 0xf2, - 0x80, 0xe6, 0x51, 0xd9, 0x8f, 0xd8, 0x20, 0xcc, 0x0e, 0x68, 0xa2, 0x84, 0x8b, 0x43, 0xd2, 0xf8, - 0x10, 0xf5, 0x4f, 0x15, 0x78, 0x2d, 0x5c, 0x0e, 0xfd, 0xf4, 0xb2, 0xb8, 0x05, 0xdd, 0x83, 0xa6, - 0x69, 0xf7, 0x06, 0x23, 0x03, 0x3f, 0xb1, 0x3f, 0xc7, 0xfa, 0xc0, 0x3f, 0x3e, 0xa7, 0x67, 0x58, - 0xd6, 0x12, 0xfd, 0xea, 0x8f, 0x14, 0x58, 0x8e, 0xaf, 0x6b, 0x1e, 0x22, 0xfd, 0x1a, 0x14, 0x4d, - 0xfb, 0xc8, 0x09, 0x68, 0x74, 0x63, 0x82, 0x50, 0x12, 0x5c, 0x0c, 0x58, 0xb5, 0xe0, 0xf5, 0x2d, - 0xec, 0x77, 0x6c, 0x0f, 0xbb, 0xfe, 0x9a, 0x69, 0x0f, 0x9c, 0xfe, 0x9e, 0xee, 0x1f, 0xcf, 0x21, - 0x50, 0x63, 0xb2, 0x91, 0x8b, 0xc9, 0x86, 0xfa, 0x53, 0x05, 0xae, 0xc9, 0xf1, 0xf1, 0xad, 0xb7, - 0xa1, 0x7c, 0x64, 0xe2, 0x81, 0x41, 0xe8, 0xab, 0x50, 0xfa, 0x8a, 0x36, 0x11, 0xac, 0x21, 0x01, - 0xe6, 0x3b, 0x7c, 0x23, 0x85, 0x9b, 0xf7, 0x7d, 0xd7, 0xb4, 0xfb, 0xdb, 0xa6, 0xe7, 0x6b, 0x0c, - 0x3e, 0x42, 0xcf, 0x7c, 0x76, 0x36, 0xfe, 0x7d, 0x05, 0x6e, 0x6c, 0x61, 0x7f, 0x5d, 0xe8, 0x65, - 0xf2, 0xdd, 0xf4, 0x7c, 0xb3, 0xe7, 0xbd, 0x58, 0xdf, 0x28, 0x83, 0x81, 0x56, 0x7f, 0xa2, 0xc0, - 0xcd, 0xd4, 0xc5, 0x70, 0xd2, 0x71, 0xbd, 0x13, 0x68, 0x65, 0xb9, 0xde, 0xf9, 0x2d, 0x7c, 0xfe, - 0x85, 0x3e, 0x18, 0xe1, 0x3d, 0xdd, 0x74, 0x99, 0xde, 0x99, 0x51, 0x0b, 0xff, 0x9d, 0x02, 0xd7, - 0xb7, 0xb0, 0xbf, 0x17, 0xd8, 0xa4, 0x57, 0x48, 0x1d, 0x02, 0x13, 0xb1, 0x8d, 0x81, 0x73, 0x36, - 0xd6, 0xa7, 0xfe, 0x21, 0x3b, 0x4e, 0xe9, 0x7a, 0x5f, 0x09, 0x01, 0x6f, 0x50, 0x49, 0x88, 0x88, - 0xe4, 0x3a, 0x73, 0x1d, 0x38, 0xf9, 0xd4, 0xbf, 0x54, 0xe0, 0xea, 0xe3, 0xde, 0xb3, 0x91, 0xe9, - 0x62, 0x0e, 0xb4, 0xed, 0xf4, 0x4e, 0x66, 0x27, 0x6e, 0xe8, 0x66, 0xe5, 0xc6, 0xdc, 0xac, 0x69, - 0xae, 0xf9, 0x32, 0x94, 0x7c, 0xe6, 0xd7, 0x31, 0x4f, 0x85, 0xb7, 0xe8, 0xfa, 0x34, 0x3c, 0xc0, - 0xba, 0xf7, 0x7f, 0x73, 0x7d, 0x3f, 0x29, 0x40, 0xed, 0x0b, 0xee, 0x8e, 0x51, 0xab, 0x1d, 0xe7, - 0x24, 0x45, 0xee, 0x78, 0x45, 0x3c, 0x38, 0x99, 0x53, 0xb7, 0x05, 0x75, 0x0f, 0xe3, 0x93, 0x59, - 0x6c, 0x74, 0x8d, 0x0c, 0x14, 0xb6, 0x75, 0x1b, 0x96, 0x46, 0x36, 0x0d, 0x0d, 0xb0, 0xc1, 0x09, - 0xc8, 0x38, 0x77, 0xba, 0xee, 0x4e, 0x0e, 0x44, 0x9f, 0xf3, 0xe8, 0x23, 0x32, 0x57, 0x31, 0xd3, - 0x5c, 0xf1, 0x61, 0xa8, 0x03, 0x4d, 0xc3, 0x75, 0x86, 0x43, 0x6c, 0x74, 0xbd, 0x60, 0xaa, 0x52, - 0xb6, 0xa9, 0xf8, 0x38, 0x31, 0xd5, 0xfb, 0x70, 0x39, 0xbe, 0xd2, 0x8e, 0x41, 0x1c, 0x52, 0x72, - 0x86, 0xb2, 0x4f, 0xe8, 0x3e, 0x2c, 0x25, 0xe1, 0xcb, 0x14, 0x3e, 0xf9, 0x01, 0xbd, 0x07, 0x28, - 0xb6, 0x54, 0x02, 0x5e, 0x61, 0xe0, 0xe3, 0x8b, 0xe9, 0x18, 0x9e, 0xfa, 0x63, 0x05, 0x96, 0x9f, - 0xea, 0x7e, 0xef, 0x78, 0xc3, 0xe2, 0xb2, 0x36, 0x87, 0xae, 0xfa, 0x04, 0x2a, 0xa7, 0x9c, 0x2f, - 0x02, 0x83, 0x74, 0x53, 0x42, 0x9f, 0x28, 0x07, 0x6a, 0xe1, 0x08, 0xf5, 0x2b, 0x05, 0xae, 0x6c, - 0x46, 0xe2, 0xc2, 0x57, 0xa0, 0x35, 0xa7, 0x05, 0xb4, 0x6f, 0x41, 0xc3, 0xd2, 0xdd, 0x93, 0x44, - 0x3c, 0x1b, 0xeb, 0x55, 0x9f, 0x03, 0xf0, 0xd6, 0x8e, 0xd7, 0x9f, 0x61, 0xfd, 0x1f, 0xc3, 0x02, - 0xc7, 0xca, 0xd5, 0xe7, 0x34, 0x3e, 0x0b, 0xc0, 0xd5, 0x9f, 0x95, 0xa0, 0x1a, 0xf9, 0x80, 0x1a, - 0x90, 0x13, 0x72, 0x9d, 0x93, 0x50, 0x21, 0x37, 0x3d, 0xd4, 0xca, 0x27, 0x43, 0xad, 0x3b, 0xd0, - 0x30, 0xa9, 0xbf, 0xd2, 0xe5, 0xa7, 0x47, 0x15, 0x4d, 0x45, 0xab, 0xb3, 0x5e, 0xce, 0x4a, 0xe8, - 0x06, 0x54, 0xed, 0x91, 0xd5, 0x75, 0x8e, 0xba, 0xae, 0x73, 0xe6, 0xf1, 0x98, 0xad, 0x62, 0x8f, - 0xac, 0x6f, 0x1f, 0x69, 0xce, 0x99, 0x17, 0x86, 0x05, 0xa5, 0x0b, 0x86, 0x05, 0x37, 0xa0, 0x6a, - 0xe9, 0xcf, 0xc9, 0xac, 0x5d, 0x7b, 0x64, 0xd1, 0x70, 0x2e, 0xaf, 0x55, 0x2c, 0xfd, 0xb9, 0xe6, - 0x9c, 0xed, 0x8e, 0x2c, 0x74, 0x17, 0x9a, 0x03, 0xdd, 0xf3, 0xbb, 0xd1, 0x78, 0xb0, 0x4c, 0xe3, - 0xc1, 0x06, 0xe9, 0xff, 0x2c, 0x8c, 0x09, 0x93, 0x01, 0x46, 0x65, 0x8e, 0x00, 0xc3, 0xb0, 0x06, - 0xe1, 0x44, 0x90, 0x3d, 0xc0, 0x30, 0xac, 0x81, 0x98, 0xe6, 0x63, 0x58, 0x38, 0xa4, 0x5e, 0xa0, - 0xd7, 0xaa, 0xa6, 0xea, 0x98, 0x4d, 0xe2, 0x00, 0x32, 0x67, 0x51, 0x0b, 0xc0, 0xd1, 0x37, 0xa1, - 0x42, 0x8d, 0x2f, 0x1d, 0x5b, 0xcb, 0x34, 0x36, 0x1c, 0x40, 0x46, 0x1b, 0x78, 0xe0, 0xeb, 0x74, - 0x74, 0x3d, 0xdb, 0x68, 0x31, 0x80, 0xe8, 0xb5, 0x9e, 0x8b, 0x75, 0x1f, 0x1b, 0x6b, 0xe7, 0xeb, - 0x8e, 0x35, 0xd4, 0x29, 0x33, 0xb5, 0x1a, 0xd4, 0xd3, 0x97, 0x7d, 0x22, 0xb2, 0xd4, 0x13, 0xad, - 0x4d, 0xd7, 0xb1, 0x5a, 0x8b, 0x4c, 0x96, 0xc6, 0x7b, 0xd1, 0x75, 0x80, 0x40, 0xa3, 0xe9, 0x7e, - 0xab, 0x49, 0x4f, 0xb1, 0xc2, 0x7b, 0x1e, 0xd3, 0x74, 0x8f, 0xe9, 0x75, 0x59, 0x62, 0xc5, 0xb4, - 0xfb, 0xad, 0x25, 0x8a, 0xb1, 0x1a, 0x64, 0x62, 0x4c, 0xbb, 0x8f, 0x56, 0x60, 0xc1, 0xf4, 0xba, - 0x47, 0xfa, 0x09, 0x6e, 0x21, 0xfa, 0xb5, 0x64, 0x7a, 0x9b, 0xfa, 0x09, 0x56, 0x7f, 0x08, 0x57, - 0x42, 0xee, 0x8a, 0x9c, 0x64, 0x92, 0x29, 0x94, 0x59, 0x99, 0x62, 0xb2, 0xef, 0xff, 0x8b, 0x02, - 0x2c, 0xef, 0xeb, 0xa7, 0xf8, 0xe5, 0x87, 0x19, 0x99, 0xd4, 0xdf, 0x36, 0x2c, 0xd1, 0xc8, 0x62, - 0x35, 0xb2, 0x9e, 0x09, 0xf6, 0x37, 0xca, 0x0a, 0xc9, 0x81, 0xe8, 0x5b, 0xc4, 0x71, 0xc0, 0xbd, - 0x93, 0x3d, 0xc7, 0x0c, 0x6d, 0xef, 0x75, 0xc9, 0x3c, 0xeb, 0x02, 0x4a, 0x8b, 0x8e, 0x40, 0x7b, - 0xb0, 0x38, 0x7e, 0x0c, 0x81, 0xd5, 0x7d, 0x7b, 0x62, 0xb0, 0x1b, 0x52, 0x5f, 0x6b, 0x8c, 0x1d, - 0x86, 0x87, 0x5a, 0xb0, 0xc0, 0x4d, 0x26, 0xd5, 0x19, 0x65, 0x2d, 0x68, 0xa2, 0x3d, 0xb8, 0xcc, - 0x76, 0xb0, 0xcf, 0x05, 0x82, 0x6d, 0xbe, 0x9c, 0x69, 0xf3, 0xb2, 0xa1, 0xe3, 0xf2, 0x54, 0xb9, - 0xa8, 0x3c, 0xb5, 0x60, 0x81, 0xf3, 0x38, 0xd5, 0x23, 0x65, 0x2d, 0x68, 0x92, 0x63, 0x0e, 0xb9, - 0xbd, 0x4a, 0xbf, 0x85, 0x1d, 0x24, 0x44, 0x83, 0x90, 0x9e, 0x53, 0xd2, 0x32, 0x9f, 0x42, 0x59, - 0x70, 0x78, 0x2e, 0x33, 0x87, 0x8b, 0x31, 0x71, 0xfd, 0x9e, 0x8f, 0xe9, 0x77, 0xf5, 0x5f, 0x14, - 0xa8, 0x6d, 0x90, 0x2d, 0x6d, 0x3b, 0x7d, 0x6a, 0x8d, 0xee, 0x40, 0xc3, 0xc5, 0x3d, 0xc7, 0x35, - 0xba, 0xd8, 0xf6, 0x5d, 0x13, 0xb3, 0x68, 0xbe, 0xa0, 0xd5, 0x59, 0xef, 0x67, 0xac, 0x93, 0x80, - 0x11, 0x95, 0xed, 0xf9, 0xba, 0x35, 0xec, 0x1e, 0x11, 0xd5, 0x90, 0x63, 0x60, 0xa2, 0x97, 0x6a, - 0x86, 0x37, 0xa0, 0x16, 0x82, 0xf9, 0x0e, 0xc5, 0x5f, 0xd0, 0xaa, 0xa2, 0xef, 0xc0, 0x41, 0x6f, - 0x42, 0x83, 0xd2, 0xb4, 0x3b, 0x70, 0xfa, 0x5d, 0x12, 0xf9, 0x72, 0x43, 0x55, 0x33, 0xf8, 0xb2, - 0xc8, 0x59, 0x8d, 0x43, 0x79, 0xe6, 0x0f, 0x30, 0x37, 0x55, 0x02, 0x6a, 0xdf, 0xfc, 0x01, 0x56, - 0xff, 0x59, 0x81, 0xfa, 0x86, 0xee, 0xeb, 0xbb, 0x8e, 0x81, 0x0f, 0x66, 0x34, 0xec, 0x19, 0x52, - 0xa4, 0xd7, 0xa0, 0x22, 0x76, 0xc0, 0xb7, 0x14, 0x76, 0xa0, 0x4d, 0x68, 0x04, 0x2e, 0x68, 0x97, - 0x45, 0x66, 0x85, 0x54, 0x47, 0x2b, 0x62, 0x39, 0x3d, 0xad, 0x1e, 0x0c, 0xa3, 0x4d, 0x75, 0x13, - 0x6a, 0xd1, 0xcf, 0x04, 0xeb, 0x7e, 0x9c, 0x51, 0x44, 0x07, 0xe1, 0xc6, 0xdd, 0x91, 0x45, 0xce, - 0x94, 0x2b, 0x96, 0xa0, 0xa9, 0xfe, 0x48, 0x81, 0x3a, 0x37, 0xf7, 0xfb, 0xe2, 0x32, 0x81, 0x6e, - 0x4d, 0xa1, 0x5b, 0xa3, 0xbf, 0xd1, 0x6f, 0x8c, 0xe7, 0xff, 0xde, 0x94, 0x2a, 0x01, 0x3a, 0x09, - 0x75, 0x46, 0xc7, 0x6c, 0x7d, 0x96, 0x5c, 0xc0, 0x97, 0x84, 0xd1, 0xf8, 0xd1, 0x50, 0x46, 0x6b, - 0xc1, 0x82, 0x6e, 0x18, 0x2e, 0xf6, 0x3c, 0xbe, 0x8e, 0xa0, 0x49, 0xbe, 0x9c, 0x62, 0xd7, 0x0b, - 0x58, 0x3e, 0xaf, 0x05, 0x4d, 0xf4, 0x4d, 0x28, 0x0b, 0xef, 0x95, 0xa5, 0xcd, 0x6f, 0xa5, 0xaf, - 0x93, 0x47, 0xae, 0x62, 0x84, 0xfa, 0x0f, 0x39, 0x68, 0x70, 0x82, 0xad, 0x71, 0x7b, 0x3c, 0x59, - 0xf8, 0xd6, 0xa0, 0x76, 0x14, 0xca, 0xfe, 0xa4, 0x1c, 0x55, 0x54, 0x45, 0x8c, 0x8d, 0x99, 0x26, - 0x80, 0xe3, 0x1e, 0x41, 0x61, 0x2e, 0x8f, 0xa0, 0x78, 0x51, 0x0d, 0x96, 0xf4, 0x11, 0x4b, 0x12, - 0x1f, 0x51, 0xfd, 0x6d, 0xa8, 0x46, 0x26, 0xa0, 0x1a, 0x9a, 0x25, 0xb7, 0x38, 0xc5, 0x82, 0x26, - 0xfa, 0x30, 0xf4, 0x8b, 0x18, 0xa9, 0xae, 0x4a, 0xd6, 0x12, 0x73, 0x89, 0xd4, 0x7f, 0x52, 0xa0, - 0xc4, 0x67, 0xbe, 0x09, 0x55, 0xae, 0x74, 0xa8, 0xcf, 0xc8, 0x66, 0x07, 0xde, 0x45, 0x9c, 0xc6, - 0x17, 0xa7, 0x75, 0xae, 0x42, 0x39, 0xa6, 0x6f, 0x16, 0xb8, 0x59, 0x08, 0x3e, 0x45, 0x94, 0x0c, - 0xf9, 0x44, 0xf4, 0x0b, 0xba, 0x02, 0xc5, 0x81, 0xd3, 0x17, 0x97, 0x45, 0xac, 0x41, 0xa2, 0xa2, - 0x95, 0x2d, 0xec, 0x6b, 0xb8, 0xe7, 0x9c, 0x62, 0xf7, 0x7c, 0xfe, 0xa4, 0xe8, 0xa3, 0x08, 0x9b, - 0x67, 0x0c, 0xd2, 0xc4, 0x00, 0xf4, 0x28, 0x3c, 0x84, 0xbc, 0x2c, 0x23, 0x14, 0xd5, 0x3b, 0x9c, - 0x49, 0xc3, 0xc3, 0xf8, 0x23, 0x96, 0xde, 0x1d, 0xdf, 0xca, 0xac, 0xde, 0xce, 0x0b, 0x09, 0x64, - 0xd4, 0x5f, 0x28, 0xd0, 0x0e, 0x53, 0x4e, 0xde, 0xda, 0xf9, 0xbc, 0x97, 0x27, 0x2f, 0x26, 0xbe, - 0xfa, 0x75, 0x91, 0xdd, 0x27, 0x42, 0x9b, 0x29, 0x32, 0x0a, 0x72, 0xfb, 0x36, 0xcd, 0x5e, 0x27, - 0x37, 0x34, 0x0f, 0xcb, 0xb4, 0xa1, 0x2c, 0xf2, 0x1e, 0x2c, 0xc3, 0x2f, 0xda, 0xea, 0x9f, 0x28, - 0x70, 0x75, 0x0b, 0xfb, 0x9b, 0xe3, 0x29, 0x93, 0x57, 0x7d, 0xae, 0x16, 0x3d, 0xd6, 0xc4, 0xa2, - 0x5e, 0x16, 0x11, 0x7e, 0x4f, 0x81, 0x16, 0xc7, 0x42, 0x71, 0x92, 0x30, 0x67, 0x80, 0x7d, 0x6c, - 0x7c, 0xdd, 0xe1, 0xff, 0x2f, 0x15, 0x68, 0x46, 0x2d, 0x29, 0x35, 0x86, 0x1f, 0x41, 0x91, 0x66, - 0x59, 0xf8, 0x0a, 0xa6, 0x8a, 0x3b, 0x83, 0x26, 0xaa, 0x98, 0xba, 0xcf, 0x07, 0xc2, 0xe8, 0xf3, - 0x66, 0x68, 0xce, 0xf3, 0x17, 0x37, 0xe7, 0xdc, 0xbd, 0x71, 0x46, 0x64, 0x5e, 0x96, 0x9e, 0x0c, - 0x3b, 0xd0, 0x27, 0x50, 0x62, 0x45, 0x18, 0xfc, 0x76, 0xed, 0xce, 0xf8, 0xd4, 0xbc, 0x40, 0x23, - 0x92, 0xf3, 0xa7, 0x1d, 0x1a, 0x1f, 0xa4, 0xfe, 0x26, 0x2c, 0x87, 0x11, 0x26, 0x43, 0x3b, 0x2b, - 0x23, 0xaa, 0xff, 0xae, 0xc0, 0xe5, 0xfd, 0x73, 0xbb, 0x17, 0x67, 0xe9, 0x65, 0x28, 0x0d, 0x07, - 0x7a, 0x98, 0x2d, 0xe5, 0x2d, 0xea, 0xda, 0x31, 0xdc, 0xd8, 0x20, 0x76, 0x81, 0xd1, 0xac, 0x2a, - 0xfa, 0x0e, 0x9c, 0xa9, 0xe6, 0xfa, 0x8e, 0x08, 0x89, 0xb1, 0xc1, 0x2c, 0x10, 0x4b, 0x41, 0xd5, - 0x45, 0x2f, 0xb5, 0x40, 0x9f, 0x00, 0x50, 0x23, 0xdd, 0xbd, 0x88, 0x61, 0xa6, 0x23, 0xb6, 0x89, - 0x1a, 0xfe, 0x79, 0x0e, 0x5a, 0x11, 0x2a, 0x7d, 0xdd, 0x3e, 0x4b, 0x4a, 0xa4, 0x95, 0x7f, 0x41, - 0x91, 0x56, 0x61, 0x7e, 0x3f, 0xa5, 0x28, 0xf3, 0x53, 0xfe, 0x23, 0x07, 0x8d, 0x90, 0x6a, 0x7b, - 0x03, 0xdd, 0x4e, 0xe5, 0x84, 0x7d, 0xe1, 0xa3, 0x8f, 0xd3, 0xe9, 0x5d, 0x99, 0x9c, 0xa4, 0x1c, - 0x84, 0x16, 0x9b, 0x02, 0x5d, 0xa7, 0x87, 0xee, 0xfa, 0x2c, 0x99, 0xc5, 0xe3, 0x02, 0x26, 0x90, - 0xa6, 0x85, 0xd1, 0x7d, 0x40, 0x5c, 0x8a, 0xba, 0xa6, 0xdd, 0xf5, 0x70, 0xcf, 0xb1, 0x0d, 0x26, - 0x5f, 0x45, 0xad, 0xc9, 0xbf, 0x74, 0xec, 0x7d, 0xd6, 0x8f, 0x3e, 0x82, 0x82, 0x7f, 0x3e, 0x64, - 0x1e, 0x48, 0x43, 0x6a, 0xc3, 0xc3, 0x75, 0x1d, 0x9c, 0x0f, 0xb1, 0x46, 0xc1, 0x83, 0x2a, 0x1d, - 0xdf, 0xd5, 0x4f, 0xb9, 0x3b, 0x57, 0xd0, 0x22, 0x3d, 0x44, 0x63, 0x04, 0x34, 0x5c, 0x60, 0x6e, - 0x0f, 0x6f, 0x32, 0xce, 0x0e, 0x84, 0xb6, 0xeb, 0xfb, 0x03, 0x9a, 0x8e, 0xa3, 0x9c, 0x1d, 0xf4, - 0x1e, 0xf8, 0x03, 0xf5, 0xdf, 0x72, 0xd0, 0x0c, 0x31, 0x6b, 0xd8, 0x1b, 0x0d, 0xd2, 0x05, 0x6e, - 0x72, 0xbe, 0x63, 0x9a, 0xac, 0x7d, 0x0b, 0xaa, 0xfc, 0xd8, 0x2f, 0xc0, 0x36, 0xc0, 0x86, 0x6c, - 0x4f, 0xe0, 0xe3, 0xe2, 0x0b, 0xe2, 0xe3, 0xd2, 0x0c, 0x19, 0x03, 0x39, 0xf1, 0xd5, 0x9f, 0x2a, - 0xf0, 0x5a, 0x42, 0x2d, 0x4e, 0x24, 0xed, 0xe4, 0x78, 0x8d, 0xab, 0xcb, 0xf8, 0x94, 0x5c, 0xc1, - 0x3f, 0x82, 0x92, 0x4b, 0x67, 0xe7, 0xd7, 0x40, 0xb7, 0x27, 0x72, 0x17, 0x5b, 0x88, 0xc6, 0x87, - 0xa8, 0x7f, 0xac, 0xc0, 0x4a, 0x72, 0xa9, 0x73, 0x58, 0xed, 0x35, 0x58, 0x60, 0x53, 0x07, 0x42, - 0x78, 0x77, 0xb2, 0x10, 0x86, 0xc4, 0xd1, 0x82, 0x81, 0xea, 0x3e, 0x2c, 0x07, 0xc6, 0x3d, 0x24, - 0xfd, 0x0e, 0xf6, 0xf5, 0x09, 0xd1, 0xca, 0x4d, 0xa8, 0x32, 0xb7, 0x97, 0x45, 0x01, 0x2c, 0xce, - 0x87, 0x43, 0x91, 0x1e, 0x53, 0xff, 0x5b, 0x81, 0x2b, 0xd4, 0x3a, 0xc6, 0xef, 0x5d, 0xb2, 0xdc, - 0xc9, 0xa9, 0x22, 0x8d, 0xb0, 0xab, 0x5b, 0xbc, 0x06, 0xa4, 0xa2, 0x8d, 0xf5, 0xa1, 0x4e, 0x32, - 0x7b, 0x26, 0x8d, 0x6a, 0xc3, 0x4b, 0x5c, 0x12, 0x41, 0xd3, 0x3b, 0xdc, 0x78, 0xda, 0x2c, 0xb4, - 0xca, 0x85, 0x59, 0xac, 0xf2, 0x36, 0xbc, 0x16, 0xdb, 0xe9, 0x1c, 0x27, 0xaa, 0xfe, 0x8d, 0x42, - 0x8e, 0x63, 0xac, 0x96, 0x66, 0x76, 0x6f, 0xf3, 0xba, 0xb8, 0xf0, 0xe9, 0x9a, 0x46, 0x5c, 0x89, - 0x18, 0xe8, 0x53, 0xa8, 0xd8, 0xf8, 0xac, 0x1b, 0x75, 0x76, 0x32, 0xb8, 0xe2, 0x65, 0x1b, 0x9f, - 0xd1, 0x5f, 0xea, 0x2e, 0xac, 0x24, 0x96, 0x3a, 0xcf, 0xde, 0xff, 0x51, 0x81, 0xab, 0x1b, 0xae, - 0x33, 0xfc, 0xc2, 0x74, 0xfd, 0x91, 0x3e, 0x18, 0xbf, 0x1e, 0x7f, 0x39, 0xe9, 0xa8, 0xcf, 0x23, - 0x6e, 0x2f, 0xe3, 0x9f, 0xfb, 0x12, 0x09, 0x4a, 0x2e, 0x8a, 0x6f, 0x3a, 0xe2, 0x24, 0xff, 0x57, - 0x5e, 0xb6, 0x78, 0x0e, 0x37, 0xc5, 0xf1, 0xc8, 0x12, 0x15, 0x48, 0xb3, 0xd7, 0xf9, 0x59, 0xb3, - 0xd7, 0x29, 0xea, 0xbd, 0xf0, 0x82, 0xd4, 0xfb, 0x85, 0xd3, 0x29, 0x9f, 0xc3, 0xf8, 0xcd, 0x02, - 0x35, 0xbf, 0x33, 0x5d, 0x49, 0xac, 0x01, 0x84, 0x59, 0x76, 0x5e, 0x0a, 0x99, 0x65, 0x9a, 0xc8, - 0x28, 0x72, 0x5a, 0xc2, 0x94, 0x72, 0x53, 0x1e, 0xc9, 0xfb, 0x7e, 0x07, 0xda, 0x32, 0x2e, 0x9d, - 0x87, 0xf3, 0x7f, 0x9e, 0x03, 0xe8, 0x88, 0xea, 0xd9, 0xd9, 0x6c, 0xc1, 0x6d, 0x88, 0xb8, 0x1b, - 0xa1, 0xbc, 0x47, 0xb9, 0xc8, 0x20, 0x22, 0x21, 0x02, 0x49, 0x02, 0x93, 0x08, 0x2e, 0x0d, 0x3a, - 0x4f, 0x44, 0x6a, 0x18, 0x53, 0xc4, 0xd5, 0xef, 0xeb, 0x50, 0x71, 0x9d, 0xb3, 0x2e, 0x11, 0x33, - 0x23, 0x28, 0x0f, 0x76, 0x9d, 0x33, 0x22, 0x7c, 0x06, 0x5a, 0x81, 0x05, 0x5f, 0xf7, 0x4e, 0xc8, - 0xfc, 0xa5, 0x48, 0x85, 0x86, 0x81, 0xae, 0x40, 0xf1, 0xc8, 0x1c, 0x60, 0x56, 0x10, 0x50, 0xd1, - 0x58, 0x03, 0x7d, 0x23, 0xa8, 0x63, 0x2b, 0x67, 0xae, 0xc2, 0x61, 0xa5, 0x6c, 0x5f, 0x29, 0xb0, - 0x18, 0x52, 0x8d, 0x2a, 0x20, 0xa2, 0xd3, 0xa8, 0x3e, 0x5b, 0x77, 0x0c, 0xa6, 0x2a, 0x1a, 0x29, - 0x16, 0x81, 0x0d, 0x64, 0x5a, 0x2b, 0x1c, 0x32, 0x29, 0x0e, 0x26, 0xfb, 0x22, 0x9b, 0x36, 0x8d, - 0xa0, 0x2a, 0xa5, 0xe4, 0x3a, 0x67, 0x1d, 0x43, 0x50, 0x83, 0xd5, 0xfe, 0xb2, 0xa8, 0x8f, 0x50, - 0x63, 0x9d, 0x96, 0xff, 0xde, 0x86, 0x3a, 0x76, 0x5d, 0xc7, 0xed, 0x5a, 0xd8, 0xf3, 0xf4, 0x3e, - 0xe6, 0x0e, 0x78, 0x8d, 0x76, 0xee, 0xb0, 0x3e, 0xf5, 0x97, 0x79, 0x68, 0x84, 0x5b, 0x09, 0xee, - 0xb6, 0x4d, 0x23, 0xb8, 0xdb, 0x36, 0xc9, 0xd1, 0x81, 0xcb, 0x54, 0xa1, 0x38, 0xdc, 0xb5, 0x5c, - 0x4b, 0xd1, 0x2a, 0xbc, 0xb7, 0x63, 0x10, 0xb3, 0x4c, 0x84, 0xcc, 0x76, 0x0c, 0x1c, 0x1e, 0x2e, - 0x04, 0x5d, 0xfc, 0x6c, 0xc7, 0x78, 0xa4, 0x90, 0x81, 0x47, 0x8a, 0x19, 0x78, 0xa4, 0x24, 0xe1, - 0x91, 0x65, 0x28, 0x1d, 0x8e, 0x7a, 0x27, 0xd8, 0xe7, 0x1e, 0x1b, 0x6f, 0x8d, 0xf3, 0x4e, 0x39, - 0xc6, 0x3b, 0x82, 0x45, 0x2a, 0x51, 0x16, 0x79, 0x1d, 0x2a, 0xec, 0x92, 0xb5, 0xeb, 0x7b, 0xf4, - 0xc6, 0x28, 0xaf, 0x95, 0x59, 0xc7, 0x81, 0x87, 0x3e, 0x0e, 0xdc, 0xb9, 0xaa, 0x4c, 0xd8, 0xa9, - 0xd6, 0x89, 0x71, 0x49, 0xe0, 0xcc, 0xbd, 0x0d, 0x8b, 0x11, 0x72, 0x50, 0x1b, 0x51, 0xa3, 0x4b, - 0x8d, 0xb8, 0xf3, 0xd4, 0x4c, 0xdc, 0x81, 0x46, 0x48, 0x12, 0x0a, 0x57, 0x67, 0x51, 0x94, 0xe8, - 0xa5, 0x60, 0x82, 0x93, 0x1b, 0x17, 0xe4, 0xe4, 0xef, 0x03, 0x0a, 0x97, 0x38, 0x9f, 0x4b, 0x18, - 0xe3, 0x81, 0x5c, 0x9c, 0x07, 0xd4, 0x9f, 0x29, 0xb0, 0x14, 0x45, 0x36, 0xab, 0x75, 0xfd, 0x14, - 0xaa, 0xec, 0x62, 0xae, 0x4b, 0xa4, 0x9b, 0xa7, 0x72, 0xae, 0x4f, 0x24, 0xbe, 0x06, 0xe1, 0x13, - 0x01, 0xc2, 0x43, 0x67, 0x8e, 0x7b, 0x62, 0xda, 0xfd, 0x2e, 0x59, 0x59, 0x20, 0x53, 0x35, 0xde, - 0xb9, 0x4b, 0xfa, 0xd4, 0x1f, 0x2b, 0x70, 0xe3, 0xc9, 0xd0, 0xd0, 0x7d, 0x1c, 0x71, 0x33, 0xe6, - 0xad, 0x3a, 0xfc, 0x28, 0x28, 0xfb, 0xcb, 0x65, 0xbb, 0x5c, 0x62, 0xd0, 0xea, 0x0e, 0x5c, 0xd5, - 0xb0, 0x87, 0x6d, 0x63, 0xec, 0xe3, 0xcc, 0x19, 0x98, 0x21, 0xb4, 0x65, 0xd3, 0xcd, 0x73, 0xf6, - 0xcc, 0xdf, 0xeb, 0xba, 0x64, 0x5a, 0x9f, 0xab, 0x2f, 0xe2, 0x66, 0x50, 0x3c, 0xbe, 0xfa, 0xb7, - 0x39, 0x58, 0x79, 0x6c, 0x18, 0x5c, 0xf3, 0x71, 0x0f, 0xe6, 0x65, 0x39, 0x97, 0x71, 0xe7, 0x2b, - 0x9f, 0x74, 0xbe, 0x5e, 0x94, 0x36, 0xe2, 0x7a, 0xd9, 0x1e, 0x59, 0x81, 0xbd, 0x71, 0x59, 0xa1, - 0xcc, 0x23, 0x7e, 0x41, 0x44, 0x82, 0x60, 0x6a, 0x73, 0xa6, 0xfb, 0x24, 0xe5, 0x20, 0x93, 0xa4, - 0x0e, 0xa1, 0x95, 0x24, 0xd6, 0x9c, 0x92, 0x19, 0x50, 0x64, 0xe8, 0xb0, 0xac, 0x63, 0x8d, 0xb8, - 0x1d, 0xb4, 0x6b, 0xcf, 0xf1, 0xd4, 0xff, 0xc9, 0x41, 0x6b, 0x5f, 0x3f, 0xc5, 0xbf, 0x3a, 0x07, - 0xf4, 0x5d, 0xb8, 0xe2, 0xe9, 0xa7, 0xb8, 0x1b, 0x09, 0x26, 0xbb, 0x2e, 0x7e, 0xc6, 0xdd, 0xb6, - 0x77, 0x64, 0x82, 0x29, 0xad, 0x27, 0xd1, 0x96, 0xbc, 0xb1, 0x7e, 0x0d, 0x3f, 0x43, 0x6f, 0xc1, - 0x62, 0xb4, 0x60, 0x89, 0x2c, 0xad, 0x4c, 0x49, 0x5e, 0x8f, 0xd4, 0x23, 0x75, 0x0c, 0xf5, 0x19, - 0x5c, 0x7b, 0x62, 0x7b, 0xd8, 0xef, 0x84, 0x35, 0x35, 0x73, 0x86, 0x5d, 0x37, 0xa1, 0x1a, 0x12, - 0x3e, 0xf1, 0x6a, 0xc0, 0xf0, 0x54, 0x07, 0xda, 0x3b, 0x61, 0x49, 0x9d, 0xb7, 0xc1, 0x6a, 0x1f, - 0x5e, 0x22, 0xc2, 0x23, 0x51, 0x0a, 0xa4, 0xe1, 0x23, 0xec, 0x62, 0xbb, 0x87, 0xb7, 0x9d, 0xde, - 0x49, 0xa4, 0x94, 0x56, 0x89, 0x96, 0xd2, 0xce, 0x5a, 0x9a, 0x7b, 0xef, 0x53, 0x51, 0x9e, 0x77, - 0x70, 0x3e, 0xc4, 0x68, 0x01, 0xf2, 0xbb, 0xf8, 0xac, 0x79, 0x09, 0x01, 0x94, 0x76, 0x1d, 0xd7, - 0xd2, 0x07, 0x4d, 0x05, 0x55, 0x61, 0x81, 0xdf, 0x5c, 0x34, 0x73, 0xa8, 0x0e, 0x95, 0xf5, 0x20, - 0xfb, 0xdb, 0xcc, 0xdf, 0xfb, 0x73, 0x05, 0x96, 0x12, 0xb9, 0x75, 0xd4, 0x00, 0x78, 0x62, 0xf7, - 0xf8, 0xa5, 0x43, 0xf3, 0x12, 0xaa, 0x41, 0x39, 0xb8, 0x82, 0x60, 0xf3, 0x1d, 0x38, 0x14, 0xba, - 0x99, 0x43, 0x4d, 0xa8, 0xb1, 0x81, 0xa3, 0x5e, 0x0f, 0x7b, 0x5e, 0x33, 0x2f, 0x7a, 0x36, 0x75, - 0x73, 0x30, 0x72, 0x71, 0xb3, 0x40, 0x70, 0x1e, 0x38, 0xbc, 0x90, 0xb9, 0x59, 0x44, 0x08, 0x1a, - 0x41, 0x55, 0x33, 0x1f, 0x54, 0x8a, 0xf4, 0x05, 0xc3, 0x16, 0xee, 0x3d, 0x8d, 0x66, 0x48, 0xe9, - 0xf6, 0x56, 0xe0, 0xf2, 0x13, 0xdb, 0xc0, 0x47, 0xa6, 0x8d, 0x8d, 0xf0, 0x53, 0xf3, 0x12, 0xba, - 0x0c, 0x8b, 0x3b, 0xd8, 0xed, 0xe3, 0x48, 0x67, 0x0e, 0x2d, 0x41, 0x7d, 0xc7, 0x7c, 0x1e, 0xe9, - 0xca, 0xab, 0x85, 0xb2, 0xd2, 0x54, 0x56, 0xff, 0xe2, 0x1a, 0x54, 0x36, 0x74, 0x5f, 0x5f, 0x77, - 0x1c, 0xd7, 0x40, 0x03, 0x40, 0xb4, 0xee, 0xdf, 0x1a, 0x3a, 0xb6, 0x78, 0x4d, 0x83, 0x1e, 0x8c, - 0x73, 0x01, 0x6f, 0x24, 0x01, 0x39, 0x0f, 0xb5, 0xdf, 0x94, 0xc2, 0xc7, 0x80, 0xd5, 0x4b, 0xc8, - 0xa2, 0xd8, 0x0e, 0x4c, 0x0b, 0x1f, 0x98, 0xbd, 0x93, 0xa0, 0xb2, 0xf1, 0xfd, 0x94, 0x78, 0x29, - 0x09, 0x1a, 0xe0, 0xbb, 0x2d, 0xc5, 0xc7, 0x1e, 0x66, 0x04, 0x5a, 0x53, 0xbd, 0x84, 0x9e, 0xc1, - 0x95, 0x2d, 0x1c, 0xb1, 0xe1, 0x01, 0xc2, 0xd5, 0x74, 0x84, 0x09, 0xe0, 0x0b, 0xa2, 0xdc, 0x86, - 0x22, 0x65, 0x37, 0x24, 0x33, 0xf3, 0xd1, 0x87, 0xaf, 0xed, 0x5b, 0xe9, 0x00, 0x62, 0xb6, 0xef, - 0xc3, 0x62, 0xec, 0xb9, 0x1c, 0x92, 0x69, 0x29, 0xf9, 0xc3, 0xc7, 0xf6, 0xbd, 0x2c, 0xa0, 0x02, - 0x57, 0x1f, 0x1a, 0xe3, 0xef, 0x05, 0x90, 0x2c, 0xbb, 0x27, 0x7d, 0xe9, 0xd4, 0x7e, 0x27, 0x03, - 0xa4, 0x40, 0x64, 0x41, 0x33, 0xfe, 0x7c, 0x0b, 0xdd, 0x9b, 0x38, 0xc1, 0x38, 0xb3, 0xbd, 0x9b, - 0x09, 0x56, 0xa0, 0x3b, 0xa7, 0x4c, 0x90, 0x78, 0x11, 0x14, 0xe7, 0xf1, 0x60, 0x9a, 0xb4, 0xa7, - 0x4a, 0xed, 0x87, 0x99, 0xe1, 0x05, 0xea, 0xdf, 0x65, 0xe5, 0x06, 0xb2, 0x57, 0x35, 0xe8, 0x03, - 0xf9, 0x74, 0x13, 0x9e, 0x03, 0xb5, 0x57, 0x2f, 0x32, 0x44, 0x2c, 0xe2, 0x87, 0xb4, 0x4e, 0x40, - 0xf2, 0x2e, 0x25, 0x2e, 0x77, 0xc1, 0x7c, 0xe9, 0x4f, 0x6e, 0xda, 0x1f, 0x5c, 0x60, 0x84, 0x58, - 0x80, 0x13, 0x7f, 0x1f, 0x17, 0x88, 0xe1, 0xc3, 0xa9, 0x5c, 0x33, 0x9b, 0x0c, 0x7e, 0x0f, 0x16, - 0x63, 0x76, 0x1b, 0x65, 0xb7, 0xed, 0xed, 0x49, 0xce, 0x15, 0x13, 0xc9, 0x58, 0xd9, 0x05, 0x4a, - 0xe1, 0x7e, 0x49, 0x69, 0x46, 0xfb, 0x5e, 0x16, 0x50, 0xb1, 0x11, 0x8f, 0xaa, 0xcb, 0xd8, 0xc5, - 0x3b, 0xba, 0x2f, 0x9f, 0x43, 0x5e, 0x34, 0xd0, 0x7e, 0x2f, 0x23, 0xb4, 0x40, 0x7a, 0x0a, 0x97, - 0x25, 0x35, 0x0f, 0xe8, 0xbd, 0x89, 0x87, 0x15, 0x2f, 0xf6, 0x68, 0x3f, 0xc8, 0x0a, 0x2e, 0xf0, - 0xfe, 0x0e, 0xa0, 0xfd, 0x63, 0xe7, 0x6c, 0xdd, 0xb1, 0x8f, 0xcc, 0xfe, 0xc8, 0xd5, 0x59, 0xb6, - 0x3c, 0xcd, 0x36, 0x24, 0x41, 0x53, 0x78, 0x74, 0xe2, 0x08, 0x81, 0xbc, 0x0b, 0xb0, 0x85, 0xfd, - 0x1d, 0xec, 0xbb, 0x44, 0x30, 0xde, 0x4a, 0x33, 0x7f, 0x1c, 0x20, 0x40, 0xf5, 0xf6, 0x54, 0xb8, - 0x88, 0x29, 0x6a, 0xee, 0xe8, 0xf6, 0x48, 0x1f, 0x44, 0x8a, 0xb6, 0xef, 0x4b, 0x87, 0xc7, 0xc1, - 0x52, 0x0e, 0x32, 0x15, 0x5a, 0xa0, 0x3c, 0x13, 0xa6, 0x3d, 0x72, 0x1d, 0x33, 0xd9, 0xb4, 0x27, - 0xef, 0xfa, 0xe3, 0x6a, 0x6f, 0x02, 0xbc, 0x40, 0xfc, 0xa5, 0x42, 0xcb, 0x66, 0x62, 0x00, 0x4f, - 0x4d, 0xff, 0x78, 0x6f, 0xa0, 0xdb, 0x5e, 0x96, 0x25, 0x50, 0xc0, 0x0b, 0x2c, 0x81, 0xc3, 0x8b, - 0x25, 0x18, 0x50, 0x1f, 0xbb, 0x25, 0x41, 0xb2, 0x2a, 0x67, 0xd9, 0x8d, 0x51, 0xfb, 0xee, 0x74, - 0x40, 0x81, 0xe5, 0x18, 0xea, 0x81, 0x28, 0x31, 0xe2, 0xbe, 0x93, 0xb6, 0xd2, 0x10, 0x26, 0x45, - 0x13, 0xc8, 0x41, 0xa3, 0x9a, 0x20, 0x99, 0x04, 0x46, 0xd9, 0x2e, 0x0f, 0x26, 0x69, 0x82, 0xf4, - 0xcc, 0x32, 0x53, 0x75, 0xb1, 0x0b, 0x17, 0xb9, 0x1e, 0x95, 0xde, 0x1f, 0x49, 0x55, 0x5d, 0xca, - 0xfd, 0x8d, 0x7a, 0x09, 0x3d, 0x85, 0x12, 0xff, 0xb7, 0x87, 0x37, 0x27, 0xe7, 0x74, 0xf8, 0xec, - 0x77, 0xa6, 0x40, 0x89, 0x89, 0x4f, 0x60, 0x25, 0x25, 0xa3, 0x23, 0x35, 0xc1, 0x93, 0xb3, 0x3f, - 0xd3, 0x8c, 0x83, 0x0e, 0x28, 0xf9, 0xa4, 0x52, 0x7a, 0x4c, 0xa9, 0x2f, 0x2f, 0x33, 0xa0, 0x48, - 0xbe, 0x8a, 0x94, 0xa2, 0x48, 0x7d, 0x3c, 0x39, 0x0d, 0x45, 0x17, 0x96, 0x12, 0x79, 0x01, 0xf4, - 0x6e, 0x8a, 0x05, 0x95, 0x65, 0x0f, 0xa6, 0x21, 0xe8, 0xc3, 0x6b, 0xd2, 0x18, 0x58, 0xea, 0x11, - 0x4c, 0x8a, 0x96, 0xa7, 0x21, 0xea, 0xc1, 0x65, 0x49, 0xe4, 0x2b, 0xb5, 0x65, 0xe9, 0x11, 0xf2, - 0x34, 0x24, 0xc7, 0xd0, 0x5e, 0x73, 0x1d, 0xdd, 0xe8, 0xe9, 0x9e, 0xff, 0x78, 0xe0, 0x63, 0x97, - 0x84, 0x67, 0x81, 0x4b, 0x16, 0xa7, 0x1b, 0x6f, 0x50, 0xb8, 0x10, 0x2a, 0x23, 0xa6, 0x43, 0xa8, - 0xd2, 0xe7, 0x08, 0xec, 0x89, 0x3f, 0x92, 0x9b, 0x9f, 0x08, 0x44, 0x8a, 0x4e, 0x93, 0x01, 0x06, - 0xf2, 0xb2, 0xfa, 0x55, 0x05, 0xca, 0x41, 0xf5, 0xf7, 0xd7, 0x1c, 0x1d, 0xbe, 0x82, 0x70, 0xed, - 0x7b, 0xb0, 0x18, 0x7b, 0xb1, 0x29, 0x55, 0x71, 0xf2, 0x57, 0x9d, 0xd3, 0x8e, 0xeb, 0x29, 0xff, - 0x3f, 0x21, 0xe1, 0xb9, 0xbd, 0x9d, 0x16, 0xf2, 0xc5, 0x9d, 0xb6, 0x29, 0x13, 0xff, 0xff, 0x76, - 0x95, 0x76, 0x01, 0x22, 0x4e, 0xd2, 0xe4, 0x7a, 0x2a, 0x62, 0xf7, 0xa7, 0x51, 0xcb, 0x92, 0xfa, - 0x41, 0xef, 0x64, 0x29, 0x5d, 0x49, 0xb7, 0x64, 0xe9, 0xde, 0xcf, 0x13, 0xa8, 0x45, 0x2b, 0x1d, - 0x91, 0xf4, 0xdf, 0x6b, 0x92, 0xa5, 0x90, 0xd3, 0x76, 0xb1, 0x73, 0x41, 0x03, 0x39, 0x65, 0x3a, - 0x8f, 0x98, 0x91, 0xf8, 0x75, 0x40, 0x8a, 0x19, 0x49, 0xb9, 0x84, 0x90, 0x3a, 0x14, 0xe9, 0x77, - 0x0c, 0x2c, 0xf2, 0x8f, 0xe7, 0xb8, 0xa5, 0x91, 0x7f, 0xca, 0xad, 0x81, 0x34, 0xf2, 0x4f, 0x4b, - 0x9a, 0xab, 0x97, 0xd6, 0x3e, 0xfc, 0xee, 0x07, 0x7d, 0xd3, 0x3f, 0x1e, 0x1d, 0x92, 0xdd, 0x3f, - 0x64, 0x43, 0xdf, 0x33, 0x1d, 0xfe, 0xeb, 0x61, 0xc0, 0xee, 0x0f, 0xe9, 0x6c, 0x0f, 0xc9, 0x6c, - 0xc3, 0xc3, 0xc3, 0x12, 0x6d, 0x7d, 0xf8, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xee, 0x19, 0xe6, - 0xc7, 0x11, 0x4d, 0x00, 0x00, + // 4318 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3c, 0x4b, 0x6f, 0x24, 0x49, + 0x5a, 0x9d, 0xf5, 0x72, 0xd5, 0x57, 0x0f, 0x97, 0xa3, 0x7b, 0xec, 0xea, 0x9a, 0x7e, 0x4d, 0xf6, + 0xf4, 0x4c, 0x4f, 0x4f, 0x4f, 0xf7, 0x8c, 0x87, 0xd1, 0x0e, 0xf4, 0xce, 0xac, 0xda, 0xf6, 0xd8, + 0x53, 0x60, 0x7b, 0xbd, 0x69, 0xf7, 0xb4, 0xb4, 0x8b, 0x54, 0x4a, 0x57, 0x86, 0xcb, 0xb9, 0xce, + 0x47, 0x75, 0x66, 0x96, 0xdd, 0x5e, 0x0e, 0x3b, 0x62, 0x25, 0xa4, 0x45, 0x88, 0x45, 0x20, 0x04, + 0x48, 0x20, 0x21, 0x4e, 0xcb, 0x22, 0x24, 0xa4, 0x15, 0x17, 0x2e, 0x5c, 0x47, 0x70, 0x58, 0x21, + 0x24, 0x7e, 0x00, 0x07, 0xe0, 0xce, 0x95, 0x03, 0x8a, 0x47, 0x46, 0xbe, 0xab, 0xd2, 0x55, 0xdd, + 0xd3, 0x88, 0xbd, 0x55, 0x44, 0x7e, 0x11, 0x5f, 0xc4, 0x17, 0xdf, 0x3b, 0xbe, 0x28, 0x68, 0x6b, + 0xaa, 0xa7, 0xf6, 0x07, 0xb6, 0xed, 0x68, 0x0f, 0x46, 0x8e, 0xed, 0xd9, 0x68, 0xc9, 0xd4, 0x8d, + 0xd3, 0xb1, 0xcb, 0x5a, 0x0f, 0xc8, 0xe7, 0x6e, 0x63, 0x60, 0x9b, 0xa6, 0x6d, 0xb1, 0xae, 0x6e, + 0x4b, 0xb7, 0x3c, 0xec, 0x58, 0xaa, 0xc1, 0xdb, 0x8d, 0xf0, 0x80, 0x6e, 0xc3, 0x1d, 0x1c, 0x63, + 0x53, 0x65, 0x2d, 0x79, 0x01, 0xca, 0x9f, 0x99, 0x23, 0xef, 0x5c, 0xfe, 0x53, 0x09, 0x1a, 0x9b, + 0xc6, 0xd8, 0x3d, 0x56, 0xf0, 0xb3, 0x31, 0x76, 0x3d, 0xf4, 0x3e, 0x94, 0x0e, 0x55, 0x17, 0x77, + 0xa4, 0x5b, 0xd2, 0xdd, 0xfa, 0xea, 0xb5, 0x07, 0x11, 0xac, 0x1c, 0xdf, 0x8e, 0x3b, 0x5c, 0x53, + 0x5d, 0xac, 0x50, 0x48, 0x84, 0xa0, 0xa4, 0x1d, 0xf6, 0x36, 0x3a, 0x85, 0x5b, 0xd2, 0xdd, 0xa2, + 0x42, 0x7f, 0xa3, 0x1b, 0x00, 0x2e, 0x1e, 0x9a, 0xd8, 0xf2, 0x7a, 0x1b, 0x6e, 0xa7, 0x78, 0xab, + 0x78, 0xb7, 0xa8, 0x84, 0x7a, 0x90, 0x0c, 0x8d, 0x81, 0x6d, 0x18, 0x78, 0xe0, 0xe9, 0xb6, 0xd5, + 0xdb, 0xe8, 0x94, 0xe8, 0xd8, 0x48, 0x9f, 0xfc, 0x1f, 0x12, 0x34, 0xf9, 0xd2, 0xdc, 0x91, 0x6d, + 0xb9, 0x18, 0x7d, 0x08, 0x15, 0xd7, 0x53, 0xbd, 0xb1, 0xcb, 0x57, 0xf7, 0x7a, 0xea, 0xea, 0xf6, + 0x29, 0x88, 0xc2, 0x41, 0x53, 0x97, 0x17, 0x47, 0x5f, 0x4c, 0xa2, 0x8f, 0x6d, 0xa1, 0x94, 0xd8, + 0xc2, 0x5d, 0x58, 0x3c, 0x22, 0xab, 0xdb, 0x0f, 0x80, 0xca, 0x14, 0x28, 0xde, 0x4d, 0x66, 0xf2, + 0x74, 0x13, 0x7f, 0xfb, 0x68, 0x1f, 0xab, 0x46, 0xa7, 0x42, 0x71, 0x85, 0x7a, 0xe4, 0x7f, 0x91, + 0xa0, 0x2d, 0xc0, 0xfd, 0x73, 0xb8, 0x02, 0xe5, 0x81, 0x3d, 0xb6, 0x3c, 0xba, 0xd5, 0xa6, 0xc2, + 0x1a, 0xe8, 0x0d, 0x68, 0x0c, 0x8e, 0x55, 0xcb, 0xc2, 0x46, 0xdf, 0x52, 0x4d, 0x4c, 0x37, 0x55, + 0x53, 0xea, 0xbc, 0x6f, 0x57, 0x35, 0x71, 0xae, 0xbd, 0xdd, 0x82, 0xfa, 0x48, 0x75, 0x3c, 0x3d, + 0x42, 0xfd, 0x70, 0x17, 0xea, 0x42, 0x55, 0x77, 0x7b, 0xe6, 0xc8, 0x76, 0xbc, 0x4e, 0xf9, 0x96, + 0x74, 0xb7, 0xaa, 0x88, 0x36, 0xc1, 0xa0, 0xd3, 0x5f, 0x07, 0xaa, 0x7b, 0xd2, 0xdb, 0xe0, 0x3b, + 0x8a, 0xf4, 0xc9, 0x7f, 0x29, 0xc1, 0xf2, 0x63, 0xd7, 0xd5, 0x87, 0x56, 0x62, 0x67, 0xcb, 0x50, + 0xb1, 0x6c, 0x0d, 0xf7, 0x36, 0xe8, 0xd6, 0x8a, 0x0a, 0x6f, 0xa1, 0xd7, 0xa1, 0x36, 0xc2, 0xd8, + 0xe9, 0x3b, 0xb6, 0xe1, 0x6f, 0xac, 0x4a, 0x3a, 0x14, 0xdb, 0xc0, 0xe8, 0x3b, 0xb0, 0xe4, 0xc6, + 0x26, 0x62, 0x7c, 0x55, 0x5f, 0xbd, 0xfd, 0x20, 0x21, 0x19, 0x0f, 0xe2, 0x48, 0x95, 0xe4, 0x68, + 0xf9, 0xcb, 0x02, 0x5c, 0x16, 0x70, 0x6c, 0xad, 0xe4, 0x37, 0xa1, 0xbc, 0x8b, 0x87, 0x62, 0x79, + 0xac, 0x91, 0x87, 0xf2, 0xe2, 0xc8, 0x8a, 0xe1, 0x23, 0xcb, 0xc1, 0xea, 0xf1, 0xf3, 0x28, 0x27, + 0xcf, 0xe3, 0x26, 0xd4, 0xf1, 0xf3, 0x91, 0xee, 0xe0, 0x3e, 0x61, 0x1c, 0x4a, 0xf2, 0x92, 0x02, + 0xac, 0xeb, 0x40, 0x37, 0xc3, 0xb2, 0xb1, 0x90, 0x5b, 0x36, 0xe4, 0xbf, 0x92, 0x60, 0x25, 0x71, + 0x4a, 0x5c, 0xd8, 0x14, 0x68, 0xd3, 0x9d, 0x07, 0x94, 0x21, 0x62, 0x47, 0x08, 0xfe, 0xd6, 0x24, + 0x82, 0x07, 0xe0, 0x4a, 0x62, 0x7c, 0x68, 0x91, 0x85, 0xfc, 0x8b, 0x3c, 0x81, 0x95, 0x2d, 0xec, + 0x71, 0x04, 0xe4, 0x1b, 0x76, 0x67, 0x57, 0x56, 0x51, 0xa9, 0x2e, 0xc4, 0xa5, 0x5a, 0xfe, 0xbb, + 0x82, 0x90, 0x45, 0x8a, 0xaa, 0x67, 0x1d, 0xd9, 0xe8, 0x1a, 0xd4, 0x04, 0x08, 0xe7, 0x8a, 0xa0, + 0x03, 0x7d, 0x03, 0xca, 0x64, 0xa5, 0x8c, 0x25, 0x5a, 0xab, 0x6f, 0xa4, 0xef, 0x29, 0x34, 0xa7, + 0xc2, 0xe0, 0x51, 0x0f, 0x5a, 0xae, 0xa7, 0x3a, 0x5e, 0x7f, 0x64, 0xbb, 0xf4, 0x9c, 0x29, 0xe3, + 0xd4, 0x57, 0xe5, 0xe8, 0x0c, 0x42, 0xad, 0xef, 0xb8, 0xc3, 0x3d, 0x0e, 0xa9, 0x34, 0xe9, 0x48, + 0xbf, 0x89, 0x3e, 0x83, 0x06, 0xb6, 0xb4, 0x60, 0xa2, 0x52, 0xee, 0x89, 0xea, 0xd8, 0xd2, 0xc4, + 0x34, 0xc1, 0xf9, 0x94, 0xf3, 0x9f, 0xcf, 0xef, 0x49, 0xd0, 0x49, 0x1e, 0xd0, 0x3c, 0x2a, 0xfb, + 0x11, 0x1b, 0x84, 0xd9, 0x01, 0x4d, 0x94, 0x70, 0x71, 0x48, 0x0a, 0x1f, 0x22, 0xff, 0xb1, 0x04, + 0xaf, 0x05, 0xcb, 0xa1, 0x9f, 0x5e, 0x16, 0xb7, 0xa0, 0x7b, 0xd0, 0xd6, 0xad, 0x81, 0x31, 0xd6, + 0xf0, 0x13, 0xeb, 0x73, 0xac, 0x1a, 0xde, 0xf1, 0x39, 0x3d, 0xc3, 0xaa, 0x92, 0xe8, 0x97, 0x7f, + 0x24, 0xc1, 0x72, 0x7c, 0x5d, 0xf3, 0x10, 0xe9, 0x57, 0xa0, 0xac, 0x5b, 0x47, 0xb6, 0x4f, 0xa3, + 0x1b, 0x13, 0x84, 0x92, 0xe0, 0x62, 0xc0, 0xb2, 0x09, 0xaf, 0x6f, 0x61, 0xaf, 0x67, 0xb9, 0xd8, + 0xf1, 0xd6, 0x74, 0xcb, 0xb0, 0x87, 0x7b, 0xaa, 0x77, 0x3c, 0x87, 0x40, 0x45, 0x64, 0xa3, 0x10, + 0x93, 0x0d, 0xf9, 0xa7, 0x12, 0x5c, 0x4b, 0xc7, 0xc7, 0xb7, 0xde, 0x85, 0xea, 0x91, 0x8e, 0x0d, + 0x8d, 0xd0, 0x57, 0xa2, 0xf4, 0x15, 0x6d, 0x22, 0x58, 0x23, 0x02, 0xcc, 0x77, 0xf8, 0x46, 0x06, + 0x37, 0xef, 0x7b, 0x8e, 0x6e, 0x0d, 0xb7, 0x75, 0xd7, 0x53, 0x18, 0x7c, 0x88, 0x9e, 0xc5, 0xfc, + 0x6c, 0xfc, 0xbb, 0x12, 0xdc, 0xd8, 0xc2, 0xde, 0xba, 0xd0, 0xcb, 0xe4, 0xbb, 0xee, 0x7a, 0xfa, + 0xc0, 0x7d, 0xb1, 0xbe, 0x51, 0x0e, 0x03, 0x2d, 0xff, 0x44, 0x82, 0x9b, 0x99, 0x8b, 0xe1, 0xa4, + 0xe3, 0x7a, 0xc7, 0xd7, 0xca, 0xe9, 0x7a, 0xe7, 0x37, 0xf0, 0xf9, 0x17, 0xaa, 0x31, 0xc6, 0x7b, + 0xaa, 0xee, 0x30, 0xbd, 0x33, 0xa3, 0x16, 0xfe, 0x5b, 0x09, 0xae, 0x6f, 0x61, 0x6f, 0xcf, 0xb7, + 0x49, 0xaf, 0x90, 0x3a, 0x04, 0x26, 0x64, 0x1b, 0x7d, 0xe7, 0x2c, 0xd2, 0x27, 0xff, 0x3e, 0x3b, + 0xce, 0xd4, 0xf5, 0xbe, 0x12, 0x02, 0xde, 0xa0, 0x92, 0x10, 0x12, 0xc9, 0x75, 0xe6, 0x3a, 0x70, + 0xf2, 0xc9, 0x7f, 0x21, 0xc1, 0xd5, 0xc7, 0x83, 0x67, 0x63, 0xdd, 0xc1, 0x1c, 0x68, 0xdb, 0x1e, + 0x9c, 0xcc, 0x4e, 0xdc, 0xc0, 0xcd, 0x2a, 0x44, 0xdc, 0xac, 0x69, 0xae, 0xf9, 0x32, 0x54, 0x3c, + 0xe6, 0xd7, 0x31, 0x4f, 0x85, 0xb7, 0xe8, 0xfa, 0x14, 0x6c, 0x60, 0xd5, 0xfd, 0xbf, 0xb9, 0xbe, + 0x9f, 0x94, 0xa0, 0xf1, 0x05, 0x77, 0xc7, 0xa8, 0xd5, 0x8e, 0x73, 0x92, 0x94, 0xee, 0x78, 0x85, + 0x3c, 0xb8, 0x34, 0xa7, 0x6e, 0x0b, 0x9a, 0x2e, 0xc6, 0x27, 0xb3, 0xd8, 0xe8, 0x06, 0x19, 0x28, + 0x6c, 0xeb, 0x36, 0x2c, 0x8d, 0x2d, 0x1a, 0x1a, 0x60, 0x8d, 0x13, 0x90, 0x71, 0xee, 0x74, 0xdd, + 0x9d, 0x1c, 0x88, 0x3e, 0xe7, 0xd1, 0x47, 0x68, 0xae, 0x72, 0xae, 0xb9, 0xe2, 0xc3, 0x50, 0x0f, + 0xda, 0x9a, 0x63, 0x8f, 0x46, 0x58, 0xeb, 0xbb, 0xfe, 0x54, 0x95, 0x7c, 0x53, 0xf1, 0x71, 0x62, + 0xaa, 0xf7, 0xe1, 0x72, 0x7c, 0xa5, 0x3d, 0x8d, 0x38, 0xa4, 0xe4, 0x0c, 0xd3, 0x3e, 0xa1, 0xfb, + 0xb0, 0x94, 0x84, 0xaf, 0x52, 0xf8, 0xe4, 0x07, 0xf4, 0x1e, 0xa0, 0xd8, 0x52, 0x09, 0x78, 0x8d, + 0x81, 0x47, 0x17, 0xd3, 0xd3, 0x5c, 0xf9, 0xc7, 0x12, 0x2c, 0x3f, 0x55, 0xbd, 0xc1, 0xf1, 0x86, + 0xc9, 0x65, 0x6d, 0x0e, 0x5d, 0xf5, 0x09, 0xd4, 0x4e, 0x39, 0x5f, 0xf8, 0x06, 0xe9, 0x66, 0x0a, + 0x7d, 0xc2, 0x1c, 0xa8, 0x04, 0x23, 0xe4, 0xaf, 0x24, 0xb8, 0xb2, 0x19, 0x8a, 0x0b, 0x5f, 0x81, + 0xd6, 0x9c, 0x16, 0xd0, 0xbe, 0x05, 0x2d, 0x53, 0x75, 0x4e, 0x12, 0xf1, 0x6c, 0xac, 0x57, 0x7e, + 0x0e, 0xc0, 0x5b, 0x3b, 0xee, 0x70, 0x86, 0xf5, 0x7f, 0x0c, 0x0b, 0x1c, 0x2b, 0x57, 0x9f, 0xd3, + 0xf8, 0xcc, 0x07, 0x97, 0x7f, 0x56, 0x81, 0x7a, 0xe8, 0x03, 0x6a, 0x41, 0x41, 0xc8, 0x75, 0x21, + 0x85, 0x0a, 0x85, 0xe9, 0xa1, 0x56, 0x31, 0x19, 0x6a, 0xdd, 0x81, 0x96, 0x4e, 0xfd, 0x95, 0x3e, + 0x3f, 0x3d, 0xaa, 0x68, 0x6a, 0x4a, 0x93, 0xf5, 0x72, 0x56, 0x42, 0x37, 0xa0, 0x6e, 0x8d, 0xcd, + 0xbe, 0x7d, 0xd4, 0x77, 0xec, 0x33, 0x97, 0xc7, 0x6c, 0x35, 0x6b, 0x6c, 0x7e, 0xfb, 0x48, 0xb1, + 0xcf, 0xdc, 0x20, 0x2c, 0xa8, 0x5c, 0x30, 0x2c, 0xb8, 0x01, 0x75, 0x53, 0x7d, 0x4e, 0x66, 0xed, + 0x5b, 0x63, 0x93, 0x86, 0x73, 0x45, 0xa5, 0x66, 0xaa, 0xcf, 0x15, 0xfb, 0x6c, 0x77, 0x6c, 0xa2, + 0xbb, 0xd0, 0x36, 0x54, 0xd7, 0xeb, 0x87, 0xe3, 0xc1, 0x2a, 0x8d, 0x07, 0x5b, 0xa4, 0xff, 0xb3, + 0x20, 0x26, 0x4c, 0x06, 0x18, 0xb5, 0x39, 0x02, 0x0c, 0xcd, 0x34, 0x82, 0x89, 0x20, 0x7f, 0x80, + 0xa1, 0x99, 0x86, 0x98, 0xe6, 0x63, 0x58, 0x38, 0xa4, 0x5e, 0xa0, 0xdb, 0xa9, 0x67, 0xea, 0x98, + 0x4d, 0xe2, 0x00, 0x32, 0x67, 0x51, 0xf1, 0xc1, 0xd1, 0x37, 0xa1, 0x46, 0x8d, 0x2f, 0x1d, 0xdb, + 0xc8, 0x35, 0x36, 0x18, 0x40, 0x46, 0x6b, 0xd8, 0xf0, 0x54, 0x3a, 0xba, 0x99, 0x6f, 0xb4, 0x18, + 0x40, 0xf4, 0xda, 0xc0, 0xc1, 0xaa, 0x87, 0xb5, 0xb5, 0xf3, 0x75, 0xdb, 0x1c, 0xa9, 0x94, 0x99, + 0x3a, 0x2d, 0xea, 0xe9, 0xa7, 0x7d, 0x22, 0xb2, 0x34, 0x10, 0xad, 0x4d, 0xc7, 0x36, 0x3b, 0x8b, + 0x4c, 0x96, 0xa2, 0xbd, 0xe8, 0x3a, 0x80, 0xaf, 0xd1, 0x54, 0xaf, 0xd3, 0xa6, 0xa7, 0x58, 0xe3, + 0x3d, 0x8f, 0x69, 0xba, 0x47, 0x77, 0xfb, 0x2c, 0xb1, 0xa2, 0x5b, 0xc3, 0xce, 0x12, 0xc5, 0x58, + 0xf7, 0x33, 0x31, 0xba, 0x35, 0x44, 0x2b, 0xb0, 0xa0, 0xbb, 0xfd, 0x23, 0xf5, 0x04, 0x77, 0x10, + 0xfd, 0x5a, 0xd1, 0xdd, 0x4d, 0xf5, 0x04, 0xcb, 0x3f, 0x84, 0x2b, 0x01, 0x77, 0x85, 0x4e, 0x32, + 0xc9, 0x14, 0xd2, 0xac, 0x4c, 0x31, 0xd9, 0xf7, 0xff, 0x45, 0x09, 0x96, 0xf7, 0xd5, 0x53, 0xfc, + 0xf2, 0xc3, 0x8c, 0x5c, 0xea, 0x6f, 0x1b, 0x96, 0x68, 0x64, 0xb1, 0x1a, 0x5a, 0xcf, 0x04, 0xfb, + 0x1b, 0x66, 0x85, 0xe4, 0x40, 0xf4, 0x2d, 0xe2, 0x38, 0xe0, 0xc1, 0xc9, 0x9e, 0xad, 0x07, 0xb6, + 0xf7, 0x7a, 0xca, 0x3c, 0xeb, 0x02, 0x4a, 0x09, 0x8f, 0x40, 0x7b, 0xb0, 0x18, 0x3d, 0x06, 0xdf, + 0xea, 0xbe, 0x3d, 0x31, 0xd8, 0x0d, 0xa8, 0xaf, 0xb4, 0x22, 0x87, 0xe1, 0xa2, 0x0e, 0x2c, 0x70, + 0x93, 0x49, 0x75, 0x46, 0x55, 0xf1, 0x9b, 0x68, 0x0f, 0x2e, 0xb3, 0x1d, 0xec, 0x73, 0x81, 0x60, + 0x9b, 0xaf, 0xe6, 0xda, 0x7c, 0xda, 0xd0, 0xa8, 0x3c, 0xd5, 0x2e, 0x2a, 0x4f, 0x1d, 0x58, 0xe0, + 0x3c, 0x4e, 0xf5, 0x48, 0x55, 0xf1, 0x9b, 0xe4, 0x98, 0x03, 0x6e, 0xaf, 0xd3, 0x6f, 0x41, 0x07, + 0x09, 0xd1, 0x20, 0xa0, 0xe7, 0x94, 0xb4, 0xcc, 0xa7, 0x50, 0x15, 0x1c, 0x5e, 0xc8, 0xcd, 0xe1, + 0x62, 0x4c, 0x5c, 0xbf, 0x17, 0x63, 0xfa, 0x5d, 0xfe, 0x67, 0x09, 0x1a, 0x1b, 0x64, 0x4b, 0xdb, + 0xf6, 0x90, 0x5a, 0xa3, 0x3b, 0xd0, 0x72, 0xf0, 0xc0, 0x76, 0xb4, 0x3e, 0xb6, 0x3c, 0x47, 0xc7, + 0x2c, 0x9a, 0x2f, 0x29, 0x4d, 0xd6, 0xfb, 0x19, 0xeb, 0x24, 0x60, 0x44, 0x65, 0xbb, 0x9e, 0x6a, + 0x8e, 0xfa, 0x47, 0x44, 0x35, 0x14, 0x18, 0x98, 0xe8, 0xa5, 0x9a, 0xe1, 0x0d, 0x68, 0x04, 0x60, + 0x9e, 0x4d, 0xf1, 0x97, 0x94, 0xba, 0xe8, 0x3b, 0xb0, 0xd1, 0x9b, 0xd0, 0xa2, 0x34, 0xed, 0x1b, + 0xf6, 0xb0, 0x4f, 0x22, 0x5f, 0x6e, 0xa8, 0x1a, 0x1a, 0x5f, 0x16, 0x39, 0xab, 0x28, 0x94, 0xab, + 0xff, 0x00, 0x73, 0x53, 0x25, 0xa0, 0xf6, 0xf5, 0x1f, 0x60, 0xf9, 0x9f, 0x24, 0x68, 0x6e, 0xa8, + 0x9e, 0xba, 0x6b, 0x6b, 0xf8, 0x60, 0x46, 0xc3, 0x9e, 0x23, 0x45, 0x7a, 0x0d, 0x6a, 0x62, 0x07, + 0x7c, 0x4b, 0x41, 0x07, 0xda, 0x84, 0x96, 0xef, 0x82, 0xf6, 0x59, 0x64, 0x56, 0xca, 0x74, 0xb4, + 0x42, 0x96, 0xd3, 0x55, 0x9a, 0xfe, 0x30, 0xda, 0x94, 0x37, 0xa1, 0x11, 0xfe, 0x4c, 0xb0, 0xee, + 0xc7, 0x19, 0x45, 0x74, 0x10, 0x6e, 0xdc, 0x1d, 0x9b, 0xe4, 0x4c, 0xb9, 0x62, 0xf1, 0x9b, 0xf2, + 0x8f, 0x24, 0x68, 0x72, 0x73, 0xbf, 0x2f, 0x2e, 0x13, 0xe8, 0xd6, 0x24, 0xba, 0x35, 0xfa, 0x1b, + 0xfd, 0x5a, 0x34, 0xff, 0xf7, 0x66, 0xaa, 0x12, 0xa0, 0x93, 0x50, 0x67, 0x34, 0x62, 0xeb, 0xf3, + 0xe4, 0x02, 0xbe, 0x24, 0x8c, 0xc6, 0x8f, 0x86, 0x32, 0x5a, 0x07, 0x16, 0x54, 0x4d, 0x73, 0xb0, + 0xeb, 0xf2, 0x75, 0xf8, 0x4d, 0xf2, 0xe5, 0x14, 0x3b, 0xae, 0xcf, 0xf2, 0x45, 0xc5, 0x6f, 0xa2, + 0x6f, 0x42, 0x55, 0x78, 0xaf, 0x2c, 0x6d, 0x7e, 0x2b, 0x7b, 0x9d, 0x3c, 0x72, 0x15, 0x23, 0xe4, + 0xbf, 0x2f, 0x40, 0x8b, 0x13, 0x6c, 0x8d, 0xdb, 0xe3, 0xc9, 0xc2, 0xb7, 0x06, 0x8d, 0xa3, 0x40, + 0xf6, 0x27, 0xe5, 0xa8, 0xc2, 0x2a, 0x22, 0x32, 0x66, 0x9a, 0x00, 0x46, 0x3d, 0x82, 0xd2, 0x5c, + 0x1e, 0x41, 0xf9, 0xa2, 0x1a, 0x2c, 0xe9, 0x23, 0x56, 0x52, 0x7c, 0x44, 0xf9, 0x37, 0xa1, 0x1e, + 0x9a, 0x80, 0x6a, 0x68, 0x96, 0xdc, 0xe2, 0x14, 0xf3, 0x9b, 0xe8, 0xc3, 0xc0, 0x2f, 0x62, 0xa4, + 0xba, 0x9a, 0xb2, 0x96, 0x98, 0x4b, 0x24, 0xff, 0xa3, 0x04, 0x15, 0x3e, 0xf3, 0x4d, 0xa8, 0x73, + 0xa5, 0x43, 0x7d, 0x46, 0x36, 0x3b, 0xf0, 0x2e, 0xe2, 0x34, 0xbe, 0x38, 0xad, 0x73, 0x15, 0xaa, + 0x31, 0x7d, 0xb3, 0xc0, 0xcd, 0x82, 0xff, 0x29, 0xa4, 0x64, 0xc8, 0x27, 0xa2, 0x5f, 0xd0, 0x15, + 0x28, 0x1b, 0xf6, 0x50, 0x5c, 0x16, 0xb1, 0x06, 0x89, 0x8a, 0x56, 0xb6, 0xb0, 0xa7, 0xe0, 0x81, + 0x7d, 0x8a, 0x9d, 0xf3, 0xf9, 0x93, 0xa2, 0x8f, 0x42, 0x6c, 0x9e, 0x33, 0x48, 0x13, 0x03, 0xd0, + 0xa3, 0xe0, 0x10, 0x8a, 0x69, 0x19, 0xa1, 0xb0, 0xde, 0xe1, 0x4c, 0x1a, 0x1c, 0xc6, 0x1f, 0xb0, + 0xf4, 0x6e, 0x74, 0x2b, 0xb3, 0x7a, 0x3b, 0x2f, 0x24, 0x90, 0x91, 0x7f, 0x21, 0x41, 0x37, 0x48, + 0x39, 0xb9, 0x6b, 0xe7, 0xf3, 0x5e, 0x9e, 0xbc, 0x98, 0xf8, 0xea, 0x57, 0x45, 0x76, 0x9f, 0x08, + 0x6d, 0xae, 0xc8, 0xc8, 0xcf, 0xed, 0x5b, 0x34, 0x7b, 0x9d, 0xdc, 0xd0, 0x3c, 0x2c, 0xd3, 0x85, + 0xaa, 0xc8, 0x7b, 0xb0, 0x0c, 0xbf, 0x68, 0xcb, 0x7f, 0x24, 0xc1, 0xd5, 0x2d, 0xec, 0x6d, 0x46, + 0x53, 0x26, 0xaf, 0xfa, 0x5c, 0x4d, 0x7a, 0xac, 0x89, 0x45, 0xbd, 0x2c, 0x22, 0xfc, 0x8e, 0x04, + 0x1d, 0x8e, 0x85, 0xe2, 0x24, 0x61, 0x8e, 0x81, 0x3d, 0xac, 0x7d, 0xdd, 0xe1, 0xff, 0xff, 0x48, + 0xd0, 0x0e, 0x5b, 0x52, 0x6a, 0x0c, 0x3f, 0x82, 0x32, 0xcd, 0xb2, 0xf0, 0x15, 0x4c, 0x15, 0x77, + 0x06, 0x4d, 0x54, 0x31, 0x75, 0x9f, 0x0f, 0x84, 0xd1, 0xe7, 0xcd, 0xc0, 0x9c, 0x17, 0x2f, 0x6e, + 0xce, 0xb9, 0x7b, 0x63, 0x8f, 0xc9, 0xbc, 0x2c, 0x3d, 0x19, 0x74, 0xa0, 0x4f, 0xa0, 0xc2, 0x8a, + 0x30, 0xf8, 0xed, 0xda, 0x9d, 0xe8, 0xd4, 0xbc, 0x40, 0x23, 0x94, 0xf3, 0xa7, 0x1d, 0x0a, 0x1f, + 0x24, 0xff, 0x3a, 0x2c, 0x07, 0x11, 0x26, 0x43, 0x3b, 0x2b, 0x23, 0xca, 0xff, 0x26, 0xc1, 0xe5, + 0xfd, 0x73, 0x6b, 0x10, 0x67, 0xe9, 0x65, 0xa8, 0x8c, 0x0c, 0x35, 0xc8, 0x96, 0xf2, 0x16, 0x75, + 0xed, 0x18, 0x6e, 0xac, 0x11, 0xbb, 0xc0, 0x68, 0x56, 0x17, 0x7d, 0x07, 0xf6, 0x54, 0x73, 0x7d, + 0x47, 0x84, 0xc4, 0x58, 0x63, 0x16, 0x88, 0xa5, 0xa0, 0x9a, 0xa2, 0x97, 0x5a, 0xa0, 0x4f, 0x00, + 0xa8, 0x91, 0xee, 0x5f, 0xc4, 0x30, 0xd3, 0x11, 0xdb, 0x44, 0x0d, 0xff, 0xbc, 0x00, 0x9d, 0x10, + 0x95, 0xbe, 0x6e, 0x9f, 0x25, 0x23, 0xd2, 0x2a, 0xbe, 0xa0, 0x48, 0xab, 0x34, 0xbf, 0x9f, 0x52, + 0x4e, 0xf3, 0x53, 0xfe, 0xbd, 0x00, 0xad, 0x80, 0x6a, 0x7b, 0x86, 0x6a, 0x65, 0x72, 0xc2, 0xbe, + 0xf0, 0xd1, 0xa3, 0x74, 0x7a, 0x37, 0x4d, 0x4e, 0x32, 0x0e, 0x42, 0x89, 0x4d, 0x81, 0xae, 0xd3, + 0x43, 0x77, 0x3c, 0x96, 0xcc, 0xe2, 0x71, 0x01, 0x13, 0x48, 0xdd, 0xc4, 0xe8, 0x3e, 0x20, 0x2e, + 0x45, 0x7d, 0xdd, 0xea, 0xbb, 0x78, 0x60, 0x5b, 0x1a, 0x93, 0xaf, 0xb2, 0xd2, 0xe6, 0x5f, 0x7a, + 0xd6, 0x3e, 0xeb, 0x47, 0x1f, 0x41, 0xc9, 0x3b, 0x1f, 0x31, 0x0f, 0xa4, 0x95, 0x6a, 0xc3, 0x83, + 0x75, 0x1d, 0x9c, 0x8f, 0xb0, 0x42, 0xc1, 0xfd, 0x2a, 0x1d, 0xcf, 0x51, 0x4f, 0xb9, 0x3b, 0x57, + 0x52, 0x42, 0x3d, 0x44, 0x63, 0xf8, 0x34, 0x5c, 0x60, 0x6e, 0x0f, 0x6f, 0x32, 0xce, 0xf6, 0x85, + 0xb6, 0xef, 0x79, 0x06, 0x4d, 0xc7, 0x51, 0xce, 0xf6, 0x7b, 0x0f, 0x3c, 0x43, 0xfe, 0xd7, 0x02, + 0xb4, 0x03, 0xcc, 0x0a, 0x76, 0xc7, 0x46, 0xb6, 0xc0, 0x4d, 0xce, 0x77, 0x4c, 0x93, 0xb5, 0x6f, + 0x41, 0x9d, 0x1f, 0xfb, 0x05, 0xd8, 0x06, 0xd8, 0x90, 0xed, 0x09, 0x7c, 0x5c, 0x7e, 0x41, 0x7c, + 0x5c, 0x99, 0x21, 0x63, 0x90, 0x4e, 0x7c, 0xf9, 0xa7, 0x12, 0xbc, 0x96, 0x50, 0x8b, 0x13, 0x49, + 0x3b, 0x39, 0x5e, 0xe3, 0xea, 0x32, 0x3e, 0x25, 0x57, 0xf0, 0x8f, 0xa0, 0xe2, 0xd0, 0xd9, 0xf9, + 0x35, 0xd0, 0xed, 0x89, 0xdc, 0xc5, 0x16, 0xa2, 0xf0, 0x21, 0xf2, 0x1f, 0x4a, 0xb0, 0x92, 0x5c, + 0xea, 0x1c, 0x56, 0x7b, 0x0d, 0x16, 0xd8, 0xd4, 0xbe, 0x10, 0xde, 0x9d, 0x2c, 0x84, 0x01, 0x71, + 0x14, 0x7f, 0xa0, 0xbc, 0x0f, 0xcb, 0xbe, 0x71, 0x0f, 0x48, 0xbf, 0x83, 0x3d, 0x75, 0x42, 0xb4, + 0x72, 0x13, 0xea, 0xcc, 0xed, 0x65, 0x51, 0x00, 0x8b, 0xf3, 0xe1, 0x50, 0xa4, 0xc7, 0xe4, 0xff, + 0x92, 0xe0, 0x0a, 0xb5, 0x8e, 0xf1, 0x7b, 0x97, 0x3c, 0x77, 0x72, 0xb2, 0x48, 0x23, 0xec, 0xaa, + 0x26, 0xaf, 0x01, 0xa9, 0x29, 0x91, 0x3e, 0xd4, 0x4b, 0x66, 0xcf, 0x52, 0xa3, 0xda, 0xe0, 0x12, + 0x97, 0x44, 0xd0, 0xf4, 0x0e, 0x37, 0x9e, 0x36, 0x0b, 0xac, 0x72, 0x69, 0x16, 0xab, 0xbc, 0x0d, + 0xaf, 0xc5, 0x76, 0x3a, 0xc7, 0x89, 0xca, 0x7f, 0x2d, 0x91, 0xe3, 0x88, 0xd4, 0xd2, 0xcc, 0xee, + 0x6d, 0x5e, 0x17, 0x17, 0x3e, 0x7d, 0x5d, 0x8b, 0x2b, 0x11, 0x0d, 0x7d, 0x0a, 0x35, 0x0b, 0x9f, + 0xf5, 0xc3, 0xce, 0x4e, 0x0e, 0x57, 0xbc, 0x6a, 0xe1, 0x33, 0xfa, 0x4b, 0xde, 0x85, 0x95, 0xc4, + 0x52, 0xe7, 0xd9, 0xfb, 0x3f, 0x48, 0x70, 0x75, 0xc3, 0xb1, 0x47, 0x5f, 0xe8, 0x8e, 0x37, 0x56, + 0x8d, 0xe8, 0xf5, 0xf8, 0xcb, 0x49, 0x47, 0x7d, 0x1e, 0x72, 0x7b, 0x19, 0xff, 0xdc, 0x4f, 0x91, + 0xa0, 0xe4, 0xa2, 0xf8, 0xa6, 0x43, 0x4e, 0xf2, 0x7f, 0x16, 0xd3, 0x16, 0xcf, 0xe1, 0xa6, 0x38, + 0x1e, 0x79, 0xa2, 0x82, 0xd4, 0xec, 0x75, 0x71, 0xd6, 0xec, 0x75, 0x86, 0x7a, 0x2f, 0xbd, 0x20, + 0xf5, 0x7e, 0xe1, 0x74, 0xca, 0xe7, 0x10, 0xbd, 0x59, 0xa0, 0xe6, 0x77, 0xa6, 0x2b, 0x89, 0x35, + 0x80, 0x20, 0xcb, 0xce, 0x4b, 0x21, 0xf3, 0x4c, 0x13, 0x1a, 0x45, 0x4e, 0x4b, 0x98, 0x52, 0x6e, + 0xca, 0x43, 0x79, 0xdf, 0xef, 0x40, 0x37, 0x8d, 0x4b, 0xe7, 0xe1, 0xfc, 0x9f, 0x17, 0x00, 0x7a, + 0xa2, 0x7a, 0x76, 0x36, 0x5b, 0x70, 0x1b, 0x42, 0xee, 0x46, 0x20, 0xef, 0x61, 0x2e, 0xd2, 0x88, + 0x48, 0x88, 0x40, 0x92, 0xc0, 0x24, 0x82, 0x4b, 0x8d, 0xce, 0x13, 0x92, 0x1a, 0xc6, 0x14, 0x71, + 0xf5, 0xfb, 0x3a, 0xd4, 0x1c, 0xfb, 0xac, 0x4f, 0xc4, 0x4c, 0xf3, 0xcb, 0x83, 0x1d, 0xfb, 0x8c, + 0x08, 0x9f, 0x86, 0x56, 0x60, 0xc1, 0x53, 0xdd, 0x13, 0x32, 0x7f, 0x25, 0x54, 0xa1, 0xa1, 0xa1, + 0x2b, 0x50, 0x3e, 0xd2, 0x0d, 0xcc, 0x0a, 0x02, 0x6a, 0x0a, 0x6b, 0xa0, 0x6f, 0xf8, 0x75, 0x6c, + 0xd5, 0xdc, 0x55, 0x38, 0xac, 0x94, 0xed, 0x2b, 0x09, 0x16, 0x03, 0xaa, 0x51, 0x05, 0x44, 0x74, + 0x1a, 0xd5, 0x67, 0xeb, 0xb6, 0xc6, 0x54, 0x45, 0x2b, 0xc3, 0x22, 0xb0, 0x81, 0x4c, 0x6b, 0x05, + 0x43, 0x26, 0xc5, 0xc1, 0x64, 0x5f, 0x64, 0xd3, 0xba, 0xe6, 0x57, 0xa5, 0x54, 0x1c, 0xfb, 0xac, + 0xa7, 0x09, 0x6a, 0xb0, 0xda, 0x5f, 0x16, 0xf5, 0x11, 0x6a, 0xac, 0xd3, 0xf2, 0xdf, 0xdb, 0xd0, + 0xc4, 0x8e, 0x63, 0x3b, 0x7d, 0x13, 0xbb, 0xae, 0x3a, 0xc4, 0xdc, 0x01, 0x6f, 0xd0, 0xce, 0x1d, + 0xd6, 0x27, 0xff, 0x49, 0x09, 0x5a, 0xc1, 0x56, 0xfc, 0xbb, 0x6d, 0x5d, 0xf3, 0xef, 0xb6, 0x75, + 0x72, 0x74, 0xe0, 0x30, 0x55, 0x28, 0x0e, 0x77, 0xad, 0xd0, 0x91, 0x94, 0x1a, 0xef, 0xed, 0x69, + 0xc4, 0x2c, 0x13, 0x21, 0xb3, 0x6c, 0x0d, 0x07, 0x87, 0x0b, 0x7e, 0x17, 0x3f, 0xdb, 0x08, 0x8f, + 0x94, 0x72, 0xf0, 0x48, 0x39, 0x07, 0x8f, 0x54, 0x52, 0x78, 0x64, 0x19, 0x2a, 0x87, 0xe3, 0xc1, + 0x09, 0xf6, 0xb8, 0xc7, 0xc6, 0x5b, 0x51, 0xde, 0xa9, 0xc6, 0x78, 0x47, 0xb0, 0x48, 0x2d, 0xcc, + 0x22, 0xaf, 0x43, 0x8d, 0x5d, 0xb2, 0xf6, 0x3d, 0x97, 0xde, 0x18, 0x15, 0x95, 0x2a, 0xeb, 0x38, + 0x70, 0xd1, 0xc7, 0xbe, 0x3b, 0x57, 0x4f, 0x13, 0x76, 0xaa, 0x75, 0x62, 0x5c, 0xe2, 0x3b, 0x73, + 0x6f, 0xc3, 0x62, 0x88, 0x1c, 0xd4, 0x46, 0x34, 0xe8, 0x52, 0x43, 0xee, 0x3c, 0x35, 0x13, 0x77, + 0xa0, 0x15, 0x90, 0x84, 0xc2, 0x35, 0x59, 0x14, 0x25, 0x7a, 0x29, 0x98, 0xe0, 0xe4, 0xd6, 0xc5, + 0x38, 0x19, 0x5d, 0x85, 0x2a, 0x0f, 0x7f, 0xdc, 0xce, 0x62, 0x24, 0x1b, 0x21, 0x7f, 0x1f, 0x50, + 0xb0, 0xfa, 0xf9, 0xbc, 0xc5, 0x18, 0x7b, 0x14, 0xe2, 0xec, 0x21, 0xff, 0x4c, 0x82, 0xa5, 0x30, + 0xb2, 0x59, 0x0d, 0xef, 0xa7, 0x50, 0x67, 0x77, 0x76, 0x7d, 0x22, 0xf8, 0x3c, 0xcb, 0x73, 0x7d, + 0xe2, 0xb9, 0x28, 0x10, 0xbc, 0x1e, 0x20, 0xec, 0x75, 0x66, 0x3b, 0x27, 0xba, 0x35, 0xec, 0x93, + 0x95, 0xf9, 0xe2, 0xd6, 0xe0, 0x9d, 0xbb, 0xa4, 0x4f, 0xfe, 0xb1, 0x04, 0x37, 0x9e, 0x8c, 0x34, + 0xd5, 0xc3, 0x21, 0x0f, 0x64, 0xde, 0x82, 0xc4, 0x8f, 0xfc, 0x8a, 0xc0, 0x42, 0xbe, 0x7b, 0x27, + 0x06, 0x2d, 0xef, 0xc0, 0x55, 0x05, 0xbb, 0xd8, 0xd2, 0x22, 0x1f, 0x67, 0x4e, 0xce, 0x8c, 0xa0, + 0x9b, 0x36, 0xdd, 0x3c, 0x67, 0xcf, 0x5c, 0xc1, 0xbe, 0x43, 0xa6, 0xf5, 0xb8, 0x66, 0x23, 0x1e, + 0x08, 0xc5, 0xe3, 0xc9, 0x7f, 0x53, 0x80, 0x95, 0xc7, 0x9a, 0xc6, 0x95, 0x22, 0x77, 0x6e, 0x5e, + 0x96, 0xdf, 0x19, 0xf7, 0xcb, 0x8a, 0x49, 0xbf, 0xec, 0x45, 0x29, 0x2a, 0xae, 0xb2, 0xad, 0xb1, + 0xe9, 0x9b, 0x22, 0x87, 0xd5, 0xd0, 0x3c, 0xe2, 0x77, 0x47, 0x24, 0x3e, 0xa6, 0xe6, 0x68, 0xba, + 0xbb, 0x52, 0xf5, 0x93, 0x4c, 0xf2, 0x08, 0x3a, 0x49, 0x62, 0xcd, 0x29, 0x99, 0x3e, 0x45, 0x46, + 0x36, 0x4b, 0x48, 0x36, 0x88, 0x47, 0x42, 0xbb, 0xf6, 0x6c, 0x57, 0xfe, 0xef, 0x02, 0x74, 0xf6, + 0xd5, 0x53, 0xfc, 0xcb, 0x73, 0x40, 0xdf, 0x85, 0x2b, 0xae, 0x7a, 0x8a, 0xfb, 0xa1, 0x38, 0xb3, + 0xef, 0xe0, 0x67, 0xdc, 0xa3, 0x7b, 0x27, 0x4d, 0x30, 0x53, 0x4b, 0x4d, 0x94, 0x25, 0x37, 0xd2, + 0xaf, 0xe0, 0x67, 0xe8, 0x2d, 0x58, 0x0c, 0xd7, 0x32, 0x91, 0xa5, 0x55, 0x29, 0xc9, 0x9b, 0xa1, + 0x52, 0xa5, 0x9e, 0x26, 0x3f, 0x83, 0x6b, 0x4f, 0x2c, 0x17, 0x7b, 0xbd, 0xa0, 0xdc, 0x66, 0xce, + 0x88, 0xec, 0x26, 0xd4, 0x03, 0xc2, 0x27, 0x1e, 0x14, 0x68, 0xae, 0x6c, 0x43, 0x77, 0x27, 0xa8, + 0xb6, 0x73, 0x37, 0x58, 0x59, 0xc4, 0x4b, 0x44, 0x78, 0x24, 0xaa, 0x84, 0x14, 0x7c, 0x84, 0x1d, + 0x6c, 0x0d, 0xf0, 0xb6, 0x3d, 0x38, 0x09, 0x55, 0xd9, 0x4a, 0xe1, 0x2a, 0xdb, 0x59, 0xab, 0x76, + 0xef, 0x7d, 0x2a, 0x2a, 0xf7, 0x0e, 0xce, 0x47, 0x18, 0x2d, 0x40, 0x71, 0x17, 0x9f, 0xb5, 0x2f, + 0x21, 0x80, 0xca, 0xae, 0xed, 0x98, 0xaa, 0xd1, 0x96, 0x50, 0x1d, 0x16, 0xf8, 0xa5, 0x46, 0xbb, + 0x80, 0x9a, 0x50, 0x5b, 0xf7, 0x13, 0xc3, 0xed, 0xe2, 0xbd, 0x3f, 0x93, 0x60, 0x29, 0x91, 0x76, + 0x47, 0x2d, 0x80, 0x27, 0xd6, 0x80, 0xdf, 0x47, 0xb4, 0x2f, 0xa1, 0x06, 0x54, 0xfd, 0xdb, 0x09, + 0x36, 0xdf, 0x81, 0x4d, 0xa1, 0xdb, 0x05, 0xd4, 0x86, 0x06, 0x1b, 0x38, 0x1e, 0x0c, 0xb0, 0xeb, + 0xb6, 0x8b, 0xa2, 0x67, 0x53, 0xd5, 0x8d, 0xb1, 0x83, 0xdb, 0x25, 0x82, 0xf3, 0xc0, 0xe6, 0x35, + 0xce, 0xed, 0x32, 0x42, 0xd0, 0xf2, 0x0b, 0x9e, 0xf9, 0xa0, 0x4a, 0xa8, 0xcf, 0x1f, 0xb6, 0x70, + 0xef, 0x69, 0x38, 0x79, 0x4a, 0xb7, 0xb7, 0x02, 0x97, 0x9f, 0x58, 0x1a, 0x3e, 0xd2, 0x2d, 0xac, + 0x05, 0x9f, 0xda, 0x97, 0xd0, 0x65, 0x58, 0xdc, 0xc1, 0xce, 0x10, 0x87, 0x3a, 0x0b, 0x68, 0x09, + 0x9a, 0x3b, 0xfa, 0xf3, 0x50, 0x57, 0x51, 0x2e, 0x55, 0xa5, 0xb6, 0xb4, 0xfa, 0xe7, 0xd7, 0xa0, + 0xb6, 0xa1, 0x7a, 0xea, 0xba, 0x6d, 0x3b, 0x1a, 0x32, 0x00, 0xd1, 0x27, 0x01, 0xe6, 0xc8, 0xb6, + 0xc4, 0x43, 0x1b, 0xf4, 0x20, 0xca, 0x05, 0xbc, 0x91, 0x04, 0xe4, 0x3c, 0xd4, 0x7d, 0x33, 0x15, + 0x3e, 0x06, 0x2c, 0x5f, 0x42, 0x26, 0xc5, 0x76, 0xa0, 0x9b, 0xf8, 0x40, 0x1f, 0x9c, 0xf8, 0x45, + 0x8f, 0xef, 0x67, 0x84, 0x52, 0x49, 0x50, 0x1f, 0xdf, 0xed, 0x54, 0x7c, 0xec, 0xcd, 0x86, 0xaf, + 0x35, 0xe5, 0x4b, 0xe8, 0x19, 0x5c, 0xd9, 0xc2, 0x21, 0x1b, 0xee, 0x23, 0x5c, 0xcd, 0x46, 0x98, + 0x00, 0xbe, 0x20, 0xca, 0x6d, 0x28, 0x53, 0x76, 0x43, 0x69, 0x66, 0x3e, 0xfc, 0x26, 0xb6, 0x7b, + 0x2b, 0x1b, 0x40, 0xcc, 0xf6, 0x7d, 0x58, 0x8c, 0xbd, 0xa4, 0x43, 0x69, 0x5a, 0x2a, 0xfd, 0x4d, + 0x64, 0xf7, 0x5e, 0x1e, 0x50, 0x81, 0x6b, 0x08, 0xad, 0xe8, 0x53, 0x02, 0x94, 0x96, 0xf8, 0x4b, + 0x7d, 0x04, 0xd5, 0x7d, 0x27, 0x07, 0xa4, 0x40, 0x64, 0x42, 0x3b, 0xfe, 0xb2, 0x0b, 0xdd, 0x9b, + 0x38, 0x41, 0x94, 0xd9, 0xde, 0xcd, 0x05, 0x2b, 0xd0, 0x9d, 0x53, 0x26, 0x48, 0x3c, 0x16, 0x8a, + 0xf3, 0xb8, 0x3f, 0x4d, 0xd6, 0x2b, 0xa6, 0xee, 0xc3, 0xdc, 0xf0, 0x02, 0xf5, 0x6f, 0xb3, 0x4a, + 0x84, 0xb4, 0x07, 0x37, 0xe8, 0x83, 0xf4, 0xe9, 0x26, 0xbc, 0x14, 0xea, 0xae, 0x5e, 0x64, 0x88, + 0x58, 0xc4, 0x0f, 0x69, 0x09, 0x41, 0xca, 0x93, 0x95, 0xb8, 0xdc, 0xf9, 0xf3, 0x65, 0xbf, 0xc6, + 0xe9, 0x7e, 0x70, 0x81, 0x11, 0x62, 0x01, 0x76, 0xfc, 0xe9, 0x9c, 0x2f, 0x86, 0x0f, 0xa7, 0x72, + 0xcd, 0x6c, 0x32, 0xf8, 0x3d, 0x58, 0x8c, 0xd9, 0x6d, 0x94, 0xdf, 0xb6, 0x77, 0x27, 0x39, 0x57, + 0x4c, 0x24, 0x63, 0x15, 0x19, 0x28, 0x83, 0xfb, 0x53, 0xaa, 0x36, 0xba, 0xf7, 0xf2, 0x80, 0x8a, + 0x8d, 0xb8, 0x54, 0x5d, 0xc6, 0xee, 0xe4, 0xd1, 0xfd, 0xf4, 0x39, 0xd2, 0xeb, 0x09, 0xba, 0xef, + 0xe5, 0x84, 0x16, 0x48, 0x4f, 0xe1, 0x72, 0x4a, 0x39, 0x04, 0x7a, 0x6f, 0xe2, 0x61, 0xc5, 0xeb, + 0x40, 0xba, 0x0f, 0xf2, 0x82, 0x0b, 0xbc, 0xbf, 0x05, 0x68, 0xff, 0xd8, 0x3e, 0x5b, 0xb7, 0xad, + 0x23, 0x7d, 0x38, 0x76, 0x54, 0x96, 0x48, 0xcf, 0xb2, 0x0d, 0x49, 0xd0, 0x0c, 0x1e, 0x9d, 0x38, + 0x42, 0x20, 0xef, 0x03, 0x6c, 0x61, 0x6f, 0x07, 0x7b, 0x0e, 0x11, 0x8c, 0xb7, 0xb2, 0xcc, 0x1f, + 0x07, 0xf0, 0x51, 0xbd, 0x3d, 0x15, 0x2e, 0x64, 0x8a, 0xda, 0x3b, 0xaa, 0x35, 0x56, 0x8d, 0x50, + 0x3d, 0xf7, 0xfd, 0xd4, 0xe1, 0x71, 0xb0, 0x8c, 0x83, 0xcc, 0x84, 0x16, 0x28, 0xcf, 0x84, 0x69, + 0x0f, 0xdd, 0xd4, 0x4c, 0x36, 0xed, 0xc9, 0x32, 0x80, 0xb8, 0xda, 0x9b, 0x00, 0x2f, 0x10, 0x7f, + 0x29, 0xd1, 0x8a, 0x9a, 0x18, 0xc0, 0x53, 0xdd, 0x3b, 0xde, 0x33, 0x54, 0xcb, 0xcd, 0xb3, 0x04, + 0x0a, 0x78, 0x81, 0x25, 0x70, 0x78, 0xb1, 0x04, 0x0d, 0x9a, 0x91, 0x0b, 0x14, 0x94, 0x56, 0x00, + 0x9d, 0x76, 0x99, 0xd4, 0xbd, 0x3b, 0x1d, 0x50, 0x60, 0x39, 0x86, 0xa6, 0x2f, 0x4a, 0x8c, 0xb8, + 0xef, 0x64, 0xad, 0x34, 0x80, 0xc9, 0xd0, 0x04, 0xe9, 0xa0, 0x61, 0x4d, 0x90, 0xcc, 0x0f, 0xa3, + 0x7c, 0xf7, 0x0a, 0x93, 0x34, 0x41, 0x76, 0xd2, 0x99, 0xa9, 0xba, 0xd8, 0x5d, 0x4c, 0xba, 0x1e, + 0x4d, 0xbd, 0x5a, 0x4a, 0x55, 0x75, 0x19, 0x57, 0x3b, 0xf2, 0x25, 0xf4, 0x14, 0x2a, 0xfc, 0x8f, + 0x20, 0xde, 0x9c, 0x9c, 0xd3, 0xe1, 0xb3, 0xdf, 0x99, 0x02, 0x25, 0x26, 0x3e, 0x81, 0x95, 0x8c, + 0x8c, 0x4e, 0xaa, 0x09, 0x9e, 0x9c, 0xfd, 0x99, 0x66, 0x1c, 0x54, 0x40, 0xc9, 0xd7, 0x96, 0xa9, + 0xc7, 0x94, 0xf9, 0x28, 0x33, 0x07, 0x8a, 0xe4, 0x83, 0xc9, 0x54, 0x14, 0x99, 0xef, 0x2a, 0xa7, + 0xa1, 0xe8, 0xc3, 0x52, 0x22, 0x2f, 0x80, 0xde, 0xcd, 0xb0, 0xa0, 0x69, 0xd9, 0x83, 0x69, 0x08, + 0x86, 0xf0, 0x5a, 0x6a, 0x0c, 0x9c, 0xea, 0x11, 0x4c, 0x8a, 0x96, 0xa7, 0x21, 0x1a, 0xc0, 0xe5, + 0x94, 0xc8, 0x37, 0xd5, 0x96, 0x65, 0x47, 0xc8, 0xd3, 0x90, 0x1c, 0x43, 0x77, 0xcd, 0xb1, 0x55, + 0x6d, 0xa0, 0xba, 0xde, 0x63, 0xc3, 0xc3, 0x0e, 0x09, 0xcf, 0x7c, 0x97, 0x2c, 0x4e, 0x37, 0xde, + 0xa0, 0x70, 0x01, 0x54, 0x4e, 0x4c, 0x87, 0x50, 0xa7, 0x2f, 0x15, 0xd8, 0xeb, 0x7f, 0x94, 0x6e, + 0x7e, 0x42, 0x10, 0x19, 0x3a, 0x2d, 0x0d, 0xd0, 0x97, 0x97, 0xd5, 0xaf, 0x6a, 0x50, 0xf5, 0x0b, + 0xc3, 0xbf, 0xe6, 0xe8, 0xf0, 0x15, 0x84, 0x6b, 0xdf, 0x83, 0xc5, 0xd8, 0x63, 0xce, 0x54, 0x15, + 0x97, 0xfe, 0xe0, 0x73, 0xda, 0x71, 0x3d, 0xe5, 0x7f, 0x35, 0x24, 0x3c, 0xb7, 0xb7, 0xb3, 0x42, + 0xbe, 0xb8, 0xd3, 0x36, 0x65, 0xe2, 0xff, 0xdf, 0xae, 0xd2, 0x2e, 0x40, 0xc8, 0x49, 0x9a, 0x5c, + 0x6a, 0x45, 0xec, 0xfe, 0x34, 0x6a, 0x99, 0xa9, 0x7e, 0xd0, 0x3b, 0x79, 0xaa, 0x5a, 0xb2, 0x2d, + 0x59, 0xb6, 0xf7, 0xf3, 0x04, 0x1a, 0xe1, 0x22, 0x48, 0x94, 0xfa, 0xc7, 0x36, 0xc9, 0x2a, 0xc9, + 0x69, 0xbb, 0xd8, 0xb9, 0xa0, 0x81, 0x9c, 0x32, 0x9d, 0x4b, 0xcc, 0x48, 0xfc, 0x3a, 0x20, 0xc3, + 0x8c, 0x64, 0x5c, 0x42, 0xa4, 0x3a, 0x14, 0xd9, 0x77, 0x0c, 0x2c, 0xf2, 0x8f, 0xe7, 0xb8, 0x53, + 0x23, 0xff, 0x8c, 0x5b, 0x83, 0xd4, 0xc8, 0x3f, 0x2b, 0x69, 0x2e, 0x5f, 0x5a, 0xfb, 0xf0, 0xbb, + 0x1f, 0x0c, 0x75, 0xef, 0x78, 0x7c, 0x48, 0x76, 0xff, 0x90, 0x0d, 0x7d, 0x4f, 0xb7, 0xf9, 0xaf, + 0x87, 0x3e, 0xbb, 0x3f, 0xa4, 0xb3, 0x3d, 0x24, 0xb3, 0x8d, 0x0e, 0x0f, 0x2b, 0xb4, 0xf5, 0xe1, + 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xaa, 0x2f, 0xbb, 0x90, 0x2c, 0x4d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/internal/rootcoord/import_manager.go b/internal/rootcoord/import_manager.go index e00f7d61b9..bee1110f26 100644 --- a/internal/rootcoord/import_manager.go +++ b/internal/rootcoord/import_manager.go @@ -252,6 +252,7 @@ func (m *importManager) sendOutTasks(ctx context.Context) error { defer m.workingLock.Unlock() log.Debug("import task added as working task", zap.Int64("task ID", it.TaskId)) task.State.StateCode = commonpb.ImportState_ImportStarted + task.StartTs = time.Now().Unix() // first update the import task into meta store and then put it into working tasks if err := m.persistTaskInfo(task); err != nil { log.Error("failed to update import task", @@ -284,6 +285,11 @@ func (m *importManager) flipTaskState(ctx context.Context) error { if task.GetState().GetStateCode() == commonpb.ImportState_ImportPersisted { log.Info(" task found, checking if it is eligible to become ", zap.Int64("task ID", task.GetId())) + + // TODO: if collection or partition has been dropped before the task complete, + // we need to set the task to failed, because the checkIndexingDone() cannot know + // whether the collection has been dropped. + resp := m.getTaskState(task.GetId()) ok, err := m.checkIndexingDone(ctx, resp.GetCollectionId(), resp.GetSegmentIds()) if err != nil { @@ -858,54 +864,27 @@ func (m *importManager) yieldTaskInfo(tID int64) error { // expireOldTasks removes expired tasks from memory. func (m *importManager) expireOldTasksFromMem() { - // Expire old pending tasks, if any. - func() { - m.pendingLock.Lock() - defer m.pendingLock.Unlock() - index := 0 - for _, t := range m.pendingTasks { - taskExpiredAndStateUpdated := false - if taskExpired(t) { - taskID := t.GetId() - m.pendingLock.Unlock() - if err := m.setImportTaskStateAndReason(taskID, commonpb.ImportState_ImportFailed, - "the import task has timed out"); err != nil { - log.Error("failed to set import task state", - zap.Int64("task ID", taskID), - zap.Any("target state", commonpb.ImportState_ImportFailed)) - } else { - // Set true when task has expired and its state has been successfully updated. - taskExpiredAndStateUpdated = true - } - m.pendingLock.Lock() - log.Info("a pending task has expired", zap.Int64("task ID", t.GetId())) - } - if !taskExpiredAndStateUpdated { - // Only keep tasks that are not expired or failed to have their states updated. - m.pendingTasks[index] = t - index++ - } - } - // To prevent memory leak. - for i := index; i < len(m.pendingTasks); i++ { - m.pendingTasks[i] = nil - } - m.pendingTasks = m.pendingTasks[:index] - }() - // Expire old working tasks. + // no need to expire pending tasks. With old working tasks finish or turn into expired, datanodes back to idle, + // let the sendOutTasksLoop() push pending tasks into datanodes. + + // expire old working tasks. func() { m.workingLock.Lock() defer m.workingLock.Unlock() for _, v := range m.workingTasks { taskExpiredAndStateUpdated := false if v.GetState().GetStateCode() != commonpb.ImportState_ImportCompleted && taskExpired(v) { - log.Info("a working task has expired", zap.Int64("task ID", v.GetId())) + log.Info("a working task has expired and will be marked as failed", + zap.Int64("task ID", v.GetId()), + zap.Int64("startTs", v.GetStartTs()), + zap.Float64("ImportTaskExpiration", Params.RootCoordCfg.ImportTaskExpiration)) taskID := v.GetId() m.workingLock.Unlock() // Remove DataNode from busy node list, so it can serve other tasks again. m.busyNodesLock.Lock() delete(m.busyNodes, v.GetDatanodeId()) m.busyNodesLock.Unlock() + if err := m.setImportTaskStateAndReason(taskID, commonpb.ImportState_ImportFailed, "the import task has timed out"); err != nil { log.Error("failed to set import task state", @@ -943,7 +922,9 @@ func (m *importManager) expireOldTasksFromEtcd() { } if taskPastRetention(ti) { log.Info("an import task has passed retention period and will be removed from Etcd", - zap.Int64("task ID", ti.GetId())) + zap.Int64("task ID", ti.GetId()), + zap.Int64("createTs", ti.GetCreateTs()), + zap.Float64("ImportTaskRetention", Params.RootCoordCfg.ImportTaskRetention)) if err = m.yieldTaskInfo(ti.GetId()); err != nil { log.Error("failed to remove import task from Etcd", zap.Int64("task ID", ti.GetId()), @@ -1053,7 +1034,7 @@ func BuildImportTaskKey(taskID int64) string { // taskExpired returns true if the in-mem task is considered expired. func taskExpired(ti *datapb.ImportTaskInfo) bool { - return Params.RootCoordCfg.ImportTaskExpiration <= float64(time.Now().Unix()-ti.GetCreateTs()) + return Params.RootCoordCfg.ImportTaskExpiration <= float64(time.Now().Unix()-ti.GetStartTs()) } // taskPastRetention returns true if the task is considered expired in Etcd. @@ -1087,6 +1068,7 @@ func cloneImportTaskInfo(taskInfo *datapb.ImportTaskInfo) *datapb.ImportTaskInfo CollectionName: taskInfo.GetCollectionName(), PartitionName: taskInfo.GetPartitionName(), Infos: taskInfo.GetInfos(), + StartTs: taskInfo.GetStartTs(), } return cloned } diff --git a/internal/rootcoord/import_manager_test.go b/internal/rootcoord/import_manager_test.go index def584e711..8a65686a49 100644 --- a/internal/rootcoord/import_manager_test.go +++ b/internal/rootcoord/import_manager_test.go @@ -49,10 +49,10 @@ func TestImportManager_NewImportManager(t *testing.T) { return globalCount, 0, nil } Params.RootCoordCfg.ImportTaskSubPath = "test_import_task" - Params.RootCoordCfg.ImportTaskExpiration = 50 - Params.RootCoordCfg.ImportTaskRetention = 200 - checkPendingTasksInterval = 100 - cleanUpLoopInterval = 100 + Params.RootCoordCfg.ImportTaskExpiration = 1 // unit: second + Params.RootCoordCfg.ImportTaskRetention = 200 // unit: second + checkPendingTasksInterval = 500 // unit: millisecond + cleanUpLoopInterval = 500 // unit: millisecond mockKv := memkv.NewMemoryKV() ti1 := &datapb.ImportTaskInfo{ Id: 100, @@ -104,14 +104,27 @@ func TestImportManager_NewImportManager(t *testing.T) { defer cancel() mgr := newImportManager(ctx, mockKv, idAlloc, callImportServiceFn, callMarkSegmentsDropped, nil, nil, nil, nil) assert.NotNil(t, mgr) + + // there are 2 tasks read from store, one is pending, the other is persisted. + // the persisted task will be marked to failed since the server restart + // pending list: 1 task, working list: 0 task _, err := mgr.loadFromTaskStore(true) assert.NoError(t, err) var wgLoop sync.WaitGroup wgLoop.Add(2) + + // the pending task will be sent to working list + // pending list: 0 task, working list: 1 task mgr.sendOutTasks(ctx) assert.Equal(t, 1, len(mgr.workingTasks)) + + // this case wait 3 seconds, the pending task's StartTs is set when it is put into working list + // ImportTaskExpiration is 1 second, it will be marked as expired task by the expireOldTasksFromMem() + // pending list: 0 task, working list: 0 task mgr.cleanupLoop(&wgLoop) assert.Equal(t, 0, len(mgr.workingTasks)) + + // nothing to send now mgr.sendOutTasksLoop(&wgLoop) wgLoop.Wait() }) @@ -186,42 +199,10 @@ func TestImportManager_NewImportManager(t *testing.T) { }() }) - wg.Add(1) - t.Run("pending task expired", func(t *testing.T) { - defer wg.Done() - ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second) - defer cancel() - mgr := newImportManager(ctx, mockKv, idAlloc, callImportServiceFn, callMarkSegmentsDropped, nil, nil, nil, nil) - assert.NotNil(t, mgr) - mgr.pendingTasks = append(mgr.pendingTasks, &datapb.ImportTaskInfo{ - Id: 300, - State: &datapb.ImportTaskState{ - StateCode: commonpb.ImportState_ImportPending, - }, - CreateTs: time.Now().Unix() + 1, - }) - mgr.pendingTasks = append(mgr.pendingTasks, &datapb.ImportTaskInfo{ - Id: 400, - State: &datapb.ImportTaskState{ - StateCode: commonpb.ImportState_ImportPending, - }, - CreateTs: time.Now().Unix() - 100, - }) - _, err := mgr.loadFromTaskStore(true) - assert.NoError(t, err) - var wgLoop sync.WaitGroup - wgLoop.Add(2) - assert.Equal(t, 2, len(mgr.pendingTasks)) - mgr.cleanupLoop(&wgLoop) - assert.Equal(t, 1, len(mgr.pendingTasks)) - mgr.sendOutTasksLoop(&wgLoop) - wgLoop.Wait() - }) - wg.Add(1) t.Run("check init", func(t *testing.T) { defer wg.Done() - ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second) defer cancel() mgr := newImportManager(ctx, mockKv, idAlloc, callImportServiceFn, callMarkSegmentsDropped, nil, nil, nil, nil) assert.NotNil(t, mgr) @@ -1149,3 +1130,100 @@ func TestImportManager_isRowbased(t *testing.T) { assert.Nil(t, err) assert.False(t, rb) } + +func TestImportManager_checkIndexingDone(t *testing.T) { + ctx := context.Background() + + mgr := &importManager{ + callDescribeIndex: func(ctx context.Context, colID UniqueID) (*indexpb.DescribeIndexResponse, error) { + return nil, errors.New("error") + }, + callGetSegmentIndexState: func(ctx context.Context, collID UniqueID, indexName string, segIDs []UniqueID) ([]*indexpb.SegmentIndexState, error) { + return nil, errors.New("error") + }, + } + + segmentsID := []typeutil.UniqueID{1, 2, 3} + + // check index of 3 segments + // callDescribeIndex() failed + done, err := mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.False(t, done) + assert.Error(t, err) + + mgr.callDescribeIndex = func(ctx context.Context, colID UniqueID) (*indexpb.DescribeIndexResponse, error) { + return &indexpb.DescribeIndexResponse{ + Status: &commonpb.Status{ + ErrorCode: commonpb.ErrorCode_UnexpectedError, + }, + }, nil + } + + // callDescribeIndex() unexpected error + done, err = mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.False(t, done) + assert.Error(t, err) + + mgr.callDescribeIndex = func(ctx context.Context, colID UniqueID) (*indexpb.DescribeIndexResponse, error) { + return &indexpb.DescribeIndexResponse{ + Status: &commonpb.Status{ + ErrorCode: commonpb.ErrorCode_IndexNotExist, + }, + }, nil + } + + // callDescribeIndex() index not exist + done, err = mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.True(t, done) + assert.Nil(t, err) + + mgr.callDescribeIndex = func(ctx context.Context, colID UniqueID) (*indexpb.DescribeIndexResponse, error) { + return &indexpb.DescribeIndexResponse{ + Status: &commonpb.Status{ + ErrorCode: commonpb.ErrorCode_Success, + }, + IndexInfos: []*indexpb.IndexInfo{ + { + State: commonpb.IndexState_Finished, + }, + }, + }, nil + } + + // callGetSegmentIndexState() failed + done, err = mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.False(t, done) + assert.Error(t, err) + + mgr.callGetSegmentIndexState = func(ctx context.Context, collID UniqueID, indexName string, segIDs []UniqueID) ([]*indexpb.SegmentIndexState, error) { + return []*indexpb.SegmentIndexState{ + { + State: commonpb.IndexState_Finished, + }, + }, nil + } + + // only 1 segment indexed + done, err = mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.False(t, done) + assert.Nil(t, err) + + mgr.callGetSegmentIndexState = func(ctx context.Context, collID UniqueID, indexName string, segIDs []UniqueID) ([]*indexpb.SegmentIndexState, error) { + return []*indexpb.SegmentIndexState{ + { + State: commonpb.IndexState_Finished, + }, + { + State: commonpb.IndexState_Finished, + }, + { + State: commonpb.IndexState_Finished, + }, + }, nil + } + + // all segments indexed + done, err = mgr.checkIndexingDone(ctx, 1, segmentsID) + assert.True(t, done) + assert.Nil(t, err) +} diff --git a/internal/util/importutil/import_options.go b/internal/util/importutil/import_options.go index f361f19cda..a37e65de4b 100644 --- a/internal/util/importutil/import_options.go +++ b/internal/util/importutil/import_options.go @@ -37,6 +37,22 @@ const ( BackupFlag = "backup" ) +type ImportOptions struct { + OnlyValidate bool + TsStartPoint uint64 + TsEndPoint uint64 + IsBackup bool // whether is triggered by backup tool +} + +func DefaultImportOptions() ImportOptions { + options := ImportOptions{ + OnlyValidate: false, + TsStartPoint: 0, + TsEndPoint: math.MaxUint64, + } + return options +} + // ValidateOptions the options is illegal, return nil if illegal, return error if not. // Illegal options: // start_ts: 10-digit physical timestamp, e.g. 1665995420 diff --git a/internal/util/importutil/import_wrapper.go b/internal/util/importutil/import_wrapper.go index 7152b7481b..650e58975d 100644 --- a/internal/util/importutil/import_wrapper.go +++ b/internal/util/importutil/import_wrapper.go @@ -20,7 +20,6 @@ import ( "bufio" "context" "fmt" - "math" "go.uber.org/zap" @@ -78,22 +77,6 @@ type WorkingSegment struct { fieldsStats []*datapb.FieldBinlog // stats of persisted binlogs } -type ImportOptions struct { - OnlyValidate bool - TsStartPoint uint64 - TsEndPoint uint64 - IsBackup bool // whether is triggered by backup tool -} - -func DefaultImportOptions() ImportOptions { - options := ImportOptions{ - OnlyValidate: false, - TsStartPoint: 0, - TsEndPoint: math.MaxUint64, - } - return options -} - type ImportWrapper struct { ctx context.Context // for canceling parse process cancel context.CancelFunc // for canceling parse process