From fc19b85a40b367206b4a889451d5870ef974bf6f Mon Sep 17 00:00:00 2001 From: wei liu Date: Mon, 24 Jul 2023 14:09:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20count(*=EF=BC=89retrieve=20redundant=20gr?= =?UTF-8?q?owing=20segment=20(#25825)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wei Liu --- internal/proto/query_coord.proto | 1 + internal/proto/querypb/query_coord.pb.go | 585 +++++++++--------- internal/querycoordv2/meta/target_manager.go | 21 + .../querycoordv2/meta/target_manager_test.go | 2 + .../querycoordv2/observers/leader_observer.go | 10 + internal/querynodev2/delegator/delegator.go | 2 +- .../querynodev2/delegator/delegator_data.go | 31 +- .../delegator/delegator_data_test.go | 18 +- .../querynodev2/delegator/delegator_test.go | 6 +- .../querynodev2/delegator/distribution.go | 17 +- .../delegator/distribution_test.go | 10 +- .../querynodev2/delegator/mock_delegator.go | 17 +- internal/querynodev2/services.go | 15 +- internal/querynodev2/services_test.go | 13 + 14 files changed, 438 insertions(+), 310 deletions(-) diff --git a/internal/proto/query_coord.proto b/internal/proto/query_coord.proto index 8a4b48540c..3815821533 100644 --- a/internal/proto/query_coord.proto +++ b/internal/proto/query_coord.proto @@ -565,6 +565,7 @@ message SyncAction { repeated int64 growingInTarget = 7; repeated int64 sealedInTarget = 8; int64 TargetVersion = 9; + repeated int64 droppedInTarget = 10; } message SyncDistributionRequest { diff --git a/internal/proto/querypb/query_coord.pb.go b/internal/proto/querypb/query_coord.pb.go index be3a3a3b31..775513d67e 100644 --- a/internal/proto/querypb/query_coord.pb.go +++ b/internal/proto/querypb/query_coord.pb.go @@ -3905,6 +3905,7 @@ type SyncAction struct { GrowingInTarget []int64 `protobuf:"varint,7,rep,packed,name=growingInTarget,proto3" json:"growingInTarget,omitempty"` SealedInTarget []int64 `protobuf:"varint,8,rep,packed,name=sealedInTarget,proto3" json:"sealedInTarget,omitempty"` TargetVersion int64 `protobuf:"varint,9,opt,name=TargetVersion,proto3" json:"TargetVersion,omitempty"` + DroppedInTarget []int64 `protobuf:"varint,10,rep,packed,name=droppedInTarget,proto3" json:"droppedInTarget,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -3998,6 +3999,13 @@ func (m *SyncAction) GetTargetVersion() int64 { return 0 } +func (m *SyncAction) GetDroppedInTarget() []int64 { + if m != nil { + return m.DroppedInTarget + } + return nil +} + type SyncDistributionRequest struct { Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"` @@ -4566,48 +4574,48 @@ func init() { func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) } var fileDescriptor_aab7cc9a69ed26e8 = []byte{ - // 4756 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x6c, 0x1c, 0x47, - 0x76, 0x9a, 0x2f, 0x67, 0xde, 0xfc, 0x9a, 0x45, 0x52, 0x9a, 0x9d, 0x95, 0x64, 0xba, 0xe5, 0x0f, - 0x97, 0xb6, 0x49, 0x2d, 0xb5, 0xf6, 0x6a, 0xd7, 0x36, 0x1c, 0x89, 0xb4, 0x64, 0xae, 0x65, 0x9a, - 0xdb, 0xa4, 0xb4, 0x81, 0xe3, 0xdd, 0x71, 0x73, 0xba, 0x38, 0x6c, 0xa8, 0x3f, 0xa3, 0xee, 0x1e, - 0x52, 0x74, 0x80, 0x20, 0x87, 0x5c, 0xb2, 0xc8, 0x26, 0x41, 0x72, 0x48, 0x0e, 0x41, 0x0e, 0x09, - 0x02, 0x6c, 0x82, 0xe4, 0x12, 0x24, 0x40, 0x0e, 0x39, 0xe4, 0x96, 0x53, 0x3e, 0xb7, 0x9c, 0x03, - 0x24, 0xb7, 0x00, 0xb9, 0x64, 0x11, 0xf8, 0x16, 0xd4, 0xa7, 0x3f, 0xd5, 0x5d, 0xc3, 0x69, 0x72, - 0xe4, 0xb5, 0x1d, 0xec, 0x6d, 0xfa, 0xd5, 0xe7, 0xbd, 0xaa, 0xf7, 0x7f, 0x55, 0x35, 0x30, 0xff, - 0x64, 0x8c, 0xbd, 0xd3, 0xfe, 0xc0, 0x75, 0x3d, 0x63, 0x6d, 0xe4, 0xb9, 0x81, 0x8b, 0x90, 0x6d, - 0x5a, 0xc7, 0x63, 0x9f, 0x7d, 0xad, 0xd1, 0xf6, 0x5e, 0x73, 0xe0, 0xda, 0xb6, 0xeb, 0x30, 0x58, - 0xaf, 0x99, 0xec, 0xd1, 0x6b, 0x9b, 0x4e, 0x80, 0x3d, 0x47, 0xb7, 0xc2, 0x56, 0x7f, 0x70, 0x84, - 0x6d, 0x9d, 0x7f, 0xd5, 0x6d, 0x7f, 0xc8, 0x7f, 0x2a, 0x86, 0x1e, 0xe8, 0x49, 0x54, 0xbd, 0x79, - 0xd3, 0x31, 0xf0, 0xd3, 0x24, 0x48, 0xfd, 0x8d, 0x02, 0x5c, 0xde, 0x3b, 0x72, 0x4f, 0x36, 0x5d, - 0xcb, 0xc2, 0x83, 0xc0, 0x74, 0x1d, 0x5f, 0xc3, 0x4f, 0xc6, 0xd8, 0x0f, 0xd0, 0x4d, 0x28, 0x1f, - 0xe8, 0x3e, 0xee, 0x16, 0x96, 0x0b, 0x2b, 0x8d, 0x8d, 0xab, 0x6b, 0x02, 0x9d, 0x9c, 0xc0, 0x0f, - 0xfc, 0xe1, 0x5d, 0xdd, 0xc7, 0x1a, 0xed, 0x89, 0x10, 0x94, 0x8d, 0x83, 0xed, 0xad, 0x6e, 0x71, - 0xb9, 0xb0, 0x52, 0xd2, 0xe8, 0x6f, 0xf4, 0x02, 0xb4, 0x06, 0xd1, 0xdc, 0xdb, 0x5b, 0x7e, 0xb7, - 0xb4, 0x5c, 0x5a, 0x29, 0x69, 0x22, 0x50, 0xfd, 0x71, 0x11, 0xae, 0x64, 0xc8, 0xf0, 0x47, 0xae, - 0xe3, 0x63, 0x74, 0x0b, 0xaa, 0x7e, 0xa0, 0x07, 0x63, 0x9f, 0x53, 0xf2, 0x75, 0x29, 0x25, 0x7b, - 0xb4, 0x8b, 0xc6, 0xbb, 0x66, 0xd1, 0x16, 0x25, 0x68, 0xd1, 0x37, 0x61, 0xd1, 0x74, 0x3e, 0xc0, - 0xb6, 0xeb, 0x9d, 0xf6, 0x47, 0xd8, 0x1b, 0x60, 0x27, 0xd0, 0x87, 0x38, 0xa4, 0x71, 0x21, 0x6c, - 0xdb, 0x8d, 0x9b, 0xd0, 0x1b, 0x70, 0x85, 0xf1, 0xd0, 0xc7, 0xde, 0xb1, 0x39, 0xc0, 0x7d, 0xfd, - 0x58, 0x37, 0x2d, 0xfd, 0xc0, 0xc2, 0xdd, 0xf2, 0x72, 0x69, 0xa5, 0xa6, 0x2d, 0xd1, 0xe6, 0x3d, - 0xd6, 0x7a, 0x27, 0x6c, 0x44, 0xdf, 0x00, 0xc5, 0xc3, 0x87, 0x1e, 0xf6, 0x8f, 0xfa, 0x23, 0xcf, - 0x1d, 0x7a, 0xd8, 0xf7, 0xbb, 0x15, 0x8a, 0xa6, 0xc3, 0xe1, 0xbb, 0x1c, 0xac, 0xfe, 0x59, 0x01, - 0x96, 0xc8, 0x66, 0xec, 0xea, 0x5e, 0x60, 0x7e, 0x0e, 0x2c, 0x51, 0xa1, 0x99, 0xdc, 0x86, 0x6e, - 0x89, 0xb6, 0x09, 0x30, 0xd2, 0x67, 0x14, 0xa2, 0x27, 0xdb, 0x57, 0xa6, 0xa4, 0x0a, 0x30, 0xf5, - 0x5f, 0xb8, 0xec, 0x24, 0xe9, 0x9c, 0x85, 0x67, 0x69, 0x9c, 0xc5, 0x2c, 0xce, 0x8b, 0x70, 0x4c, - 0xb6, 0xf3, 0x65, 0xf9, 0xce, 0xff, 0x53, 0x09, 0x96, 0x1e, 0xb8, 0xba, 0x11, 0x8b, 0xe1, 0xcf, - 0x7f, 0xe7, 0xdf, 0x86, 0x2a, 0xd3, 0xe8, 0x6e, 0x99, 0xe2, 0x7a, 0x51, 0xc4, 0xc5, 0xb5, 0x3d, + // 4769 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4b, 0x73, 0x24, 0x47, + 0x5a, 0xd3, 0x4f, 0x75, 0x7f, 0xfd, 0x2a, 0xa5, 0xa4, 0x99, 0xde, 0xde, 0x99, 0xb1, 0x5c, 0xe3, + 0x87, 0x56, 0xb6, 0xa5, 0x59, 0xcd, 0xda, 0x3b, 0xbb, 0xb6, 0xc3, 0xcc, 0x48, 0x9e, 0xb1, 0xd6, + 0x63, 0x59, 0x5b, 0xd2, 0xcc, 0x12, 0xc6, 0xbb, 0xed, 0x52, 0x57, 0xaa, 0x55, 0x31, 0xf5, 0xe8, + 0xa9, 0xaa, 0x96, 0x46, 0x26, 0x82, 0xe0, 0xc0, 0x85, 0x85, 0x05, 0x02, 0x0e, 0x70, 0x20, 0x38, + 0x40, 0x10, 0xb1, 0x10, 0x70, 0x21, 0x20, 0x82, 0x03, 0x07, 0x6e, 0x9c, 0x78, 0xdc, 0xf8, 0x03, + 0x70, 0x23, 0x82, 0x0b, 0x1b, 0x84, 0x6f, 0x44, 0x3e, 0xea, 0x91, 0x55, 0xd9, 0xea, 0x92, 0x7a, + 0xbc, 0xb6, 0x89, 0xbd, 0x75, 0x7d, 0xf9, 0xf8, 0xbe, 0xfc, 0xf2, 0x7b, 0x67, 0x66, 0xc3, 0xfc, + 0x93, 0x31, 0xf6, 0x4e, 0xfb, 0x03, 0xd7, 0xf5, 0x8c, 0xb5, 0x91, 0xe7, 0x06, 0x2e, 0x42, 0xb6, + 0x69, 0x1d, 0x8f, 0x7d, 0xf6, 0xb5, 0x46, 0xdb, 0x7b, 0xcd, 0x81, 0x6b, 0xdb, 0xae, 0xc3, 0x60, + 0xbd, 0x66, 0xb2, 0x47, 0xaf, 0x6d, 0x3a, 0x01, 0xf6, 0x1c, 0xdd, 0x0a, 0x5b, 0xfd, 0xc1, 0x11, + 0xb6, 0x75, 0xfe, 0x55, 0xb7, 0xfd, 0x21, 0xff, 0xa9, 0x18, 0x7a, 0xa0, 0x27, 0x51, 0xf5, 0xe6, + 0x4d, 0xc7, 0xc0, 0x4f, 0x93, 0x20, 0xf5, 0x37, 0x0a, 0x70, 0x79, 0xef, 0xc8, 0x3d, 0xd9, 0x74, + 0x2d, 0x0b, 0x0f, 0x02, 0xd3, 0x75, 0x7c, 0x0d, 0x3f, 0x19, 0x63, 0x3f, 0x40, 0x37, 0xa1, 0x7c, + 0xa0, 0xfb, 0xb8, 0x5b, 0x58, 0x2e, 0xac, 0x34, 0x36, 0xae, 0xae, 0x09, 0x74, 0x72, 0x02, 0x3f, + 0xf0, 0x87, 0x77, 0x75, 0x1f, 0x6b, 0xb4, 0x27, 0x42, 0x50, 0x36, 0x0e, 0xb6, 0xb7, 0xba, 0xc5, + 0xe5, 0xc2, 0x4a, 0x49, 0xa3, 0xbf, 0xd1, 0x0b, 0xd0, 0x1a, 0x44, 0x73, 0x6f, 0x6f, 0xf9, 0xdd, + 0xd2, 0x72, 0x69, 0xa5, 0xa4, 0x89, 0x40, 0xf5, 0xc7, 0x45, 0xb8, 0x92, 0x21, 0xc3, 0x1f, 0xb9, + 0x8e, 0x8f, 0xd1, 0x2d, 0xa8, 0xfa, 0x81, 0x1e, 0x8c, 0x7d, 0x4e, 0xc9, 0xd7, 0xa5, 0x94, 0xec, + 0xd1, 0x2e, 0x1a, 0xef, 0x9a, 0x45, 0x5b, 0x94, 0xa0, 0x45, 0xdf, 0x84, 0x45, 0xd3, 0xf9, 0x00, + 0xdb, 0xae, 0x77, 0xda, 0x1f, 0x61, 0x6f, 0x80, 0x9d, 0x40, 0x1f, 0xe2, 0x90, 0xc6, 0x85, 0xb0, + 0x6d, 0x37, 0x6e, 0x42, 0x6f, 0xc0, 0x15, 0xb6, 0x87, 0x3e, 0xf6, 0x8e, 0xcd, 0x01, 0xee, 0xeb, + 0xc7, 0xba, 0x69, 0xe9, 0x07, 0x16, 0xee, 0x96, 0x97, 0x4b, 0x2b, 0x35, 0x6d, 0x89, 0x36, 0xef, + 0xb1, 0xd6, 0x3b, 0x61, 0x23, 0xfa, 0x06, 0x28, 0x1e, 0x3e, 0xf4, 0xb0, 0x7f, 0xd4, 0x1f, 0x79, + 0xee, 0xd0, 0xc3, 0xbe, 0xdf, 0xad, 0x50, 0x34, 0x1d, 0x0e, 0xdf, 0xe5, 0x60, 0xf5, 0xcf, 0x0b, + 0xb0, 0x44, 0x98, 0xb1, 0xab, 0x7b, 0x81, 0xf9, 0x39, 0x6c, 0x89, 0x0a, 0xcd, 0x24, 0x1b, 0xba, + 0x25, 0xda, 0x26, 0xc0, 0x48, 0x9f, 0x51, 0x88, 0x9e, 0xb0, 0xaf, 0x4c, 0x49, 0x15, 0x60, 0xea, + 0xbf, 0x72, 0xd9, 0x49, 0xd2, 0x39, 0xcb, 0x9e, 0xa5, 0x71, 0x16, 0xb3, 0x38, 0x2f, 0xb2, 0x63, + 0x32, 0xce, 0x97, 0xe5, 0x9c, 0xff, 0xe7, 0x12, 0x2c, 0x3d, 0x70, 0x75, 0x23, 0x16, 0xc3, 0x9f, + 0x3f, 0xe7, 0xdf, 0x86, 0x2a, 0xd3, 0xe8, 0x6e, 0x99, 0xe2, 0x7a, 0x51, 0xc4, 0xc5, 0xb5, 0x3d, 0xa6, 0x70, 0x8f, 0x02, 0x34, 0x3e, 0x08, 0xbd, 0x08, 0x6d, 0x0f, 0x8f, 0x2c, 0x73, 0xa0, 0xf7, 0x9d, 0xb1, 0x7d, 0x80, 0xbd, 0x6e, 0x65, 0xb9, 0xb0, 0x52, 0xd1, 0x5a, 0x1c, 0xba, 0x43, 0x81, 0xe8, 0x13, 0x68, 0x1d, 0x9a, 0xd8, 0x32, 0xfa, 0xd4, 0x24, 0x6c, 0x6f, 0x75, 0xab, 0xcb, 0xa5, - 0x95, 0xc6, 0xc6, 0x9b, 0x6b, 0x59, 0x6b, 0xb4, 0x26, 0xdd, 0x91, 0xb5, 0x7b, 0x64, 0xf8, 0x36, - 0x1b, 0xfd, 0xae, 0x13, 0x78, 0xa7, 0x5a, 0xf3, 0x30, 0x01, 0x42, 0x5d, 0x98, 0xe3, 0xdb, 0xdb, - 0x9d, 0x5b, 0x2e, 0xac, 0xd4, 0xb4, 0xf0, 0x13, 0xbd, 0x0c, 0x1d, 0x0f, 0xfb, 0xee, 0xd8, 0x1b, - 0xe0, 0xfe, 0xd0, 0x73, 0xc7, 0x23, 0xbf, 0x5b, 0x5b, 0x2e, 0xad, 0xd4, 0xb5, 0x76, 0x08, 0xbe, - 0x4f, 0xa1, 0xbd, 0x77, 0x60, 0x3e, 0x83, 0x05, 0x29, 0x50, 0x7a, 0x8c, 0x4f, 0x29, 0x23, 0x4a, - 0x1a, 0xf9, 0x89, 0x16, 0xa1, 0x72, 0xac, 0x5b, 0x63, 0xcc, 0xb7, 0x9a, 0x7d, 0x7c, 0xb7, 0x78, - 0xbb, 0xa0, 0xfe, 0x51, 0x01, 0xba, 0x1a, 0xb6, 0xb0, 0xee, 0xe3, 0x2f, 0x92, 0xa5, 0x97, 0xa1, - 0xea, 0xb8, 0x06, 0xde, 0xde, 0xa2, 0x2c, 0x2d, 0x69, 0xfc, 0x4b, 0xfd, 0xac, 0x00, 0x8b, 0xf7, + 0x95, 0xc6, 0xc6, 0x9b, 0x6b, 0x59, 0x6b, 0xb4, 0x26, 0xe5, 0xc8, 0xda, 0x3d, 0x32, 0x7c, 0x9b, + 0x8d, 0x7e, 0xd7, 0x09, 0xbc, 0x53, 0xad, 0x79, 0x98, 0x00, 0xa1, 0x2e, 0xcc, 0x71, 0xf6, 0x76, + 0xe7, 0x96, 0x0b, 0x2b, 0x35, 0x2d, 0xfc, 0x44, 0x2f, 0x43, 0xc7, 0xc3, 0xbe, 0x3b, 0xf6, 0x06, + 0xb8, 0x3f, 0xf4, 0xdc, 0xf1, 0xc8, 0xef, 0xd6, 0x96, 0x4b, 0x2b, 0x75, 0xad, 0x1d, 0x82, 0xef, + 0x53, 0x68, 0xef, 0x1d, 0x98, 0xcf, 0x60, 0x41, 0x0a, 0x94, 0x1e, 0xe3, 0x53, 0xba, 0x11, 0x25, + 0x8d, 0xfc, 0x44, 0x8b, 0x50, 0x39, 0xd6, 0xad, 0x31, 0xe6, 0xac, 0x66, 0x1f, 0xdf, 0x2d, 0xde, + 0x2e, 0xa8, 0x7f, 0x5c, 0x80, 0xae, 0x86, 0x2d, 0xac, 0xfb, 0xf8, 0x8b, 0xdc, 0xd2, 0xcb, 0x50, + 0x75, 0x5c, 0x03, 0x6f, 0x6f, 0xd1, 0x2d, 0x2d, 0x69, 0xfc, 0x4b, 0xfd, 0xac, 0x00, 0x8b, 0xf7, 0x71, 0x40, 0xd4, 0xc0, 0xf4, 0x03, 0x73, 0x10, 0xe9, 0xf9, 0xdb, 0x50, 0xf2, 0xf0, 0x13, 0x4e, 0xd9, 0x2b, 0x22, 0x65, 0x91, 0xf9, 0x97, 0x8d, 0xd4, 0xc8, 0x38, 0xf4, 0x3c, 0x34, 0x0d, 0xdb, 0xea, 0x0f, 0x8e, 0x74, 0xc7, 0xc1, 0x16, 0x53, 0xa4, 0xba, 0xd6, 0x30, 0x6c, 0x6b, 0x93, 0x83, @@ -4615,256 +4623,257 @@ var fileDescriptor_aab7cc9a69ed26e8 = []byte{ 0x7a, 0xae, 0xdd, 0xf7, 0x8f, 0x74, 0xcf, 0xe8, 0x5b, 0x58, 0x37, 0xb0, 0x47, 0xa9, 0xaf, 0x69, 0x1d, 0xd2, 0xb0, 0x47, 0xe0, 0x0f, 0x28, 0x18, 0xdd, 0x82, 0x8a, 0x3f, 0x70, 0x47, 0x98, 0x4a, 0x5a, 0x7b, 0xe3, 0x9a, 0x4c, 0x86, 0xb6, 0xf4, 0x40, 0xdf, 0x23, 0x9d, 0x34, 0xd6, 0x57, 0xfd, - 0xbb, 0x32, 0x53, 0xb5, 0x2f, 0xb9, 0x91, 0x4b, 0xa8, 0x63, 0xe5, 0xd9, 0xa8, 0x63, 0x35, 0x97, - 0x3a, 0xce, 0x9d, 0xad, 0x8e, 0x99, 0x5d, 0x3b, 0x8f, 0x3a, 0xd6, 0xa6, 0xaa, 0x63, 0x5d, 0xa6, - 0x8e, 0xe8, 0x5d, 0xe8, 0xb0, 0x00, 0xc2, 0x74, 0x0e, 0xdd, 0xbe, 0x65, 0xfa, 0x41, 0x17, 0x28, - 0x99, 0xd7, 0xd2, 0x12, 0x6a, 0xe0, 0xa7, 0x6b, 0x0c, 0xb1, 0x73, 0xe8, 0x6a, 0x2d, 0x33, 0xfc, - 0xf9, 0xc0, 0xf4, 0x83, 0xd9, 0xb5, 0xfa, 0x1f, 0x62, 0xad, 0xfe, 0xb2, 0x4b, 0x4f, 0xac, 0xf9, - 0x15, 0x41, 0xf3, 0xff, 0xbc, 0x00, 0x5f, 0xbb, 0x8f, 0x83, 0x88, 0x7c, 0xa2, 0xc8, 0xf8, 0x4b, - 0xea, 0xe6, 0xff, 0xaa, 0x00, 0x3d, 0x19, 0xad, 0xb3, 0xb8, 0xfa, 0x8f, 0xe0, 0x72, 0x84, 0xa3, - 0x6f, 0x60, 0x7f, 0xe0, 0x99, 0x23, 0xca, 0x46, 0x6a, 0xab, 0x1a, 0x1b, 0x37, 0x64, 0x82, 0x9f, + 0xfb, 0x32, 0x53, 0xb5, 0x2f, 0xb9, 0x91, 0x4b, 0xa8, 0x63, 0xe5, 0xd9, 0xa8, 0x63, 0x35, 0x97, + 0x3a, 0xce, 0x9d, 0xad, 0x8e, 0x19, 0xae, 0x9d, 0x47, 0x1d, 0x6b, 0x53, 0xd5, 0xb1, 0x2e, 0x53, + 0x47, 0xf4, 0x2e, 0x74, 0x58, 0x00, 0x61, 0x3a, 0x87, 0x6e, 0xdf, 0x32, 0xfd, 0xa0, 0x0b, 0x94, + 0xcc, 0x6b, 0x69, 0x09, 0x35, 0xf0, 0xd3, 0x35, 0x86, 0xd8, 0x39, 0x74, 0xb5, 0x96, 0x19, 0xfe, + 0x7c, 0x60, 0xfa, 0xc1, 0xec, 0x5a, 0xfd, 0x8f, 0xb1, 0x56, 0x7f, 0xd9, 0xa5, 0x27, 0xd6, 0xfc, + 0x8a, 0xa0, 0xf9, 0x7f, 0x51, 0x80, 0xaf, 0xdd, 0xc7, 0x41, 0x44, 0x3e, 0x51, 0x64, 0xfc, 0x25, + 0x75, 0xf3, 0x7f, 0x5d, 0x80, 0x9e, 0x8c, 0xd6, 0x59, 0x5c, 0xfd, 0x47, 0x70, 0x39, 0xc2, 0xd1, + 0x37, 0xb0, 0x3f, 0xf0, 0xcc, 0x11, 0xdd, 0x46, 0x6a, 0xab, 0x1a, 0x1b, 0x37, 0x64, 0x82, 0x9f, 0xa6, 0x60, 0x29, 0x9a, 0x62, 0x2b, 0x31, 0x83, 0xfa, 0x93, 0x02, 0x2c, 0x11, 0xdb, 0xc8, 0x8d, - 0x19, 0x91, 0xc0, 0x0b, 0xef, 0xab, 0x68, 0x26, 0x8b, 0x19, 0x33, 0x99, 0x63, 0x8f, 0x69, 0x88, - 0x9d, 0xa6, 0x67, 0x96, 0xbd, 0x7b, 0x1d, 0x2a, 0x44, 0x01, 0xc3, 0xad, 0x7a, 0x4e, 0xb6, 0x55, - 0x49, 0x64, 0xac, 0xb7, 0xea, 0x30, 0x2a, 0x62, 0xbb, 0x3d, 0x83, 0xb8, 0xa5, 0x97, 0x5d, 0x94, - 0x2c, 0xfb, 0xb7, 0x0a, 0x70, 0x25, 0x83, 0x70, 0x96, 0x75, 0xbf, 0x05, 0x55, 0xea, 0x8d, 0xc2, - 0x85, 0xbf, 0x20, 0x5d, 0x78, 0x02, 0x1d, 0xb1, 0x36, 0x1a, 0x1f, 0xa3, 0xba, 0xa0, 0xa4, 0xdb, - 0x88, 0x9f, 0xe4, 0x3e, 0xb2, 0xef, 0xe8, 0x36, 0xdb, 0x80, 0xba, 0xd6, 0xe0, 0xb0, 0x1d, 0xdd, - 0xc6, 0xe8, 0x6b, 0x50, 0x23, 0x2a, 0xdb, 0x37, 0x8d, 0x90, 0xfd, 0x73, 0x54, 0x85, 0x0d, 0x1f, - 0x5d, 0x03, 0xa0, 0x4d, 0xba, 0x61, 0x78, 0xcc, 0x85, 0xd6, 0xb5, 0x3a, 0x81, 0xdc, 0x21, 0x00, - 0xf5, 0x0f, 0x0b, 0x70, 0x7d, 0xef, 0xd4, 0x19, 0xec, 0xe0, 0x93, 0x4d, 0x0f, 0xeb, 0x01, 0x8e, - 0x8d, 0xf6, 0xe7, 0xba, 0xf1, 0x68, 0x19, 0x1a, 0x09, 0xfd, 0xe5, 0x22, 0x99, 0x04, 0xa9, 0x7f, - 0x5d, 0x80, 0x26, 0xf1, 0x22, 0x1f, 0xe0, 0x40, 0x27, 0x22, 0x82, 0xbe, 0x03, 0x75, 0xcb, 0xd5, - 0x8d, 0x7e, 0x70, 0x3a, 0x62, 0xd4, 0xb4, 0xd3, 0xd4, 0xc4, 0xae, 0x67, 0xff, 0x74, 0x84, 0xb5, - 0x9a, 0xc5, 0x7f, 0xe5, 0xa2, 0x28, 0x6d, 0x65, 0x4a, 0x12, 0x4b, 0xf9, 0x1c, 0x34, 0x6c, 0x1c, - 0x78, 0xe6, 0x80, 0x11, 0x51, 0xa6, 0xac, 0x00, 0x06, 0x22, 0x88, 0xd4, 0x9f, 0x54, 0xe1, 0xf2, - 0x0f, 0xf4, 0x60, 0x70, 0xb4, 0x65, 0x87, 0x51, 0xcc, 0xc5, 0xf7, 0x31, 0xb6, 0xcb, 0xc5, 0xa4, - 0x5d, 0x7e, 0x66, 0x76, 0x3f, 0xd2, 0xd1, 0x8a, 0x4c, 0x47, 0x49, 0x62, 0xbe, 0xf6, 0x88, 0x8b, - 0x59, 0x42, 0x47, 0x13, 0xc1, 0x46, 0xf5, 0x22, 0xc1, 0xc6, 0x26, 0xb4, 0xf0, 0xd3, 0x81, 0x35, - 0x26, 0xf2, 0x4a, 0xb1, 0xb3, 0x28, 0xe2, 0xba, 0x04, 0x7b, 0xd2, 0x40, 0x34, 0xf9, 0xa0, 0x6d, - 0x4e, 0x03, 0x93, 0x05, 0x1b, 0x07, 0x3a, 0x0d, 0x15, 0x1a, 0x1b, 0xcb, 0x93, 0x64, 0x21, 0x14, - 0x20, 0x26, 0x0f, 0xe4, 0x0b, 0x5d, 0x85, 0x3a, 0x0f, 0x6d, 0xb6, 0xb7, 0xba, 0x75, 0xba, 0x7d, - 0x31, 0x00, 0xe9, 0xd0, 0xe2, 0xd6, 0x93, 0x53, 0xc8, 0x02, 0x88, 0xb7, 0x64, 0x08, 0xe4, 0xcc, - 0x4e, 0x52, 0xee, 0xf3, 0x40, 0xc7, 0x4f, 0x80, 0x48, 0xe6, 0xef, 0x1e, 0x1e, 0x5a, 0xa6, 0x83, - 0x77, 0x18, 0x87, 0x1b, 0x94, 0x08, 0x11, 0x48, 0xc2, 0xa1, 0x63, 0xec, 0xf9, 0xa6, 0xeb, 0x74, - 0x9b, 0xb4, 0x3d, 0xfc, 0x94, 0x45, 0x39, 0xad, 0x0b, 0x44, 0x39, 0x7d, 0x98, 0xcf, 0x50, 0x2a, - 0x89, 0x72, 0xbe, 0x95, 0x8c, 0x72, 0xa6, 0xb3, 0x2a, 0x11, 0x05, 0xfd, 0xb4, 0x00, 0x4b, 0x0f, - 0x1d, 0x7f, 0x7c, 0x10, 0x6d, 0xd1, 0x17, 0xa3, 0x0e, 0x69, 0x23, 0x5a, 0xce, 0x18, 0x51, 0xf5, - 0x7f, 0x2a, 0xd0, 0xe1, 0xab, 0x20, 0x52, 0x43, 0x4d, 0xce, 0x55, 0xa8, 0x47, 0x7e, 0x94, 0x6f, - 0x48, 0x0c, 0x48, 0xdb, 0xb0, 0x62, 0xc6, 0x86, 0xe5, 0x22, 0x2d, 0x8c, 0x8a, 0xca, 0x89, 0xa8, - 0xe8, 0x1a, 0xc0, 0xa1, 0x35, 0xf6, 0x8f, 0xfa, 0x81, 0x69, 0x63, 0x1e, 0x95, 0xd5, 0x29, 0x64, - 0xdf, 0xb4, 0x31, 0xba, 0x03, 0xcd, 0x03, 0xd3, 0xb1, 0xdc, 0x61, 0x7f, 0xa4, 0x07, 0x47, 0x3e, - 0x4f, 0x8b, 0x65, 0x6c, 0xa1, 0x31, 0xec, 0x5d, 0xda, 0x57, 0x6b, 0xb0, 0x31, 0xbb, 0x64, 0x08, - 0xba, 0x0e, 0x0d, 0x67, 0x6c, 0xf7, 0xdd, 0xc3, 0xbe, 0xe7, 0x9e, 0xf8, 0x34, 0xf9, 0x2d, 0x69, - 0x75, 0x67, 0x6c, 0x7f, 0x78, 0xa8, 0xb9, 0x27, 0xc4, 0x8f, 0xd5, 0x89, 0x47, 0xf3, 0x2d, 0x77, - 0xc8, 0x12, 0xdf, 0xe9, 0xf3, 0xc7, 0x03, 0xc8, 0x68, 0x03, 0x5b, 0x81, 0x4e, 0x47, 0xd7, 0xf3, - 0x8d, 0x8e, 0x06, 0xa0, 0x97, 0xa0, 0x3d, 0x70, 0xed, 0x91, 0x4e, 0x77, 0xe8, 0x9e, 0xe7, 0xda, - 0x54, 0x01, 0x4b, 0x5a, 0x0a, 0x8a, 0x36, 0xa1, 0x11, 0x2b, 0x81, 0xdf, 0x6d, 0x50, 0x3c, 0xaa, - 0x4c, 0x4b, 0x13, 0xa1, 0x3c, 0x11, 0x50, 0x88, 0xb4, 0xc0, 0x27, 0x92, 0x11, 0x2a, 0xbb, 0x6f, - 0x7e, 0x8a, 0xb9, 0xa2, 0x35, 0x38, 0x6c, 0xcf, 0xfc, 0x14, 0x93, 0xf4, 0xc8, 0x74, 0x7c, 0xec, - 0x05, 0x61, 0xb2, 0xda, 0x6d, 0x51, 0xf1, 0x69, 0x31, 0x28, 0x17, 0x6c, 0xb4, 0x05, 0x6d, 0x3f, - 0xd0, 0xbd, 0xa0, 0x3f, 0x72, 0x7d, 0x2a, 0x00, 0xdd, 0x36, 0x95, 0xed, 0x94, 0x4a, 0xda, 0xfe, - 0x90, 0x08, 0xf6, 0x2e, 0xef, 0xa4, 0xb5, 0xe8, 0xa0, 0xf0, 0x93, 0xcc, 0x42, 0x77, 0x22, 0x9e, - 0xa5, 0x93, 0x6b, 0x16, 0x3a, 0x28, 0x9a, 0x65, 0x85, 0xa4, 0x4b, 0xba, 0xa1, 0x1f, 0x58, 0xf8, - 0x11, 0xb7, 0x20, 0x0a, 0x5d, 0x58, 0x1a, 0xac, 0xfe, 0x77, 0x11, 0xda, 0xe2, 0xf6, 0x10, 0xb3, - 0xc3, 0xb2, 0xb2, 0x50, 0xe6, 0xc3, 0x4f, 0xb2, 0x59, 0xd8, 0x21, 0xa3, 0x59, 0x0a, 0x48, 0x45, - 0xbe, 0xa6, 0x35, 0x18, 0x8c, 0x4e, 0x40, 0x44, 0x97, 0x31, 0x85, 0xea, 0x59, 0x89, 0x6e, 0x54, - 0x9d, 0x42, 0x68, 0xa8, 0xd2, 0x85, 0xb9, 0x30, 0x7b, 0x64, 0x02, 0x1f, 0x7e, 0x92, 0x96, 0x83, - 0xb1, 0x49, 0xb1, 0x32, 0x81, 0x0f, 0x3f, 0xd1, 0x16, 0x34, 0xd9, 0x94, 0x23, 0xdd, 0xd3, 0xed, - 0x50, 0xdc, 0x9f, 0x97, 0x9a, 0x8c, 0xf7, 0xf1, 0xe9, 0x23, 0x62, 0x7d, 0x76, 0x75, 0xd3, 0xd3, - 0x98, 0x78, 0xec, 0xd2, 0x51, 0x68, 0x05, 0x14, 0x36, 0xcb, 0xa1, 0x69, 0x61, 0xae, 0x38, 0x73, - 0x2c, 0x85, 0xa4, 0xf0, 0x7b, 0xa6, 0x85, 0x99, 0x6e, 0x44, 0x4b, 0xa0, 0x02, 0x51, 0x63, 0xaa, - 0x41, 0x21, 0x54, 0x1c, 0x6e, 0x00, 0xb3, 0xa2, 0xfd, 0xd0, 0x36, 0x33, 0x07, 0xc2, 0x68, 0xe4, - 0xdb, 0x4a, 0x43, 0xb2, 0xb1, 0xcd, 0x94, 0x0b, 0xd8, 0x72, 0x9c, 0xb1, 0x4d, 0x54, 0x4b, 0xfd, - 0xbd, 0x0a, 0x2c, 0x10, 0x0b, 0xc3, 0x8d, 0xcd, 0x0c, 0x01, 0xc2, 0x35, 0x00, 0xc3, 0x0f, 0xfa, - 0x82, 0x55, 0xac, 0x1b, 0x7e, 0xc0, 0xdd, 0xc7, 0x77, 0x42, 0xff, 0x5e, 0x9a, 0x9c, 0xae, 0xa4, - 0x2c, 0x5e, 0xd6, 0xc7, 0x5f, 0xa8, 0xbe, 0x77, 0x03, 0x5a, 0x3c, 0x57, 0x17, 0x12, 0xcb, 0x26, - 0x03, 0xee, 0xc8, 0xed, 0x76, 0x55, 0x5a, 0x67, 0x4c, 0xf8, 0xf9, 0xb9, 0xd9, 0xfc, 0x7c, 0x2d, - 0xed, 0xe7, 0xef, 0x41, 0x47, 0x54, 0xb5, 0xd0, 0x56, 0x4d, 0xd1, 0xb5, 0xb6, 0xa0, 0x6b, 0x7e, - 0xd2, 0x4d, 0x83, 0xe8, 0xa6, 0x6f, 0x40, 0xcb, 0xc1, 0xd8, 0xe8, 0x07, 0x9e, 0xee, 0xf8, 0x87, - 0xd8, 0xa3, 0x6e, 0xbe, 0xa6, 0x35, 0x09, 0x70, 0x9f, 0xc3, 0xd0, 0x5b, 0x00, 0x74, 0x8d, 0xac, - 0x3c, 0xd5, 0x9c, 0x5c, 0x9e, 0xa2, 0x42, 0x43, 0xcb, 0x53, 0x74, 0x53, 0xe8, 0xcf, 0x67, 0x14, - 0x09, 0xa8, 0xff, 0x5c, 0x84, 0xcb, 0xbc, 0x5c, 0x31, 0xbb, 0x5c, 0x4e, 0xf2, 0xd4, 0xa1, 0xab, - 0x2b, 0x9d, 0x51, 0x00, 0x28, 0xe7, 0x08, 0x66, 0x2b, 0x92, 0x60, 0x56, 0x4c, 0x82, 0xab, 0x99, - 0x24, 0x38, 0xaa, 0xff, 0xcd, 0xe5, 0xaf, 0xff, 0xa1, 0x45, 0xa8, 0xd0, 0xcc, 0x8c, 0xca, 0x4e, - 0x5d, 0x63, 0x1f, 0xb9, 0xb8, 0xaa, 0xfe, 0x41, 0x11, 0x5a, 0x7b, 0x58, 0xf7, 0x06, 0x47, 0xe1, - 0x3e, 0xbe, 0x91, 0xac, 0x97, 0xbe, 0x30, 0xa1, 0x5e, 0x2a, 0x0c, 0xf9, 0xca, 0x14, 0x4a, 0x09, - 0x82, 0xc0, 0x0d, 0xf4, 0x88, 0xca, 0xbe, 0x33, 0xb6, 0x79, 0x11, 0xb1, 0x43, 0x1b, 0x38, 0xa9, - 0x3b, 0x63, 0x5b, 0xfd, 0xaf, 0x02, 0x34, 0xbf, 0x4f, 0xa6, 0x09, 0x37, 0xe6, 0x76, 0x72, 0x63, - 0x5e, 0x9a, 0xb0, 0x31, 0x1a, 0x49, 0xb2, 0xf0, 0x31, 0xfe, 0xca, 0xd5, 0x90, 0xff, 0xb1, 0x00, - 0x3d, 0x92, 0x62, 0x6b, 0xcc, 0xee, 0xcc, 0xae, 0x5d, 0x37, 0xa0, 0x75, 0x2c, 0x04, 0xb3, 0x45, - 0x2a, 0x9c, 0xcd, 0xe3, 0x64, 0x49, 0x40, 0x03, 0x25, 0x2c, 0xe9, 0xf2, 0xc5, 0x86, 0x6e, 0xe0, - 0x65, 0x19, 0xd5, 0x29, 0xe2, 0xa8, 0x85, 0xe8, 0x78, 0x22, 0x50, 0xfd, 0xed, 0x02, 0x2c, 0x48, - 0x3a, 0xa2, 0x2b, 0x30, 0xc7, 0xcb, 0x0f, 0x3c, 0x5e, 0x60, 0xfa, 0x6e, 0x10, 0xf6, 0xc4, 0x05, - 0x34, 0xd3, 0xc8, 0x46, 0xc8, 0x06, 0xc9, 0xa8, 0xa3, 0x5c, 0xcb, 0xc8, 0xf0, 0xc7, 0xf0, 0x51, - 0x0f, 0x6a, 0xdc, 0x9a, 0x86, 0x49, 0x6c, 0xf4, 0xad, 0x3e, 0x06, 0x74, 0x1f, 0xc7, 0xbe, 0x6b, - 0x96, 0x1d, 0x8d, 0xed, 0x4d, 0x4c, 0x68, 0xd2, 0x08, 0x19, 0xea, 0x7f, 0x14, 0x60, 0x41, 0xc0, - 0x36, 0x4b, 0x99, 0x28, 0xf6, 0xaf, 0xc5, 0x8b, 0xf8, 0x57, 0xa1, 0x14, 0x52, 0x3a, 0x57, 0x29, - 0xe4, 0x3a, 0x40, 0xb4, 0xff, 0xe1, 0x8e, 0x26, 0x20, 0xea, 0xdf, 0x17, 0xe0, 0xf2, 0x7b, 0xba, - 0x63, 0xb8, 0x87, 0x87, 0xb3, 0x8b, 0xea, 0x26, 0x08, 0x69, 0x6f, 0xde, 0x62, 0xa0, 0x98, 0x2b, - 0xbf, 0x02, 0xf3, 0x1e, 0xf3, 0x4c, 0x86, 0x28, 0xcb, 0x25, 0x4d, 0x09, 0x1b, 0x22, 0x19, 0xfd, - 0xcb, 0x22, 0x20, 0xb2, 0xea, 0xbb, 0xba, 0xa5, 0x3b, 0x03, 0x7c, 0x71, 0xd2, 0x5f, 0x84, 0xb6, - 0x10, 0xc2, 0x44, 0x87, 0xf3, 0xc9, 0x18, 0xc6, 0x47, 0xef, 0x43, 0xfb, 0x80, 0xa1, 0xea, 0x7b, - 0x58, 0xf7, 0x5d, 0x87, 0xb3, 0x43, 0x5a, 0xf7, 0xdb, 0xf7, 0xcc, 0xe1, 0x10, 0x7b, 0x9b, 0xae, - 0x63, 0xf0, 0xa8, 0xfd, 0x20, 0x24, 0x93, 0x0c, 0x25, 0xca, 0x10, 0xc7, 0x73, 0x11, 0x73, 0xa2, - 0x80, 0x8e, 0x6e, 0x85, 0x8f, 0x75, 0x2b, 0xde, 0x88, 0xd8, 0x1b, 0x2a, 0xac, 0x61, 0x6f, 0x72, - 0xd9, 0x57, 0x12, 0x5f, 0xa9, 0x7f, 0x53, 0x00, 0x14, 0xa5, 0xe6, 0xb4, 0x96, 0x41, 0x35, 0x3a, - 0x3d, 0xb4, 0x20, 0x71, 0xca, 0x57, 0xa1, 0x6e, 0x84, 0x23, 0xb9, 0x09, 0x8a, 0x01, 0xd4, 0x47, - 0x52, 0xa2, 0xfb, 0x44, 0xf2, 0xb0, 0x11, 0xa6, 0xbe, 0x0c, 0xf8, 0x80, 0xc2, 0xc4, 0xf0, 0xac, - 0x9c, 0x0e, 0xcf, 0x92, 0x55, 0xcd, 0x8a, 0x50, 0xd5, 0x54, 0x7f, 0x5a, 0x04, 0x85, 0xba, 0x90, - 0xcd, 0xb8, 0x3c, 0x95, 0x8b, 0xe8, 0x1b, 0xd0, 0xe2, 0x97, 0x5b, 0x04, 0xc2, 0x9b, 0x4f, 0x12, - 0x93, 0xa1, 0x9b, 0xb0, 0xc8, 0x3a, 0x79, 0xd8, 0x1f, 0x5b, 0x71, 0xd6, 0xc7, 0x92, 0x19, 0xf4, - 0x84, 0xf9, 0x2e, 0xd2, 0x14, 0x8e, 0x78, 0x08, 0x97, 0x87, 0x96, 0x7b, 0xa0, 0x5b, 0x7d, 0x91, - 0x3d, 0x8c, 0x87, 0x39, 0x24, 0x7e, 0x91, 0x0d, 0xdf, 0x4b, 0xf2, 0xd0, 0x47, 0x77, 0xa1, 0xe5, - 0x63, 0xfc, 0x38, 0x4e, 0x05, 0x2b, 0x79, 0x52, 0xc1, 0x26, 0x19, 0x13, 0x7e, 0xa9, 0x7f, 0x5c, - 0x80, 0x4e, 0xea, 0x4c, 0x22, 0x5d, 0xb8, 0x28, 0x64, 0x0b, 0x17, 0xb7, 0xa1, 0x42, 0x2c, 0x15, - 0xf3, 0x2d, 0x6d, 0x79, 0x52, 0x2d, 0xce, 0xaa, 0xb1, 0x01, 0x68, 0x1d, 0x16, 0x24, 0x77, 0x1f, - 0x38, 0xfb, 0x51, 0xf6, 0xea, 0x83, 0xfa, 0xb3, 0x32, 0x34, 0x12, 0x5b, 0x31, 0xa5, 0xe6, 0xf2, - 0x4c, 0x6a, 0xcb, 0x93, 0xce, 0xba, 0x89, 0xc8, 0xd9, 0xd8, 0x66, 0x79, 0x1f, 0x4f, 0x42, 0x6d, - 0x6c, 0xd3, 0xac, 0x2f, 0x99, 0xd0, 0x55, 0x85, 0x84, 0x2e, 0x95, 0xf2, 0xce, 0x9d, 0x91, 0xf2, - 0xd6, 0xc4, 0x94, 0x57, 0x50, 0xa1, 0x7a, 0x5a, 0x85, 0xf2, 0x96, 0x41, 0x6e, 0xc2, 0xc2, 0x80, - 0xd5, 0xee, 0xef, 0x9e, 0x6e, 0x46, 0x4d, 0x3c, 0x28, 0x95, 0x35, 0xa1, 0x7b, 0x71, 0x81, 0x93, - 0x71, 0x99, 0x25, 0x1d, 0xf2, 0x8c, 0x9a, 0xf3, 0x86, 0x31, 0x39, 0xb4, 0xcc, 0xf4, 0x2b, 0x5d, - 0x80, 0x69, 0x5d, 0xa8, 0x00, 0xf3, 0x1c, 0x34, 0xc2, 0x48, 0x85, 0x68, 0x7a, 0x9b, 0x19, 0xbd, - 0xd0, 0x0c, 0x18, 0xbe, 0x60, 0x07, 0x3a, 0xe2, 0xe9, 0x46, 0xba, 0x1e, 0xa1, 0x64, 0xeb, 0x11, - 0x57, 0x60, 0xce, 0xf4, 0xfb, 0x87, 0xfa, 0x63, 0xdc, 0x9d, 0xa7, 0xad, 0x55, 0xd3, 0xbf, 0xa7, - 0x3f, 0xc6, 0xea, 0xbf, 0x96, 0xa0, 0x1d, 0x3b, 0xd8, 0xdc, 0x16, 0x24, 0xcf, 0xfd, 0x9f, 0x1d, - 0x50, 0xe2, 0xb8, 0x87, 0xee, 0xf0, 0x99, 0x39, 0x78, 0xfa, 0xc8, 0xb0, 0x33, 0x4a, 0xe9, 0xab, - 0xe0, 0xee, 0xcb, 0xe7, 0x72, 0xf7, 0x33, 0xde, 0x0c, 0xb8, 0x05, 0x4b, 0x91, 0xef, 0x15, 0x96, - 0xcd, 0x12, 0xac, 0xc5, 0xb0, 0x71, 0x37, 0xb9, 0xfc, 0x09, 0x26, 0x60, 0x6e, 0x92, 0x09, 0x48, - 0x8b, 0x40, 0x2d, 0x23, 0x02, 0xd9, 0x0b, 0x0a, 0x75, 0xc9, 0x05, 0x05, 0xf5, 0x21, 0x2c, 0xd0, - 0x62, 0xb3, 0x3f, 0xf0, 0xcc, 0x03, 0x1c, 0xa5, 0x00, 0x79, 0xd8, 0xda, 0x83, 0x5a, 0x2a, 0x8b, - 0x88, 0xbe, 0xd5, 0x1f, 0x17, 0xe0, 0x72, 0x76, 0x5e, 0x2a, 0x31, 0xb1, 0x21, 0x29, 0x08, 0x86, - 0xe4, 0x97, 0x61, 0x21, 0x11, 0x51, 0x0a, 0x33, 0x4f, 0x88, 0xc0, 0x25, 0x84, 0x6b, 0x28, 0x9e, - 0x23, 0x84, 0xa9, 0x3f, 0x2b, 0x44, 0x35, 0x7b, 0x02, 0x1b, 0xd2, 0x03, 0x11, 0xe2, 0xd7, 0x5c, - 0xc7, 0x32, 0x9d, 0xa8, 0xe0, 0xc2, 0xd7, 0xc8, 0x80, 0xbc, 0xe0, 0xf2, 0x1e, 0x74, 0x78, 0xa7, - 0xc8, 0x3d, 0xe5, 0x0c, 0xc8, 0xda, 0x6c, 0x5c, 0xe4, 0x98, 0x5e, 0x84, 0x36, 0x3f, 0xa9, 0x08, - 0xf1, 0x95, 0x64, 0xe7, 0x17, 0xdf, 0x03, 0x25, 0xec, 0x76, 0x5e, 0x87, 0xd8, 0xe1, 0x03, 0xa3, - 0xc0, 0xee, 0x37, 0x0b, 0xd0, 0x15, 0xdd, 0x63, 0x62, 0xf9, 0xe7, 0x0f, 0xef, 0xde, 0x14, 0xcf, - 0xa7, 0x5f, 0x3c, 0x83, 0x9e, 0x18, 0x4f, 0x78, 0x4a, 0xfd, 0xbb, 0x45, 0x7a, 0xd9, 0x80, 0xa4, - 0x7a, 0x5b, 0xa6, 0x1f, 0x78, 0xe6, 0xc1, 0x78, 0xb6, 0x13, 0x53, 0x1d, 0x1a, 0x83, 0x23, 0x3c, - 0x78, 0x3c, 0x72, 0xcd, 0x98, 0x2b, 0xef, 0xc8, 0x68, 0x9a, 0x8c, 0x76, 0x6d, 0x33, 0x9e, 0x81, - 0x1d, 0x39, 0x25, 0xe7, 0xec, 0xfd, 0x10, 0x94, 0x74, 0x87, 0xe4, 0x49, 0x4f, 0x9d, 0x9d, 0xf4, - 0xdc, 0x12, 0x4f, 0x7a, 0xa6, 0x44, 0x1a, 0x89, 0x83, 0x9e, 0xbf, 0x2d, 0xc2, 0xd7, 0xa5, 0xb4, - 0xcd, 0x92, 0x25, 0x4d, 0xaa, 0x23, 0xdd, 0x85, 0x5a, 0x2a, 0xa9, 0x7d, 0xe9, 0x0c, 0xfe, 0xf1, - 0x92, 0x2c, 0x2b, 0x0d, 0xfa, 0x71, 0x6c, 0x15, 0x2b, 0x7c, 0x79, 0xf2, 0x1c, 0x5c, 0xef, 0x84, - 0x39, 0xc2, 0x71, 0xe8, 0x0e, 0x34, 0x59, 0xc1, 0xa0, 0x7f, 0x6c, 0xe2, 0x93, 0xf0, 0x1c, 0xf5, - 0xba, 0xd4, 0x34, 0xd3, 0x7e, 0x8f, 0x4c, 0x7c, 0xa2, 0x35, 0xac, 0xe8, 0xb7, 0xaf, 0xfe, 0x7e, - 0x19, 0x20, 0x6e, 0x23, 0xd9, 0x59, 0xac, 0xf3, 0x5c, 0x89, 0x13, 0x10, 0x12, 0x4b, 0x88, 0x91, - 0x6b, 0xf8, 0x89, 0xb4, 0xf8, 0x1c, 0xc3, 0x30, 0xfd, 0x80, 0xef, 0xcb, 0xfa, 0xd9, 0xb4, 0x84, - 0x5b, 0x44, 0x58, 0xc6, 0x65, 0xc6, 0x8f, 0x21, 0xe8, 0x35, 0x40, 0x43, 0xcf, 0x3d, 0x31, 0x9d, - 0x61, 0x32, 0xdf, 0x60, 0x69, 0xc9, 0x3c, 0x6f, 0x49, 0x24, 0x1c, 0x3f, 0x02, 0x25, 0xd5, 0x3d, - 0xdc, 0x92, 0x5b, 0x53, 0xc8, 0xb8, 0x2f, 0xcc, 0xc5, 0xc5, 0xb7, 0x23, 0x62, 0xa0, 0x87, 0xa6, - 0xfb, 0xba, 0x37, 0xc4, 0x21, 0x47, 0x79, 0x1c, 0x26, 0x02, 0x7b, 0x7d, 0x50, 0xd2, 0xab, 0x92, - 0x1c, 0x69, 0xbe, 0x2e, 0x0a, 0xfa, 0x59, 0xf6, 0x88, 0x4c, 0x93, 0x10, 0xf5, 0x9e, 0x0e, 0x8b, - 0x32, 0x7a, 0x25, 0x48, 0x2e, 0xac, 0x4d, 0xef, 0x44, 0x21, 0x31, 0xe5, 0xc3, 0x24, 0x2f, 0x93, - 0x28, 0x3c, 0x17, 0x85, 0xc2, 0xb3, 0xfa, 0xeb, 0x25, 0x40, 0x59, 0xf1, 0x47, 0x6d, 0x28, 0x46, - 0x93, 0x14, 0xb7, 0xb7, 0x52, 0xe2, 0x56, 0xcc, 0x88, 0xdb, 0x55, 0xa8, 0x47, 0x5e, 0x9f, 0x9b, - 0xf8, 0x18, 0x90, 0x14, 0xc6, 0xb2, 0x28, 0x8c, 0x09, 0xc2, 0x2a, 0x62, 0x45, 0xfc, 0x26, 0x2c, - 0x5a, 0xba, 0x1f, 0xf4, 0x59, 0xe1, 0x3d, 0x30, 0x6d, 0xec, 0x07, 0xba, 0x3d, 0xa2, 0xac, 0x2c, - 0x6b, 0x88, 0xb4, 0x6d, 0x91, 0xa6, 0xfd, 0xb0, 0x05, 0xed, 0x87, 0xd1, 0x35, 0xb1, 0xbd, 0xfc, - 0xb2, 0xc0, 0xeb, 0xf9, 0xd4, 0x3d, 0x2e, 0x77, 0x33, 0x89, 0xaa, 0x47, 0x61, 0x67, 0xef, 0x13, - 0x68, 0x8b, 0x8d, 0x12, 0xf6, 0xdd, 0x16, 0xd9, 0x97, 0x27, 0xb0, 0x4d, 0xf0, 0xf0, 0x08, 0x50, - 0xd6, 0x78, 0x24, 0xf7, 0xac, 0x20, 0xee, 0xd9, 0x34, 0x5e, 0x24, 0xf6, 0xb4, 0x24, 0x32, 0xfb, - 0x4f, 0x4b, 0x80, 0xe2, 0x08, 0x2e, 0x3a, 0xbc, 0xce, 0x13, 0xf6, 0xac, 0xc3, 0x42, 0x36, 0xbe, - 0x0b, 0x83, 0x5a, 0x94, 0x89, 0xee, 0x64, 0x91, 0x58, 0x49, 0x76, 0x55, 0xf4, 0x8d, 0xc8, 0xdc, - 0xb3, 0x70, 0xf5, 0xfa, 0xc4, 0xf3, 0x0c, 0xd1, 0xe2, 0xff, 0x30, 0x7d, 0xc5, 0x94, 0xd9, 0x8f, - 0xdb, 0x52, 0xd3, 0x9c, 0x59, 0xf2, 0xd4, 0xfb, 0xa5, 0x42, 0x20, 0x5d, 0x3d, 0x4f, 0x20, 0x3d, - 0xfb, 0x85, 0xd0, 0x7f, 0x2b, 0xc2, 0x7c, 0xb4, 0x91, 0xe7, 0x62, 0xd2, 0xf4, 0x7b, 0x06, 0x9f, - 0x33, 0x57, 0x3e, 0x96, 0x73, 0xe5, 0xdb, 0x67, 0x26, 0x33, 0x79, 0x99, 0x32, 0xfb, 0xce, 0x7e, - 0x0a, 0x73, 0xbc, 0x2c, 0x9d, 0x31, 0x70, 0x79, 0xca, 0x05, 0x8b, 0x50, 0x21, 0xf6, 0x34, 0xac, - 0x29, 0xb2, 0x0f, 0xb6, 0xa5, 0xc9, 0x0b, 0xc7, 0xdc, 0xc6, 0xb5, 0x84, 0xfb, 0xc6, 0xea, 0xbf, - 0x17, 0x01, 0xf6, 0x4e, 0x9d, 0xc1, 0x1d, 0xa6, 0xa4, 0x37, 0xa1, 0x3c, 0xed, 0x7a, 0x1a, 0xe9, - 0x4d, 0x65, 0x8b, 0xf6, 0xcc, 0xc1, 0x5c, 0xa1, 0x20, 0x52, 0x4a, 0x17, 0x44, 0x26, 0x95, 0x32, - 0x26, 0x9b, 0xe0, 0x6f, 0x43, 0x99, 0x9a, 0x52, 0x76, 0x7b, 0x2b, 0xd7, 0xa9, 0x30, 0x1d, 0x80, - 0x56, 0x20, 0x74, 0xc9, 0xdb, 0x0e, 0xf3, 0xb9, 0xd4, 0x1c, 0x97, 0xb4, 0x34, 0x18, 0xbd, 0x04, - 0x6d, 0x56, 0x08, 0x8b, 0x3a, 0xb2, 0x9c, 0x2e, 0x05, 0xcd, 0x7a, 0xf4, 0xba, 0xc4, 0xa3, 0xab, - 0x9f, 0x15, 0xe1, 0x0a, 0xd9, 0xb5, 0x67, 0x13, 0x6b, 0xe7, 0x11, 0x89, 0x84, 0x95, 0x2e, 0x89, - 0x56, 0xfa, 0x36, 0xcc, 0xb1, 0x22, 0x4a, 0x18, 0x35, 0x5e, 0x9f, 0xc4, 0x63, 0x26, 0x11, 0x5a, - 0xd8, 0x7d, 0xd6, 0x4c, 0x5c, 0x38, 0x09, 0xaf, 0xce, 0x76, 0x12, 0x3e, 0x97, 0x2e, 0xb5, 0x26, - 0x84, 0xa5, 0x26, 0xfa, 0x96, 0x87, 0xd0, 0xd2, 0x92, 0x02, 0x8f, 0x10, 0x94, 0x13, 0xd7, 0x50, - 0xe9, 0x6f, 0x9a, 0x3c, 0xeb, 0x23, 0x7d, 0x60, 0x06, 0xa7, 0x74, 0x3b, 0x2b, 0x5a, 0xf4, 0x2d, - 0xd7, 0x2e, 0xf5, 0x7f, 0x0b, 0x70, 0x39, 0x3c, 0x2a, 0xe5, 0xba, 0x7b, 0x71, 0x8e, 0x6e, 0xc0, - 0x12, 0x57, 0xd4, 0x94, 0xc6, 0xb2, 0x10, 0x79, 0x81, 0xc1, 0xc4, 0x65, 0x6c, 0xc0, 0x52, 0x40, - 0x85, 0x2c, 0x3d, 0x86, 0xf1, 0x7b, 0x81, 0x35, 0x8a, 0x63, 0xf2, 0x1c, 0x55, 0x3f, 0xc7, 0xee, - 0x55, 0xf1, 0xad, 0xe5, 0xaa, 0x07, 0xce, 0xd8, 0xe6, 0xab, 0x54, 0x4f, 0xe0, 0x2a, 0xbb, 0x08, - 0x7e, 0x20, 0x52, 0x34, 0xd3, 0x49, 0x85, 0x74, 0xdd, 0x29, 0x4b, 0xf5, 0x27, 0x05, 0xb8, 0x36, - 0x01, 0xf3, 0x2c, 0x39, 0xda, 0x03, 0x29, 0xf6, 0x09, 0x19, 0xb5, 0x80, 0x97, 0x5d, 0x43, 0x10, - 0x89, 0xfc, 0xac, 0x0c, 0xf3, 0x99, 0x4e, 0xe7, 0x96, 0xb9, 0x57, 0x01, 0x11, 0x26, 0x44, 0x8f, - 0x1e, 0x69, 0x91, 0x82, 0xbb, 0x44, 0xc5, 0x19, 0xdb, 0xd1, 0x83, 0xc7, 0x1d, 0xd7, 0xc0, 0xc8, - 0x64, 0xbd, 0xd9, 0x39, 0x45, 0xc4, 0xb9, 0xf2, 0xe4, 0xb7, 0x2d, 0x19, 0x02, 0xd7, 0x76, 0xc6, - 0x36, 0x3b, 0xd2, 0xe0, 0x5c, 0x66, 0x6e, 0x8e, 0xa0, 0x12, 0xc0, 0xe8, 0x10, 0xe6, 0xe9, 0xad, - 0xbb, 0x71, 0x30, 0x74, 0x49, 0x9a, 0x44, 0xe9, 0x62, 0xce, 0xf4, 0xbb, 0xb9, 0x31, 0x7d, 0xc8, - 0x47, 0x13, 0xe2, 0x79, 0xa6, 0xe4, 0x88, 0xd0, 0x10, 0x8f, 0xe9, 0x0c, 0x5c, 0x3b, 0xc2, 0x53, - 0x3d, 0x27, 0x9e, 0x6d, 0x3e, 0x5a, 0xc4, 0x93, 0x84, 0xf6, 0x36, 0x61, 0x49, 0xba, 0xf4, 0x69, - 0xee, 0xbb, 0x92, 0xcc, 0xa7, 0xee, 0xc2, 0xa2, 0x6c, 0x55, 0x17, 0x98, 0x23, 0x43, 0xf1, 0x79, - 0xe6, 0x50, 0xff, 0xa2, 0x08, 0xad, 0x2d, 0x6c, 0xe1, 0x00, 0x7f, 0xbe, 0x27, 0xc9, 0x99, 0x63, - 0xf1, 0x52, 0xf6, 0x58, 0x3c, 0x73, 0xc6, 0x5f, 0x96, 0x9c, 0xf1, 0x5f, 0x8b, 0xae, 0x36, 0x90, - 0x59, 0x2a, 0x62, 0x64, 0x60, 0xa0, 0x37, 0xa1, 0x39, 0xf2, 0x4c, 0x5b, 0xf7, 0x4e, 0xfb, 0x8f, - 0xf1, 0xa9, 0xcf, 0x9d, 0x46, 0x57, 0xea, 0x76, 0xb6, 0xb7, 0x7c, 0xad, 0xc1, 0x7b, 0xbf, 0x8f, - 0x4f, 0xe9, 0xb5, 0x89, 0x28, 0x39, 0x63, 0xf7, 0xe4, 0xca, 0x5a, 0x02, 0xb2, 0xfa, 0x0a, 0xd4, - 0xa3, 0xeb, 0x48, 0xa8, 0x06, 0xe5, 0x7b, 0x63, 0xcb, 0x52, 0x2e, 0xa1, 0x3a, 0x54, 0x68, 0xfa, - 0xa6, 0x14, 0xc8, 0x4f, 0x1a, 0xd1, 0x29, 0xc5, 0xd5, 0x5f, 0x82, 0x7a, 0x74, 0x2d, 0x02, 0x35, - 0x60, 0xee, 0xa1, 0xf3, 0xbe, 0xe3, 0x9e, 0x38, 0xca, 0x25, 0x34, 0x07, 0xa5, 0x3b, 0x96, 0xa5, - 0x14, 0x50, 0x0b, 0xea, 0x7b, 0x81, 0x87, 0x75, 0xc2, 0x3e, 0xa5, 0x88, 0xda, 0x00, 0xef, 0x99, - 0x7e, 0xe0, 0x7a, 0xe6, 0x40, 0xb7, 0x94, 0xd2, 0xea, 0xa7, 0xd0, 0x16, 0xab, 0xe4, 0xa8, 0x09, - 0xb5, 0x1d, 0x37, 0x78, 0xf7, 0xa9, 0xe9, 0x07, 0xca, 0x25, 0xd2, 0x7f, 0xc7, 0x0d, 0x76, 0x3d, - 0xec, 0x63, 0x27, 0x50, 0x0a, 0x08, 0xa0, 0xfa, 0xa1, 0xb3, 0x65, 0xfa, 0x8f, 0x95, 0x22, 0x5a, - 0xe0, 0x07, 0x60, 0xba, 0xb5, 0xcd, 0x4b, 0xcf, 0x4a, 0x89, 0x0c, 0x8f, 0xbe, 0xca, 0x48, 0x81, - 0x66, 0xd4, 0xe5, 0xfe, 0xee, 0x43, 0xa5, 0xc2, 0xa8, 0x27, 0x3f, 0xab, 0xab, 0x06, 0x28, 0xe9, - 0x83, 0x5b, 0x32, 0x27, 0x5b, 0x44, 0x04, 0x52, 0x2e, 0x91, 0x95, 0xf1, 0x93, 0x73, 0xa5, 0x80, - 0x3a, 0xd0, 0x48, 0x9c, 0x43, 0x2b, 0x45, 0x02, 0xb8, 0xef, 0x8d, 0x06, 0x5c, 0xb6, 0x18, 0x09, - 0x44, 0x50, 0xb7, 0xc8, 0x4e, 0x94, 0x57, 0xef, 0x42, 0x2d, 0xcc, 0x3a, 0x48, 0x57, 0xbe, 0x45, - 0xe4, 0x53, 0xb9, 0x84, 0xe6, 0xa1, 0x25, 0x3c, 0xa8, 0x53, 0x0a, 0x08, 0x41, 0x5b, 0x7c, 0xf2, - 0xaa, 0x14, 0x57, 0x37, 0x00, 0xe2, 0xe8, 0x9d, 0x90, 0xb3, 0xed, 0x1c, 0xeb, 0x96, 0x69, 0x30, - 0xda, 0x48, 0x13, 0xd9, 0x5d, 0xba, 0x3b, 0x4c, 0x67, 0x95, 0xe2, 0xea, 0xdb, 0x50, 0x0b, 0x23, - 0x52, 0x02, 0xd7, 0xb0, 0xed, 0x1e, 0x63, 0xc6, 0x99, 0x3d, 0x1c, 0x30, 0x3e, 0xde, 0xb1, 0xb1, - 0x63, 0x28, 0x45, 0x42, 0xc6, 0xc3, 0x91, 0xa1, 0x07, 0xe1, 0xe5, 0x51, 0xa5, 0xb4, 0xf1, 0x9f, - 0x0b, 0x00, 0xec, 0x24, 0xd6, 0x75, 0x3d, 0x03, 0x59, 0xf4, 0x46, 0xc6, 0xa6, 0x6b, 0x8f, 0x5c, - 0x27, 0x3c, 0x26, 0xf2, 0xd1, 0x5a, 0xaa, 0xf0, 0xc1, 0x3e, 0xb2, 0x1d, 0xf9, 0xde, 0xf4, 0x5e, - 0x90, 0xf6, 0x4f, 0x75, 0x56, 0x2f, 0x21, 0x9b, 0x62, 0xdb, 0x37, 0x6d, 0xbc, 0x6f, 0x0e, 0x1e, - 0x47, 0xc7, 0xb7, 0x93, 0x9f, 0xa2, 0xa6, 0xba, 0x86, 0xf8, 0x6e, 0x48, 0xf1, 0xed, 0x05, 0x9e, - 0xe9, 0x0c, 0x43, 0xef, 0xa8, 0x5e, 0x42, 0x4f, 0x52, 0x0f, 0x61, 0x43, 0x84, 0x1b, 0x79, 0xde, - 0xbe, 0x5e, 0x0c, 0xa5, 0x05, 0x9d, 0xd4, 0x3f, 0x0e, 0xa0, 0x55, 0xf9, 0x8b, 0x22, 0xd9, 0xbf, - 0x23, 0xf4, 0x5e, 0xc9, 0xd5, 0x37, 0xc2, 0x66, 0x42, 0x5b, 0x7c, 0x2a, 0x8f, 0xbe, 0x31, 0x69, - 0x82, 0xcc, 0x9b, 0xc6, 0xde, 0x6a, 0x9e, 0xae, 0x11, 0xaa, 0x8f, 0x98, 0xf8, 0x4e, 0x43, 0x25, - 0x7d, 0x46, 0xda, 0x3b, 0x2b, 0x30, 0x51, 0x2f, 0xa1, 0x4f, 0x48, 0x0c, 0x91, 0x7a, 0x79, 0x89, - 0x5e, 0x95, 0xfb, 0x3d, 0xf9, 0x03, 0xcd, 0x69, 0x18, 0x3e, 0x4a, 0x2b, 0xdf, 0x64, 0xea, 0x33, - 0x4f, 0xba, 0xf3, 0x53, 0x9f, 0x98, 0xfe, 0x2c, 0xea, 0xcf, 0x8d, 0xc1, 0x62, 0xe9, 0x94, 0xe4, - 0xcd, 0x57, 0x5a, 0x94, 0xe3, 0x6c, 0x66, 0xf2, 0x03, 0xb1, 0x69, 0xd8, 0xc6, 0x54, 0x49, 0xd3, - 0x57, 0x10, 0x5e, 0x9b, 0x70, 0xb8, 0x21, 0x7f, 0x6c, 0xda, 0x5b, 0xcb, 0xdb, 0x3d, 0x29, 0xcb, - 0xe2, 0x7b, 0x46, 0x39, 0x8b, 0xa4, 0x6f, 0x30, 0xe5, 0xb2, 0x2c, 0x7f, 0x1e, 0xa9, 0x5e, 0x42, - 0xfb, 0x82, 0xa9, 0x47, 0x2f, 0x4d, 0x12, 0x05, 0xf1, 0x4e, 0xd2, 0xb4, 0x7d, 0xfb, 0x55, 0x40, - 0x4c, 0x53, 0x9d, 0x43, 0x73, 0x38, 0xf6, 0x74, 0x26, 0xc6, 0x93, 0x8c, 0x5b, 0xb6, 0x6b, 0x88, - 0xe6, 0x9b, 0xe7, 0x18, 0x11, 0x2d, 0xa9, 0x0f, 0x70, 0x1f, 0x07, 0x1f, 0xd0, 0x87, 0x6d, 0x7e, - 0x7a, 0x45, 0xb1, 0xfd, 0xe6, 0x1d, 0x42, 0x54, 0x2f, 0x4f, 0xed, 0x17, 0x21, 0x38, 0x80, 0xc6, - 0x7d, 0x92, 0x5f, 0xd1, 0x98, 0xd1, 0x47, 0x13, 0x47, 0x86, 0x3d, 0x42, 0x14, 0x2b, 0xd3, 0x3b, - 0x26, 0x8d, 0x67, 0xea, 0x6d, 0x27, 0x9a, 0xc8, 0xd8, 0xec, 0x8b, 0x53, 0xb9, 0xf1, 0x9c, 0xf0, - 0x58, 0x94, 0xad, 0x88, 0x1e, 0xb0, 0xbd, 0x87, 0x75, 0x2b, 0x38, 0x9a, 0xb0, 0xa2, 0x44, 0x8f, - 0xb3, 0x57, 0x24, 0x74, 0x8c, 0x70, 0x60, 0x58, 0x60, 0x5a, 0x28, 0x26, 0xa6, 0xeb, 0xf2, 0x29, - 0xb2, 0x3d, 0x73, 0x8a, 0x9e, 0x0e, 0xf3, 0x5b, 0x9e, 0x3b, 0x12, 0x91, 0xbc, 0x26, 0x45, 0x92, - 0xe9, 0x97, 0x13, 0xc5, 0x0f, 0xa0, 0x19, 0xe6, 0xff, 0x34, 0x63, 0x91, 0xef, 0x42, 0xb2, 0x4b, - 0xce, 0x89, 0x3f, 0x86, 0x4e, 0xaa, 0xb0, 0x20, 0x67, 0xba, 0xbc, 0xfa, 0x30, 0x6d, 0xf6, 0x13, - 0x40, 0xf4, 0xc1, 0xae, 0xf8, 0x9f, 0x03, 0xf2, 0xf8, 0x26, 0xdb, 0x31, 0x44, 0xb2, 0x9e, 0xbb, - 0x7f, 0xc4, 0xf9, 0x5f, 0x83, 0x25, 0x69, 0xf2, 0x9e, 0x36, 0x08, 0xfc, 0x12, 0xf2, 0x19, 0x15, - 0x86, 0xb4, 0x41, 0x38, 0x73, 0x44, 0x88, 0x7f, 0xe3, 0x77, 0xe6, 0xa1, 0x4e, 0xe3, 0x3c, 0xca, - 0xad, 0x5f, 0x84, 0x79, 0xcf, 0x36, 0xcc, 0xfb, 0x18, 0x3a, 0xa9, 0x87, 0xa4, 0x72, 0xa1, 0x95, - 0xbf, 0x36, 0xcd, 0x11, 0xad, 0x88, 0x6f, 0x30, 0xe5, 0xae, 0x50, 0xfa, 0x4e, 0x73, 0xda, 0xdc, - 0x8f, 0xd8, 0x23, 0xed, 0xe8, 0x8c, 0xf6, 0xe5, 0x89, 0x47, 0x0a, 0xe2, 0x65, 0xe2, 0x2f, 0x3e, - 0x0a, 0xfa, 0x6a, 0x47, 0xa0, 0x1f, 0x43, 0x27, 0xf5, 0x5c, 0x47, 0x2e, 0x31, 0xf2, 0x37, 0x3d, - 0xd3, 0x66, 0xff, 0x39, 0x06, 0x4f, 0x06, 0x2c, 0x48, 0x5e, 0x47, 0xa0, 0xb5, 0x49, 0x81, 0xa8, - 0xfc, 0x19, 0xc5, 0xf4, 0x05, 0xb5, 0x04, 0x35, 0x4d, 0xfb, 0x9b, 0x98, 0xc8, 0xf4, 0x9f, 0x15, - 0xf5, 0x5e, 0xcd, 0xf7, 0xcf, 0x46, 0xd1, 0x82, 0xf6, 0xa0, 0xca, 0x1e, 0xf1, 0xa0, 0xe7, 0xe5, - 0x47, 0x2b, 0x89, 0x07, 0x3e, 0xbd, 0x69, 0xcf, 0x80, 0xfc, 0xb1, 0x15, 0x10, 0xfa, 0x7f, 0x05, - 0xda, 0x0c, 0x14, 0x6d, 0xd0, 0x33, 0x9c, 0x7c, 0x0f, 0x2a, 0xd4, 0xb4, 0x23, 0xe9, 0x81, 0x42, - 0xf2, 0xa9, 0x4e, 0x6f, 0xfa, 0xeb, 0x9c, 0x98, 0xe2, 0xd6, 0xf7, 0xd9, 0x7f, 0xcc, 0x71, 0x82, - 0x9f, 0xe5, 0xe4, 0xff, 0xbf, 0x63, 0xe3, 0xa7, 0xf4, 0xa1, 0x49, 0xfa, 0x2a, 0x15, 0x5a, 0x3b, - 0xdf, 0x7d, 0xb0, 0xde, 0x7a, 0xee, 0xfe, 0x11, 0xe6, 0x1f, 0x81, 0x92, 0x3e, 0x68, 0x43, 0xaf, - 0x4c, 0xd2, 0x44, 0x19, 0xce, 0x29, 0x6a, 0xf8, 0x3d, 0xa8, 0xb2, 0x0a, 0xab, 0x5c, 0x7c, 0x85, - 0xea, 0xeb, 0x94, 0xb9, 0xee, 0x7e, 0xeb, 0xa3, 0x8d, 0xa1, 0x19, 0x1c, 0x8d, 0x0f, 0x48, 0xcb, - 0x3a, 0xeb, 0xfa, 0x9a, 0xe9, 0xf2, 0x5f, 0xeb, 0x21, 0x2f, 0xd7, 0xe9, 0xe8, 0x75, 0x8a, 0x60, - 0x74, 0x70, 0x50, 0xa5, 0x9f, 0xb7, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xfa, 0x02, 0xe3, 0x73, - 0xe4, 0x52, 0x00, 0x00, + 0x19, 0x91, 0xc0, 0x0b, 0xf3, 0x55, 0x34, 0x93, 0xc5, 0x8c, 0x99, 0xcc, 0xc1, 0x63, 0x1a, 0x62, + 0xa7, 0xe9, 0x99, 0x85, 0x77, 0xaf, 0x43, 0x85, 0x28, 0x60, 0xc8, 0xaa, 0xe7, 0x64, 0xac, 0x4a, + 0x22, 0x63, 0xbd, 0x55, 0x87, 0x51, 0x11, 0xdb, 0xed, 0x19, 0xc4, 0x2d, 0xbd, 0xec, 0xa2, 0x64, + 0xd9, 0xbf, 0x5d, 0x80, 0x2b, 0x19, 0x84, 0xb3, 0xac, 0xfb, 0x2d, 0xa8, 0x52, 0x6f, 0x14, 0x2e, + 0xfc, 0x05, 0xe9, 0xc2, 0x13, 0xe8, 0x88, 0xb5, 0xd1, 0xf8, 0x18, 0xd5, 0x05, 0x25, 0xdd, 0x46, + 0xfc, 0x24, 0xf7, 0x91, 0x7d, 0x47, 0xb7, 0x19, 0x03, 0xea, 0x5a, 0x83, 0xc3, 0x76, 0x74, 0x1b, + 0xa3, 0xaf, 0x41, 0x8d, 0xa8, 0x6c, 0xdf, 0x34, 0xc2, 0xed, 0x9f, 0xa3, 0x2a, 0x6c, 0xf8, 0xe8, + 0x1a, 0x00, 0x6d, 0xd2, 0x0d, 0xc3, 0x63, 0x2e, 0xb4, 0xae, 0xd5, 0x09, 0xe4, 0x0e, 0x01, 0xa8, + 0x7f, 0x54, 0x80, 0xeb, 0x7b, 0xa7, 0xce, 0x60, 0x07, 0x9f, 0x6c, 0x7a, 0x58, 0x0f, 0x70, 0x6c, + 0xb4, 0x3f, 0x57, 0xc6, 0xa3, 0x65, 0x68, 0x24, 0xf4, 0x97, 0x8b, 0x64, 0x12, 0xa4, 0xfe, 0x4d, + 0x01, 0x9a, 0xc4, 0x8b, 0x7c, 0x80, 0x03, 0x9d, 0x88, 0x08, 0xfa, 0x0e, 0xd4, 0x2d, 0x57, 0x37, + 0xfa, 0xc1, 0xe9, 0x88, 0x51, 0xd3, 0x4e, 0x53, 0x13, 0xbb, 0x9e, 0xfd, 0xd3, 0x11, 0xd6, 0x6a, + 0x16, 0xff, 0x95, 0x8b, 0xa2, 0xb4, 0x95, 0x29, 0x49, 0x2c, 0xe5, 0x73, 0xd0, 0xb0, 0x71, 0xe0, + 0x99, 0x03, 0x46, 0x44, 0x99, 0x6e, 0x05, 0x30, 0x10, 0x41, 0xa4, 0xfe, 0xa4, 0x0a, 0x97, 0x7f, + 0xa0, 0x07, 0x83, 0xa3, 0x2d, 0x3b, 0x8c, 0x62, 0x2e, 0xce, 0xc7, 0xd8, 0x2e, 0x17, 0x93, 0x76, + 0xf9, 0x99, 0xd9, 0xfd, 0x48, 0x47, 0x2b, 0x32, 0x1d, 0x25, 0x89, 0xf9, 0xda, 0x23, 0x2e, 0x66, + 0x09, 0x1d, 0x4d, 0x04, 0x1b, 0xd5, 0x8b, 0x04, 0x1b, 0x9b, 0xd0, 0xc2, 0x4f, 0x07, 0xd6, 0x98, + 0xc8, 0x2b, 0xc5, 0xce, 0xa2, 0x88, 0xeb, 0x12, 0xec, 0x49, 0x03, 0xd1, 0xe4, 0x83, 0xb6, 0x39, + 0x0d, 0x4c, 0x16, 0x6c, 0x1c, 0xe8, 0x34, 0x54, 0x68, 0x6c, 0x2c, 0x4f, 0x92, 0x85, 0x50, 0x80, + 0x98, 0x3c, 0x90, 0x2f, 0x74, 0x15, 0xea, 0x3c, 0xb4, 0xd9, 0xde, 0xea, 0xd6, 0x29, 0xfb, 0x62, + 0x00, 0xd2, 0xa1, 0xc5, 0xad, 0x27, 0xa7, 0x90, 0x05, 0x10, 0x6f, 0xc9, 0x10, 0xc8, 0x37, 0x3b, + 0x49, 0xb9, 0xcf, 0x03, 0x1d, 0x3f, 0x01, 0x22, 0x99, 0xbf, 0x7b, 0x78, 0x68, 0x99, 0x0e, 0xde, + 0x61, 0x3b, 0xdc, 0xa0, 0x44, 0x88, 0x40, 0x12, 0x0e, 0x1d, 0x63, 0xcf, 0x37, 0x5d, 0xa7, 0xdb, + 0xa4, 0xed, 0xe1, 0xa7, 0x2c, 0xca, 0x69, 0x5d, 0x20, 0xca, 0xe9, 0xc3, 0x7c, 0x86, 0x52, 0x49, + 0x94, 0xf3, 0xad, 0x64, 0x94, 0x33, 0x7d, 0xab, 0x12, 0x51, 0xd0, 0x4f, 0x0b, 0xb0, 0xf4, 0xd0, + 0xf1, 0xc7, 0x07, 0x11, 0x8b, 0xbe, 0x18, 0x75, 0x48, 0x1b, 0xd1, 0x72, 0xc6, 0x88, 0xaa, 0xff, + 0x53, 0x81, 0x0e, 0x5f, 0x05, 0x91, 0x1a, 0x6a, 0x72, 0xae, 0x42, 0x3d, 0xf2, 0xa3, 0x9c, 0x21, + 0x31, 0x20, 0x6d, 0xc3, 0x8a, 0x19, 0x1b, 0x96, 0x8b, 0xb4, 0x30, 0x2a, 0x2a, 0x27, 0xa2, 0xa2, + 0x6b, 0x00, 0x87, 0xd6, 0xd8, 0x3f, 0xea, 0x07, 0xa6, 0x8d, 0x79, 0x54, 0x56, 0xa7, 0x90, 0x7d, + 0xd3, 0xc6, 0xe8, 0x0e, 0x34, 0x0f, 0x4c, 0xc7, 0x72, 0x87, 0xfd, 0x91, 0x1e, 0x1c, 0xf9, 0x3c, + 0x2d, 0x96, 0x6d, 0x0b, 0x8d, 0x61, 0xef, 0xd2, 0xbe, 0x5a, 0x83, 0x8d, 0xd9, 0x25, 0x43, 0xd0, + 0x75, 0x68, 0x38, 0x63, 0xbb, 0xef, 0x1e, 0xf6, 0x3d, 0xf7, 0xc4, 0xa7, 0xc9, 0x6f, 0x49, 0xab, + 0x3b, 0x63, 0xfb, 0xc3, 0x43, 0xcd, 0x3d, 0x21, 0x7e, 0xac, 0x4e, 0x3c, 0x9a, 0x6f, 0xb9, 0x43, + 0x96, 0xf8, 0x4e, 0x9f, 0x3f, 0x1e, 0x40, 0x46, 0x1b, 0xd8, 0x0a, 0x74, 0x3a, 0xba, 0x9e, 0x6f, + 0x74, 0x34, 0x00, 0xbd, 0x04, 0xed, 0x81, 0x6b, 0x8f, 0x74, 0xca, 0xa1, 0x7b, 0x9e, 0x6b, 0x53, + 0x05, 0x2c, 0x69, 0x29, 0x28, 0xda, 0x84, 0x46, 0xac, 0x04, 0x7e, 0xb7, 0x41, 0xf1, 0xa8, 0x32, + 0x2d, 0x4d, 0x84, 0xf2, 0x44, 0x40, 0x21, 0xd2, 0x02, 0x9f, 0x48, 0x46, 0xa8, 0xec, 0xbe, 0xf9, + 0x29, 0xe6, 0x8a, 0xd6, 0xe0, 0xb0, 0x3d, 0xf3, 0x53, 0x4c, 0xd2, 0x23, 0xd3, 0xf1, 0xb1, 0x17, + 0x84, 0xc9, 0x6a, 0xb7, 0x45, 0xc5, 0xa7, 0xc5, 0xa0, 0x5c, 0xb0, 0xd1, 0x16, 0xb4, 0xfd, 0x40, + 0xf7, 0x82, 0xfe, 0xc8, 0xf5, 0xa9, 0x00, 0x74, 0xdb, 0x54, 0xb6, 0x53, 0x2a, 0x69, 0xfb, 0x43, + 0x22, 0xd8, 0xbb, 0xbc, 0x93, 0xd6, 0xa2, 0x83, 0xc2, 0x4f, 0x32, 0x0b, 0xe5, 0x44, 0x3c, 0x4b, + 0x27, 0xd7, 0x2c, 0x74, 0x50, 0x34, 0xcb, 0x0a, 0x49, 0x97, 0x74, 0x43, 0x3f, 0xb0, 0xf0, 0x23, + 0x6e, 0x41, 0x14, 0xba, 0xb0, 0x34, 0x58, 0xfd, 0xef, 0x22, 0xb4, 0x45, 0xf6, 0x10, 0xb3, 0xc3, + 0xb2, 0xb2, 0x50, 0xe6, 0xc3, 0x4f, 0xc2, 0x2c, 0xec, 0x90, 0xd1, 0x2c, 0x05, 0xa4, 0x22, 0x5f, + 0xd3, 0x1a, 0x0c, 0x46, 0x27, 0x20, 0xa2, 0xcb, 0x36, 0x85, 0xea, 0x59, 0x89, 0x32, 0xaa, 0x4e, + 0x21, 0x34, 0x54, 0xe9, 0xc2, 0x5c, 0x98, 0x3d, 0x32, 0x81, 0x0f, 0x3f, 0x49, 0xcb, 0xc1, 0xd8, + 0xa4, 0x58, 0x99, 0xc0, 0x87, 0x9f, 0x68, 0x0b, 0x9a, 0x6c, 0xca, 0x91, 0xee, 0xe9, 0x76, 0x28, + 0xee, 0xcf, 0x4b, 0x4d, 0xc6, 0xfb, 0xf8, 0xf4, 0x11, 0xb1, 0x3e, 0xbb, 0xba, 0xe9, 0x69, 0x4c, + 0x3c, 0x76, 0xe9, 0x28, 0xb4, 0x02, 0x0a, 0x9b, 0xe5, 0xd0, 0xb4, 0x30, 0x57, 0x9c, 0x39, 0x96, + 0x42, 0x52, 0xf8, 0x3d, 0xd3, 0xc2, 0x4c, 0x37, 0xa2, 0x25, 0x50, 0x81, 0xa8, 0x31, 0xd5, 0xa0, + 0x10, 0x2a, 0x0e, 0x37, 0x80, 0x59, 0xd1, 0x7e, 0x68, 0x9b, 0x99, 0x03, 0x61, 0x34, 0x72, 0xb6, + 0xd2, 0x90, 0x6c, 0x6c, 0x33, 0xe5, 0x02, 0xb6, 0x1c, 0x67, 0x6c, 0x13, 0xd5, 0x52, 0x7f, 0xbf, + 0x02, 0x0b, 0xc4, 0xc2, 0x70, 0x63, 0x33, 0x43, 0x80, 0x70, 0x0d, 0xc0, 0xf0, 0x83, 0xbe, 0x60, + 0x15, 0xeb, 0x86, 0x1f, 0x70, 0xf7, 0xf1, 0x9d, 0xd0, 0xbf, 0x97, 0x26, 0xa7, 0x2b, 0x29, 0x8b, + 0x97, 0xf5, 0xf1, 0x17, 0xaa, 0xef, 0xdd, 0x80, 0x16, 0xcf, 0xd5, 0x85, 0xc4, 0xb2, 0xc9, 0x80, + 0x3b, 0x72, 0xbb, 0x5d, 0x95, 0xd6, 0x19, 0x13, 0x7e, 0x7e, 0x6e, 0x36, 0x3f, 0x5f, 0x4b, 0xfb, + 0xf9, 0x7b, 0xd0, 0x11, 0x55, 0x2d, 0xb4, 0x55, 0x53, 0x74, 0xad, 0x2d, 0xe8, 0x9a, 0x9f, 0x74, + 0xd3, 0x20, 0xba, 0xe9, 0x1b, 0xd0, 0x72, 0x30, 0x36, 0xfa, 0x81, 0xa7, 0x3b, 0xfe, 0x21, 0xf6, + 0xa8, 0x9b, 0xaf, 0x69, 0x4d, 0x02, 0xdc, 0xe7, 0x30, 0xf4, 0x16, 0x00, 0x5d, 0x23, 0x2b, 0x4f, + 0x35, 0x27, 0x97, 0xa7, 0xa8, 0xd0, 0xd0, 0xf2, 0x14, 0x65, 0x0a, 0xfd, 0xf9, 0x8c, 0x22, 0x01, + 0xf5, 0x5f, 0x8a, 0x70, 0x99, 0x97, 0x2b, 0x66, 0x97, 0xcb, 0x49, 0x9e, 0x3a, 0x74, 0x75, 0xa5, + 0x33, 0x0a, 0x00, 0xe5, 0x1c, 0xc1, 0x6c, 0x45, 0x12, 0xcc, 0x8a, 0x49, 0x70, 0x35, 0x93, 0x04, + 0x47, 0xf5, 0xbf, 0xb9, 0xfc, 0xf5, 0x3f, 0xb4, 0x08, 0x15, 0x9a, 0x99, 0x51, 0xd9, 0xa9, 0x6b, + 0xec, 0x23, 0xd7, 0xae, 0xaa, 0x7f, 0x58, 0x84, 0xd6, 0x1e, 0xd6, 0xbd, 0xc1, 0x51, 0xc8, 0xc7, + 0x37, 0x92, 0xf5, 0xd2, 0x17, 0x26, 0xd4, 0x4b, 0x85, 0x21, 0x5f, 0x99, 0x42, 0x29, 0x41, 0x10, + 0xb8, 0x81, 0x1e, 0x51, 0xd9, 0x77, 0xc6, 0x36, 0x2f, 0x22, 0x76, 0x68, 0x03, 0x27, 0x75, 0x67, + 0x6c, 0xab, 0xff, 0x55, 0x80, 0xe6, 0xf7, 0xc9, 0x34, 0x21, 0x63, 0x6e, 0x27, 0x19, 0xf3, 0xd2, + 0x04, 0xc6, 0x68, 0x24, 0xc9, 0xc2, 0xc7, 0xf8, 0x2b, 0x57, 0x43, 0xfe, 0xa7, 0x02, 0xf4, 0x48, + 0x8a, 0xad, 0x31, 0xbb, 0x33, 0xbb, 0x76, 0xdd, 0x80, 0xd6, 0xb1, 0x10, 0xcc, 0x16, 0xa9, 0x70, + 0x36, 0x8f, 0x93, 0x25, 0x01, 0x0d, 0x94, 0xb0, 0xa4, 0xcb, 0x17, 0x1b, 0xba, 0x81, 0x97, 0x65, + 0x54, 0xa7, 0x88, 0xa3, 0x16, 0xa2, 0xe3, 0x89, 0x40, 0xf5, 0x77, 0x0a, 0xb0, 0x20, 0xe9, 0x88, + 0xae, 0xc0, 0x1c, 0x2f, 0x3f, 0xf0, 0x78, 0x81, 0xe9, 0xbb, 0x41, 0xb6, 0x27, 0x2e, 0xa0, 0x99, + 0x46, 0x36, 0x42, 0x36, 0x48, 0x46, 0x1d, 0xe5, 0x5a, 0x46, 0x66, 0x7f, 0x0c, 0x1f, 0xf5, 0xa0, + 0xc6, 0xad, 0x69, 0x98, 0xc4, 0x46, 0xdf, 0xea, 0x63, 0x40, 0xf7, 0x71, 0xec, 0xbb, 0x66, 0xe1, + 0x68, 0x6c, 0x6f, 0x62, 0x42, 0x93, 0x46, 0xc8, 0x50, 0xff, 0xa3, 0x00, 0x0b, 0x02, 0xb6, 0x59, + 0xca, 0x44, 0xb1, 0x7f, 0x2d, 0x5e, 0xc4, 0xbf, 0x0a, 0xa5, 0x90, 0xd2, 0xb9, 0x4a, 0x21, 0xd7, + 0x01, 0x22, 0xfe, 0x87, 0x1c, 0x4d, 0x40, 0xd4, 0x7f, 0x28, 0xc0, 0xe5, 0xf7, 0x74, 0xc7, 0x70, + 0x0f, 0x0f, 0x67, 0x17, 0xd5, 0x4d, 0x10, 0xd2, 0xde, 0xbc, 0xc5, 0x40, 0x31, 0x57, 0x7e, 0x05, + 0xe6, 0x3d, 0xe6, 0x99, 0x0c, 0x51, 0x96, 0x4b, 0x9a, 0x12, 0x36, 0x44, 0x32, 0xfa, 0x57, 0x45, + 0x40, 0x64, 0xd5, 0x77, 0x75, 0x4b, 0x77, 0x06, 0xf8, 0xe2, 0xa4, 0xbf, 0x08, 0x6d, 0x21, 0x84, + 0x89, 0x0e, 0xe7, 0x93, 0x31, 0x8c, 0x8f, 0xde, 0x87, 0xf6, 0x01, 0x43, 0xd5, 0xf7, 0xb0, 0xee, + 0xbb, 0x0e, 0xdf, 0x0e, 0x69, 0xdd, 0x6f, 0xdf, 0x33, 0x87, 0x43, 0xec, 0x6d, 0xba, 0x8e, 0xc1, + 0xa3, 0xf6, 0x83, 0x90, 0x4c, 0x32, 0x94, 0x28, 0x43, 0x1c, 0xcf, 0x45, 0x9b, 0x13, 0x05, 0x74, + 0x94, 0x15, 0x3e, 0xd6, 0xad, 0x98, 0x11, 0xb1, 0x37, 0x54, 0x58, 0xc3, 0xde, 0xe4, 0xb2, 0xaf, + 0x24, 0xbe, 0x52, 0xff, 0xb6, 0x00, 0x28, 0x4a, 0xcd, 0x69, 0x2d, 0x83, 0x6a, 0x74, 0x7a, 0x68, + 0x41, 0xe2, 0x94, 0xaf, 0x42, 0xdd, 0x08, 0x47, 0x72, 0x13, 0x14, 0x03, 0xa8, 0x8f, 0xa4, 0x44, + 0xf7, 0x89, 0xe4, 0x61, 0x23, 0x4c, 0x7d, 0x19, 0xf0, 0x01, 0x85, 0x89, 0xe1, 0x59, 0x39, 0x1d, + 0x9e, 0x25, 0xab, 0x9a, 0x15, 0xa1, 0xaa, 0xa9, 0xfe, 0xb4, 0x08, 0x0a, 0x75, 0x21, 0x9b, 0x71, + 0x79, 0x2a, 0x17, 0xd1, 0x37, 0xa0, 0xc5, 0x2f, 0xb7, 0x08, 0x84, 0x37, 0x9f, 0x24, 0x26, 0x43, + 0x37, 0x61, 0x91, 0x75, 0xf2, 0xb0, 0x3f, 0xb6, 0xe2, 0xac, 0x8f, 0x25, 0x33, 0xe8, 0x09, 0xf3, + 0x5d, 0xa4, 0x29, 0x1c, 0xf1, 0x10, 0x2e, 0x0f, 0x2d, 0xf7, 0x40, 0xb7, 0xfa, 0xe2, 0xf6, 0xb0, + 0x3d, 0xcc, 0x21, 0xf1, 0x8b, 0x6c, 0xf8, 0x5e, 0x72, 0x0f, 0x7d, 0x74, 0x17, 0x5a, 0x3e, 0xc6, + 0x8f, 0xe3, 0x54, 0xb0, 0x92, 0x27, 0x15, 0x6c, 0x92, 0x31, 0xe1, 0x97, 0xfa, 0x27, 0x05, 0xe8, + 0xa4, 0xce, 0x24, 0xd2, 0x85, 0x8b, 0x42, 0xb6, 0x70, 0x71, 0x1b, 0x2a, 0xc4, 0x52, 0x31, 0xdf, + 0xd2, 0x96, 0x27, 0xd5, 0xe2, 0xac, 0x1a, 0x1b, 0x80, 0xd6, 0x61, 0x41, 0x72, 0xf7, 0x81, 0x6f, + 0x3f, 0xca, 0x5e, 0x7d, 0x50, 0x7f, 0x56, 0x86, 0x46, 0x82, 0x15, 0x53, 0x6a, 0x2e, 0xcf, 0xa4, + 0xb6, 0x3c, 0xe9, 0xac, 0x9b, 0x88, 0x9c, 0x8d, 0x6d, 0x96, 0xf7, 0xf1, 0x24, 0xd4, 0xc6, 0x36, + 0xcd, 0xfa, 0x92, 0x09, 0x5d, 0x55, 0x48, 0xe8, 0x52, 0x29, 0xef, 0xdc, 0x19, 0x29, 0x6f, 0x4d, + 0x4c, 0x79, 0x05, 0x15, 0xaa, 0xa7, 0x55, 0x28, 0x6f, 0x19, 0xe4, 0x26, 0x2c, 0x0c, 0x58, 0xed, + 0xfe, 0xee, 0xe9, 0x66, 0xd4, 0xc4, 0x83, 0x52, 0x59, 0x13, 0xba, 0x17, 0x17, 0x38, 0xd9, 0x2e, + 0xb3, 0xa4, 0x43, 0x9e, 0x51, 0xf3, 0xbd, 0x61, 0x9b, 0x1c, 0x5a, 0x66, 0xfa, 0x95, 0x2e, 0xc0, + 0xb4, 0x2e, 0x54, 0x80, 0x79, 0x0e, 0x1a, 0x61, 0xa4, 0x42, 0x34, 0xbd, 0xcd, 0x8c, 0x5e, 0x68, + 0x06, 0x0c, 0x5f, 0xb0, 0x03, 0x1d, 0xf1, 0x74, 0x23, 0x5d, 0x8f, 0x50, 0xb2, 0xf5, 0x88, 0x2b, + 0x30, 0x67, 0xfa, 0xfd, 0x43, 0xfd, 0x31, 0xee, 0xce, 0xd3, 0xd6, 0xaa, 0xe9, 0xdf, 0xd3, 0x1f, + 0x63, 0xf5, 0xdf, 0x4a, 0xd0, 0x8e, 0x1d, 0x6c, 0x6e, 0x0b, 0x92, 0xe7, 0xfe, 0xcf, 0x0e, 0x28, + 0x71, 0xdc, 0x43, 0x39, 0x7c, 0x66, 0x0e, 0x9e, 0x3e, 0x32, 0xec, 0x8c, 0x52, 0xfa, 0x2a, 0xb8, + 0xfb, 0xf2, 0xb9, 0xdc, 0xfd, 0x8c, 0x37, 0x03, 0x6e, 0xc1, 0x52, 0xe4, 0x7b, 0x85, 0x65, 0xb3, + 0x04, 0x6b, 0x31, 0x6c, 0xdc, 0x4d, 0x2e, 0x7f, 0x82, 0x09, 0x98, 0x9b, 0x64, 0x02, 0xd2, 0x22, + 0x50, 0xcb, 0x88, 0x40, 0xf6, 0x82, 0x42, 0x5d, 0x72, 0x41, 0x41, 0x7d, 0x08, 0x0b, 0xb4, 0xd8, + 0xec, 0x0f, 0x3c, 0xf3, 0x00, 0x47, 0x29, 0x40, 0x9e, 0x6d, 0xed, 0x41, 0x2d, 0x95, 0x45, 0x44, + 0xdf, 0xea, 0x8f, 0x0b, 0x70, 0x39, 0x3b, 0x2f, 0x95, 0x98, 0xd8, 0x90, 0x14, 0x04, 0x43, 0xf2, + 0xcb, 0xb0, 0x90, 0x88, 0x28, 0x85, 0x99, 0x27, 0x44, 0xe0, 0x12, 0xc2, 0x35, 0x14, 0xcf, 0x11, + 0xc2, 0xd4, 0x9f, 0x15, 0xa2, 0x9a, 0x3d, 0x81, 0x0d, 0xe9, 0x81, 0x08, 0xf1, 0x6b, 0xae, 0x63, + 0x99, 0x4e, 0x54, 0x70, 0xe1, 0x6b, 0x64, 0x40, 0x5e, 0x70, 0x79, 0x0f, 0x3a, 0xbc, 0x53, 0xe4, + 0x9e, 0x72, 0x06, 0x64, 0x6d, 0x36, 0x2e, 0x72, 0x4c, 0x2f, 0x42, 0x9b, 0x9f, 0x54, 0x84, 0xf8, + 0x4a, 0xb2, 0xf3, 0x8b, 0xef, 0x81, 0x12, 0x76, 0x3b, 0xaf, 0x43, 0xec, 0xf0, 0x81, 0x51, 0x60, + 0xf7, 0x9b, 0x05, 0xe8, 0x8a, 0xee, 0x31, 0xb1, 0xfc, 0xf3, 0x87, 0x77, 0x6f, 0x8a, 0xe7, 0xd3, + 0x2f, 0x9e, 0x41, 0x4f, 0x8c, 0x27, 0x3c, 0xa5, 0xfe, 0xbd, 0x22, 0xbd, 0x6c, 0x40, 0x52, 0xbd, + 0x2d, 0xd3, 0x0f, 0x3c, 0xf3, 0x60, 0x3c, 0xdb, 0x89, 0xa9, 0x0e, 0x8d, 0xc1, 0x11, 0x1e, 0x3c, + 0x1e, 0xb9, 0x66, 0xbc, 0x2b, 0xef, 0xc8, 0x68, 0x9a, 0x8c, 0x76, 0x6d, 0x33, 0x9e, 0x81, 0x1d, + 0x39, 0x25, 0xe7, 0xec, 0xfd, 0x10, 0x94, 0x74, 0x87, 0xe4, 0x49, 0x4f, 0x9d, 0x9d, 0xf4, 0xdc, + 0x12, 0x4f, 0x7a, 0xa6, 0x44, 0x1a, 0x89, 0x83, 0x9e, 0xbf, 0x2b, 0xc2, 0xd7, 0xa5, 0xb4, 0xcd, + 0x92, 0x25, 0x4d, 0xaa, 0x23, 0xdd, 0x85, 0x5a, 0x2a, 0xa9, 0x7d, 0xe9, 0x8c, 0xfd, 0xe3, 0x25, + 0x59, 0x56, 0x1a, 0xf4, 0xe3, 0xd8, 0x2a, 0x56, 0xf8, 0xf2, 0xe4, 0x39, 0xb8, 0xde, 0x09, 0x73, + 0x84, 0xe3, 0xd0, 0x1d, 0x68, 0xb2, 0x82, 0x41, 0xff, 0xd8, 0xc4, 0x27, 0xe1, 0x39, 0xea, 0x75, + 0xa9, 0x69, 0xa6, 0xfd, 0x1e, 0x99, 0xf8, 0x44, 0x6b, 0x58, 0xd1, 0x6f, 0x5f, 0xfd, 0x83, 0x32, + 0x40, 0xdc, 0x46, 0xb2, 0xb3, 0x58, 0xe7, 0xb9, 0x12, 0x27, 0x20, 0x24, 0x96, 0x10, 0x23, 0xd7, + 0xf0, 0x13, 0x69, 0xf1, 0x39, 0x86, 0x61, 0xfa, 0x01, 0xe7, 0xcb, 0xfa, 0xd9, 0xb4, 0x84, 0x2c, + 0x22, 0x5b, 0xc6, 0x65, 0xc6, 0x8f, 0x21, 0xe8, 0x35, 0x40, 0x43, 0xcf, 0x3d, 0x31, 0x9d, 0x61, + 0x32, 0xdf, 0x60, 0x69, 0xc9, 0x3c, 0x6f, 0x49, 0x24, 0x1c, 0x3f, 0x02, 0x25, 0xd5, 0x3d, 0x64, + 0xc9, 0xad, 0x29, 0x64, 0xdc, 0x17, 0xe6, 0xe2, 0xe2, 0xdb, 0x11, 0x31, 0xd0, 0x43, 0xd3, 0x7d, + 0xdd, 0x1b, 0xe2, 0x70, 0x47, 0x79, 0x1c, 0x26, 0x02, 0x7b, 0x7d, 0x50, 0xd2, 0xab, 0x92, 0x1c, + 0x69, 0xbe, 0x2e, 0x0a, 0xfa, 0x59, 0xf6, 0x88, 0x4c, 0x93, 0x10, 0xf5, 0x9e, 0x0e, 0x8b, 0x32, + 0x7a, 0x25, 0x48, 0x2e, 0xac, 0x4d, 0xef, 0x44, 0x21, 0x31, 0xdd, 0x87, 0x49, 0x5e, 0x26, 0x51, + 0x78, 0x2e, 0x0a, 0x85, 0x67, 0xf5, 0xd7, 0x4b, 0x80, 0xb2, 0xe2, 0x8f, 0xda, 0x50, 0x8c, 0x26, + 0x29, 0x6e, 0x6f, 0xa5, 0xc4, 0xad, 0x98, 0x11, 0xb7, 0xab, 0x50, 0x8f, 0xbc, 0x3e, 0x37, 0xf1, + 0x31, 0x20, 0x29, 0x8c, 0x65, 0x51, 0x18, 0x13, 0x84, 0x55, 0xc4, 0x8a, 0xf8, 0x4d, 0x58, 0xb4, + 0x74, 0x3f, 0xe8, 0xb3, 0xc2, 0x7b, 0x60, 0xda, 0xd8, 0x0f, 0x74, 0x7b, 0x44, 0xb7, 0xb2, 0xac, + 0x21, 0xd2, 0xb6, 0x45, 0x9a, 0xf6, 0xc3, 0x16, 0xb4, 0x1f, 0x46, 0xd7, 0xc4, 0xf6, 0xf2, 0xcb, + 0x02, 0xaf, 0xe7, 0x53, 0xf7, 0xb8, 0xdc, 0xcd, 0x24, 0xaa, 0x1e, 0x85, 0x9d, 0xbd, 0x4f, 0xa0, + 0x2d, 0x36, 0x4a, 0xb6, 0xef, 0xb6, 0xb8, 0x7d, 0x79, 0x02, 0xdb, 0xc4, 0x1e, 0x1e, 0x01, 0xca, + 0x1a, 0x8f, 0x24, 0xcf, 0x0a, 0x22, 0xcf, 0xa6, 0xed, 0x45, 0x82, 0xa7, 0x25, 0x71, 0xb3, 0xff, + 0xac, 0x04, 0x28, 0x8e, 0xe0, 0xa2, 0xc3, 0xeb, 0x3c, 0x61, 0xcf, 0x3a, 0x2c, 0x64, 0xe3, 0xbb, + 0x30, 0xa8, 0x45, 0x99, 0xe8, 0x4e, 0x16, 0x89, 0x95, 0x64, 0x57, 0x45, 0xdf, 0x88, 0xcc, 0x3d, + 0x0b, 0x57, 0xaf, 0x4f, 0x3c, 0xcf, 0x10, 0x2d, 0xfe, 0x0f, 0xd3, 0x57, 0x4c, 0x99, 0xfd, 0xb8, + 0x2d, 0x35, 0xcd, 0x99, 0x25, 0x4f, 0xbd, 0x5f, 0x2a, 0x04, 0xd2, 0xd5, 0xf3, 0x04, 0xd2, 0xb3, + 0x5f, 0x08, 0xfd, 0xf7, 0x22, 0xcc, 0x47, 0x8c, 0x3c, 0xd7, 0x26, 0x4d, 0xbf, 0x67, 0xf0, 0x39, + 0xef, 0xca, 0xc7, 0xf2, 0x5d, 0xf9, 0xf6, 0x99, 0xc9, 0x4c, 0xde, 0x4d, 0x99, 0x9d, 0xb3, 0x9f, + 0xc2, 0x1c, 0x2f, 0x4b, 0x67, 0x0c, 0x5c, 0x9e, 0x72, 0xc1, 0x22, 0x54, 0x88, 0x3d, 0x0d, 0x6b, + 0x8a, 0xec, 0x83, 0xb1, 0x34, 0x79, 0xe1, 0x98, 0xdb, 0xb8, 0x96, 0x70, 0xdf, 0x58, 0xfd, 0xad, + 0x12, 0xc0, 0xde, 0xa9, 0x33, 0xb8, 0xc3, 0x94, 0xf4, 0x26, 0x94, 0xa7, 0x5d, 0x4f, 0x23, 0xbd, + 0xa9, 0x6c, 0xd1, 0x9e, 0x39, 0x36, 0x57, 0x28, 0x88, 0x94, 0xd2, 0x05, 0x91, 0x49, 0xa5, 0x8c, + 0xc9, 0x26, 0xf8, 0xdb, 0x50, 0xa6, 0xa6, 0x94, 0xdd, 0xde, 0xca, 0x75, 0x2a, 0x4c, 0x07, 0xa0, + 0x15, 0x08, 0x5d, 0xf2, 0xb6, 0xc3, 0x7c, 0x2e, 0x35, 0xc7, 0x25, 0x2d, 0x0d, 0x46, 0x2f, 0x41, + 0x9b, 0x15, 0xc2, 0xa2, 0x8e, 0x2c, 0xa7, 0x4b, 0x41, 0xb3, 0x1e, 0xbd, 0x2e, 0xf1, 0xe8, 0x04, + 0xaf, 0xe1, 0xb9, 0xa3, 0x51, 0x62, 0x3a, 0x56, 0x09, 0x49, 0x83, 0xd5, 0xcf, 0x8a, 0x70, 0x85, + 0xf0, 0xf7, 0xd9, 0x44, 0xe5, 0x79, 0x84, 0x27, 0x61, 0xcf, 0x4b, 0xa2, 0x3d, 0xbf, 0x0d, 0x73, + 0xac, 0xdc, 0x12, 0xc6, 0x97, 0xd7, 0x27, 0x49, 0x03, 0x93, 0x1d, 0x2d, 0xec, 0x3e, 0x6b, 0xce, + 0x2e, 0x9c, 0x99, 0x57, 0x67, 0x3b, 0x33, 0x9f, 0x4b, 0x17, 0x65, 0x13, 0x62, 0x55, 0x13, 0xbd, + 0xd0, 0x43, 0x68, 0x69, 0x49, 0xd5, 0x40, 0x08, 0xca, 0x89, 0x0b, 0xab, 0xf4, 0x37, 0x4d, 0xb3, + 0xf5, 0x91, 0x3e, 0x30, 0x83, 0x53, 0xca, 0xce, 0x8a, 0x16, 0x7d, 0xcb, 0xf5, 0x50, 0xfd, 0xdf, + 0x02, 0x5c, 0x0e, 0x0f, 0x55, 0xb9, 0x96, 0x5f, 0x7c, 0x47, 0x37, 0x60, 0x89, 0xab, 0x74, 0x4a, + 0xb7, 0x59, 0x30, 0xbd, 0xc0, 0x60, 0xe2, 0x32, 0x36, 0x60, 0x29, 0xa0, 0xd2, 0x95, 0x1e, 0xc3, + 0xf6, 0x7b, 0x81, 0x35, 0x8a, 0x63, 0xf2, 0x1c, 0x6a, 0x3f, 0xc7, 0x6e, 0x60, 0x71, 0xd6, 0x72, + 0x25, 0x05, 0x67, 0x6c, 0xf3, 0x55, 0xaa, 0x27, 0x70, 0x95, 0x5d, 0x19, 0x3f, 0x10, 0x29, 0x9a, + 0xe9, 0x4c, 0x43, 0xba, 0xee, 0x94, 0x4d, 0xfb, 0xd3, 0x02, 0x5c, 0x9b, 0x80, 0x79, 0x96, 0x6c, + 0xee, 0x81, 0x14, 0xfb, 0x84, 0xdc, 0x5b, 0xc0, 0xcb, 0x2e, 0x2c, 0x88, 0x44, 0x7e, 0x56, 0x86, + 0xf9, 0x4c, 0xa7, 0x73, 0xcb, 0xdc, 0xab, 0x80, 0xc8, 0x26, 0x44, 0xcf, 0x23, 0x69, 0x39, 0x83, + 0x3b, 0x4f, 0xc5, 0x19, 0xdb, 0xd1, 0xd3, 0xc8, 0x1d, 0xd7, 0xc0, 0xc8, 0x64, 0xbd, 0xd9, 0x89, + 0x46, 0xb4, 0x73, 0xe5, 0xc9, 0xaf, 0x60, 0x32, 0x04, 0xae, 0xed, 0x8c, 0x6d, 0x76, 0xf8, 0xc1, + 0x77, 0x99, 0x39, 0x44, 0x82, 0x4a, 0x00, 0xa3, 0x43, 0x98, 0xa7, 0xf7, 0xf3, 0xc6, 0xc1, 0xd0, + 0x25, 0x09, 0x15, 0xa5, 0x8b, 0xb9, 0xdd, 0xef, 0xe6, 0xc6, 0xf4, 0x21, 0x1f, 0x4d, 0x88, 0xe7, + 0x39, 0x95, 0x23, 0x42, 0x43, 0x3c, 0xa6, 0x33, 0x70, 0xed, 0x08, 0x4f, 0xf5, 0x9c, 0x78, 0xb6, + 0xf9, 0x68, 0x11, 0x4f, 0x12, 0xda, 0xdb, 0x84, 0x25, 0xe9, 0xd2, 0xa7, 0x39, 0xfa, 0x4a, 0x32, + 0xf3, 0xba, 0x0b, 0x8b, 0xb2, 0x55, 0x5d, 0x60, 0x8e, 0x0c, 0xc5, 0xe7, 0x99, 0x43, 0xfd, 0xcb, + 0x22, 0xb4, 0xb6, 0xb0, 0x85, 0x03, 0xfc, 0xf9, 0x9e, 0x39, 0x67, 0x0e, 0xd0, 0x4b, 0xd9, 0x03, + 0xf4, 0xcc, 0x6d, 0x80, 0xb2, 0xe4, 0x36, 0xc0, 0xb5, 0xe8, 0x12, 0x04, 0x99, 0xa5, 0x22, 0xc6, + 0x10, 0x06, 0x7a, 0x13, 0x9a, 0x23, 0xcf, 0xb4, 0x75, 0xef, 0xb4, 0xff, 0x18, 0x9f, 0xfa, 0xdc, + 0x69, 0x74, 0xa5, 0x6e, 0x67, 0x7b, 0xcb, 0xd7, 0x1a, 0xbc, 0xf7, 0xfb, 0xf8, 0x94, 0x5e, 0xb0, + 0x88, 0xd2, 0x38, 0x76, 0xa3, 0xae, 0xac, 0x25, 0x20, 0xab, 0xaf, 0x40, 0x3d, 0xba, 0xb8, 0x84, + 0x6a, 0x50, 0xbe, 0x37, 0xb6, 0x2c, 0xe5, 0x12, 0xaa, 0x43, 0x85, 0x26, 0x7a, 0x4a, 0x81, 0xfc, + 0xa4, 0xb1, 0x9f, 0x52, 0x5c, 0xfd, 0x25, 0xa8, 0x47, 0x17, 0x28, 0x50, 0x03, 0xe6, 0x1e, 0x3a, + 0xef, 0x3b, 0xee, 0x89, 0xa3, 0x5c, 0x42, 0x73, 0x50, 0xba, 0x63, 0x59, 0x4a, 0x01, 0xb5, 0xa0, + 0xbe, 0x17, 0x78, 0x58, 0x27, 0xdb, 0xa7, 0x14, 0x51, 0x1b, 0xe0, 0x3d, 0xd3, 0x0f, 0x5c, 0xcf, + 0x1c, 0xe8, 0x96, 0x52, 0x5a, 0xfd, 0x14, 0xda, 0x62, 0x3d, 0x1d, 0x35, 0xa1, 0xb6, 0xe3, 0x06, + 0xef, 0x3e, 0x35, 0xfd, 0x40, 0xb9, 0x44, 0xfa, 0xef, 0xb8, 0xc1, 0xae, 0x87, 0x7d, 0xec, 0x04, + 0x4a, 0x01, 0x01, 0x54, 0x3f, 0x74, 0xb6, 0x4c, 0xff, 0xb1, 0x52, 0x44, 0x0b, 0xfc, 0xa8, 0x4c, + 0xb7, 0xb6, 0x79, 0x91, 0x5a, 0x29, 0x91, 0xe1, 0xd1, 0x57, 0x19, 0x29, 0xd0, 0x8c, 0xba, 0xdc, + 0xdf, 0x7d, 0xa8, 0x54, 0x18, 0xf5, 0xe4, 0x67, 0x75, 0xd5, 0x00, 0x25, 0x7d, 0xc4, 0x4b, 0xe6, + 0x64, 0x8b, 0x88, 0x40, 0xca, 0x25, 0xb2, 0x32, 0x7e, 0xc6, 0xae, 0x14, 0x50, 0x07, 0x1a, 0x89, + 0x13, 0x6b, 0xa5, 0x48, 0x00, 0xf7, 0xbd, 0xd1, 0x80, 0xcb, 0x16, 0x23, 0x81, 0x08, 0xea, 0x16, + 0xe1, 0x44, 0x79, 0xf5, 0x2e, 0xd4, 0xc2, 0xfc, 0x84, 0x74, 0xe5, 0x2c, 0x22, 0x9f, 0xca, 0x25, + 0x34, 0x0f, 0x2d, 0xe1, 0xe9, 0x9d, 0x52, 0x40, 0x08, 0xda, 0xe2, 0xe3, 0x58, 0xa5, 0xb8, 0xba, + 0x01, 0x10, 0xc7, 0xf9, 0x84, 0x9c, 0x6d, 0xe7, 0x58, 0xb7, 0x4c, 0x83, 0xd1, 0x46, 0x9a, 0x08, + 0x77, 0x29, 0x77, 0x98, 0xce, 0x2a, 0xc5, 0xd5, 0xb7, 0xa1, 0x16, 0xc6, 0xae, 0x04, 0xae, 0x61, + 0xdb, 0x3d, 0xc6, 0x6c, 0x67, 0xf6, 0x70, 0xc0, 0xf6, 0xf1, 0x8e, 0x8d, 0x1d, 0x43, 0x29, 0x12, + 0x32, 0x1e, 0x8e, 0x0c, 0x3d, 0x08, 0xaf, 0x99, 0x2a, 0xa5, 0x8d, 0xff, 0x5c, 0x00, 0x60, 0x67, + 0xb6, 0xae, 0xeb, 0x19, 0xc8, 0xa2, 0x77, 0x37, 0x36, 0x5d, 0x7b, 0xe4, 0x3a, 0xe1, 0x81, 0x92, + 0x8f, 0xd6, 0x52, 0x25, 0x12, 0xf6, 0x91, 0xed, 0xc8, 0x79, 0xd3, 0x7b, 0x41, 0xda, 0x3f, 0xd5, + 0x59, 0xbd, 0x84, 0x6c, 0x8a, 0x6d, 0xdf, 0xb4, 0xf1, 0xbe, 0x39, 0x78, 0x1c, 0x1d, 0xf4, 0x4e, + 0x7e, 0xb4, 0x9a, 0xea, 0x1a, 0xe2, 0xbb, 0x21, 0xc5, 0xb7, 0x17, 0x78, 0xa6, 0x33, 0x0c, 0xbd, + 0xa3, 0x7a, 0x09, 0x3d, 0x49, 0x3d, 0x99, 0x0d, 0x11, 0x6e, 0xe4, 0x79, 0x25, 0x7b, 0x31, 0x94, + 0x16, 0x74, 0x52, 0xff, 0x4d, 0x80, 0x56, 0xe5, 0x6f, 0x8f, 0x64, 0xff, 0xa3, 0xd0, 0x7b, 0x25, + 0x57, 0xdf, 0x08, 0x9b, 0x09, 0x6d, 0xf1, 0x51, 0x3d, 0xfa, 0xc6, 0xa4, 0x09, 0x32, 0xaf, 0x1f, + 0x7b, 0xab, 0x79, 0xba, 0x46, 0xa8, 0x3e, 0x62, 0xe2, 0x3b, 0x0d, 0x95, 0xf4, 0xc1, 0x69, 0xef, + 0xac, 0xc0, 0x44, 0xbd, 0x84, 0x3e, 0x21, 0x31, 0x44, 0xea, 0x8d, 0x26, 0x7a, 0x55, 0xee, 0xf7, + 0xe4, 0x4f, 0x39, 0xa7, 0x61, 0xf8, 0x28, 0xad, 0x7c, 0x93, 0xa9, 0xcf, 0x3c, 0xfe, 0xce, 0x4f, + 0x7d, 0x62, 0xfa, 0xb3, 0xa8, 0x3f, 0x37, 0x06, 0x8b, 0xa5, 0x53, 0x92, 0xd7, 0x61, 0x69, 0x51, + 0x8e, 0xb3, 0x99, 0xc9, 0x4f, 0xc9, 0xa6, 0x61, 0x1b, 0x53, 0x25, 0x4d, 0x5f, 0x56, 0x78, 0x6d, + 0xc2, 0x31, 0x88, 0xfc, 0x59, 0x6a, 0x6f, 0x2d, 0x6f, 0xf7, 0xa4, 0x2c, 0x8b, 0x2f, 0x1f, 0xe5, + 0x5b, 0x24, 0x7d, 0xad, 0x29, 0x97, 0x65, 0xf9, 0x43, 0x4a, 0xf5, 0x12, 0xda, 0x17, 0x4c, 0x3d, + 0x7a, 0x69, 0x92, 0x28, 0x88, 0xb7, 0x97, 0xa6, 0xf1, 0xed, 0x57, 0x01, 0x31, 0x4d, 0x75, 0x0e, + 0xcd, 0xe1, 0xd8, 0xd3, 0x99, 0x18, 0x4f, 0x32, 0x6e, 0xd9, 0xae, 0x21, 0x9a, 0x6f, 0x9e, 0x63, + 0x44, 0xb4, 0xa4, 0x3e, 0xc0, 0x7d, 0x1c, 0x7c, 0x40, 0x9f, 0xc0, 0xf9, 0xe9, 0x15, 0xc5, 0xf6, + 0x9b, 0x77, 0x08, 0x51, 0xbd, 0x3c, 0xb5, 0x5f, 0x84, 0xe0, 0x00, 0x1a, 0xf7, 0x49, 0x7e, 0x45, + 0x63, 0x46, 0x1f, 0x4d, 0x1c, 0x19, 0xf6, 0x08, 0x51, 0xac, 0x4c, 0xef, 0x98, 0x34, 0x9e, 0xa9, + 0x57, 0xa0, 0x68, 0xe2, 0xc6, 0x66, 0xdf, 0xa6, 0xca, 0x8d, 0xe7, 0x84, 0x67, 0xa5, 0x6c, 0x45, + 0xf4, 0x28, 0xee, 0x3d, 0xac, 0x5b, 0xc1, 0xd1, 0x84, 0x15, 0x25, 0x7a, 0x9c, 0xbd, 0x22, 0xa1, + 0x63, 0x84, 0x03, 0xc3, 0x02, 0xd3, 0x42, 0x31, 0x31, 0x5d, 0x97, 0x4f, 0x91, 0xed, 0x99, 0x53, + 0xf4, 0x74, 0x98, 0xdf, 0xf2, 0xdc, 0x91, 0x88, 0xe4, 0x35, 0x29, 0x92, 0x4c, 0xbf, 0x9c, 0x28, + 0x7e, 0x00, 0xcd, 0x30, 0xff, 0xa7, 0x19, 0x8b, 0x9c, 0x0b, 0xc9, 0x2e, 0x39, 0x27, 0xfe, 0x18, + 0x3a, 0xa9, 0xc2, 0x82, 0x7c, 0xd3, 0xe5, 0xd5, 0x87, 0x69, 0xb3, 0x9f, 0x00, 0xa2, 0x4f, 0x7b, + 0xc5, 0x7f, 0x27, 0x90, 0xc7, 0x37, 0xd9, 0x8e, 0x21, 0x92, 0xf5, 0xdc, 0xfd, 0xa3, 0x9d, 0xff, + 0x35, 0x58, 0x92, 0x26, 0xef, 0x69, 0x83, 0xc0, 0xaf, 0x2b, 0x9f, 0x51, 0x61, 0x48, 0x1b, 0x84, + 0x33, 0x47, 0x84, 0xf8, 0x37, 0x7e, 0x77, 0x1e, 0xea, 0x34, 0xce, 0xa3, 0xbb, 0xf5, 0x8b, 0x30, + 0xef, 0xd9, 0x86, 0x79, 0x1f, 0x43, 0x27, 0xf5, 0xe4, 0x54, 0x2e, 0xb4, 0xf2, 0x77, 0xa9, 0x39, + 0xa2, 0x15, 0xf1, 0xb5, 0xa6, 0xdc, 0x15, 0x4a, 0x5f, 0x74, 0x4e, 0x9b, 0xfb, 0x11, 0x7b, 0xce, + 0x1d, 0x9d, 0xe6, 0xbe, 0x3c, 0xf1, 0xf0, 0x41, 0xbc, 0x76, 0xfc, 0xc5, 0x47, 0x41, 0x5f, 0xed, + 0x08, 0xf4, 0x63, 0xe8, 0xa4, 0x1e, 0xf6, 0xc8, 0x25, 0x46, 0xfe, 0xfa, 0x67, 0xda, 0xec, 0x3f, + 0xc7, 0xe0, 0xc9, 0x80, 0x05, 0xc9, 0x3b, 0x0a, 0xb4, 0x36, 0x29, 0x10, 0x95, 0x3f, 0xb8, 0x98, + 0xbe, 0xa0, 0x96, 0xa0, 0xa6, 0x69, 0x7f, 0x13, 0x13, 0x99, 0xfe, 0x5b, 0xa3, 0xde, 0xab, 0xf9, + 0xfe, 0x03, 0x29, 0x5a, 0xd0, 0x1e, 0x54, 0xd9, 0x73, 0x1f, 0xf4, 0xbc, 0xfc, 0x10, 0x26, 0xf1, + 0x14, 0xa8, 0x37, 0xed, 0xc1, 0x90, 0x3f, 0xb6, 0x02, 0x42, 0xff, 0xaf, 0x40, 0x9b, 0x81, 0x22, + 0x06, 0x3d, 0xc3, 0xc9, 0xf7, 0xa0, 0x42, 0x4d, 0x3b, 0x92, 0x1e, 0x28, 0x24, 0x1f, 0xf5, 0xf4, + 0xa6, 0xbf, 0xe3, 0x89, 0x29, 0x6e, 0x7d, 0x9f, 0xfd, 0x1b, 0x1d, 0x27, 0xf8, 0x59, 0x4e, 0xfe, + 0xff, 0x3b, 0x36, 0x7e, 0x4a, 0x9f, 0xa4, 0xa4, 0x2f, 0x5d, 0xa1, 0xb5, 0xf3, 0xdd, 0x1c, 0xeb, + 0xad, 0xe7, 0xee, 0x1f, 0x61, 0xfe, 0x11, 0x28, 0xe9, 0x83, 0x36, 0xf4, 0xca, 0x24, 0x4d, 0x94, + 0xe1, 0x9c, 0xa2, 0x86, 0xdf, 0x83, 0x2a, 0xab, 0xb0, 0xca, 0xc5, 0x57, 0xa8, 0xbe, 0x4e, 0x99, + 0xeb, 0xee, 0xb7, 0x3e, 0xda, 0x18, 0x9a, 0xc1, 0xd1, 0xf8, 0x80, 0xb4, 0xac, 0xb3, 0xae, 0xaf, + 0x99, 0x2e, 0xff, 0xb5, 0x1e, 0xee, 0xe5, 0x3a, 0x1d, 0xbd, 0x4e, 0x11, 0x8c, 0x0e, 0x0e, 0xaa, + 0xf4, 0xf3, 0xd6, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x18, 0xc1, 0xb1, 0x0e, 0x53, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/internal/querycoordv2/meta/target_manager.go b/internal/querycoordv2/meta/target_manager.go index e0f072f6be..716dc640f2 100644 --- a/internal/querycoordv2/meta/target_manager.go +++ b/internal/querycoordv2/meta/target_manager.go @@ -445,6 +445,27 @@ func (mgr *TargetManager) GetHistoricalSegmentsByChannel(collectionID int64, return ret } +func (mgr *TargetManager) GetDroppedSegmentsByChannel(collectionID int64, + channelName string, + scope TargetScope) []int64 { + mgr.rwMutex.RLock() + defer mgr.rwMutex.RUnlock() + + targetMap := mgr.getTarget(scope) + collectionTarget := targetMap.getCollectionTarget(collectionID) + + if collectionTarget == nil { + return nil + } + + channel := collectionTarget.dmChannels[channelName] + if channel == nil { + return nil + } + + return channel.GetDroppedSegmentIds() +} + func (mgr *TargetManager) GetHistoricalSegmentsByPartition(collectionID int64, partitionID int64, scope TargetScope) map[int64]*datapb.SegmentInfo { mgr.rwMutex.RLock() diff --git a/internal/querycoordv2/meta/target_manager_test.go b/internal/querycoordv2/meta/target_manager_test.go index eff97af6bb..2bcc96a202 100644 --- a/internal/querycoordv2/meta/target_manager_test.go +++ b/internal/querycoordv2/meta/target_manager_test.go @@ -366,6 +366,7 @@ func (suite *TargetManagerSuite) TestGetSegmentByChannel() { CollectionID: collectionID, ChannelName: "channel-1", UnflushedSegmentIds: []int64{1, 2, 3, 4}, + DroppedSegmentIds: []int64{11, 22, 33}, }, { CollectionID: collectionID, @@ -394,6 +395,7 @@ func (suite *TargetManagerSuite) TestGetSegmentByChannel() { suite.Len(suite.mgr.GetHistoricalSegmentsByChannel(collectionID, "channel-2", NextTarget), 1) suite.Len(suite.mgr.GetStreamingSegmentsByChannel(collectionID, "channel-1", NextTarget), 4) suite.Len(suite.mgr.GetStreamingSegmentsByChannel(collectionID, "channel-2", NextTarget), 1) + suite.Len(suite.mgr.GetDroppedSegmentsByChannel(collectionID, "channel-1", NextTarget), 3) } func TestTargetManager(t *testing.T) { diff --git a/internal/querycoordv2/observers/leader_observer.go b/internal/querycoordv2/observers/leader_observer.go index 6a4dcd879e..d537907424 100644 --- a/internal/querycoordv2/observers/leader_observer.go +++ b/internal/querycoordv2/observers/leader_observer.go @@ -150,11 +150,21 @@ func (o *LeaderObserver) checkNeedUpdateTargetVersion(leaderView *meta.LeaderVie sealedSegments := o.target.GetHistoricalSegmentsByChannel(leaderView.CollectionID, leaderView.Channel, meta.CurrentTarget) growingSegments := o.target.GetStreamingSegmentsByChannel(leaderView.CollectionID, leaderView.Channel, meta.CurrentTarget) + droppedSegments := o.target.GetDroppedSegmentsByChannel(leaderView.CollectionID, leaderView.Channel, meta.CurrentTarget) + + log.Info("Update readable segment version", + zap.Int64("collectionID", leaderView.CollectionID), + zap.String("channelName", leaderView.Channel), + zap.Int64("nodeID", leaderView.ID), + zap.Int64("oldVersion", leaderView.TargetVersion), + zap.Int64("newVersion", targetVersion), + ) return &querypb.SyncAction{ Type: querypb.SyncType_UpdateVersion, GrowingInTarget: growingSegments.Collect(), SealedInTarget: lo.Keys(sealedSegments), + DroppedInTarget: droppedSegments, TargetVersion: targetVersion, } } diff --git a/internal/querynodev2/delegator/delegator.go b/internal/querynodev2/delegator/delegator.go index 58569212a1..b9d23e372f 100644 --- a/internal/querynodev2/delegator/delegator.go +++ b/internal/querynodev2/delegator/delegator.go @@ -89,7 +89,7 @@ type ShardDelegator interface { LoadGrowing(ctx context.Context, infos []*querypb.SegmentLoadInfo, version int64) error LoadSegments(ctx context.Context, req *querypb.LoadSegmentsRequest) error ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest, force bool) error - SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64) + SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64, droppedInTarget []int64) GetTargetVersion() int64 // control diff --git a/internal/querynodev2/delegator/delegator_data.go b/internal/querynodev2/delegator/delegator_data.go index 780a5006ae..fd00fe7b46 100644 --- a/internal/querynodev2/delegator/delegator_data.go +++ b/internal/querynodev2/delegator/delegator_data.go @@ -36,6 +36,7 @@ import ( "github.com/milvus-io/milvus/internal/querynodev2/segments" "github.com/milvus-io/milvus/internal/storage" "github.com/milvus-io/milvus/pkg/common" + "github.com/milvus-io/milvus/pkg/log" "github.com/milvus-io/milvus/pkg/metrics" "github.com/milvus-io/milvus/pkg/mq/msgstream" "github.com/milvus-io/milvus/pkg/mq/msgstream/mqwrapper" @@ -616,8 +617,34 @@ func (sd *shardDelegator) ReleaseSegments(ctx context.Context, req *querypb.Rele return nil } -func (sd *shardDelegator) SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64) { - sd.distribution.SyncTargetVersion(newVersion, growingInTarget, sealedInTarget) +func (sd *shardDelegator) SyncTargetVersion(newVersion int64, growingInTarget []int64, + sealedInTarget []int64, droppedInTarget []int64) { + growings := sd.segmentManager.GetBy(segments.WithType(segments.SegmentTypeGrowing)) + + sealedSet := typeutil.NewUniqueSet(sealedInTarget...) + growingSet := typeutil.NewUniqueSet(growingInTarget...) + droppedSet := typeutil.NewUniqueSet(droppedInTarget...) + redundantGrowing := make([]int64, 0) + for _, s := range growings { + if growingSet.Contain(s.ID()) { + continue + } + + // sealed segment already exists, make growing segment redundant + if sealedSet.Contain(s.ID()) { + redundantGrowing = append(redundantGrowing, s.ID()) + } + + // sealed segment already dropped, make growing segment redundant + if droppedSet.Contain(s.ID()) { + redundantGrowing = append(redundantGrowing, s.ID()) + } + } + if len(redundantGrowing) > 0 { + log.Warn("found redundant growing segments", + zap.Int64s("growingSegments", redundantGrowing)) + } + sd.distribution.SyncTargetVersion(newVersion, growingInTarget, sealedInTarget, redundantGrowing) } func (sd *shardDelegator) GetTargetVersion() int64 { diff --git a/internal/querynodev2/delegator/delegator_data_test.go b/internal/querynodev2/delegator/delegator_data_test.go index dd9ff57913..7b5150e0d8 100644 --- a/internal/querynodev2/delegator/delegator_data_test.go +++ b/internal/querynodev2/delegator/delegator_data_test.go @@ -714,8 +714,22 @@ func (s *DelegatorDataSuite) TestReleaseSegment() { s.NoError(err) } -func (s *DelegatorSuite) TestSyncTargetVersion() { - s.delegator.SyncTargetVersion(int64(5), []int64{}, []int64{}) +func (s *DelegatorDataSuite) TestSyncTargetVersion() { + for i := int64(0); i < 5; i++ { + ms := &segments.MockSegment{} + ms.EXPECT().ID().Return(i) + ms.EXPECT().StartPosition().Return(&msgpb.MsgPosition{ + Timestamp: uint64(i), + }) + ms.EXPECT().Type().Return(segments.SegmentTypeGrowing) + ms.EXPECT().Collection().Return(1) + ms.EXPECT().Partition().Return(1) + ms.EXPECT().RowNum().Return(0) + ms.EXPECT().Indexes().Return(nil) + s.manager.Segment.Put(segments.SegmentTypeGrowing, ms) + } + + s.delegator.SyncTargetVersion(int64(5), []int64{1}, []int64{2}, []int64{3, 4}) s.Equal(int64(5), s.delegator.GetTargetVersion()) } diff --git a/internal/querynodev2/delegator/delegator_test.go b/internal/querynodev2/delegator/delegator_test.go index 8db99f40b5..1eb683390e 100644 --- a/internal/querynodev2/delegator/delegator_test.go +++ b/internal/querynodev2/delegator/delegator_test.go @@ -242,7 +242,7 @@ func (s *DelegatorSuite) TestSearch() { Version: 2001, }, ) - s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}) + s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}, []int64{}) s.Run("normal", func() { defer func() { s.workerManager.ExpectedCalls = nil @@ -495,7 +495,7 @@ func (s *DelegatorSuite) TestQuery() { Version: 2001, }, ) - s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}) + s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}, []int64{}) s.Run("normal", func() { defer func() { s.workerManager.ExpectedCalls = nil @@ -716,7 +716,7 @@ func (s *DelegatorSuite) TestGetStats() { }, ) - s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}) + s.delegator.SyncTargetVersion(2001, []int64{1004}, []int64{1000, 1001, 1002, 1003}, []int64{}) s.Run("normal", func() { defer func() { s.workerManager.ExpectedCalls = nil diff --git a/internal/querynodev2/delegator/distribution.go b/internal/querynodev2/delegator/distribution.go index c8ca791fb6..243e3e4190 100644 --- a/internal/querynodev2/delegator/distribution.go +++ b/internal/querynodev2/delegator/distribution.go @@ -29,8 +29,12 @@ import ( const ( // wildcardNodeID matches any nodeID, used for force distribution correction. - wildcardNodeID = int64(-1) + wildcardNodeID = int64(-1) + // for growing segment consumed from channel initialTargetVersion = int64(0) + + // for growing segment which not exist in target, and it's start position < max sealed dml position + redundantTargetVersion = int64(-1) ) var ( @@ -207,7 +211,7 @@ func (d *distribution) AddOfflines(segmentIDs ...int64) { } // UpdateTargetVersion update readable segment version -func (d *distribution) SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64) { +func (d *distribution) SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64, redundantGrowings []int64) { d.mut.Lock() defer d.mut.Unlock() @@ -222,6 +226,15 @@ func (d *distribution) SyncTargetVersion(newVersion int64, growingInTarget []int d.growingSegments[segmentID] = entry } + for _, segmentID := range redundantGrowings { + entry, ok := d.growingSegments[segmentID] + if !ok { + continue + } + entry.TargetVersion = redundantTargetVersion + d.growingSegments[segmentID] = entry + } + available := true for _, segmentID := range sealedInTarget { entry, ok := d.sealedSegments[segmentID] diff --git a/internal/querynodev2/delegator/distribution_test.go b/internal/querynodev2/delegator/distribution_test.go index 58efba7a93..f37d6bedae 100644 --- a/internal/querynodev2/delegator/distribution_test.go +++ b/internal/querynodev2/delegator/distribution_test.go @@ -622,7 +622,7 @@ func (s *DistributionSuite) Test_SyncTargetVersion() { s.dist.AddGrowing(growing...) s.dist.AddDistributions(sealed...) - s.dist.SyncTargetVersion(2, []int64{2, 3}, []int64{6}) + s.dist.SyncTargetVersion(2, []int64{2, 3}, []int64{6}, []int64{}) s1, s2, _ := s.dist.GetSegments(true) s.Len(s1[0].Segments, 1) @@ -633,11 +633,15 @@ func (s *DistributionSuite) Test_SyncTargetVersion() { s.Len(s2, 3) s.dist.serviceable.Store(true) - s.dist.SyncTargetVersion(2, []int64{222}, []int64{}) + s.dist.SyncTargetVersion(2, []int64{222}, []int64{}, []int64{}) s.True(s.dist.Serviceable()) - s.dist.SyncTargetVersion(2, []int64{}, []int64{333}) + s.dist.SyncTargetVersion(2, []int64{}, []int64{333}, []int64{}) s.False(s.dist.Serviceable()) + + s.dist.SyncTargetVersion(2, []int64{}, []int64{333}, []int64{1, 2, 3}) + _, segments, _ := s.dist.GetSegments(true) + s.Len(segments, 0) } func TestDistributionSuite(t *testing.T) { diff --git a/internal/querynodev2/delegator/mock_delegator.go b/internal/querynodev2/delegator/mock_delegator.go index e4333012fa..9189364de1 100644 --- a/internal/querynodev2/delegator/mock_delegator.go +++ b/internal/querynodev2/delegator/mock_delegator.go @@ -678,9 +678,9 @@ func (_c *MockShardDelegator_SyncDistribution_Call) RunAndReturn(run func(contex return _c } -// SyncTargetVersion provides a mock function with given fields: newVersion, growingInTarget, sealedInTarget -func (_m *MockShardDelegator) SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64) { - _m.Called(newVersion, growingInTarget, sealedInTarget) +// SyncTargetVersion provides a mock function with given fields: newVersion, growingInTarget, sealedInTarget, droppedInTarget +func (_m *MockShardDelegator) SyncTargetVersion(newVersion int64, growingInTarget []int64, sealedInTarget []int64, droppedInTarget []int64) { + _m.Called(newVersion, growingInTarget, sealedInTarget, droppedInTarget) } // MockShardDelegator_SyncTargetVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SyncTargetVersion' @@ -692,13 +692,14 @@ type MockShardDelegator_SyncTargetVersion_Call struct { // - newVersion int64 // - growingInTarget []int64 // - sealedInTarget []int64 -func (_e *MockShardDelegator_Expecter) SyncTargetVersion(newVersion interface{}, growingInTarget interface{}, sealedInTarget interface{}) *MockShardDelegator_SyncTargetVersion_Call { - return &MockShardDelegator_SyncTargetVersion_Call{Call: _e.mock.On("SyncTargetVersion", newVersion, growingInTarget, sealedInTarget)} +// - droppedInTarget []int64 +func (_e *MockShardDelegator_Expecter) SyncTargetVersion(newVersion interface{}, growingInTarget interface{}, sealedInTarget interface{}, droppedInTarget interface{}) *MockShardDelegator_SyncTargetVersion_Call { + return &MockShardDelegator_SyncTargetVersion_Call{Call: _e.mock.On("SyncTargetVersion", newVersion, growingInTarget, sealedInTarget, droppedInTarget)} } -func (_c *MockShardDelegator_SyncTargetVersion_Call) Run(run func(newVersion int64, growingInTarget []int64, sealedInTarget []int64)) *MockShardDelegator_SyncTargetVersion_Call { +func (_c *MockShardDelegator_SyncTargetVersion_Call) Run(run func(newVersion int64, growingInTarget []int64, sealedInTarget []int64, droppedInTarget []int64)) *MockShardDelegator_SyncTargetVersion_Call { _c.Call.Run(func(args mock.Arguments) { - run(args[0].(int64), args[1].([]int64), args[2].([]int64)) + run(args[0].(int64), args[1].([]int64), args[2].([]int64), args[3].([]int64)) }) return _c } @@ -708,7 +709,7 @@ func (_c *MockShardDelegator_SyncTargetVersion_Call) Return() *MockShardDelegato return _c } -func (_c *MockShardDelegator_SyncTargetVersion_Call) RunAndReturn(run func(int64, []int64, []int64)) *MockShardDelegator_SyncTargetVersion_Call { +func (_c *MockShardDelegator_SyncTargetVersion_Call) RunAndReturn(run func(int64, []int64, []int64, []int64)) *MockShardDelegator_SyncTargetVersion_Call { _c.Call.Return(run) return _c } diff --git a/internal/querynodev2/services.go b/internal/querynodev2/services.go index 08748a33bd..b5f9ab12d3 100644 --- a/internal/querynodev2/services.go +++ b/internal/querynodev2/services.go @@ -1271,7 +1271,20 @@ func (node *QueryNode) SyncDistribution(ctx context.Context, req *querypb.SyncDi case querypb.SyncType_Set: addSegments[action.GetNodeID()] = append(addSegments[action.GetNodeID()], action.GetInfo()) case querypb.SyncType_UpdateVersion: - shardDelegator.SyncTargetVersion(action.GetTargetVersion(), action.GetGrowingInTarget(), action.GetSealedInTarget()) + pipeline := node.pipelineManager.Get(req.GetChannel()) + if pipeline != nil { + droppedInfos := lo.Map(action.GetDroppedInTarget(), func(id int64, _ int) *datapb.SegmentInfo { + return &datapb.SegmentInfo{ + ID: id, + DmlPosition: &msgpb.MsgPosition{ + Timestamp: typeutil.MaxTimestamp, + }, + } + }) + pipeline.ExcludedSegments(droppedInfos...) + } + shardDelegator.SyncTargetVersion(action.GetTargetVersion(), action.GetGrowingInTarget(), + action.GetSealedInTarget(), action.GetDroppedInTarget()) default: return &commonpb.Status{ ErrorCode: commonpb.ErrorCode_UnexpectedError, diff --git a/internal/querynodev2/services_test.go b/internal/querynodev2/services_test.go index 2518ddd955..b483d0c8f4 100644 --- a/internal/querynodev2/services_test.go +++ b/internal/querynodev2/services_test.go @@ -20,6 +20,7 @@ import ( "encoding/json" "math/rand" "testing" + "time" "github.com/cockroachdb/errors" "github.com/gogo/protobuf/proto" @@ -1473,6 +1474,18 @@ func (suite *ServiceSuite) TestSyncDistribution_Normal() { status, err := suite.node.SyncDistribution(ctx, req) suite.NoError(err) suite.Equal(commonpb.ErrorCode_UnexpectedError, status.ErrorCode) + + syncVersionAction := &querypb.SyncAction{ + Type: querypb.SyncType_UpdateVersion, + SealedInTarget: []int64{3}, + GrowingInTarget: []int64{4}, + DroppedInTarget: []int64{1, 2}, + TargetVersion: time.Now().UnixMilli(), + } + + req.Actions = []*querypb.SyncAction{syncVersionAction} + status, err = suite.node.SyncDistribution(ctx, req) + suite.NoError(err) } func (suite *ServiceSuite) TestSyncDistribution_ReleaseResultCheck() {