fix watch dml channel remove offline node (#18835)

Signed-off-by: Wei Liu <wei.liu@zilliz.com>

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
wei liu 2022-08-29 16:32:57 +08:00 committed by GitHub
parent 56840da74f
commit 1527aee019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 216 additions and 197 deletions

View File

@ -183,6 +183,8 @@ message WatchDmChannelsRequest {
LoadMetaInfo load_meta = 8;
int64 replicaID = 9;
map<int64, data.SegmentInfo> segment_infos = 10;
// for node down load balance, need to remove offline node in time after every watchDmChannel finish.
int64 offlineNodeID = 11;
}
message SegmentLoadInfo {

View File

@ -1173,19 +1173,21 @@ func (m *LoadMetaInfo) GetPartitionIDs() []int64 {
}
type WatchDmChannelsRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
NodeID int64 `protobuf:"varint,2,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
CollectionID int64 `protobuf:"varint,3,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
PartitionIDs []int64 `protobuf:"varint,4,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
Infos []*datapb.VchannelInfo `protobuf:"bytes,5,rep,name=infos,proto3" json:"infos,omitempty"`
Schema *schemapb.CollectionSchema `protobuf:"bytes,6,opt,name=schema,proto3" json:"schema,omitempty"`
ExcludeInfos []*datapb.SegmentInfo `protobuf:"bytes,7,rep,name=exclude_infos,json=excludeInfos,proto3" json:"exclude_infos,omitempty"`
LoadMeta *LoadMetaInfo `protobuf:"bytes,8,opt,name=load_meta,json=loadMeta,proto3" json:"load_meta,omitempty"`
ReplicaID int64 `protobuf:"varint,9,opt,name=replicaID,proto3" json:"replicaID,omitempty"`
SegmentInfos map[int64]*datapb.SegmentInfo `protobuf:"bytes,10,rep,name=segment_infos,json=segmentInfos,proto3" json:"segment_infos,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
NodeID int64 `protobuf:"varint,2,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
CollectionID int64 `protobuf:"varint,3,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
PartitionIDs []int64 `protobuf:"varint,4,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
Infos []*datapb.VchannelInfo `protobuf:"bytes,5,rep,name=infos,proto3" json:"infos,omitempty"`
Schema *schemapb.CollectionSchema `protobuf:"bytes,6,opt,name=schema,proto3" json:"schema,omitempty"`
ExcludeInfos []*datapb.SegmentInfo `protobuf:"bytes,7,rep,name=exclude_infos,json=excludeInfos,proto3" json:"exclude_infos,omitempty"`
LoadMeta *LoadMetaInfo `protobuf:"bytes,8,opt,name=load_meta,json=loadMeta,proto3" json:"load_meta,omitempty"`
ReplicaID int64 `protobuf:"varint,9,opt,name=replicaID,proto3" json:"replicaID,omitempty"`
SegmentInfos map[int64]*datapb.SegmentInfo `protobuf:"bytes,10,rep,name=segment_infos,json=segmentInfos,proto3" json:"segment_infos,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
// for node down load balance, need to remove offline node in time after every watchDmChannel finish.
OfflineNodeID int64 `protobuf:"varint,11,opt,name=offlineNodeID,proto3" json:"offlineNodeID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WatchDmChannelsRequest) Reset() { *m = WatchDmChannelsRequest{} }
@ -1283,6 +1285,13 @@ func (m *WatchDmChannelsRequest) GetSegmentInfos() map[int64]*datapb.SegmentInfo
return nil
}
func (m *WatchDmChannelsRequest) GetOfflineNodeID() int64 {
if m != nil {
return m.OfflineNodeID
}
return 0
}
type SegmentLoadInfo struct {
SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
PartitionID int64 `protobuf:"varint,2,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
@ -2805,192 +2814,193 @@ func init() {
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
var fileDescriptor_aab7cc9a69ed26e8 = []byte{
// 2952 bytes of a gzipped FileDescriptorProto
// 2965 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3a, 0x49, 0x8c, 0x1c, 0x57,
0xd9, 0x53, 0xbd, 0xf7, 0xd7, 0x5b, 0xf9, 0x8d, 0x3d, 0xee, 0xf4, 0x6f, 0x27, 0x93, 0x72, 0x9c,
0xcc, 0x3f, 0x49, 0xc6, 0xce, 0x38, 0x44, 0x09, 0x24, 0x12, 0xf6, 0x4c, 0x3c, 0x19, 0x6c, 0x4f,
0x86, 0x6a, 0x3b, 0x20, 0x2b, 0x52, 0x53, 0xdd, 0xf5, 0xba, 0xa7, 0xe4, 0x5a, 0xda, 0xf5, 0xaa,
0xc7, 0x99, 0x70, 0x45, 0x48, 0x6c, 0x07, 0xc4, 0x15, 0x38, 0xc1, 0x01, 0x89, 0x88, 0x0b, 0x47,
0x84, 0xb8, 0x71, 0x45, 0xe2, 0x8a, 0xc4, 0x91, 0x03, 0x5c, 0x39, 0x20, 0x2e, 0xe8, 0x6d, 0xb5,
0x75, 0x95, 0xa7, 0x3d, 0x93, 0x15, 0x71, 0xab, 0xfa, 0xde, 0xf2, 0xed, 0xdb, 0x7b, 0x0f, 0xce,
0x3c, 0x9c, 0x61, 0xff, 0x68, 0x30, 0xf2, 0x3c, 0xdf, 0xdc, 0x98, 0xfa, 0x5e, 0xe0, 0x21, 0xe4,
0x58, 0xf6, 0xe1, 0x8c, 0xf0, 0xbf, 0x0d, 0x36, 0xde, 0x6b, 0x8e, 0x3c, 0xc7, 0xf1, 0x5c, 0x0e,
0xeb, 0x35, 0xe3, 0x33, 0x7a, 0x6d, 0xcb, 0x0d, 0xb0, 0xef, 0x1a, 0xb6, 0x1c, 0x25, 0xa3, 0x03,
0xec, 0x18, 0xe2, 0x4f, 0x35, 0x8d, 0xc0, 0x88, 0xef, 0xaf, 0x7d, 0x47, 0x81, 0x95, 0xfe, 0x81,
0xf7, 0x68, 0xcb, 0xb3, 0x6d, 0x3c, 0x0a, 0x2c, 0xcf, 0x25, 0x3a, 0x7e, 0x38, 0xc3, 0x24, 0x40,
0x57, 0xa1, 0x34, 0x34, 0x08, 0xee, 0x2a, 0xab, 0xca, 0x5a, 0x63, 0xf3, 0xc2, 0x46, 0x82, 0x12,
0x41, 0xc2, 0x1d, 0x32, 0xb9, 0x61, 0x10, 0xac, 0xb3, 0x99, 0x08, 0x41, 0xc9, 0x1c, 0xee, 0x6e,
0x77, 0x0b, 0xab, 0xca, 0x5a, 0x51, 0x67, 0xdf, 0xe8, 0x39, 0x68, 0x8d, 0xc2, 0xbd, 0x77, 0xb7,
0x49, 0xb7, 0xb8, 0x5a, 0x5c, 0x2b, 0xea, 0x49, 0xa0, 0xf6, 0x57, 0x05, 0xce, 0xcf, 0x91, 0x41,
0xa6, 0x9e, 0x4b, 0x30, 0xba, 0x06, 0x15, 0x12, 0x18, 0xc1, 0x8c, 0x08, 0x4a, 0xfe, 0x2f, 0x93,
0x92, 0x3e, 0x9b, 0xa2, 0x8b, 0xa9, 0xf3, 0x68, 0x0b, 0x19, 0x68, 0xd1, 0x2b, 0x70, 0xd6, 0x72,
0xef, 0x60, 0xc7, 0xf3, 0x8f, 0x06, 0x53, 0xec, 0x8f, 0xb0, 0x1b, 0x18, 0x13, 0x2c, 0x69, 0x5c,
0x96, 0x63, 0xfb, 0xd1, 0x10, 0x7a, 0x0d, 0xce, 0x73, 0x2d, 0x11, 0xec, 0x1f, 0x5a, 0x23, 0x3c,
0x30, 0x0e, 0x0d, 0xcb, 0x36, 0x86, 0x36, 0xee, 0x96, 0x56, 0x8b, 0x6b, 0x35, 0xfd, 0x1c, 0x1b,
0xee, 0xf3, 0xd1, 0xeb, 0x72, 0x50, 0xfb, 0xa5, 0x02, 0xe7, 0x28, 0x87, 0xfb, 0x86, 0x1f, 0x58,
0x9f, 0x80, 0x9c, 0x35, 0x68, 0xc6, 0x79, 0xeb, 0x16, 0xd9, 0x58, 0x02, 0x46, 0xe7, 0x4c, 0x25,
0x7a, 0x2a, 0x93, 0x12, 0x63, 0x33, 0x01, 0xd3, 0x7e, 0x21, 0x0c, 0x22, 0x4e, 0xe7, 0x69, 0x14,
0x91, 0xc6, 0x59, 0x98, 0xc7, 0x79, 0x02, 0x35, 0x68, 0x7f, 0x53, 0xe0, 0xdc, 0x6d, 0xcf, 0x30,
0x23, 0x83, 0xf9, 0xf4, 0xc5, 0xf9, 0x16, 0x54, 0xb8, 0x77, 0x75, 0x4b, 0x0c, 0xd7, 0xe5, 0x24,
0x2e, 0xe1, 0x79, 0x11, 0x85, 0x7d, 0x06, 0xd0, 0xc5, 0x22, 0x74, 0x19, 0xda, 0x3e, 0x9e, 0xda,
0xd6, 0xc8, 0x18, 0xb8, 0x33, 0x67, 0x88, 0xfd, 0x6e, 0x79, 0x55, 0x59, 0x2b, 0xeb, 0x2d, 0x01,
0xdd, 0x63, 0x40, 0xed, 0xa7, 0x0a, 0x74, 0x75, 0x6c, 0x63, 0x83, 0xe0, 0xcf, 0x92, 0xd9, 0x15,
0xa8, 0xb8, 0x9e, 0x89, 0x77, 0xb7, 0x19, 0xb3, 0x45, 0x5d, 0xfc, 0x69, 0xff, 0x52, 0xe0, 0xec,
0x0e, 0x0e, 0xa8, 0xd6, 0x2d, 0x12, 0x58, 0xa3, 0xd0, 0xac, 0xdf, 0x82, 0xa2, 0x8f, 0x1f, 0x0a,
0xca, 0x5e, 0x4c, 0x52, 0x16, 0x06, 0xa9, 0xac, 0x95, 0x3a, 0x5d, 0x87, 0x9e, 0x85, 0xa6, 0xe9,
0xd8, 0x83, 0xd1, 0x81, 0xe1, 0xba, 0xd8, 0xe6, 0x76, 0x53, 0xd7, 0x1b, 0xa6, 0x63, 0x6f, 0x09,
0x10, 0x7a, 0x1a, 0x80, 0xe0, 0x89, 0x83, 0xdd, 0x20, 0x8a, 0x2b, 0x31, 0x08, 0x5a, 0x87, 0x33,
0x63, 0xdf, 0x73, 0x06, 0xe4, 0xc0, 0xf0, 0xcd, 0x81, 0x8d, 0x0d, 0x13, 0xfb, 0x8c, 0xfa, 0x9a,
0xde, 0xa1, 0x03, 0x7d, 0x0a, 0xbf, 0xcd, 0xc0, 0xe8, 0x1a, 0x94, 0xc9, 0xc8, 0x9b, 0x62, 0xa6,
0x83, 0xf6, 0xe6, 0xc5, 0x8d, 0xf9, 0xb8, 0xbb, 0xb1, 0x6d, 0x04, 0x46, 0x9f, 0x4e, 0xd2, 0xf9,
0x5c, 0xed, 0x07, 0x05, 0x6e, 0x84, 0x9f, 0x73, 0x9f, 0x8e, 0x19, 0x6a, 0xf9, 0xe3, 0x31, 0xd4,
0x4a, 0x96, 0xa1, 0xfe, 0x21, 0x32, 0xd4, 0xcf, 0xbb, 0x40, 0x22, 0x63, 0x2e, 0x27, 0x8c, 0xf9,
0x57, 0x0a, 0x3c, 0xb5, 0x83, 0x83, 0x90, 0x7c, 0x6a, 0x9b, 0xf8, 0x73, 0x1a, 0xa8, 0x3f, 0x52,
0xa0, 0x97, 0x45, 0xeb, 0x69, 0x82, 0xf5, 0x7d, 0x58, 0x09, 0x71, 0x0c, 0x4c, 0x4c, 0x46, 0xbe,
0x35, 0x65, 0x6a, 0x64, 0xee, 0xd7, 0xd8, 0xbc, 0x94, 0xe5, 0x16, 0x69, 0x0a, 0xce, 0x85, 0x5b,
0x6c, 0xc7, 0x76, 0xd0, 0x7e, 0xa4, 0xc0, 0x39, 0xea, 0xee, 0xc2, 0x3f, 0xdd, 0xb1, 0x77, 0x72,
0xb9, 0x26, 0x3d, 0xbf, 0x30, 0xe7, 0xf9, 0x0b, 0xc8, 0x98, 0x55, 0x3e, 0x69, 0x7a, 0x4e, 0x23,
0xbb, 0x2f, 0x41, 0xd9, 0x72, 0xc7, 0x9e, 0x14, 0xd5, 0x33, 0x59, 0xa2, 0x8a, 0x23, 0xe3, 0xb3,
0x35, 0x97, 0x53, 0x11, 0x85, 0xa2, 0x53, 0x98, 0x5b, 0x9a, 0xed, 0x42, 0x06, 0xdb, 0x3f, 0x54,
0xe0, 0xfc, 0x1c, 0xc2, 0xd3, 0xf0, 0xfd, 0x26, 0x54, 0x58, 0x80, 0x95, 0x8c, 0x3f, 0x97, 0xc9,
0x78, 0x0c, 0xdd, 0x6d, 0x8b, 0x04, 0xba, 0x58, 0xa3, 0x79, 0xa0, 0xa6, 0xc7, 0x68, 0xe8, 0x17,
0x61, 0x7f, 0xe0, 0x1a, 0x0e, 0x17, 0x40, 0x5d, 0x6f, 0x08, 0xd8, 0x9e, 0xe1, 0x60, 0xf4, 0x14,
0xd4, 0xa8, 0xcb, 0x0e, 0x2c, 0x53, 0xaa, 0xbf, 0xca, 0x5c, 0xd8, 0x24, 0xe8, 0x22, 0x00, 0x1b,
0x32, 0x4c, 0xd3, 0xe7, 0x59, 0xa1, 0xae, 0xd7, 0x29, 0xe4, 0x3a, 0x05, 0x68, 0x3f, 0x56, 0xa0,
0x49, 0x63, 0xf6, 0x1d, 0x1c, 0x18, 0x54, 0x0f, 0xe8, 0x0d, 0xa8, 0xdb, 0x9e, 0x61, 0x0e, 0x82,
0xa3, 0x29, 0x47, 0xd5, 0x4e, 0xcb, 0x9a, 0xb3, 0x40, 0x17, 0xdd, 0x3d, 0x9a, 0x62, 0xbd, 0x66,
0x8b, 0xaf, 0x45, 0xe4, 0x3d, 0xe7, 0xca, 0xc5, 0x0c, 0x57, 0xfe, 0x6e, 0x19, 0x56, 0xbe, 0x61,
0x04, 0xa3, 0x83, 0x6d, 0x47, 0x26, 0xb7, 0x93, 0x1b, 0x41, 0x14, 0xdb, 0x0a, 0xf1, 0xd8, 0xf6,
0xb1, 0xc5, 0xce, 0xd0, 0xce, 0xcb, 0x59, 0x76, 0x4e, 0x1b, 0x8c, 0x8d, 0xf7, 0x84, 0xaa, 0x62,
0x76, 0x1e, 0xcb, 0x41, 0x95, 0x93, 0xe4, 0xa0, 0x2d, 0x68, 0xe1, 0x0f, 0x46, 0xf6, 0x8c, 0xea,
0x9c, 0x61, 0xaf, 0x32, 0xec, 0x4f, 0x67, 0x60, 0x8f, 0x3b, 0x59, 0x53, 0x2c, 0xda, 0x15, 0x34,
0x70, 0x55, 0x3b, 0x38, 0x30, 0xba, 0x35, 0x46, 0xc6, 0x6a, 0x9e, 0xaa, 0xa5, 0x7d, 0x70, 0x75,
0xd3, 0x3f, 0x74, 0x01, 0xea, 0x22, 0xe3, 0xed, 0x6e, 0x77, 0xeb, 0x4c, 0x7c, 0x11, 0x00, 0x19,
0xd0, 0x12, 0x11, 0x48, 0x50, 0x08, 0x8c, 0xc2, 0x37, 0xb3, 0x10, 0x64, 0x2b, 0x3b, 0x4e, 0x39,
0x79, 0xdb, 0x0d, 0xfc, 0x23, 0xbd, 0x49, 0x62, 0xa0, 0xde, 0x00, 0xce, 0xcc, 0x4d, 0x41, 0x2a,
0x14, 0x1f, 0xe0, 0x23, 0x66, 0x20, 0x45, 0x9d, 0x7e, 0xa2, 0x57, 0xa1, 0x7c, 0x68, 0xd8, 0x33,
0xcc, 0x0c, 0xe0, 0x78, 0x19, 0xf1, 0xc9, 0x5f, 0x2e, 0xbc, 0xae, 0x68, 0xbf, 0x2f, 0x41, 0x47,
0x0c, 0x51, 0x19, 0x30, 0xff, 0xb8, 0x00, 0xf5, 0x30, 0xb2, 0x0a, 0x2c, 0x11, 0x00, 0xad, 0x42,
0x23, 0x66, 0x1d, 0xc2, 0xe4, 0xe2, 0xa0, 0x85, 0xec, 0x4e, 0xe6, 0xc9, 0x52, 0x2c, 0x4f, 0x5e,
0x04, 0x18, 0xdb, 0x33, 0x72, 0x30, 0x08, 0x2c, 0x07, 0x8b, 0x3c, 0x5d, 0x67, 0x90, 0xbb, 0x96,
0x83, 0xd1, 0x75, 0x68, 0x0e, 0x2d, 0xd7, 0xf6, 0x26, 0x83, 0xa9, 0x11, 0x1c, 0x90, 0x6e, 0x25,
0xd7, 0x1e, 0x6e, 0x5a, 0xd8, 0x36, 0x6f, 0xb0, 0xb9, 0x7a, 0x83, 0xaf, 0xd9, 0xa7, 0x4b, 0xd0,
0xd3, 0xd0, 0x70, 0x67, 0xce, 0xc0, 0x1b, 0x0f, 0x7c, 0xef, 0x11, 0xb5, 0x28, 0x86, 0xc2, 0x9d,
0x39, 0xef, 0x8e, 0x75, 0xef, 0x11, 0x8d, 0x6c, 0x75, 0x1a, 0xe3, 0x88, 0xed, 0x4d, 0x48, 0xb7,
0xb6, 0xd0, 0xfe, 0xd1, 0x02, 0xba, 0xda, 0xc4, 0x76, 0x60, 0xb0, 0xd5, 0xf5, 0xc5, 0x56, 0x87,
0x0b, 0xd0, 0xf3, 0xd0, 0x1e, 0x79, 0xce, 0xd4, 0x60, 0x12, 0xba, 0xe9, 0x7b, 0x0e, 0x33, 0xa7,
0xa2, 0x9e, 0x82, 0xa2, 0x2d, 0x68, 0x58, 0xae, 0x89, 0x3f, 0x10, 0x36, 0xd7, 0x60, 0x78, 0xb4,
0x2c, 0x9b, 0x63, 0x88, 0x76, 0xe9, 0x5c, 0xa6, 0x75, 0xb0, 0xe4, 0x27, 0xa1, 0x01, 0x57, 0x9a,
0x2e, 0xb1, 0x3e, 0xc4, 0xdd, 0x26, 0xd7, 0xa2, 0x80, 0xf5, 0xad, 0x0f, 0x31, 0xad, 0x01, 0x2d,
0x97, 0x60, 0x3f, 0x90, 0x15, 0x79, 0xb7, 0xc5, 0xa2, 0x72, 0x8b, 0x43, 0x85, 0x25, 0x6b, 0xbf,
0x29, 0x40, 0x3b, 0x89, 0x08, 0x75, 0xa1, 0x3a, 0x66, 0x10, 0x69, 0x3d, 0xf2, 0x97, 0xa2, 0xc5,
0x2e, 0x6d, 0x8e, 0x07, 0x8c, 0x16, 0x66, 0x3c, 0x35, 0xbd, 0xc1, 0x61, 0x6c, 0x03, 0x6a, 0x04,
0x9c, 0x3d, 0x96, 0x08, 0x8a, 0x0c, 0x65, 0x9d, 0x41, 0x58, 0x1a, 0xe8, 0x42, 0x95, 0xb3, 0x21,
0x4d, 0x47, 0xfe, 0xd2, 0x91, 0xe1, 0xcc, 0x62, 0x58, 0xb9, 0xe9, 0xc8, 0x5f, 0xb4, 0x0d, 0x4d,
0xbe, 0xe5, 0xd4, 0xf0, 0x0d, 0x47, 0x1a, 0xce, 0xb3, 0x99, 0x91, 0xf5, 0x16, 0x3e, 0x7a, 0x8f,
0x3a, 0xc7, 0xbe, 0x61, 0xf9, 0x3a, 0x17, 0xf4, 0x3e, 0x5b, 0x85, 0xd6, 0x40, 0xe5, 0xbb, 0x8c,
0x2d, 0x1b, 0x0b, 0x13, 0xac, 0xb2, 0x5c, 0xd3, 0x66, 0xf0, 0x9b, 0x96, 0x8d, 0xb9, 0x95, 0x85,
0x2c, 0x30, 0xd1, 0xd6, 0xb8, 0x91, 0x31, 0x08, 0x15, 0xac, 0xf6, 0xe7, 0x22, 0x2c, 0x53, 0x5f,
0x13, 0x6e, 0x77, 0x8a, 0xc0, 0x7f, 0x11, 0xc0, 0x24, 0xc1, 0x20, 0x11, 0xfc, 0xeb, 0x26, 0x09,
0xf6, 0x78, 0xfc, 0x7f, 0x43, 0xc6, 0xed, 0x62, 0x7e, 0x29, 0x97, 0xf2, 0xfd, 0xf9, 0xd8, 0x7d,
0xa2, 0x46, 0xf7, 0x12, 0xb4, 0x88, 0x37, 0xf3, 0x47, 0x78, 0x90, 0x28, 0xba, 0x9b, 0x1c, 0xb8,
0x97, 0x9d, 0x9e, 0x2a, 0x99, 0x0d, 0x77, 0x2c, 0x7e, 0x57, 0x4f, 0x17, 0xbf, 0x6b, 0xe9, 0xf8,
0x7d, 0x0b, 0x3a, 0xcc, 0xfd, 0x06, 0x53, 0x8f, 0xf0, 0xde, 0x45, 0x78, 0xad, 0x96, 0xd3, 0xbb,
0xde, 0x21, 0x93, 0x7d, 0x31, 0x55, 0x6f, 0xb3, 0xa5, 0xf2, 0x97, 0x68, 0x3f, 0x29, 0xc0, 0x8a,
0xe8, 0x85, 0x4e, 0xaf, 0xd8, 0xbc, 0x8c, 0x2e, 0xa3, 0x66, 0xf1, 0x31, 0xdd, 0x45, 0x69, 0x81,
0x2c, 0x5f, 0xce, 0xc8, 0xf2, 0xc9, 0x0a, 0xbb, 0x32, 0x57, 0x61, 0x87, 0xfd, 0x72, 0xf5, 0x09,
0xfa, 0xe5, 0xbf, 0x2b, 0xd0, 0xea, 0x63, 0xc3, 0x1f, 0x1d, 0x48, 0x61, 0xbc, 0x16, 0x3f, 0x24,
0x78, 0x2e, 0x47, 0xd0, 0x89, 0x25, 0x5f, 0x9c, 0xd3, 0x81, 0x7f, 0x28, 0xd0, 0xfc, 0x3a, 0x1d,
0x92, 0xcc, 0xbe, 0x1e, 0x67, 0xf6, 0xf9, 0x1c, 0x66, 0x75, 0x1c, 0xf8, 0x16, 0x3e, 0xc4, 0x5f,
0x38, 0x76, 0xff, 0xa8, 0x40, 0xaf, 0x7f, 0xe4, 0x8e, 0x74, 0xee, 0x51, 0xa7, 0x37, 0xfb, 0x4b,
0xd0, 0x3a, 0x4c, 0xf4, 0x01, 0x05, 0x16, 0xfe, 0x9b, 0x87, 0xf1, 0x46, 0x40, 0x07, 0x55, 0x9e,
0x4d, 0x08, 0x66, 0x65, 0x80, 0x7b, 0x21, 0x8b, 0xea, 0x14, 0x71, 0x2c, 0x40, 0x74, 0xfc, 0x24,
0x50, 0xf3, 0x61, 0x39, 0x63, 0x1e, 0x3a, 0x0f, 0x55, 0xd1, 0x73, 0x88, 0x44, 0xc6, 0xfd, 0xd0,
0xa4, 0xda, 0x89, 0xba, 0x66, 0xcb, 0x9c, 0x2f, 0x82, 0x4c, 0xf4, 0x0c, 0x34, 0xc2, 0xe2, 0xd0,
0x9c, 0x53, 0x8f, 0x49, 0xb4, 0xdf, 0x29, 0xb0, 0xf2, 0x8e, 0xe1, 0x9a, 0xde, 0x78, 0x7c, 0x7a,
0xc9, 0x6d, 0x41, 0xa2, 0x6e, 0x5c, 0xb4, 0x23, 0x4d, 0x2c, 0x42, 0x2f, 0xc2, 0x19, 0x9f, 0x47,
0x30, 0x33, 0x29, 0xda, 0xa2, 0xae, 0xca, 0x81, 0x50, 0x64, 0xbf, 0x2e, 0x00, 0xa2, 0x51, 0xf7,
0x86, 0x61, 0x1b, 0xee, 0x08, 0x9f, 0x9c, 0xf4, 0xcb, 0xd0, 0x4e, 0xe4, 0x8a, 0xf0, 0xe0, 0x3e,
0x9e, 0x2c, 0x08, 0xba, 0x05, 0xed, 0x21, 0x47, 0x35, 0xf0, 0xb1, 0x41, 0x3c, 0x97, 0x05, 0xc1,
0x76, 0x76, 0xf3, 0x79, 0xd7, 0xb7, 0x26, 0x13, 0xec, 0x6f, 0x79, 0xae, 0xc9, 0xa3, 0x75, 0x6b,
0x28, 0xc9, 0xa4, 0x4b, 0xa9, 0x72, 0xa2, 0xc4, 0x29, 0x9b, 0x1e, 0x08, 0x33, 0x27, 0x13, 0x05,
0xc1, 0x86, 0x1d, 0x09, 0x22, 0x8a, 0x9a, 0x2a, 0x1f, 0xe8, 0xe7, 0x9f, 0x3d, 0x64, 0x24, 0x32,
0xed, 0xb7, 0x0a, 0xa0, 0xb0, 0xfc, 0x67, 0xcd, 0x00, 0xb3, 0xb0, 0xf4, 0x52, 0x25, 0x23, 0x78,
0x5f, 0x80, 0xba, 0x29, 0x57, 0x0a, 0x8f, 0x88, 0x00, 0xd4, 0x67, 0x38, 0x1b, 0x03, 0x9a, 0xf5,
0xb0, 0x29, 0xab, 0x6d, 0x0e, 0xbc, 0xcd, 0x60, 0xc9, 0x3c, 0x58, 0x4a, 0xe7, 0xc1, 0x78, 0x6b,
0x5d, 0x4e, 0xb4, 0xd6, 0xda, 0x47, 0x05, 0x50, 0x59, 0x44, 0xdb, 0x8a, 0xfa, 0xbb, 0x85, 0x88,
0xbe, 0x04, 0x2d, 0x71, 0xb5, 0x95, 0x20, 0xbc, 0xf9, 0x30, 0xb6, 0x19, 0xba, 0x0a, 0x67, 0xf9,
0x24, 0x1f, 0x93, 0x99, 0x1d, 0x15, 0x9a, 0xbc, 0xea, 0x43, 0x0f, 0x79, 0x28, 0xa5, 0x43, 0x72,
0xc5, 0x3d, 0x58, 0x99, 0xd8, 0xde, 0xd0, 0xb0, 0x07, 0x49, 0xf5, 0x70, 0x1d, 0x2e, 0x60, 0xf1,
0x67, 0xf9, 0xf2, 0x7e, 0x5c, 0x87, 0x04, 0xed, 0xd0, 0x4e, 0x0e, 0x3f, 0x08, 0x0b, 0x01, 0x71,
0x6a, 0xba, 0x48, 0x1d, 0xd0, 0xa4, 0x0b, 0xe5, 0x9f, 0xf6, 0x73, 0x05, 0x3a, 0xa9, 0xd3, 0xb1,
0x74, 0xc3, 0xa4, 0xcc, 0x37, 0x4c, 0xaf, 0x43, 0x99, 0x76, 0x11, 0x3c, 0xde, 0xb5, 0xb3, 0x8b,
0xf9, 0xe4, 0xae, 0x3a, 0x5f, 0x80, 0xae, 0xc0, 0x72, 0xc6, 0x3d, 0x8a, 0xb0, 0x01, 0x34, 0x7f,
0x8d, 0xa2, 0xfd, 0xa5, 0x04, 0x8d, 0x98, 0x3c, 0x8e, 0xe9, 0xf5, 0x16, 0x39, 0xee, 0x48, 0xb1,
0x57, 0x9c, 0x67, 0x2f, 0xe7, 0x22, 0x81, 0xda, 0x9d, 0x83, 0x1d, 0x5e, 0x25, 0x8b, 0x92, 0xdd,
0xc1, 0x0e, 0x6b, 0x3e, 0xa8, 0x49, 0xce, 0x1c, 0xde, 0xa5, 0x71, 0x77, 0xaa, 0xba, 0x33, 0x87,
0xf5, 0x68, 0xc9, 0x06, 0xa1, 0xfa, 0x98, 0x06, 0xa1, 0x96, 0x6c, 0x10, 0x12, 0x7e, 0x54, 0x4f,
0xfb, 0xd1, 0xa2, 0xed, 0xd7, 0x55, 0x58, 0x1e, 0xf9, 0xd8, 0x08, 0xb0, 0x79, 0xe3, 0x68, 0x2b,
0x1c, 0xea, 0x36, 0x58, 0x5e, 0xcd, 0x1a, 0x42, 0x37, 0xa3, 0x63, 0x02, 0xae, 0xe5, 0x26, 0xd3,
0x72, 0x76, 0xff, 0x21, 0x74, 0xc3, 0x95, 0x2c, 0xc3, 0x33, 0xfb, 0x4b, 0x37, 0x7e, 0xad, 0x13,
0x35, 0x7e, 0xcf, 0x40, 0x43, 0x66, 0x4f, 0xea, 0xee, 0x6d, 0x1e, 0xf9, 0x64, 0x2c, 0x30, 0x49,
0x22, 0x18, 0x74, 0x92, 0xe7, 0x6c, 0xe9, 0xee, 0x4d, 0x9d, 0xeb, 0xde, 0xb4, 0x3f, 0x15, 0xa1,
0x1d, 0x75, 0x05, 0x0b, 0x47, 0x8b, 0x45, 0xae, 0x0c, 0xf7, 0x40, 0x8d, 0x72, 0x2e, 0x13, 0xe4,
0x63, 0x1b, 0x9b, 0xf4, 0x19, 0x75, 0x67, 0x9a, 0x72, 0xcb, 0xc4, 0x29, 0x60, 0xe9, 0x89, 0x4e,
0x01, 0x4f, 0x79, 0xbb, 0x72, 0x0d, 0xce, 0x85, 0x79, 0x36, 0xc1, 0x36, 0x2f, 0xba, 0xcf, 0xca,
0xc1, 0xfd, 0x38, 0xfb, 0x39, 0x9e, 0x5e, 0xcd, 0xf3, 0xf4, 0xb4, 0xa6, 0x6b, 0x73, 0x9a, 0x9e,
0xbf, 0xe4, 0xa9, 0x67, 0x5d, 0xf2, 0xdc, 0x83, 0xe5, 0x7b, 0x2e, 0x99, 0x0d, 0xc9, 0xc8, 0xb7,
0x86, 0x38, 0xac, 0x3e, 0x17, 0x51, 0x6b, 0x0f, 0x6a, 0xa9, 0x02, 0x36, 0xfc, 0xd7, 0xbe, 0xaf,
0xc0, 0xca, 0xfc, 0xbe, 0xcc, 0x62, 0xa2, 0x78, 0xa1, 0x24, 0xe2, 0xc5, 0x37, 0x61, 0x39, 0xda,
0x3e, 0x59, 0x1a, 0xe7, 0x14, 0x7f, 0x19, 0x84, 0xeb, 0x28, 0xda, 0x43, 0xc2, 0xb4, 0x7f, 0x2a,
0xe1, 0x39, 0x1b, 0x85, 0x4d, 0xd8, 0xe9, 0x21, 0xcd, 0x61, 0x9e, 0x6b, 0x5b, 0x6e, 0xd8, 0xc5,
0x0a, 0x1e, 0x39, 0x50, 0x74, 0xb1, 0xef, 0x40, 0x47, 0x4c, 0x0a, 0x53, 0xd1, 0x82, 0xc5, 0x57,
0x9b, 0xaf, 0x0b, 0x93, 0xd0, 0x65, 0x68, 0x7b, 0xe3, 0x71, 0x1c, 0x1f, 0x8f, 0xa5, 0x2d, 0x01,
0x15, 0x08, 0xbf, 0x06, 0xaa, 0x9c, 0xf6, 0xa4, 0xc9, 0xaf, 0x23, 0x16, 0x86, 0x45, 0xdc, 0xf7,
0x14, 0xe8, 0x26, 0x53, 0x61, 0x8c, 0xfd, 0x27, 0x2f, 0xe5, 0xbe, 0x92, 0xbc, 0x10, 0xb9, 0xfc,
0x18, 0x7a, 0x22, 0x3c, 0xe2, 0xc8, 0x61, 0xfd, 0xab, 0x50, 0x0f, 0x3b, 0x0c, 0xd4, 0x80, 0xea,
0x3d, 0xf7, 0x96, 0xeb, 0x3d, 0x72, 0xd5, 0x25, 0x54, 0x85, 0xe2, 0x75, 0xdb, 0x56, 0x15, 0xd4,
0x82, 0x7a, 0x3f, 0xf0, 0xb1, 0xe1, 0x58, 0xee, 0x44, 0x2d, 0xa0, 0x36, 0xc0, 0x3b, 0x16, 0x09,
0x3c, 0xdf, 0x1a, 0x19, 0xb6, 0x5a, 0x5c, 0xff, 0x10, 0xda, 0x49, 0xaf, 0x47, 0x4d, 0xa8, 0xed,
0x79, 0xc1, 0xdb, 0x1f, 0x58, 0x24, 0x50, 0x97, 0xe8, 0xfc, 0x3d, 0x2f, 0xd8, 0xf7, 0x31, 0xc1,
0x6e, 0xa0, 0x2a, 0x08, 0xa0, 0xf2, 0xae, 0xbb, 0x6d, 0x91, 0x07, 0x6a, 0x01, 0x2d, 0x8b, 0xbc,
0x6d, 0xd8, 0xbb, 0xc2, 0x95, 0xd4, 0x22, 0x5d, 0x1e, 0xfe, 0x95, 0x90, 0x0a, 0xcd, 0x70, 0xca,
0xce, 0xfe, 0x3d, 0xb5, 0x8c, 0xea, 0x50, 0xe6, 0x9f, 0x95, 0x75, 0x13, 0xd4, 0x74, 0xd1, 0x49,
0xf7, 0xe4, 0x4c, 0x84, 0x20, 0x75, 0x89, 0x72, 0x26, 0xaa, 0x7e, 0x55, 0x41, 0x1d, 0x68, 0xc4,
0x6a, 0x68, 0xb5, 0x40, 0x01, 0x3b, 0xfe, 0x74, 0x24, 0xaa, 0x69, 0x4e, 0x02, 0xd5, 0xfb, 0x36,
0x95, 0x44, 0x69, 0xfd, 0x06, 0xd4, 0x64, 0x38, 0xa2, 0x53, 0x85, 0x88, 0xe8, 0xaf, 0xba, 0x84,
0xce, 0x40, 0x2b, 0x71, 0x35, 0xad, 0x2a, 0x08, 0x41, 0x3b, 0xf9, 0x64, 0x42, 0x2d, 0x6c, 0xfe,
0xac, 0x05, 0xc0, 0x4b, 0x3a, 0xcf, 0xf3, 0x4d, 0x34, 0x05, 0xb4, 0x83, 0x03, 0x9a, 0xae, 0x3c,
0x57, 0xa6, 0x1a, 0x82, 0xae, 0xe6, 0xdf, 0xde, 0xa7, 0xa6, 0x0a, 0x52, 0x7b, 0x79, 0xdd, 0x6d,
0x6a, 0xba, 0xb6, 0x84, 0x1c, 0x86, 0xf1, 0xae, 0xe5, 0xe0, 0xbb, 0xd6, 0xe8, 0x41, 0x58, 0x0b,
0xe6, 0x63, 0x4c, 0x4d, 0x95, 0x18, 0x53, 0x61, 0x5f, 0xfc, 0xf4, 0x03, 0xdf, 0x72, 0x27, 0xf2,
0x82, 0x4b, 0x5b, 0x42, 0x0f, 0x53, 0xaf, 0x15, 0x24, 0xc2, 0xcd, 0x45, 0x1e, 0x28, 0x9c, 0x0c,
0xa5, 0x0d, 0x9d, 0xd4, 0xd3, 0x26, 0xb4, 0x9e, 0x7d, 0x47, 0x96, 0xf5, 0x0c, 0xab, 0xf7, 0xe2,
0x42, 0x73, 0x43, 0x6c, 0x16, 0xb4, 0x93, 0xcf, 0x77, 0xd0, 0xff, 0xe7, 0x6d, 0x30, 0x77, 0x4b,
0xdf, 0x5b, 0x5f, 0x64, 0x6a, 0x88, 0xea, 0x3e, 0xb7, 0xa7, 0xe3, 0x50, 0x65, 0xbe, 0x90, 0xe8,
0x3d, 0xee, 0x6e, 0x51, 0x5b, 0x42, 0xdf, 0x82, 0x33, 0x73, 0x6f, 0x09, 0xd0, 0x4b, 0xd9, 0x2d,
0x7d, 0xf6, 0x93, 0x83, 0xe3, 0x30, 0xdc, 0x4f, 0x7b, 0x43, 0x3e, 0xf5, 0x73, 0xef, 0x6e, 0x16,
0xa7, 0x3e, 0xb6, 0xfd, 0xe3, 0xa8, 0x7f, 0x62, 0x0c, 0x33, 0xe6, 0x36, 0xe9, 0xe6, 0xe2, 0xe5,
0x2c, 0x14, 0xb9, 0x0f, 0x1a, 0x7a, 0x1b, 0x8b, 0x4e, 0x8f, 0x5b, 0x57, 0xf2, 0xce, 0x3c, 0x5b,
0x68, 0x99, 0xf7, 0xfc, 0xd9, 0xd6, 0x95, 0x7d, 0x05, 0xaf, 0x2d, 0xa1, 0xbb, 0x89, 0x68, 0x88,
0x9e, 0xcf, 0x53, 0x4e, 0xf2, 0xc8, 0xe1, 0x38, 0xb9, 0x7d, 0x1b, 0x10, 0xf7, 0x1d, 0x77, 0x6c,
0x4d, 0x66, 0xbe, 0xc1, 0x0d, 0x2b, 0x2f, 0xdc, 0xcc, 0x4f, 0x95, 0x68, 0x5e, 0x79, 0x82, 0x15,
0x21, 0x4b, 0x03, 0x80, 0x1d, 0x1c, 0xdc, 0xc1, 0x81, 0x6f, 0x8d, 0x48, 0x9a, 0x23, 0xf1, 0x13,
0x4d, 0x90, 0xa8, 0x5e, 0x38, 0x76, 0x5e, 0x88, 0x60, 0x08, 0x8d, 0x1d, 0x1c, 0x88, 0xc3, 0x2b,
0x82, 0x72, 0x57, 0xca, 0x19, 0x12, 0xc5, 0xda, 0xf1, 0x13, 0xe3, 0xe1, 0x2c, 0xf5, 0x7e, 0x00,
0xe5, 0x2a, 0x76, 0xfe, 0x55, 0x43, 0x76, 0x38, 0xcb, 0x79, 0x90, 0xa0, 0x2d, 0x6d, 0xfe, 0xbb,
0x01, 0x75, 0x96, 0x9f, 0x68, 0xde, 0xfb, 0x5f, 0x7a, 0xfa, 0x04, 0xd2, 0xd3, 0xfb, 0xd0, 0x49,
0x5d, 0x47, 0x67, 0xeb, 0x33, 0xfb, 0xce, 0xfa, 0x38, 0x7f, 0x7b, 0x8f, 0xbf, 0xb6, 0x08, 0xcb,
0xda, 0x17, 0xf2, 0xdc, 0x38, 0x75, 0xea, 0xf9, 0xd9, 0x47, 0xd8, 0x4f, 0x3e, 0x03, 0xbd, 0x0f,
0x9d, 0xd4, 0x1d, 0x51, 0xb6, 0xe4, 0xb3, 0x2f, 0x92, 0x8e, 0xdb, 0xfd, 0x53, 0x0c, 0xd5, 0x26,
0x2c, 0x67, 0x9c, 0xfc, 0xa3, 0xcc, 0xf4, 0x92, 0x7f, 0x45, 0x70, 0x3c, 0x43, 0xad, 0x84, 0xb9,
0xa3, 0xb5, 0x3c, 0x22, 0xd3, 0x2f, 0x4a, 0x7b, 0x2f, 0x2d, 0xf6, 0xfc, 0x34, 0x64, 0xa8, 0x0f,
0x15, 0x7e, 0xe9, 0x84, 0x9e, 0xcd, 0xee, 0x5a, 0x62, 0x17, 0x52, 0xbd, 0xe3, 0xae, 0xad, 0xc8,
0xcc, 0x0e, 0x08, 0xdb, 0xb4, 0xcc, 0x22, 0x19, 0xca, 0xbc, 0xb3, 0x8c, 0xdf, 0x14, 0xf5, 0x8e,
0xbf, 0x1c, 0x92, 0x9b, 0xfe, 0x57, 0xe7, 0xb3, 0x1b, 0xaf, 0xde, 0xdf, 0x9c, 0x58, 0xc1, 0xc1,
0x6c, 0x48, 0x8d, 0xe1, 0x0a, 0x9f, 0xf9, 0xb2, 0xe5, 0x89, 0xaf, 0x2b, 0x92, 0xca, 0x2b, 0x6c,
0xa7, 0x2b, 0x4c, 0x90, 0xd3, 0xe1, 0xb0, 0xc2, 0x7e, 0xaf, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff,
0xa6, 0x77, 0x03, 0xae, 0x4f, 0x31, 0x00, 0x00,
0xc7, 0x99, 0x70, 0xe5, 0xc2, 0x76, 0x40, 0x5c, 0x81, 0x13, 0x1c, 0x90, 0x12, 0x71, 0xe1, 0x88,
0x10, 0x37, 0xae, 0x48, 0x5c, 0x91, 0x38, 0x72, 0x80, 0x2b, 0x07, 0xc4, 0x05, 0xbd, 0xad, 0xb6,
0xae, 0xf2, 0xb4, 0x67, 0xb2, 0x22, 0x6e, 0x55, 0xdf, 0x5b, 0xbe, 0x7d, 0x7b, 0xef, 0xc1, 0x99,
0x87, 0x33, 0xec, 0x1f, 0x0d, 0x46, 0x9e, 0xe7, 0x9b, 0x1b, 0x53, 0xdf, 0x0b, 0x3c, 0x84, 0x1c,
0xcb, 0x3e, 0x9c, 0x11, 0xfe, 0xb7, 0xc1, 0xc6, 0x7b, 0xcd, 0x91, 0xe7, 0x38, 0x9e, 0xcb, 0x61,
0xbd, 0x66, 0x7c, 0x46, 0xaf, 0x6d, 0xb9, 0x01, 0xf6, 0x5d, 0xc3, 0x96, 0xa3, 0x64, 0x74, 0x80,
0x1d, 0x43, 0xfc, 0xa9, 0xa6, 0x11, 0x18, 0xf1, 0xfd, 0xb5, 0xef, 0x29, 0xb0, 0xd2, 0x3f, 0xf0,
0x1e, 0x6d, 0x79, 0xb6, 0x8d, 0x47, 0x81, 0xe5, 0xb9, 0x44, 0xc7, 0x0f, 0x67, 0x98, 0x04, 0xe8,
0x2a, 0x94, 0x86, 0x06, 0xc1, 0x5d, 0x65, 0x55, 0x59, 0x6b, 0x6c, 0x5e, 0xd8, 0x48, 0x50, 0x22,
0x48, 0xb8, 0x43, 0x26, 0x37, 0x0c, 0x82, 0x75, 0x36, 0x13, 0x21, 0x28, 0x99, 0xc3, 0xdd, 0xed,
0x6e, 0x61, 0x55, 0x59, 0x2b, 0xea, 0xec, 0x1b, 0x3d, 0x07, 0xad, 0x51, 0xb8, 0xf7, 0xee, 0x36,
0xe9, 0x16, 0x57, 0x8b, 0x6b, 0x45, 0x3d, 0x09, 0xd4, 0xfe, 0xaa, 0xc0, 0xf9, 0x39, 0x32, 0xc8,
0xd4, 0x73, 0x09, 0x46, 0xd7, 0xa0, 0x42, 0x02, 0x23, 0x98, 0x11, 0x41, 0xc9, 0xff, 0x65, 0x52,
0xd2, 0x67, 0x53, 0x74, 0x31, 0x75, 0x1e, 0x6d, 0x21, 0x03, 0x2d, 0x7a, 0x05, 0xce, 0x5a, 0xee,
0x1d, 0xec, 0x78, 0xfe, 0xd1, 0x60, 0x8a, 0xfd, 0x11, 0x76, 0x03, 0x63, 0x82, 0x25, 0x8d, 0xcb,
0x72, 0x6c, 0x3f, 0x1a, 0x42, 0xaf, 0xc1, 0x79, 0xae, 0x25, 0x82, 0xfd, 0x43, 0x6b, 0x84, 0x07,
0xc6, 0xa1, 0x61, 0xd9, 0xc6, 0xd0, 0xc6, 0xdd, 0xd2, 0x6a, 0x71, 0xad, 0xa6, 0x9f, 0x63, 0xc3,
0x7d, 0x3e, 0x7a, 0x5d, 0x0e, 0x6a, 0xbf, 0x52, 0xe0, 0x1c, 0xe5, 0x70, 0xdf, 0xf0, 0x03, 0xeb,
0x53, 0x90, 0xb3, 0x06, 0xcd, 0x38, 0x6f, 0xdd, 0x22, 0x1b, 0x4b, 0xc0, 0xe8, 0x9c, 0xa9, 0x44,
0x4f, 0x65, 0x52, 0x62, 0x6c, 0x26, 0x60, 0xda, 0x2f, 0x85, 0x41, 0xc4, 0xe9, 0x3c, 0x8d, 0x22,
0xd2, 0x38, 0x0b, 0xf3, 0x38, 0x4f, 0xa0, 0x06, 0xed, 0x6f, 0x0a, 0x9c, 0xbb, 0xed, 0x19, 0x66,
0x64, 0x30, 0x9f, 0xbd, 0x38, 0xdf, 0x82, 0x0a, 0xf7, 0xae, 0x6e, 0x89, 0xe1, 0xba, 0x9c, 0xc4,
0x25, 0x3c, 0x2f, 0xa2, 0xb0, 0xcf, 0x00, 0xba, 0x58, 0x84, 0x2e, 0x43, 0xdb, 0xc7, 0x53, 0xdb,
0x1a, 0x19, 0x03, 0x77, 0xe6, 0x0c, 0xb1, 0xdf, 0x2d, 0xaf, 0x2a, 0x6b, 0x65, 0xbd, 0x25, 0xa0,
0x7b, 0x0c, 0xa8, 0xfd, 0x4c, 0x81, 0xae, 0x8e, 0x6d, 0x6c, 0x10, 0xfc, 0x79, 0x32, 0xbb, 0x02,
0x15, 0xd7, 0x33, 0xf1, 0xee, 0x36, 0x63, 0xb6, 0xa8, 0x8b, 0x3f, 0xed, 0x5f, 0x0a, 0x9c, 0xdd,
0xc1, 0x01, 0xd5, 0xba, 0x45, 0x02, 0x6b, 0x14, 0x9a, 0xf5, 0x5b, 0x50, 0xf4, 0xf1, 0x43, 0x41,
0xd9, 0x8b, 0x49, 0xca, 0xc2, 0x20, 0x95, 0xb5, 0x52, 0xa7, 0xeb, 0xd0, 0xb3, 0xd0, 0x34, 0x1d,
0x7b, 0x30, 0x3a, 0x30, 0x5c, 0x17, 0xdb, 0xdc, 0x6e, 0xea, 0x7a, 0xc3, 0x74, 0xec, 0x2d, 0x01,
0x42, 0x4f, 0x03, 0x10, 0x3c, 0x71, 0xb0, 0x1b, 0x44, 0x71, 0x25, 0x06, 0x41, 0xeb, 0x70, 0x66,
0xec, 0x7b, 0xce, 0x80, 0x1c, 0x18, 0xbe, 0x39, 0xb0, 0xb1, 0x61, 0x62, 0x9f, 0x51, 0x5f, 0xd3,
0x3b, 0x74, 0xa0, 0x4f, 0xe1, 0xb7, 0x19, 0x18, 0x5d, 0x83, 0x32, 0x19, 0x79, 0x53, 0xcc, 0x74,
0xd0, 0xde, 0xbc, 0xb8, 0x31, 0x1f, 0x77, 0x37, 0xb6, 0x8d, 0xc0, 0xe8, 0xd3, 0x49, 0x3a, 0x9f,
0xab, 0xfd, 0xb0, 0xc0, 0x8d, 0xf0, 0x0b, 0xee, 0xd3, 0x31, 0x43, 0x2d, 0x7f, 0x32, 0x86, 0x5a,
0xc9, 0x32, 0xd4, 0x3f, 0x44, 0x86, 0xfa, 0x45, 0x17, 0x48, 0x64, 0xcc, 0xe5, 0x84, 0x31, 0xff,
0x5a, 0x81, 0xa7, 0x76, 0x70, 0x10, 0x92, 0x4f, 0x6d, 0x13, 0x7f, 0x41, 0x03, 0xf5, 0xc7, 0x0a,
0xf4, 0xb2, 0x68, 0x3d, 0x4d, 0xb0, 0xbe, 0x0f, 0x2b, 0x21, 0x8e, 0x81, 0x89, 0xc9, 0xc8, 0xb7,
0xa6, 0x4c, 0x8d, 0xcc, 0xfd, 0x1a, 0x9b, 0x97, 0xb2, 0xdc, 0x22, 0x4d, 0xc1, 0xb9, 0x70, 0x8b,
0xed, 0xd8, 0x0e, 0xda, 0x8f, 0x15, 0x38, 0x47, 0xdd, 0x5d, 0xf8, 0xa7, 0x3b, 0xf6, 0x4e, 0x2e,
0xd7, 0xa4, 0xe7, 0x17, 0xe6, 0x3c, 0x7f, 0x01, 0x19, 0xb3, 0xca, 0x27, 0x4d, 0xcf, 0x69, 0x64,
0xf7, 0x15, 0x28, 0x5b, 0xee, 0xd8, 0x93, 0xa2, 0x7a, 0x26, 0x4b, 0x54, 0x71, 0x64, 0x7c, 0xb6,
0xe6, 0x72, 0x2a, 0xa2, 0x50, 0x74, 0x0a, 0x73, 0x4b, 0xb3, 0x5d, 0xc8, 0x60, 0xfb, 0x47, 0x0a,
0x9c, 0x9f, 0x43, 0x78, 0x1a, 0xbe, 0xdf, 0x84, 0x0a, 0x0b, 0xb0, 0x92, 0xf1, 0xe7, 0x32, 0x19,
0x8f, 0xa1, 0xbb, 0x6d, 0x91, 0x40, 0x17, 0x6b, 0x34, 0x0f, 0xd4, 0xf4, 0x18, 0x0d, 0xfd, 0x22,
0xec, 0x0f, 0x5c, 0xc3, 0xe1, 0x02, 0xa8, 0xeb, 0x0d, 0x01, 0xdb, 0x33, 0x1c, 0x8c, 0x9e, 0x82,
0x1a, 0x75, 0xd9, 0x81, 0x65, 0x4a, 0xf5, 0x57, 0x99, 0x0b, 0x9b, 0x04, 0x5d, 0x04, 0x60, 0x43,
0x86, 0x69, 0xfa, 0x3c, 0x2b, 0xd4, 0xf5, 0x3a, 0x85, 0x5c, 0xa7, 0x00, 0xed, 0x27, 0x0a, 0x34,
0x69, 0xcc, 0xbe, 0x83, 0x03, 0x83, 0xea, 0x01, 0xbd, 0x01, 0x75, 0xdb, 0x33, 0xcc, 0x41, 0x70,
0x34, 0xe5, 0xa8, 0xda, 0x69, 0x59, 0x73, 0x16, 0xe8, 0xa2, 0xbb, 0x47, 0x53, 0xac, 0xd7, 0x6c,
0xf1, 0xb5, 0x88, 0xbc, 0xe7, 0x5c, 0xb9, 0x98, 0xe1, 0xca, 0x1f, 0x95, 0x61, 0xe5, 0x5b, 0x46,
0x30, 0x3a, 0xd8, 0x76, 0x64, 0x72, 0x3b, 0xb9, 0x11, 0x44, 0xb1, 0xad, 0x10, 0x8f, 0x6d, 0x9f,
0x58, 0xec, 0x0c, 0xed, 0xbc, 0x9c, 0x65, 0xe7, 0xb4, 0xc1, 0xd8, 0x78, 0x4f, 0xa8, 0x2a, 0x66,
0xe7, 0xb1, 0x1c, 0x54, 0x39, 0x49, 0x0e, 0xda, 0x82, 0x16, 0xfe, 0x60, 0x64, 0xcf, 0xa8, 0xce,
0x19, 0xf6, 0x2a, 0xc3, 0xfe, 0x74, 0x06, 0xf6, 0xb8, 0x93, 0x35, 0xc5, 0xa2, 0x5d, 0x41, 0x03,
0x57, 0xb5, 0x83, 0x03, 0xa3, 0x5b, 0x63, 0x64, 0xac, 0xe6, 0xa9, 0x5a, 0xda, 0x07, 0x57, 0x37,
0xfd, 0x43, 0x17, 0xa0, 0x2e, 0x32, 0xde, 0xee, 0x76, 0xb7, 0xce, 0xc4, 0x17, 0x01, 0x90, 0x01,
0x2d, 0x11, 0x81, 0x04, 0x85, 0xc0, 0x28, 0x7c, 0x33, 0x0b, 0x41, 0xb6, 0xb2, 0xe3, 0x94, 0x93,
0xb7, 0xdd, 0xc0, 0x3f, 0xd2, 0x9b, 0x24, 0x06, 0xa2, 0x4d, 0x8d, 0x37, 0x1e, 0xdb, 0x96, 0x8b,
0xf7, 0xb8, 0x86, 0x1b, 0x8c, 0x88, 0x24, 0xb0, 0x37, 0x80, 0x33, 0x73, 0x1b, 0x21, 0x15, 0x8a,
0x0f, 0xf0, 0x11, 0x33, 0xa3, 0xa2, 0x4e, 0x3f, 0xd1, 0xab, 0x50, 0x3e, 0x34, 0xec, 0x19, 0x66,
0x66, 0x72, 0xbc, 0x24, 0xf9, 0xe4, 0xaf, 0x16, 0x5e, 0x57, 0xb4, 0xdf, 0x97, 0xa0, 0x23, 0x86,
0xa8, 0xa4, 0x98, 0x17, 0x5d, 0x80, 0x7a, 0x18, 0x7f, 0x05, 0x96, 0x08, 0x80, 0x56, 0xa1, 0x11,
0xb3, 0x21, 0x61, 0x98, 0x71, 0xd0, 0x42, 0xd6, 0x29, 0xb3, 0x69, 0x29, 0x96, 0x4d, 0x2f, 0x02,
0x8c, 0xed, 0x19, 0x39, 0x18, 0x04, 0x96, 0x83, 0x45, 0x36, 0xaf, 0x33, 0xc8, 0x5d, 0xcb, 0xc1,
0xe8, 0x3a, 0x34, 0x87, 0x96, 0x6b, 0x7b, 0x93, 0xc1, 0xd4, 0x08, 0x0e, 0x48, 0xb7, 0x92, 0x6b,
0x35, 0x37, 0x2d, 0x6c, 0x9b, 0x37, 0xd8, 0x5c, 0xbd, 0xc1, 0xd7, 0xec, 0xd3, 0x25, 0xe8, 0x69,
0x68, 0xb8, 0x33, 0x67, 0xe0, 0x8d, 0x07, 0xbe, 0xf7, 0x88, 0xda, 0x1d, 0x43, 0xe1, 0xce, 0x9c,
0x77, 0xc7, 0xba, 0xf7, 0x88, 0xc6, 0xbf, 0x3a, 0x8d, 0x84, 0xc4, 0xf6, 0x26, 0xa4, 0x5b, 0x5b,
0x68, 0xff, 0x68, 0x01, 0x5d, 0x6d, 0x62, 0x3b, 0x30, 0xd8, 0xea, 0xfa, 0x62, 0xab, 0xc3, 0x05,
0xe8, 0x79, 0x68, 0x8f, 0x3c, 0x67, 0x6a, 0x30, 0x09, 0xdd, 0xf4, 0x3d, 0x87, 0x19, 0x5d, 0x51,
0x4f, 0x41, 0xd1, 0x16, 0x34, 0x2c, 0xd7, 0xc4, 0x1f, 0x08, 0xcb, 0x6c, 0x30, 0x3c, 0x5a, 0x96,
0x65, 0x32, 0x44, 0xbb, 0x74, 0x2e, 0xd3, 0x3a, 0x58, 0xf2, 0x93, 0xd0, 0xb0, 0x2c, 0x0d, 0x9c,
0x58, 0x1f, 0xe2, 0x6e, 0x93, 0x6b, 0x51, 0xc0, 0xfa, 0xd6, 0x87, 0x98, 0x56, 0x8a, 0x96, 0x4b,
0xb0, 0x1f, 0xc8, 0xba, 0xbd, 0xdb, 0x62, 0xb1, 0xbb, 0xc5, 0xa1, 0xc2, 0xde, 0xb5, 0xdf, 0x14,
0xa0, 0x9d, 0x44, 0x84, 0xba, 0x50, 0x1d, 0x33, 0x88, 0xb4, 0x1e, 0xf9, 0x4b, 0xd1, 0x62, 0x97,
0xb6, 0xd0, 0x03, 0x46, 0x0b, 0x33, 0x9e, 0x9a, 0xde, 0xe0, 0x30, 0xb6, 0x01, 0x35, 0x02, 0xce,
0x1e, 0x4b, 0x17, 0x45, 0x86, 0xb2, 0xce, 0x20, 0x2c, 0x59, 0x74, 0xa1, 0xca, 0xd9, 0x90, 0xa6,
0x23, 0x7f, 0xe9, 0xc8, 0x70, 0x66, 0x31, 0xac, 0xdc, 0x74, 0xe4, 0x2f, 0xda, 0x86, 0x26, 0xdf,
0x72, 0x6a, 0xf8, 0x86, 0x23, 0x0d, 0xe7, 0xd9, 0xcc, 0xf8, 0x7b, 0x0b, 0x1f, 0xbd, 0x47, 0x9d,
0x63, 0xdf, 0xb0, 0x7c, 0x9d, 0x0b, 0x7a, 0x9f, 0xad, 0x42, 0x6b, 0xa0, 0xf2, 0x5d, 0xc6, 0x96,
0x8d, 0x85, 0x09, 0x56, 0x59, 0x46, 0x6a, 0x33, 0xf8, 0x4d, 0xcb, 0xc6, 0xdc, 0xca, 0x42, 0x16,
0x98, 0x68, 0x6b, 0xdc, 0xc8, 0x18, 0x84, 0x0a, 0x56, 0xfb, 0x73, 0x11, 0x96, 0xa9, 0xaf, 0x09,
0xb7, 0x3b, 0x45, 0x7a, 0xb8, 0x08, 0x60, 0x92, 0x60, 0x90, 0x48, 0x11, 0x75, 0x93, 0x04, 0x3c,
0x78, 0xa0, 0x37, 0x64, 0x74, 0x2f, 0xe6, 0x17, 0x7c, 0x29, 0xdf, 0x9f, 0x8f, 0xf0, 0x27, 0x6a,
0x87, 0x2f, 0x41, 0x8b, 0x78, 0x33, 0x7f, 0x84, 0x07, 0x89, 0xd2, 0xbc, 0xc9, 0x81, 0x7b, 0xd9,
0x49, 0xac, 0x92, 0xd9, 0x96, 0xc7, 0xa2, 0x7c, 0xf5, 0x74, 0x51, 0xbe, 0x96, 0x8e, 0xf2, 0xb7,
0xa0, 0xc3, 0xdc, 0x6f, 0x30, 0xf5, 0x08, 0xef, 0x70, 0x84, 0xd7, 0x6a, 0x39, 0x1d, 0xee, 0x1d,
0x32, 0xd9, 0x17, 0x53, 0xf5, 0x36, 0x5b, 0x2a, 0x7f, 0x89, 0xf6, 0xd3, 0x02, 0xac, 0x88, 0x8e,
0xe9, 0xf4, 0x8a, 0xcd, 0xcb, 0xfb, 0x32, 0x6a, 0x16, 0x1f, 0xd3, 0x83, 0x94, 0x16, 0xa8, 0x05,
0xca, 0x19, 0xb5, 0x40, 0xb2, 0x0e, 0xaf, 0xcc, 0xd5, 0xe1, 0x61, 0x57, 0x5d, 0x7d, 0x82, 0xae,
0xfa, 0xef, 0x0a, 0xb4, 0xfa, 0xd8, 0xf0, 0x47, 0x07, 0x52, 0x18, 0xaf, 0xc5, 0x8f, 0x12, 0x9e,
0xcb, 0x11, 0x74, 0x62, 0xc9, 0x97, 0xe7, 0x0c, 0xe1, 0x1f, 0x0a, 0x34, 0xbf, 0x49, 0x87, 0x24,
0xb3, 0xaf, 0xc7, 0x99, 0x7d, 0x3e, 0x87, 0x59, 0x1d, 0x07, 0xbe, 0x85, 0x0f, 0xf1, 0x97, 0x8e,
0xdd, 0x3f, 0x2a, 0xd0, 0xeb, 0x1f, 0xb9, 0x23, 0x9d, 0x7b, 0xd4, 0xe9, 0xcd, 0xfe, 0x12, 0xb4,
0x0e, 0x13, 0xdd, 0x42, 0x81, 0x85, 0xff, 0xe6, 0x61, 0xbc, 0x5d, 0xd0, 0x41, 0x95, 0x27, 0x18,
0x82, 0x59, 0x19, 0xe0, 0x5e, 0xc8, 0xa2, 0x3a, 0x45, 0x1c, 0x0b, 0x10, 0x1d, 0x3f, 0x09, 0xd4,
0x7c, 0x58, 0xce, 0x98, 0x87, 0xce, 0x43, 0x55, 0x74, 0x26, 0x22, 0x91, 0x71, 0x3f, 0x34, 0xa9,
0x76, 0xa2, 0xde, 0xda, 0x32, 0xe7, 0x8b, 0x20, 0x13, 0x3d, 0x03, 0x8d, 0xb0, 0x84, 0x34, 0xe7,
0xd4, 0x63, 0x12, 0xed, 0x77, 0x0a, 0xac, 0xbc, 0x63, 0xb8, 0xa6, 0x37, 0x1e, 0x9f, 0x5e, 0x72,
0x5b, 0x90, 0xa8, 0x2e, 0x17, 0xed, 0x5b, 0x93, 0x25, 0xe9, 0x8b, 0x70, 0xc6, 0xe7, 0x11, 0xcc,
0x4c, 0x8a, 0xb6, 0xa8, 0xab, 0x72, 0x20, 0x14, 0xd9, 0x47, 0x05, 0x40, 0x34, 0xea, 0xde, 0x30,
0x6c, 0xc3, 0x1d, 0xe1, 0x93, 0x93, 0x7e, 0x19, 0xda, 0x89, 0x5c, 0x11, 0x1e, 0xef, 0xc7, 0x93,
0x05, 0x41, 0xb7, 0xa0, 0x3d, 0xe4, 0xa8, 0x06, 0x3e, 0x36, 0x88, 0xe7, 0xb2, 0x20, 0xd8, 0xce,
0x6e, 0x51, 0xef, 0xfa, 0xd6, 0x64, 0x82, 0xfd, 0x2d, 0xcf, 0x35, 0x79, 0xb4, 0x6e, 0x0d, 0x25,
0x99, 0x74, 0x29, 0x55, 0x4e, 0x94, 0x38, 0x65, 0x6b, 0x04, 0x61, 0xe6, 0x64, 0xa2, 0x20, 0xd8,
0xb0, 0x23, 0x41, 0x44, 0x51, 0x53, 0xe5, 0x03, 0xfd, 0xfc, 0x13, 0x8a, 0x8c, 0x44, 0xa6, 0xfd,
0x56, 0x01, 0x14, 0x36, 0x09, 0xac, 0x65, 0x60, 0x16, 0x96, 0x5e, 0xaa, 0x64, 0x04, 0xef, 0x0b,
0x50, 0x37, 0xe5, 0x4a, 0xe1, 0x11, 0x11, 0x80, 0xfa, 0x0c, 0x67, 0x63, 0x40, 0xb3, 0x1e, 0x36,
0x65, 0xb5, 0xcd, 0x81, 0xb7, 0x19, 0x2c, 0x99, 0x07, 0x4b, 0xe9, 0x3c, 0x18, 0x6f, 0xc0, 0xcb,
0x89, 0x06, 0x5c, 0xfb, 0xb8, 0x00, 0x2a, 0x8b, 0x68, 0x5b, 0x51, 0x17, 0xb8, 0x10, 0xd1, 0x97,
0xa0, 0x25, 0x2e, 0xc0, 0x12, 0x84, 0x37, 0x1f, 0xc6, 0x36, 0x43, 0x57, 0xe1, 0x2c, 0x9f, 0xe4,
0x63, 0x32, 0xb3, 0xa3, 0x42, 0x93, 0x57, 0x7d, 0xe8, 0x21, 0x0f, 0xa5, 0x74, 0x48, 0xae, 0xb8,
0x07, 0x2b, 0x13, 0xdb, 0x1b, 0x1a, 0xf6, 0x20, 0xa9, 0x1e, 0xae, 0xc3, 0x05, 0x2c, 0xfe, 0x2c,
0x5f, 0xde, 0x8f, 0xeb, 0x90, 0xa0, 0x1d, 0xda, 0xef, 0xe1, 0x07, 0x61, 0x21, 0x20, 0xce, 0x56,
0x17, 0xa9, 0x03, 0x9a, 0x74, 0xa1, 0xfc, 0xd3, 0x7e, 0xa1, 0x40, 0x27, 0x75, 0x86, 0x96, 0x6e,
0x98, 0x94, 0xf9, 0x86, 0xe9, 0x75, 0x28, 0xd3, 0x2e, 0x82, 0xc7, 0xbb, 0x76, 0x76, 0x31, 0x9f,
0xdc, 0x55, 0xe7, 0x0b, 0xd0, 0x15, 0x58, 0xce, 0xb8, 0x6d, 0x11, 0x36, 0x80, 0xe6, 0x2f, 0x5b,
0xb4, 0xbf, 0x94, 0xa0, 0x11, 0x93, 0xc7, 0x31, 0xbd, 0xde, 0x22, 0x87, 0x22, 0x29, 0xf6, 0x8a,
0xf3, 0xec, 0xe5, 0x5c, 0x37, 0x50, 0xbb, 0x73, 0xb0, 0xc3, 0xab, 0x64, 0x51, 0xb2, 0x3b, 0xd8,
0x61, 0xcd, 0x07, 0x35, 0xc9, 0x99, 0xc3, 0xbb, 0x34, 0xee, 0x4e, 0x55, 0x77, 0xe6, 0xb0, 0x1e,
0x2d, 0xd9, 0x20, 0x54, 0x1f, 0xd3, 0x20, 0xd4, 0x92, 0x0d, 0x42, 0xc2, 0x8f, 0xea, 0x69, 0x3f,
0x5a, 0xb4, 0xfd, 0xba, 0x0a, 0xcb, 0x23, 0x1f, 0x1b, 0x01, 0x36, 0x6f, 0x1c, 0x6d, 0x85, 0x43,
0xac, 0x7b, 0xaf, 0xe9, 0x59, 0x43, 0xe8, 0x66, 0x74, 0x98, 0xc0, 0xb5, 0xdc, 0x64, 0x5a, 0xce,
0xee, 0x3f, 0x84, 0x6e, 0xb8, 0x92, 0x65, 0x78, 0x66, 0x7f, 0xe9, 0xc6, 0xaf, 0x75, 0xa2, 0xc6,
0xef, 0x19, 0x68, 0xc8, 0xec, 0x49, 0xdd, 0xbd, 0xcd, 0x23, 0x9f, 0x8c, 0x05, 0x26, 0x49, 0x04,
0x83, 0x4e, 0xf2, 0x34, 0x2e, 0xdd, 0xbd, 0xa9, 0x73, 0xdd, 0x9b, 0xf6, 0xa7, 0x22, 0xb4, 0xa3,
0xae, 0x60, 0xe1, 0x68, 0xb1, 0xc8, 0xc5, 0xe2, 0x1e, 0xa8, 0x51, 0xce, 0x65, 0x82, 0x7c, 0x6c,
0x63, 0x93, 0x3e, 0xc9, 0xee, 0x4c, 0x53, 0x6e, 0x99, 0x38, 0x2b, 0x2c, 0x3d, 0xd1, 0x59, 0xe1,
0x29, 0xef, 0x60, 0xae, 0xc1, 0xb9, 0x30, 0xcf, 0x26, 0xd8, 0xe6, 0x45, 0xf7, 0x59, 0x39, 0xb8,
0x1f, 0x67, 0x3f, 0xc7, 0xd3, 0xab, 0x79, 0x9e, 0x9e, 0xd6, 0x74, 0x6d, 0x4e, 0xd3, 0xf3, 0x57,
0x41, 0xf5, 0xac, 0xab, 0xa0, 0x7b, 0xb0, 0x7c, 0xcf, 0x25, 0xb3, 0x21, 0x19, 0xf9, 0xd6, 0x10,
0x87, 0xd5, 0xe7, 0x22, 0x6a, 0xed, 0x41, 0x2d, 0x55, 0xc0, 0x86, 0xff, 0xda, 0x0f, 0x14, 0x58,
0x99, 0xdf, 0x97, 0x59, 0x4c, 0x14, 0x2f, 0x94, 0x44, 0xbc, 0xf8, 0x36, 0x2c, 0x47, 0xdb, 0x27,
0x4b, 0xe3, 0x9c, 0xe2, 0x2f, 0x83, 0x70, 0x1d, 0x45, 0x7b, 0x48, 0x98, 0xf6, 0x4f, 0x25, 0x3c,
0x67, 0xa3, 0xb0, 0x09, 0x3b, 0x63, 0xa4, 0x39, 0xcc, 0x73, 0x6d, 0xcb, 0x0d, 0xbb, 0x58, 0xc1,
0x23, 0x07, 0x8a, 0x2e, 0xf6, 0x1d, 0xe8, 0x88, 0x49, 0x61, 0x2a, 0x5a, 0xb0, 0xf8, 0x6a, 0xf3,
0x75, 0x61, 0x12, 0xba, 0x0c, 0x6d, 0x71, 0xf8, 0x27, 0xf1, 0x15, 0x33, 0x8e, 0x04, 0xd1, 0x37,
0x40, 0x95, 0xd3, 0x9e, 0x34, 0xf9, 0x75, 0xc4, 0xc2, 0xb0, 0x88, 0xfb, 0xbe, 0x02, 0xdd, 0x64,
0x2a, 0x8c, 0xb1, 0xff, 0xe4, 0xa5, 0xdc, 0xd7, 0x92, 0xd7, 0x26, 0x97, 0x1f, 0x43, 0x4f, 0x84,
0x47, 0x1c, 0x39, 0xac, 0x7f, 0x1d, 0xea, 0x61, 0x87, 0x81, 0x1a, 0x50, 0xbd, 0xe7, 0xde, 0x72,
0xbd, 0x47, 0xae, 0xba, 0x84, 0xaa, 0x50, 0xbc, 0x6e, 0xdb, 0xaa, 0x82, 0x5a, 0x50, 0xef, 0x07,
0x3e, 0x36, 0x1c, 0xcb, 0x9d, 0xa8, 0x05, 0xd4, 0x06, 0x78, 0xc7, 0x22, 0x81, 0xe7, 0x5b, 0x23,
0xc3, 0x56, 0x8b, 0xeb, 0x1f, 0x42, 0x3b, 0xe9, 0xf5, 0xa8, 0x09, 0xb5, 0x3d, 0x2f, 0x78, 0xfb,
0x03, 0x8b, 0x04, 0xea, 0x12, 0x9d, 0xbf, 0xe7, 0x05, 0xfb, 0x3e, 0x26, 0xd8, 0x0d, 0x54, 0x05,
0x01, 0x54, 0xde, 0x75, 0xb7, 0x2d, 0xf2, 0x40, 0x2d, 0xa0, 0x65, 0x91, 0xb7, 0x0d, 0x7b, 0x57,
0xb8, 0x92, 0x5a, 0xa4, 0xcb, 0xc3, 0xbf, 0x12, 0x52, 0xa1, 0x19, 0x4e, 0xd9, 0xd9, 0xbf, 0xa7,
0x96, 0x51, 0x1d, 0xca, 0xfc, 0xb3, 0xb2, 0x6e, 0x82, 0x9a, 0x2e, 0x3a, 0xe9, 0x9e, 0x9c, 0x89,
0x10, 0xa4, 0x2e, 0x51, 0xce, 0x44, 0xd5, 0xaf, 0x2a, 0xa8, 0x03, 0x8d, 0x58, 0x0d, 0xad, 0x16,
0x28, 0x60, 0xc7, 0x9f, 0x8e, 0x44, 0x35, 0xcd, 0x49, 0xa0, 0x7a, 0xdf, 0xa6, 0x92, 0x28, 0xad,
0xdf, 0x80, 0x9a, 0x0c, 0x47, 0x74, 0xaa, 0x10, 0x11, 0xfd, 0x55, 0x97, 0xd0, 0x19, 0x68, 0x25,
0x2e, 0xb0, 0x55, 0x05, 0x21, 0x68, 0x27, 0x1f, 0x56, 0xa8, 0x85, 0xcd, 0x9f, 0xb7, 0x00, 0x78,
0x49, 0xe7, 0x79, 0xbe, 0x89, 0xa6, 0x80, 0x76, 0x70, 0x40, 0xd3, 0x95, 0xe7, 0xca, 0x54, 0x43,
0xd0, 0xd5, 0xfc, 0x3b, 0xfe, 0xd4, 0x54, 0x41, 0x6a, 0x2f, 0xaf, 0xbb, 0x4d, 0x4d, 0xd7, 0x96,
0x90, 0xc3, 0x30, 0xde, 0xb5, 0x1c, 0x7c, 0xd7, 0x1a, 0x3d, 0x08, 0x6b, 0xc1, 0x7c, 0x8c, 0xa9,
0xa9, 0x12, 0x63, 0x2a, 0xec, 0x8b, 0x9f, 0x7e, 0xe0, 0x5b, 0xee, 0x44, 0x5e, 0x83, 0x69, 0x4b,
0xe8, 0x61, 0xea, 0x4d, 0x83, 0x44, 0xb8, 0xb9, 0xc8, 0x33, 0x86, 0x93, 0xa1, 0xb4, 0xa1, 0x93,
0x7a, 0x00, 0x85, 0xd6, 0xb3, 0x6f, 0xd2, 0xb2, 0x1e, 0x6b, 0xf5, 0x5e, 0x5c, 0x68, 0x6e, 0x88,
0xcd, 0x82, 0x76, 0xf2, 0x91, 0x0f, 0xfa, 0xff, 0xbc, 0x0d, 0xe6, 0xee, 0xf2, 0x7b, 0xeb, 0x8b,
0x4c, 0x0d, 0x51, 0xdd, 0xe7, 0xf6, 0x74, 0x1c, 0xaa, 0xcc, 0x77, 0x14, 0xbd, 0xc7, 0xdd, 0x40,
0x6a, 0x4b, 0xe8, 0x3b, 0x70, 0x66, 0xee, 0xc5, 0x01, 0x7a, 0x29, 0xbb, 0xa5, 0xcf, 0x7e, 0x98,
0x70, 0x1c, 0x86, 0xfb, 0x69, 0x6f, 0xc8, 0xa7, 0x7e, 0xee, 0x75, 0xce, 0xe2, 0xd4, 0xc7, 0xb6,
0x7f, 0x1c, 0xf5, 0x4f, 0x8c, 0x61, 0xc6, 0xdc, 0x26, 0xdd, 0x5c, 0xbc, 0x9c, 0x85, 0x22, 0xf7,
0xd9, 0x43, 0x6f, 0x63, 0xd1, 0xe9, 0x71, 0xeb, 0x4a, 0xde, 0xac, 0x67, 0x0b, 0x2d, 0xf3, 0x35,
0x40, 0xb6, 0x75, 0x65, 0x5f, 0xd4, 0x6b, 0x4b, 0xe8, 0x6e, 0x22, 0x1a, 0xa2, 0xe7, 0xf3, 0x94,
0x93, 0x3c, 0x72, 0x38, 0x4e, 0x6e, 0xdf, 0x05, 0xc4, 0x7d, 0xc7, 0x1d, 0x5b, 0x93, 0x99, 0x6f,
0x70, 0xc3, 0xca, 0x0b, 0x37, 0xf3, 0x53, 0x25, 0x9a, 0x57, 0x9e, 0x60, 0x45, 0xc8, 0xd2, 0x00,
0x60, 0x07, 0x07, 0x77, 0x70, 0xe0, 0x5b, 0x23, 0x92, 0xe6, 0x48, 0xfc, 0x44, 0x13, 0x24, 0xaa,
0x17, 0x8e, 0x9d, 0x17, 0x22, 0x18, 0x42, 0x63, 0x07, 0x07, 0xe2, 0xf0, 0x8a, 0xa0, 0xdc, 0x95,
0x72, 0x86, 0x44, 0xb1, 0x76, 0xfc, 0xc4, 0x78, 0x38, 0x4b, 0xbd, 0x32, 0x40, 0xb9, 0x8a, 0x9d,
0x7f, 0xfb, 0x90, 0x1d, 0xce, 0x72, 0x9e, 0x2d, 0x68, 0x4b, 0x9b, 0xff, 0x6e, 0x40, 0x9d, 0xe5,
0x27, 0x9a, 0xf7, 0xfe, 0x97, 0x9e, 0x3e, 0x85, 0xf4, 0xf4, 0x3e, 0x74, 0x52, 0x97, 0xd6, 0xd9,
0xfa, 0xcc, 0xbe, 0xd9, 0x3e, 0xce, 0xdf, 0xde, 0xe3, 0x6f, 0x32, 0xc2, 0xb2, 0xf6, 0x85, 0x3c,
0x37, 0x4e, 0x9d, 0x7a, 0x7e, 0xfe, 0x11, 0xf6, 0xd3, 0xcf, 0x40, 0xef, 0x43, 0x27, 0x75, 0x47,
0x94, 0x2d, 0xf9, 0xec, 0x8b, 0xa4, 0xe3, 0x76, 0xff, 0x0c, 0x43, 0xb5, 0x09, 0xcb, 0x19, 0x27,
0xff, 0x28, 0x33, 0xbd, 0xe4, 0x5f, 0x11, 0x1c, 0xcf, 0x50, 0x2b, 0x61, 0xee, 0x68, 0x2d, 0x8f,
0xc8, 0xf4, 0xbb, 0xd3, 0xde, 0x4b, 0x8b, 0x3d, 0x52, 0x0d, 0x19, 0xea, 0x43, 0x85, 0x5f, 0x3a,
0xa1, 0x67, 0xb3, 0xbb, 0x96, 0xd8, 0x85, 0x54, 0xef, 0xb8, 0x6b, 0x2b, 0x32, 0xb3, 0x03, 0xc2,
0x36, 0x2d, 0xb3, 0x48, 0x86, 0x32, 0xef, 0x2c, 0xe3, 0x37, 0x45, 0xbd, 0xe3, 0x2f, 0x87, 0xe4,
0xa6, 0xff, 0xd5, 0xf9, 0xec, 0xc6, 0xab, 0xf7, 0x37, 0x27, 0x56, 0x70, 0x30, 0x1b, 0x52, 0x63,
0xb8, 0xc2, 0x67, 0xbe, 0x6c, 0x79, 0xe2, 0xeb, 0x8a, 0xa4, 0xf2, 0x0a, 0xdb, 0xe9, 0x0a, 0x13,
0xe4, 0x74, 0x38, 0xac, 0xb0, 0xdf, 0x6b, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xf4, 0x19, 0x46,
0xe1, 0x75, 0x31, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

View File

@ -301,6 +301,11 @@ func (c *queryNodeCluster) WatchDmChannels(ctx context.Context, nodeID int64, in
old, ok := c.clusterMeta.getDmChannel(info.ChannelName)
if ok {
nodes = append(nodes, old.NodeIds...)
removeFromSlice(nodes, in.OfflineNodeID)
log.Debug("Remove offline node from dmChannel",
zap.String("channel", info.ChannelName),
zap.Int64("removedNode", in.OfflineNodeID),
zap.Int64s("leftNodes", nodes))
}
dmChannelWatchInfo[index] = &querypb.DmChannelWatchInfo{

View File

@ -1584,7 +1584,8 @@ func (wdt *watchDmChannelTask) reschedule(ctx context.Context) ([]task, error) {
CollectionID: collectionID,
PartitionIDs: wdt.GetLoadMeta().GetPartitionIDs(),
},
ReplicaID: wdt.GetReplicaID(),
ReplicaID: wdt.GetReplicaID(),
OfflineNodeID: wdt.OfflineNodeID,
}
watchDmChannelReqs = append(watchDmChannelReqs, req)
}
@ -2052,7 +2053,8 @@ func (lbt *loadBalanceTask) processNodeDownLoadBalance(ctx context.Context) erro
CollectionID: collectionID,
PartitionIDs: toRecoverPartitionIDs,
},
ReplicaID: replica.ReplicaID,
ReplicaID: replica.ReplicaID,
OfflineNodeID: nodeID,
}
if collectionInfo.LoadType == querypb.LoadType_LoadPartition {