diff --git a/posting/index.go b/posting/index.go index 73a7f99748c..a942b2b643f 100644 --- a/posting/index.go +++ b/posting/index.go @@ -574,7 +574,6 @@ func (r *rebuilder) Run(ctx context.Context) error { WithNumVersionsToKeep(math.MaxInt32). WithLogger(&x.ToGlog{}). WithCompression(options.None). - WithEncryptionKey(x.WorkerConfig.EncryptionKey). WithLoggingLevel(badger.WARNING). WithMetricsEnabled(false) @@ -1242,14 +1241,14 @@ func DeleteData() error { } // DeletePredicate deletes all entries and indices for a given predicate. -func DeletePredicate(ctx context.Context, attr string) error { +func DeletePredicate(ctx context.Context, attr string, ts uint64) error { glog.Infof("Dropping predicate: [%s]", attr) prefix := x.PredicatePrefix(attr) if err := pstore.DropPrefix(prefix); err != nil { return err } - return schema.State().Delete(attr) + return schema.State().Delete(attr, ts) } // DeleteNamespace bans the namespace and deletes its predicates/types from the schema. diff --git a/protos/pb.proto b/protos/pb.proto index 0b53154b944..48f9a5feddd 100644 --- a/protos/pb.proto +++ b/protos/pb.proto @@ -334,6 +334,8 @@ message Proposal { RestoreRequest restore = 12; CDCState cdc_state = 13; DeleteNsRequest delete_ns = 14; // Used to delete namespace. + // Skipping 15 as it is used for uint64 key in master and might be needed later here. + uint64 start_ts = 16; } message CDCState { diff --git a/protos/pb/pb.pb.go b/protos/pb/pb.pb.go index c05b92bc897..4304f1c5e40 100644 --- a/protos/pb/pb.pb.go +++ b/protos/pb/pb.pb.go @@ -2438,6 +2438,8 @@ type Proposal struct { Restore *RestoreRequest `protobuf:"bytes,12,opt,name=restore,proto3" json:"restore,omitempty"` CdcState *CDCState `protobuf:"bytes,13,opt,name=cdc_state,json=cdcState,proto3" json:"cdc_state,omitempty"` DeleteNs *DeleteNsRequest `protobuf:"bytes,14,opt,name=delete_ns,json=deleteNs,proto3" json:"delete_ns,omitempty"` + // Skipping 15 as it is used for uint64 key in master and might be needed later here. + StartTs uint64 `protobuf:"varint,16,opt,name=start_ts,json=startTs,proto3" json:"start_ts,omitempty"` } func (m *Proposal) Reset() { *m = Proposal{} } @@ -2550,6 +2552,13 @@ func (m *Proposal) GetDeleteNs() *DeleteNsRequest { return nil } +func (m *Proposal) GetStartTs() uint64 { + if m != nil { + return m.StartTs + } + return 0 +} + type CDCState struct { SentTs uint64 `protobuf:"varint,1,opt,name=sent_ts,json=sentTs,proto3" json:"sent_ts,omitempty"` } @@ -5551,342 +5560,342 @@ func init() { func init() { proto.RegisterFile("pb.proto", fileDescriptor_f80abaa17e25ccc8) } var fileDescriptor_f80abaa17e25ccc8 = []byte{ - // 5351 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0x4b, 0x6f, 0x1c, 0x67, - 0x72, 0x9c, 0xf7, 0x74, 0xcd, 0x43, 0xc3, 0x4f, 0xb2, 0x3c, 0x3b, 0xb2, 0x45, 0xba, 0x65, 0xd9, - 0xb4, 0x64, 0x51, 0x12, 0xb5, 0x8b, 0xac, 0xbd, 0x58, 0x20, 0x7c, 0x0c, 0x65, 0x5a, 0x14, 0xa9, - 0x6d, 0x8e, 0xb4, 0x0f, 0x20, 0x19, 0x34, 0xbb, 0x3f, 0x92, 0xbd, 0xec, 0xe9, 0xee, 0xed, 0xee, - 0xe1, 0x92, 0xbe, 0x2d, 0x02, 0xec, 0x5e, 0x72, 0x58, 0x20, 0x97, 0x9c, 0x12, 0x20, 0x87, 0x5c, - 0x72, 0x4a, 0x80, 0x00, 0xb9, 0xe4, 0x16, 0x04, 0x41, 0x2e, 0xd9, 0x63, 0x82, 0x24, 0x46, 0xe0, - 0x0d, 0x72, 0xf0, 0x21, 0x40, 0x90, 0x3f, 0x10, 0x54, 0xd5, 0xd7, 0xaf, 0xe1, 0x48, 0xb2, 0x37, - 0xc8, 0x21, 0xa7, 0xf9, 0xaa, 0xbe, 0x77, 0x7d, 0xf5, 0xae, 0x1e, 0x68, 0x06, 0x87, 0xab, 0x41, - 0xe8, 0xc7, 0xbe, 0x28, 0x07, 0x87, 0x03, 0xcd, 0x0c, 0x1c, 0x06, 0x07, 0x77, 0x8e, 0x9d, 0xf8, - 0x64, 0x7a, 0xb8, 0x6a, 0xf9, 0x93, 0xfb, 0xf6, 0x71, 0x68, 0x06, 0x27, 0xf7, 0x1c, 0xff, 0xfe, - 0xa1, 0x69, 0x1f, 0xcb, 0xf0, 0xfe, 0xd9, 0xa3, 0xfb, 0xc1, 0xe1, 0xfd, 0x64, 0xea, 0xe0, 0x5e, - 0x6e, 0xec, 0xb1, 0x7f, 0xec, 0xdf, 0x27, 0xf4, 0xe1, 0xf4, 0x88, 0x20, 0x02, 0xa8, 0xc5, 0xc3, - 0xf5, 0x01, 0x54, 0x77, 0x9d, 0x28, 0x16, 0x02, 0xaa, 0x53, 0xc7, 0x8e, 0xfa, 0xa5, 0xe5, 0xca, - 0x4a, 0xdd, 0xa0, 0xb6, 0xfe, 0x14, 0xb4, 0x91, 0x19, 0x9d, 0xbe, 0x30, 0xdd, 0xa9, 0x14, 0x3d, - 0xa8, 0x9c, 0x99, 0x6e, 0xbf, 0xb4, 0x5c, 0x5a, 0x69, 0x1b, 0xd8, 0x14, 0xab, 0xd0, 0x3c, 0x33, - 0xdd, 0x71, 0x7c, 0x11, 0xc8, 0x7e, 0x79, 0xb9, 0xb4, 0xd2, 0x5d, 0xbb, 0xba, 0x1a, 0x1c, 0xae, - 0x3e, 0xf3, 0xa3, 0xd8, 0xf1, 0x8e, 0x57, 0x5f, 0x98, 0xee, 0xe8, 0x22, 0x90, 0x46, 0xe3, 0x8c, - 0x1b, 0xfa, 0x3e, 0xb4, 0x0e, 0x42, 0x6b, 0x7b, 0xea, 0x59, 0xb1, 0xe3, 0x7b, 0xb8, 0xa3, 0x67, - 0x4e, 0x24, 0xad, 0xa8, 0x19, 0xd4, 0x46, 0x9c, 0x19, 0x1e, 0x47, 0xfd, 0xca, 0x72, 0x05, 0x71, - 0xd8, 0x16, 0x7d, 0x68, 0x38, 0xd1, 0xa6, 0x3f, 0xf5, 0xe2, 0x7e, 0x75, 0xb9, 0xb4, 0xd2, 0x34, - 0x12, 0x50, 0xff, 0xe3, 0x0a, 0xd4, 0xbe, 0x37, 0x95, 0xe1, 0x05, 0xcd, 0x8b, 0xe3, 0x30, 0x59, - 0x0b, 0xdb, 0xe2, 0x1a, 0xd4, 0x5c, 0xd3, 0x3b, 0x8e, 0xfa, 0x65, 0x5a, 0x8c, 0x01, 0x71, 0x03, - 0x34, 0xf3, 0x28, 0x96, 0xe1, 0x78, 0xea, 0xd8, 0xfd, 0xca, 0x72, 0x69, 0xa5, 0x6e, 0x34, 0x09, - 0xf1, 0xdc, 0xb1, 0xc5, 0x37, 0xa0, 0x69, 0xfb, 0x63, 0x2b, 0xbf, 0x97, 0xed, 0xd3, 0x5e, 0xe2, - 0x16, 0x34, 0xa7, 0x8e, 0x3d, 0x76, 0x9d, 0x28, 0xee, 0xd7, 0x96, 0x4b, 0x2b, 0xad, 0xb5, 0x26, - 0x5e, 0x16, 0x69, 0x67, 0x34, 0xa6, 0x8e, 0x4d, 0x44, 0xbc, 0x03, 0xcd, 0x28, 0xb4, 0xc6, 0x47, - 0x53, 0xcf, 0xea, 0xd7, 0x69, 0xd0, 0x15, 0x1c, 0x94, 0xbb, 0xb5, 0xd1, 0x88, 0x18, 0xc0, 0x6b, - 0x85, 0xf2, 0x4c, 0x86, 0x91, 0xec, 0x37, 0x78, 0x2b, 0x05, 0x8a, 0x07, 0xd0, 0x3a, 0x32, 0x2d, - 0x19, 0x8f, 0x03, 0x33, 0x34, 0x27, 0xfd, 0x66, 0xb6, 0xd0, 0x36, 0xa2, 0x9f, 0x21, 0x36, 0x32, - 0xe0, 0x28, 0x05, 0xc4, 0x23, 0xe8, 0x10, 0x14, 0x8d, 0x8f, 0x1c, 0x37, 0x96, 0x61, 0x5f, 0xa3, - 0x39, 0x5d, 0x9a, 0x43, 0x98, 0x51, 0x28, 0xa5, 0xd1, 0xe6, 0x41, 0x8c, 0x11, 0x6f, 0x03, 0xc8, - 0xf3, 0xc0, 0xf4, 0xec, 0xb1, 0xe9, 0xba, 0x7d, 0xa0, 0x33, 0x68, 0x8c, 0x59, 0x77, 0x5d, 0xf1, - 0x26, 0x9e, 0xcf, 0xb4, 0xc7, 0x71, 0xd4, 0xef, 0x2c, 0x97, 0x56, 0xaa, 0x46, 0x1d, 0xc1, 0x51, - 0x84, 0x74, 0xb5, 0x4c, 0xeb, 0x44, 0xf6, 0xbb, 0xcb, 0xa5, 0x95, 0x9a, 0xc1, 0x00, 0x62, 0x8f, - 0x9c, 0x30, 0x8a, 0xfb, 0x57, 0x18, 0x4b, 0x80, 0xbe, 0x06, 0x1a, 0x71, 0x0f, 0x51, 0xe7, 0x36, - 0xd4, 0xcf, 0x10, 0x60, 0x26, 0x6b, 0xad, 0x75, 0xf0, 0x78, 0x29, 0x83, 0x19, 0xaa, 0x53, 0xbf, - 0x09, 0xcd, 0x5d, 0xd3, 0x3b, 0x4e, 0xb8, 0x12, 0x9f, 0x8d, 0x26, 0x68, 0x06, 0xb5, 0xf5, 0x3f, - 0x2c, 0x43, 0xdd, 0x90, 0xd1, 0xd4, 0x8d, 0xc5, 0xfb, 0x00, 0xf8, 0x28, 0x13, 0x33, 0x0e, 0x9d, - 0x73, 0xb5, 0x6a, 0xf6, 0x2c, 0xda, 0xd4, 0xb1, 0x9f, 0x52, 0x97, 0x78, 0x00, 0x6d, 0x5a, 0x3d, - 0x19, 0x5a, 0xce, 0x0e, 0x90, 0x9e, 0xcf, 0x68, 0xd1, 0x10, 0x35, 0xe3, 0x3a, 0xd4, 0x89, 0x0f, - 0x98, 0x17, 0x3b, 0x86, 0x82, 0xc4, 0x6d, 0xe8, 0x3a, 0x5e, 0x8c, 0xef, 0x64, 0xc5, 0x63, 0x5b, - 0x46, 0x09, 0xa3, 0x74, 0x52, 0xec, 0x96, 0x8c, 0x62, 0xf1, 0x10, 0x98, 0xd8, 0xc9, 0x86, 0x35, - 0xda, 0xb0, 0x9b, 0x3e, 0x62, 0xc4, 0x3b, 0xd2, 0x18, 0xb5, 0xe3, 0x3d, 0x68, 0xe1, 0xfd, 0x92, - 0x19, 0x75, 0x9a, 0xd1, 0xa6, 0xdb, 0x28, 0x72, 0x18, 0x80, 0x03, 0xd4, 0x70, 0x24, 0x0d, 0x32, - 0x23, 0x33, 0x0f, 0xb5, 0xf5, 0x21, 0xd4, 0xf6, 0x43, 0x5b, 0x86, 0x73, 0xe5, 0x41, 0x40, 0xd5, - 0x96, 0x91, 0x45, 0xa2, 0xda, 0x34, 0xa8, 0x9d, 0xc9, 0x48, 0x25, 0x27, 0x23, 0xfa, 0x1f, 0x95, - 0xa0, 0x75, 0xe0, 0x87, 0xf1, 0x53, 0x19, 0x45, 0xe6, 0xb1, 0x14, 0x4b, 0x50, 0xf3, 0x71, 0x59, - 0x45, 0x61, 0x0d, 0xcf, 0x44, 0xfb, 0x18, 0x8c, 0x9f, 0x79, 0x87, 0xf2, 0xcb, 0xdf, 0x01, 0x79, - 0x87, 0xa4, 0xab, 0xa2, 0x78, 0x87, 0x64, 0xeb, 0x3a, 0xd4, 0xfd, 0xa3, 0xa3, 0x48, 0x32, 0x2d, - 0x6b, 0x86, 0x82, 0x5e, 0xca, 0x82, 0xfa, 0xb7, 0x00, 0xf0, 0x7c, 0x5f, 0x93, 0x0b, 0xf4, 0x5f, - 0x94, 0xa0, 0x65, 0x98, 0x47, 0xf1, 0xa6, 0xef, 0xc5, 0xf2, 0x3c, 0x16, 0x5d, 0x28, 0x3b, 0x36, - 0xd1, 0xa8, 0x6e, 0x94, 0x1d, 0x1b, 0x4f, 0x77, 0x1c, 0xfa, 0xd3, 0x80, 0x48, 0xd4, 0x31, 0x18, - 0x20, 0x5a, 0xda, 0x76, 0x48, 0x47, 0x46, 0x5a, 0xda, 0x76, 0x28, 0x96, 0xa0, 0x15, 0x79, 0x66, - 0x10, 0x9d, 0xf8, 0x31, 0x9e, 0xae, 0x4a, 0xa7, 0x83, 0x04, 0x35, 0x8a, 0x50, 0xb8, 0x9c, 0x68, - 0xec, 0x4a, 0x33, 0xf4, 0x64, 0x48, 0x0a, 0xa3, 0x69, 0x68, 0x4e, 0xb4, 0xcb, 0x08, 0xfd, 0x17, - 0x15, 0xa8, 0x3f, 0x95, 0x93, 0x43, 0x19, 0x5e, 0x3a, 0xc4, 0x03, 0x68, 0xd2, 0xbe, 0x63, 0xc7, - 0xe6, 0x73, 0x6c, 0xbc, 0xf1, 0xe5, 0xe7, 0x4b, 0x8b, 0x84, 0xdb, 0xb1, 0x3f, 0xf4, 0x27, 0x4e, - 0x2c, 0x27, 0x41, 0x7c, 0x61, 0x34, 0x14, 0x6a, 0xee, 0x01, 0xaf, 0x43, 0xdd, 0x95, 0x26, 0xbe, - 0x19, 0xb3, 0xa7, 0x82, 0xc4, 0x3d, 0x68, 0x98, 0x93, 0xb1, 0x2d, 0x4d, 0x9b, 0x0f, 0xb5, 0x71, - 0xed, 0xcb, 0xcf, 0x97, 0x7a, 0xe6, 0x64, 0x4b, 0x9a, 0xf9, 0xb5, 0xeb, 0x8c, 0x11, 0x1f, 0x21, - 0x4f, 0x46, 0xf1, 0x78, 0x1a, 0xd8, 0x66, 0x2c, 0x49, 0xa7, 0x55, 0x37, 0xfa, 0x5f, 0x7e, 0xbe, - 0x74, 0x0d, 0xd1, 0xcf, 0x09, 0x9b, 0x9b, 0x06, 0x19, 0x16, 0xf5, 0x5b, 0x72, 0x7d, 0xa5, 0xdf, - 0x14, 0x28, 0x76, 0x60, 0xd1, 0x72, 0xa7, 0x11, 0x2a, 0x61, 0xc7, 0x3b, 0xf2, 0xc7, 0xbe, 0xe7, - 0x5e, 0xd0, 0x03, 0x37, 0x37, 0xde, 0xfe, 0xf2, 0xf3, 0xa5, 0x6f, 0xa8, 0xce, 0x1d, 0xef, 0xc8, - 0xdf, 0xf7, 0xdc, 0x8b, 0xdc, 0xfa, 0x57, 0x66, 0xba, 0xc4, 0x6f, 0x43, 0xf7, 0xc8, 0x0f, 0x2d, - 0x39, 0x4e, 0x49, 0xd6, 0xa5, 0x75, 0x06, 0x5f, 0x7e, 0xbe, 0x74, 0x9d, 0x7a, 0x1e, 0x5f, 0xa2, - 0x5b, 0x3b, 0x8f, 0xd7, 0xff, 0xb5, 0x0c, 0x35, 0x6a, 0x8b, 0x07, 0xd0, 0x98, 0xd0, 0x93, 0x24, - 0xfa, 0xe9, 0x3a, 0xf2, 0x10, 0xf5, 0xad, 0xf2, 0x5b, 0x45, 0x43, 0x2f, 0x0e, 0x2f, 0x8c, 0x64, - 0x18, 0xce, 0x88, 0xcd, 0x43, 0x57, 0xc6, 0x91, 0xe2, 0xf9, 0xdc, 0x8c, 0x11, 0x77, 0xa8, 0x19, - 0x6a, 0xd8, 0x2c, 0xdf, 0x54, 0x2e, 0xf1, 0xcd, 0x00, 0x9a, 0xd6, 0x89, 0xb4, 0x4e, 0xa3, 0xe9, - 0x44, 0x71, 0x55, 0x0a, 0x8b, 0x5b, 0xd0, 0xa1, 0x76, 0xe0, 0x3b, 0x1e, 0x4d, 0xaf, 0xd1, 0x80, - 0x76, 0x86, 0x1c, 0x45, 0x83, 0x6d, 0x68, 0xe7, 0x0f, 0x8b, 0x66, 0xfb, 0x54, 0x5e, 0x10, 0x7f, - 0x55, 0x0d, 0x6c, 0x8a, 0x65, 0xa8, 0x91, 0xa2, 0x23, 0xee, 0x6a, 0xad, 0x01, 0x9e, 0x99, 0xa7, - 0x18, 0xdc, 0xf1, 0x71, 0xf9, 0xdb, 0x25, 0x5c, 0x27, 0x7f, 0x85, 0xfc, 0x3a, 0xda, 0xcb, 0xd7, - 0xe1, 0x29, 0xb9, 0x75, 0x74, 0x1f, 0x1a, 0xbb, 0x8e, 0x25, 0xbd, 0x88, 0x8c, 0xfb, 0x34, 0x92, - 0xa9, 0x52, 0xc2, 0x36, 0xde, 0x77, 0x62, 0x9e, 0xef, 0xf9, 0xb6, 0x8c, 0x68, 0x9d, 0xaa, 0x91, - 0xc2, 0xd8, 0x27, 0xcf, 0x03, 0x27, 0xbc, 0x18, 0x31, 0xa5, 0x2a, 0x46, 0x0a, 0x23, 0x77, 0x49, - 0x0f, 0x37, 0xb3, 0x13, 0x43, 0xad, 0x40, 0xfd, 0xe7, 0x55, 0x68, 0xff, 0x48, 0x86, 0xfe, 0xb3, - 0xd0, 0x0f, 0xfc, 0xc8, 0x74, 0xc5, 0x7a, 0x91, 0xe6, 0xfc, 0xb6, 0xcb, 0x78, 0xda, 0xfc, 0xb0, - 0xd5, 0x83, 0xf4, 0x11, 0xf8, 0xcd, 0xf2, 0xaf, 0xa2, 0x43, 0x9d, 0xdf, 0x7c, 0x0e, 0xcd, 0x54, - 0x0f, 0x8e, 0xe1, 0x57, 0xa6, 0xb3, 0x16, 0xe9, 0xa1, 0x7a, 0x50, 0x2a, 0x27, 0xe6, 0xf9, 0xf3, - 0x9d, 0x2d, 0xf5, 0xb6, 0x0a, 0x52, 0x54, 0x18, 0x9d, 0x7b, 0xa3, 0xe4, 0x51, 0x53, 0x18, 0x6f, - 0x8a, 0x14, 0x89, 0x76, 0xb6, 0xfa, 0x6d, 0xea, 0x4a, 0x40, 0xf1, 0x16, 0x68, 0x13, 0xf3, 0x1c, - 0x15, 0xda, 0x8e, 0xcd, 0xa2, 0x69, 0x64, 0x08, 0xf1, 0x0e, 0x54, 0xe2, 0x73, 0x8f, 0x64, 0x0f, - 0xbd, 0x07, 0x74, 0x26, 0x47, 0xe7, 0x9e, 0x52, 0x7d, 0x06, 0xf6, 0xe1, 0x9b, 0x5a, 0x8e, 0x4d, - 0xce, 0x82, 0x66, 0x60, 0x53, 0xdc, 0x86, 0x86, 0xcb, 0xaf, 0x45, 0x0e, 0x41, 0x6b, 0xad, 0xc5, - 0x7a, 0x94, 0x50, 0x46, 0xd2, 0x27, 0x3e, 0x84, 0x66, 0x42, 0x9d, 0x7e, 0x8b, 0xc6, 0xf5, 0x12, - 0x7a, 0x26, 0x64, 0x34, 0xd2, 0x11, 0xe2, 0x01, 0x68, 0xb6, 0x74, 0x65, 0x2c, 0xc7, 0x1e, 0x2b, - 0xf2, 0x16, 0x3b, 0x8a, 0x5b, 0x84, 0xdc, 0x8b, 0x0c, 0xf9, 0x93, 0xa9, 0x8c, 0x62, 0xa3, 0x69, - 0x2b, 0xc4, 0xe0, 0xbb, 0x70, 0x65, 0xe6, 0x39, 0xf2, 0xfc, 0xd7, 0x61, 0xfe, 0xbb, 0x96, 0xe7, - 0xbf, 0x6a, 0x8e, 0xe7, 0x3e, 0xad, 0x36, 0x9b, 0x3d, 0x4d, 0xff, 0xaf, 0x0a, 0x5c, 0x51, 0xa2, - 0x70, 0xe2, 0x04, 0x07, 0xb1, 0x52, 0x4a, 0x64, 0x72, 0x14, 0x17, 0x56, 0x8d, 0x04, 0x14, 0xbf, - 0x05, 0x75, 0xd2, 0x21, 0x89, 0x28, 0x2f, 0x65, 0x4f, 0x9c, 0x4e, 0x67, 0xd1, 0x56, 0xfc, 0xa1, - 0x86, 0x8b, 0x6f, 0x42, 0xed, 0x33, 0x19, 0xfa, 0x6c, 0x42, 0x5b, 0x6b, 0x37, 0xe7, 0xcd, 0x43, - 0xc2, 0xa8, 0x69, 0x3c, 0xf8, 0x7f, 0xcb, 0x09, 0xf0, 0x75, 0x38, 0xe1, 0x5d, 0x34, 0xa3, 0x13, - 0xff, 0x4c, 0xda, 0xfd, 0x06, 0x9d, 0x31, 0xcf, 0xbe, 0x49, 0x57, 0xc2, 0x0c, 0xcd, 0xb9, 0xcc, - 0xa0, 0xbd, 0x9c, 0x19, 0x06, 0x5b, 0xd0, 0xca, 0xd1, 0x65, 0xce, 0x43, 0x2d, 0x15, 0x15, 0x85, - 0x96, 0x2a, 0xc9, 0xbc, 0xbe, 0xd9, 0x02, 0xc8, 0xa8, 0xf4, 0x9b, 0x6a, 0x2d, 0xfd, 0x67, 0x25, - 0xb8, 0xb2, 0xe9, 0x7b, 0x9e, 0x24, 0x67, 0x9b, 0xdf, 0x3c, 0x13, 0xde, 0xd2, 0x4b, 0x85, 0xf7, - 0x03, 0xa8, 0x45, 0x38, 0x58, 0xad, 0x7e, 0x75, 0xce, 0x23, 0x1a, 0x3c, 0x02, 0x55, 0xf8, 0xc4, - 0x3c, 0x1f, 0x07, 0xd2, 0xb3, 0x1d, 0xef, 0x38, 0x51, 0xe1, 0x13, 0xf3, 0xfc, 0x19, 0x63, 0xf4, - 0xbf, 0x2a, 0x03, 0x7c, 0x22, 0x4d, 0x37, 0x3e, 0x41, 0x33, 0x85, 0x2f, 0xea, 0x78, 0x51, 0x6c, - 0x7a, 0x56, 0x12, 0xea, 0xa4, 0x30, 0xbe, 0x28, 0x5a, 0x6b, 0x19, 0xb1, 0xf2, 0xd3, 0x8c, 0x04, - 0x44, 0xfe, 0xc0, 0xed, 0xa6, 0x91, 0xb2, 0xea, 0x0a, 0xca, 0x5c, 0x94, 0x2a, 0xa1, 0x95, 0x8b, - 0xd2, 0x87, 0x06, 0x86, 0x0e, 0x8e, 0xef, 0x11, 0xd3, 0x68, 0x46, 0x02, 0xe2, 0x3a, 0xd3, 0x20, - 0x76, 0x26, 0x6c, 0xbb, 0x2b, 0x86, 0x82, 0xf0, 0x54, 0x68, 0xab, 0x87, 0xd6, 0x89, 0x4f, 0x2a, - 0xa2, 0x62, 0xa4, 0x30, 0xae, 0xe6, 0x7b, 0xc7, 0x3e, 0xde, 0xae, 0x49, 0x6e, 0x61, 0x02, 0xf2, - 0x5d, 0x6c, 0x79, 0x8e, 0x5d, 0x1a, 0x75, 0xa5, 0x30, 0xd2, 0x45, 0xca, 0xf1, 0x91, 0x34, 0xe3, - 0x69, 0x28, 0xa3, 0x3e, 0x50, 0x37, 0x48, 0xb9, 0xad, 0x30, 0xe2, 0x1d, 0x68, 0x23, 0xe1, 0xcc, - 0x28, 0x72, 0x8e, 0x3d, 0x69, 0x93, 0xe2, 0xa8, 0x1a, 0x48, 0xcc, 0x75, 0x85, 0xd2, 0xff, 0xba, - 0x0c, 0x75, 0x56, 0x99, 0x05, 0x37, 0xa8, 0xf4, 0x95, 0xdc, 0xa0, 0xb7, 0x40, 0x0b, 0x42, 0x69, - 0x3b, 0x56, 0xf2, 0x8e, 0x9a, 0x91, 0x21, 0x28, 0x3e, 0x41, 0xbb, 0x4f, 0xf4, 0x6c, 0x1a, 0x0c, - 0x08, 0x1d, 0x3a, 0xbe, 0x37, 0xb6, 0x9d, 0xe8, 0x74, 0x7c, 0x78, 0x11, 0xcb, 0x48, 0xd1, 0xa2, - 0xe5, 0x7b, 0x5b, 0x4e, 0x74, 0xba, 0x81, 0x28, 0x24, 0x21, 0xcb, 0x08, 0xc9, 0x46, 0xd3, 0x50, - 0x90, 0x78, 0x04, 0x1a, 0x79, 0xa7, 0xe4, 0xbe, 0x68, 0xe4, 0x76, 0x5c, 0xff, 0xf2, 0xf3, 0x25, - 0x81, 0xc8, 0x19, 0xbf, 0xa5, 0x99, 0xe0, 0xd0, 0xff, 0xc2, 0xc9, 0x68, 0x88, 0x48, 0x86, 0xd9, - 0xff, 0x42, 0xd4, 0x28, 0xca, 0xfb, 0x5f, 0x8c, 0x11, 0xf7, 0x40, 0x4c, 0x3d, 0xcb, 0x9f, 0x04, - 0xc8, 0x14, 0xd2, 0x56, 0x87, 0x6c, 0xd1, 0x21, 0x17, 0xf3, 0x3d, 0x74, 0x54, 0xfd, 0x5f, 0xca, - 0xd0, 0xde, 0x72, 0x42, 0x69, 0xc5, 0xd2, 0x1e, 0xda, 0xc7, 0x12, 0xcf, 0x2e, 0xbd, 0xd8, 0x89, - 0x2f, 0x94, 0x83, 0xa9, 0xa0, 0x34, 0x3e, 0x28, 0x17, 0xe3, 0x65, 0x96, 0xb0, 0x0a, 0x85, 0xf8, - 0x0c, 0x88, 0x35, 0x00, 0x8e, 0x9c, 0x28, 0xcc, 0xaf, 0xbe, 0x3c, 0xcc, 0xd7, 0x68, 0x18, 0x36, - 0x31, 0x8c, 0xe6, 0x39, 0x0e, 0x7b, 0x99, 0x75, 0xca, 0x01, 0x4c, 0x25, 0xfb, 0xaa, 0x14, 0xd0, - 0x35, 0x78, 0x63, 0x6c, 0x8b, 0x5b, 0x50, 0xf6, 0x03, 0x22, 0xae, 0x5a, 0x3a, 0x7f, 0x85, 0xd5, - 0xfd, 0xc0, 0x28, 0xfb, 0x01, 0x4a, 0x31, 0x47, 0xaf, 0xc4, 0x78, 0x28, 0xc5, 0x68, 0xd1, 0x28, - 0x96, 0x32, 0x54, 0x8f, 0xd0, 0xa1, 0x6d, 0xba, 0xae, 0xff, 0x53, 0x69, 0x3f, 0x0b, 0xa5, 0x9d, - 0xf0, 0x60, 0x01, 0x87, 0x5c, 0xe2, 0x99, 0x13, 0x19, 0x05, 0xa6, 0x25, 0x15, 0x0b, 0x66, 0x08, - 0xfd, 0x3a, 0x94, 0xf7, 0x03, 0xd1, 0x80, 0xca, 0xc1, 0x70, 0xd4, 0x5b, 0xc0, 0xc6, 0xd6, 0x70, - 0xb7, 0x87, 0x16, 0xa5, 0xde, 0x6b, 0xe8, 0x5f, 0x94, 0x41, 0x7b, 0x3a, 0x8d, 0x4d, 0xd4, 0x2d, - 0x11, 0xde, 0xb2, 0xc8, 0xa1, 0x19, 0x2b, 0x7e, 0x03, 0x9a, 0x51, 0x6c, 0x86, 0xe4, 0x6f, 0xb0, - 0x75, 0x6a, 0x10, 0x3c, 0x8a, 0xc4, 0x7b, 0x50, 0x93, 0xf6, 0xb1, 0x4c, 0xcc, 0x45, 0x6f, 0xf6, - 0xbe, 0x06, 0x77, 0x8b, 0x15, 0xa8, 0x47, 0xd6, 0x89, 0x9c, 0x98, 0xfd, 0x6a, 0x36, 0xf0, 0x80, - 0x30, 0xec, 0x60, 0x1b, 0xaa, 0x5f, 0xbc, 0x0b, 0x35, 0x7c, 0x9b, 0x48, 0x45, 0x8c, 0x14, 0x63, - 0xe2, 0x33, 0xa8, 0x61, 0xdc, 0x89, 0x8c, 0x67, 0x87, 0x7e, 0x30, 0xf6, 0x03, 0xa2, 0x7d, 0x77, - 0xed, 0x1a, 0xe9, 0xb8, 0xe4, 0x36, 0xab, 0x5b, 0xa1, 0x1f, 0xec, 0x07, 0x46, 0xdd, 0xa6, 0x5f, - 0x8c, 0x5f, 0x68, 0x38, 0x73, 0x04, 0x1b, 0x05, 0x0d, 0x31, 0x9c, 0x0c, 0x5a, 0x81, 0xe6, 0x44, - 0xc6, 0xa6, 0x6d, 0xc6, 0xa6, 0xb2, 0x0d, 0x6d, 0x56, 0x99, 0x8c, 0x33, 0xd2, 0x5e, 0xfd, 0x3e, - 0xd4, 0x79, 0x69, 0xd1, 0x84, 0xea, 0xde, 0xfe, 0xde, 0x90, 0xc9, 0xba, 0xbe, 0xbb, 0xdb, 0x2b, - 0x21, 0x6a, 0x6b, 0x7d, 0xb4, 0xde, 0x2b, 0x63, 0x6b, 0xf4, 0xc3, 0x67, 0xc3, 0x5e, 0x45, 0xff, - 0xfb, 0x12, 0x34, 0x93, 0x75, 0xc4, 0xc7, 0x00, 0x28, 0xc2, 0xe3, 0x13, 0xc7, 0x4b, 0x5d, 0xb7, - 0x1b, 0xf9, 0x9d, 0x56, 0xf1, 0x55, 0x3f, 0xc1, 0x5e, 0x36, 0xaf, 0x24, 0xf1, 0x04, 0x0f, 0x0e, - 0xa0, 0x5b, 0xec, 0x9c, 0xe3, 0xc3, 0xde, 0xcd, 0x5b, 0x95, 0xee, 0xda, 0x1b, 0x85, 0xa5, 0x71, - 0x26, 0xb1, 0x76, 0xce, 0xc0, 0xdc, 0x83, 0x66, 0x82, 0x16, 0x2d, 0x68, 0x6c, 0x0d, 0xb7, 0xd7, - 0x9f, 0xef, 0x22, 0xab, 0x00, 0xd4, 0x0f, 0x76, 0xf6, 0x1e, 0xef, 0x0e, 0xf9, 0x5a, 0xbb, 0x3b, - 0x07, 0xa3, 0x5e, 0x59, 0xff, 0x83, 0x12, 0x34, 0x13, 0x4f, 0x46, 0x7c, 0x80, 0xce, 0x07, 0xb9, - 0x5f, 0xca, 0x12, 0x51, 0x4e, 0x27, 0x17, 0x90, 0x1a, 0x49, 0x3f, 0xca, 0x22, 0x29, 0xd6, 0xc4, - 0xb7, 0x21, 0x20, 0x1f, 0x0f, 0x57, 0x0a, 0x29, 0x19, 0x0c, 0xed, 0x7d, 0x4f, 0x2a, 0x57, 0x98, - 0xda, 0xc4, 0x83, 0x8e, 0x67, 0xc9, 0x2c, 0x50, 0x68, 0x10, 0x3c, 0x8a, 0xf4, 0x98, 0x3d, 0xe4, - 0xf4, 0x60, 0xe9, 0x6e, 0xa5, 0xfc, 0x6e, 0x97, 0xc2, 0x8d, 0xf2, 0xe5, 0x70, 0x23, 0x33, 0x9c, - 0xb5, 0xd7, 0x19, 0x4e, 0xfd, 0xcf, 0xab, 0xd0, 0x35, 0x64, 0x14, 0xfb, 0xa1, 0x54, 0x1e, 0xdf, - 0xab, 0x44, 0xe8, 0x6d, 0x80, 0x90, 0x07, 0x67, 0x5b, 0x6b, 0x0a, 0xc3, 0x71, 0x92, 0xeb, 0x5b, - 0xc4, 0xbb, 0xca, 0x42, 0xa6, 0xb0, 0xb8, 0x01, 0xda, 0xa1, 0x69, 0x9d, 0xf2, 0xb2, 0x6c, 0x27, - 0x9b, 0x8c, 0xe0, 0x75, 0x4d, 0xcb, 0x92, 0x51, 0x34, 0x46, 0x56, 0x60, 0x6b, 0xa9, 0x31, 0xe6, - 0x89, 0xbc, 0xc0, 0xee, 0x48, 0x5a, 0xa1, 0x8c, 0xa9, 0xbb, 0xce, 0xdd, 0x8c, 0xc1, 0xee, 0x5b, - 0xd0, 0x89, 0x64, 0x84, 0x96, 0x75, 0x1c, 0xfb, 0xa7, 0xd2, 0x53, 0x7a, 0xac, 0xad, 0x90, 0x23, - 0xc4, 0xa1, 0x8a, 0x31, 0x3d, 0xdf, 0xbb, 0x98, 0xf8, 0xd3, 0x48, 0xd9, 0x8c, 0x0c, 0x21, 0x56, - 0xe1, 0xaa, 0xf4, 0xac, 0xf0, 0x22, 0xc0, 0xb3, 0xe2, 0x2e, 0xe3, 0x23, 0xc7, 0x95, 0xca, 0x09, - 0x5f, 0xcc, 0xba, 0x9e, 0xc8, 0x8b, 0x6d, 0xc7, 0x95, 0x78, 0xa2, 0x33, 0x73, 0xea, 0xc6, 0x63, - 0x8a, 0xf1, 0x81, 0x4f, 0x44, 0x98, 0x75, 0x0c, 0xf4, 0xef, 0xc0, 0x22, 0x77, 0x87, 0xbe, 0x2b, - 0x1d, 0x9b, 0x17, 0x6b, 0xd1, 0xa8, 0x2b, 0xd4, 0x61, 0x10, 0x9e, 0x96, 0x5a, 0x85, 0xab, 0x3c, - 0x96, 0x2f, 0x94, 0x8c, 0x6e, 0xf3, 0xd6, 0xd4, 0x75, 0xa0, 0x7a, 0x8a, 0x5b, 0x07, 0x66, 0x7c, - 0x42, 0x9e, 0x7b, 0xb2, 0xf5, 0x33, 0x33, 0x3e, 0x41, 0x8b, 0xcf, 0xdd, 0x47, 0x8e, 0x74, 0x39, - 0xf2, 0xd6, 0x0c, 0x9e, 0xb1, 0x8d, 0x18, 0xb4, 0xf8, 0x6a, 0x80, 0x1f, 0x4e, 0x4c, 0x4e, 0x0d, - 0x6a, 0x06, 0x4f, 0xda, 0x26, 0x14, 0x6e, 0xa1, 0xde, 0xca, 0x9b, 0x4e, 0xfa, 0x3d, 0x7e, 0x66, - 0xc6, 0xec, 0x4d, 0x27, 0xfa, 0x3f, 0x54, 0xa0, 0x99, 0x06, 0x72, 0x77, 0x41, 0x9b, 0x24, 0xfa, - 0x4a, 0x39, 0x6a, 0x9d, 0x82, 0x12, 0x33, 0xb2, 0x7e, 0xf1, 0x36, 0x94, 0x4f, 0xcf, 0x94, 0xee, - 0xec, 0xac, 0x72, 0xaa, 0x3c, 0x38, 0x7c, 0xb4, 0xfa, 0xe4, 0x85, 0x51, 0x3e, 0x3d, 0xfb, 0x1a, - 0x7c, 0x2b, 0xde, 0x87, 0x2b, 0x96, 0x2b, 0x4d, 0x6f, 0x9c, 0x79, 0x17, 0xcc, 0x17, 0x5d, 0x42, - 0x3f, 0x4b, 0x5d, 0x8c, 0xdb, 0x50, 0xb3, 0xa5, 0x1b, 0x9b, 0xf9, 0x8c, 0xed, 0x7e, 0x68, 0x5a, - 0xae, 0xdc, 0x42, 0xb4, 0xc1, 0xbd, 0xa8, 0x3b, 0xd3, 0xe0, 0x29, 0xa7, 0x3b, 0xe7, 0x04, 0x4e, - 0xa9, 0x5c, 0x42, 0x5e, 0x2e, 0xef, 0xc2, 0xa2, 0x3c, 0x0f, 0xc8, 0x60, 0x8c, 0xd3, 0x5c, 0x01, - 0x5b, 0xb2, 0x5e, 0xd2, 0xb1, 0x99, 0xe4, 0x0c, 0x3e, 0x44, 0x95, 0x41, 0x42, 0x43, 0xcf, 0xdc, - 0x5a, 0x13, 0xa4, 0x73, 0x0a, 0x62, 0x68, 0x24, 0x43, 0xc4, 0x07, 0xa0, 0x59, 0xb6, 0x35, 0x66, - 0xca, 0x74, 0xb2, 0xb3, 0x6d, 0x6e, 0x6d, 0x32, 0x49, 0x9a, 0x96, 0x6d, 0xb1, 0x57, 0x5d, 0x08, - 0xea, 0xba, 0x5f, 0x21, 0xa8, 0xfb, 0xb4, 0xda, 0x6c, 0xf4, 0x9a, 0xfa, 0x2d, 0x68, 0x26, 0xab, - 0xa1, 0x3e, 0x8b, 0xa4, 0xa7, 0xa2, 0x72, 0xd2, 0x67, 0x08, 0x8e, 0x22, 0xdd, 0x82, 0xca, 0x93, - 0x17, 0x07, 0xa4, 0xd6, 0xd0, 0xc2, 0xd4, 0xc8, 0x21, 0xa1, 0x76, 0xaa, 0xea, 0xca, 0x39, 0x55, - 0x77, 0x93, 0xad, 0x04, 0xbd, 0x42, 0x92, 0xca, 0xcc, 0x61, 0x90, 0x8e, 0x6c, 0x21, 0xab, 0x9c, - 0xe5, 0x24, 0x40, 0xff, 0x8f, 0x0a, 0x34, 0x94, 0x13, 0x83, 0x96, 0x61, 0x9a, 0x66, 0xe1, 0xb0, - 0x59, 0x8c, 0x2e, 0x53, 0x6f, 0x28, 0x5f, 0xf2, 0xa8, 0xbc, 0xbe, 0xe4, 0x21, 0x3e, 0x86, 0x76, - 0xc0, 0x7d, 0x79, 0xff, 0xe9, 0xcd, 0xfc, 0x1c, 0xf5, 0x4b, 0xf3, 0x5a, 0x41, 0x06, 0xa0, 0x72, - 0xa4, 0x7c, 0x70, 0x6c, 0x1e, 0x2b, 0x0a, 0x34, 0x10, 0x1e, 0x99, 0xc7, 0x5f, 0xc9, 0x19, 0xea, - 0x92, 0x57, 0xd5, 0x26, 0xad, 0x8a, 0x0e, 0x54, 0xde, 0x27, 0xe9, 0x14, 0x7d, 0x92, 0x1b, 0xa0, - 0x59, 0xfe, 0x64, 0xe2, 0x50, 0x5f, 0x57, 0x65, 0x9d, 0x08, 0x31, 0x8a, 0xf4, 0x9f, 0x97, 0xa0, - 0xa1, 0xee, 0x75, 0xc9, 0xe2, 0x6d, 0xec, 0xec, 0xad, 0x1b, 0x3f, 0xec, 0x95, 0xd0, 0xa2, 0xef, - 0xec, 0x8d, 0x7a, 0x65, 0xa1, 0x41, 0x6d, 0x7b, 0x77, 0x7f, 0x7d, 0xd4, 0xab, 0xa0, 0x15, 0xdc, - 0xd8, 0xdf, 0xdf, 0xed, 0x55, 0x45, 0x1b, 0x9a, 0x5b, 0xeb, 0xa3, 0xe1, 0x68, 0xe7, 0xe9, 0xb0, - 0x57, 0xc3, 0xb1, 0x8f, 0x87, 0xfb, 0xbd, 0x3a, 0x36, 0x9e, 0xef, 0x6c, 0xf5, 0x1a, 0xd8, 0xff, - 0x6c, 0xfd, 0xe0, 0xe0, 0xfb, 0xfb, 0xc6, 0x56, 0xaf, 0x49, 0x96, 0x74, 0x64, 0xec, 0xec, 0x3d, - 0xee, 0x69, 0xd8, 0xde, 0xdf, 0xf8, 0x74, 0xb8, 0x39, 0xea, 0x81, 0xfe, 0x10, 0x5a, 0x39, 0x5a, - 0xe1, 0x6c, 0x63, 0xb8, 0xdd, 0x5b, 0xc0, 0x2d, 0x5f, 0xac, 0xef, 0x3e, 0x47, 0xc3, 0xdb, 0x05, - 0xa0, 0xe6, 0x78, 0x77, 0x7d, 0xef, 0x71, 0xaf, 0xac, 0xdc, 0xb6, 0xef, 0x41, 0xf3, 0xb9, 0x63, - 0x6f, 0xb8, 0xbe, 0x75, 0x8a, 0xec, 0x73, 0x68, 0x46, 0x52, 0xf1, 0x1b, 0xb5, 0xd1, 0x49, 0x26, - 0xc9, 0x8c, 0xd4, 0x5b, 0x2b, 0x08, 0x29, 0xe6, 0x4d, 0x27, 0x63, 0x2a, 0x8b, 0x55, 0xd8, 0x3a, - 0x79, 0xd3, 0xc9, 0x73, 0xc7, 0x8e, 0xf4, 0x53, 0x68, 0x3c, 0x77, 0xec, 0x67, 0xa6, 0x75, 0x4a, - 0x1a, 0x0c, 0x97, 0x1e, 0x47, 0xce, 0x67, 0x52, 0x59, 0x31, 0x8d, 0x30, 0x07, 0xce, 0x67, 0x52, - 0xbc, 0x0b, 0x75, 0x02, 0x92, 0xbc, 0x02, 0xc9, 0x53, 0x72, 0x1c, 0x43, 0xf5, 0x51, 0x55, 0xca, - 0x75, 0x7d, 0x6b, 0x1c, 0xca, 0xa3, 0xfe, 0x9b, 0xfc, 0x02, 0x84, 0x30, 0xe4, 0x91, 0xfe, 0xfb, - 0xa5, 0xf4, 0xe6, 0x54, 0x14, 0x59, 0x82, 0x6a, 0x60, 0x5a, 0xa7, 0xca, 0x89, 0x68, 0xa9, 0x05, - 0xf1, 0x30, 0x06, 0x75, 0x88, 0xf7, 0xa1, 0xa9, 0x18, 0x29, 0xd9, 0xb5, 0x95, 0xe3, 0x38, 0x23, - 0xed, 0x2c, 0x3e, 0x7c, 0xa5, 0xf8, 0xf0, 0x14, 0x82, 0x06, 0xae, 0x13, 0xb3, 0xd8, 0xa0, 0x70, - 0x12, 0xa4, 0x7f, 0x13, 0x20, 0xab, 0x43, 0xcd, 0xf1, 0xa9, 0xae, 0x41, 0xcd, 0x74, 0x1d, 0x33, - 0x09, 0x69, 0x19, 0xd0, 0xf7, 0xa0, 0x95, 0xab, 0x5e, 0x21, 0x6d, 0x4d, 0xd7, 0x45, 0xf3, 0xc7, - 0xb2, 0xdf, 0x34, 0x1a, 0xa6, 0xeb, 0x3e, 0x91, 0x17, 0x11, 0xfa, 0xb3, 0x5c, 0xf8, 0x2a, 0xcf, - 0xd4, 0x4c, 0x68, 0xaa, 0xc1, 0x9d, 0xfa, 0x87, 0x50, 0xdf, 0x4e, 0xbc, 0xfe, 0x44, 0x18, 0x4a, - 0x2f, 0x13, 0x06, 0xfd, 0x23, 0x75, 0x66, 0x2a, 0xbb, 0x88, 0xbb, 0xaa, 0xc0, 0x16, 0x71, 0x39, - 0xaf, 0x94, 0x25, 0x45, 0x78, 0x90, 0xaa, 0xad, 0xd1, 0x60, 0x7d, 0x0b, 0x9a, 0xaf, 0x2c, 0x59, - 0x2a, 0x02, 0x94, 0x33, 0x02, 0xcc, 0x29, 0x62, 0xea, 0x3f, 0x06, 0xc8, 0x0a, 0x71, 0x4a, 0x36, - 0x79, 0x15, 0x94, 0xcd, 0x3b, 0xd0, 0xb4, 0x4e, 0x1c, 0xd7, 0x0e, 0xa5, 0x57, 0xb8, 0x75, 0x56, - 0xba, 0x4b, 0xfb, 0xc5, 0x32, 0x54, 0xa9, 0xbe, 0x58, 0xc9, 0xd4, 0x73, 0x5a, 0x5c, 0xa4, 0x1e, - 0xfd, 0x1c, 0x3a, 0x1c, 0x28, 0x7c, 0x05, 0x37, 0xab, 0xa8, 0x3a, 0xcb, 0x97, 0x54, 0xe7, 0x75, - 0xa8, 0x93, 0x75, 0x4f, 0x6e, 0xa3, 0xa0, 0x97, 0xa8, 0xd4, 0xdf, 0x2b, 0x03, 0xf0, 0xd6, 0x7b, - 0xbe, 0x2d, 0x8b, 0x11, 0x79, 0x69, 0x36, 0x22, 0x17, 0x50, 0x4d, 0x4b, 0xc7, 0x9a, 0x41, 0xed, - 0xcc, 0xe2, 0xa9, 0x28, 0x9d, 0x2d, 0xde, 0x5b, 0xa0, 0x91, 0xb7, 0xe5, 0x7c, 0x46, 0xf5, 0x0c, - 0xdc, 0x30, 0x43, 0xe4, 0x0b, 0xa9, 0xb5, 0x62, 0x21, 0x35, 0xad, 0x36, 0xd5, 0x79, 0x35, 0xae, - 0x36, 0xcd, 0x29, 0x9c, 0x71, 0x9a, 0x24, 0x92, 0x61, 0x9c, 0xc4, 0xf8, 0x0c, 0xa5, 0xe1, 0xaa, - 0xa6, 0xc6, 0x9a, 0x9c, 0xe8, 0xf0, 0xfc, 0xb1, 0xe5, 0x7b, 0x47, 0xae, 0x63, 0xc5, 0xaa, 0x70, - 0x0a, 0x9e, 0xbf, 0xa9, 0x30, 0xfa, 0xc7, 0xd0, 0x4e, 0xe8, 0x4f, 0xf5, 0xa9, 0x3b, 0x69, 0x28, - 0x57, 0xca, 0xde, 0x36, 0x23, 0xd3, 0x46, 0xb9, 0x5f, 0x4a, 0x82, 0x39, 0xfd, 0xbf, 0x2b, 0xc9, - 0x64, 0x55, 0x46, 0x79, 0x35, 0x0d, 0x8b, 0xd1, 0x79, 0xf9, 0x2b, 0x45, 0xe7, 0xdf, 0x06, 0xcd, - 0xa6, 0x80, 0xd3, 0x39, 0x4b, 0x8c, 0xd8, 0x60, 0x36, 0xb8, 0x54, 0x21, 0xa9, 0x73, 0x26, 0x8d, - 0x6c, 0xf0, 0x6b, 0xde, 0x21, 0xa5, 0x76, 0x6d, 0x1e, 0xb5, 0xeb, 0xbf, 0x21, 0xb5, 0xdf, 0x81, - 0xb6, 0xe7, 0x7b, 0x63, 0x6f, 0xea, 0xba, 0xe6, 0xa1, 0x2b, 0x15, 0xb9, 0x5b, 0x9e, 0xef, 0xed, - 0x29, 0x14, 0xba, 0xc0, 0xf9, 0x21, 0x2c, 0xd4, 0x2d, 0x1a, 0x77, 0x25, 0x37, 0x8e, 0x44, 0x7f, - 0x05, 0x7a, 0xfe, 0xe1, 0x8f, 0xa5, 0x15, 0x13, 0xc5, 0xc6, 0x24, 0xcd, 0xec, 0xff, 0x76, 0x19, - 0x8f, 0x24, 0xda, 0x43, 0xb9, 0x9e, 0x79, 0xe6, 0xce, 0xa5, 0x67, 0xfe, 0x08, 0xb4, 0x94, 0x4a, - 0xb9, 0xe0, 0x56, 0x83, 0xda, 0xce, 0xde, 0xd6, 0xf0, 0x07, 0xbd, 0x12, 0x9a, 0x4b, 0x63, 0xf8, - 0x62, 0x68, 0x1c, 0x0c, 0x7b, 0x65, 0x34, 0x65, 0x5b, 0xc3, 0xdd, 0xe1, 0x68, 0xd8, 0xab, 0xb0, - 0x2b, 0x44, 0xd5, 0x0c, 0xd7, 0xb1, 0x9c, 0x58, 0x3f, 0x00, 0xc8, 0x22, 0x76, 0xd4, 0xca, 0xd9, - 0xe1, 0x54, 0xca, 0x30, 0x4e, 0x8e, 0xb5, 0x92, 0x0a, 0x64, 0xf9, 0x65, 0x79, 0x01, 0xee, 0xd7, - 0xd7, 0x40, 0x7b, 0x6a, 0x06, 0x9f, 0x70, 0xdd, 0xef, 0x36, 0x74, 0x03, 0x33, 0x8c, 0x9d, 0x24, - 0xe8, 0x60, 0x65, 0xd9, 0x36, 0x3a, 0x29, 0x16, 0x75, 0xaf, 0xfe, 0x17, 0x25, 0xb8, 0xf6, 0xd4, - 0x3f, 0x93, 0xa9, 0x53, 0xfb, 0xcc, 0xbc, 0x70, 0x7d, 0xd3, 0x7e, 0x0d, 0x1b, 0x62, 0xd4, 0xe4, - 0x4f, 0xa9, 0x0e, 0x97, 0x54, 0x2d, 0x0d, 0x8d, 0x31, 0x8f, 0xd5, 0x67, 0x15, 0x32, 0x8a, 0xa9, - 0x53, 0x19, 0x52, 0x84, 0xb1, 0xeb, 0x0d, 0xa8, 0xc7, 0xe7, 0x5e, 0x56, 0x43, 0xad, 0xc5, 0x94, - 0xea, 0x9e, 0xeb, 0xe3, 0xd6, 0xe6, 0xfb, 0xb8, 0xfa, 0x26, 0x68, 0xa3, 0x73, 0x4a, 0xf6, 0x4e, - 0xa3, 0x82, 0x9b, 0x53, 0x7a, 0x85, 0x9b, 0x53, 0x9e, 0x71, 0x73, 0xfe, 0xbd, 0x04, 0xad, 0x9c, - 0xb3, 0x2e, 0xde, 0x81, 0x6a, 0x7c, 0xee, 0x15, 0x3f, 0x55, 0x48, 0x36, 0x31, 0xa8, 0xeb, 0x52, - 0x42, 0xb3, 0x7c, 0x29, 0xa1, 0x29, 0x76, 0xe1, 0x0a, 0x6b, 0xde, 0xe4, 0x12, 0x49, 0xde, 0xe7, - 0xd6, 0x4c, 0x70, 0xc0, 0x09, 0xf1, 0xe4, 0x4a, 0x2a, 0x99, 0xd1, 0x3d, 0x2e, 0x20, 0x07, 0xeb, - 0x70, 0x75, 0xce, 0xb0, 0xaf, 0x53, 0x1a, 0xd1, 0x97, 0xa0, 0x33, 0x3a, 0xf7, 0x46, 0xce, 0x44, - 0x46, 0xb1, 0x39, 0x09, 0xc8, 0x4d, 0x54, 0x96, 0xb3, 0x6a, 0x94, 0xe3, 0x48, 0x7f, 0x0f, 0xda, - 0xcf, 0xa4, 0x0c, 0x0d, 0x19, 0x05, 0xbe, 0xc7, 0xce, 0x91, 0x4a, 0x44, 0xb3, 0x99, 0x56, 0x90, - 0xfe, 0xbb, 0xa0, 0x19, 0xe6, 0x51, 0xbc, 0x61, 0xc6, 0xd6, 0xc9, 0xd7, 0xc9, 0x6c, 0xbc, 0x07, - 0x8d, 0x80, 0x79, 0x4a, 0x85, 0x70, 0x6d, 0x32, 0xd7, 0x8a, 0xcf, 0x8c, 0xa4, 0x53, 0xff, 0x1d, - 0xb8, 0x7a, 0x30, 0x3d, 0x8c, 0xac, 0xd0, 0xa1, 0x68, 0x38, 0x31, 0x65, 0x03, 0x68, 0x06, 0xa1, - 0x3c, 0x72, 0xce, 0x65, 0xc2, 0xc1, 0x29, 0x2c, 0xee, 0x40, 0x63, 0x82, 0xc7, 0x91, 0x99, 0x6c, - 0x64, 0x71, 0xdf, 0x53, 0xec, 0x31, 0x92, 0x01, 0xfa, 0x77, 0xe0, 0x5a, 0x71, 0x79, 0x75, 0xdd, - 0x5b, 0x50, 0x39, 0x3d, 0x8b, 0xd4, 0x2d, 0x16, 0x0b, 0x71, 0x23, 0x7d, 0x4d, 0x80, 0xbd, 0xfa, - 0x9f, 0x96, 0xa0, 0xb2, 0x37, 0x9d, 0xe4, 0x3f, 0x89, 0xaa, 0xf2, 0x27, 0x51, 0x37, 0xf2, 0x39, - 0x61, 0x0e, 0x51, 0xb2, 0xdc, 0xef, 0x5b, 0xa0, 0x1d, 0xf9, 0xe1, 0x4f, 0xcd, 0xd0, 0x96, 0xb6, - 0x32, 0x70, 0x19, 0x42, 0xdc, 0x56, 0xe6, 0x90, 0x43, 0x84, 0x45, 0x24, 0xe0, 0xde, 0x74, 0xb2, - 0xea, 0x4a, 0x33, 0x22, 0xbd, 0xcd, 0x16, 0x52, 0xbf, 0x0b, 0x5a, 0x8a, 0x42, 0x5d, 0xb3, 0x77, - 0x30, 0xde, 0xd9, 0xe2, 0x9c, 0x1a, 0x3a, 0xd3, 0x25, 0xd4, 0x33, 0xa3, 0x1f, 0xec, 0x8d, 0x47, - 0x07, 0xbd, 0xb2, 0xfe, 0x23, 0x68, 0x25, 0xac, 0xb8, 0x63, 0x53, 0x01, 0x89, 0x64, 0x61, 0xc7, - 0x2e, 0x88, 0xc6, 0x0e, 0x45, 0x3b, 0xd2, 0xb3, 0x77, 0x12, 0x1e, 0x66, 0xa0, 0x78, 0x1b, 0x55, - 0x8d, 0x4a, 0x6e, 0xa3, 0x0f, 0x61, 0xd1, 0xa0, 0x44, 0x38, 0xda, 0xb0, 0xe4, 0x79, 0xae, 0x43, - 0xdd, 0xf3, 0x6d, 0x99, 0x6e, 0xa0, 0x20, 0xdc, 0x59, 0x79, 0x1c, 0x4a, 0x3b, 0x24, 0xa0, 0x2e, - 0x61, 0x11, 0x15, 0x8e, 0x2a, 0x94, 0xaa, 0x65, 0x0a, 0x49, 0xda, 0xd2, 0x4c, 0x92, 0x16, 0x37, - 0x51, 0x95, 0x56, 0x76, 0x1d, 0x92, 0xea, 0xea, 0x00, 0x9a, 0x76, 0x14, 0x93, 0x84, 0x28, 0x35, - 0x93, 0xc2, 0xfa, 0x7d, 0xb8, 0xba, 0x1e, 0x04, 0xee, 0x45, 0x52, 0xbd, 0x52, 0x1b, 0xf5, 0xb3, - 0x12, 0x57, 0x49, 0x85, 0x58, 0x0c, 0xea, 0xdb, 0xd0, 0x4e, 0x22, 0xf2, 0xa7, 0x32, 0x36, 0x49, - 0x79, 0xb8, 0x4e, 0x21, 0x5a, 0x6d, 0x32, 0x62, 0x54, 0x4c, 0x05, 0xcf, 0xdc, 0x6f, 0x15, 0xea, - 0x4a, 0x33, 0x09, 0xa8, 0x5a, 0xbe, 0xcd, 0x1b, 0xd5, 0x0c, 0x6a, 0x23, 0x07, 0x4d, 0xa2, 0xe3, - 0xc4, 0x79, 0x9c, 0x44, 0xc7, 0xfa, 0x3f, 0x95, 0xa1, 0xb3, 0x41, 0xf9, 0x8f, 0xe4, 0x8c, 0xb9, - 0xac, 0x5f, 0xa9, 0x90, 0xf5, 0xcb, 0x67, 0xf8, 0xca, 0x85, 0x0c, 0x5f, 0xe1, 0x40, 0x95, 0xa2, - 0xc7, 0xf7, 0x26, 0x34, 0xa6, 0x9e, 0x73, 0x9e, 0xa8, 0x5c, 0xcd, 0xa8, 0x23, 0x38, 0x8a, 0xc4, - 0x32, 0xb4, 0x50, 0x2b, 0x3b, 0x1e, 0x67, 0xd5, 0x38, 0x35, 0x96, 0x47, 0xcd, 0xe4, 0xce, 0xea, - 0xaf, 0xce, 0x9d, 0x35, 0x5e, 0x9b, 0x3b, 0x6b, 0xbe, 0x2e, 0x77, 0xa6, 0xcd, 0xe6, 0xce, 0x8a, - 0xde, 0x2a, 0x5c, 0xf2, 0x56, 0xdf, 0x06, 0xe0, 0xcf, 0x41, 0x8e, 0xa6, 0xae, 0xab, 0x5c, 0x00, - 0x8d, 0x30, 0xdb, 0x53, 0xd7, 0xd5, 0x77, 0xa1, 0x9b, 0x90, 0x56, 0x89, 0xfb, 0xc7, 0x70, 0x45, - 0x65, 0xc5, 0x65, 0xa8, 0x12, 0x4b, 0xac, 0xf0, 0x49, 0xfe, 0x38, 0x71, 0xad, 0x7a, 0x8c, 0xae, - 0x9d, 0x07, 0x23, 0xfd, 0x97, 0x25, 0xe8, 0x14, 0x46, 0x88, 0x87, 0x59, 0x8e, 0xbd, 0x44, 0x52, - 0xdc, 0xbf, 0xb4, 0xca, 0xab, 0xf3, 0xec, 0xe5, 0x99, 0x3c, 0xbb, 0x7e, 0x2f, 0xcd, 0x9e, 0xab, - 0x9c, 0xf9, 0x42, 0x9a, 0x33, 0xa7, 0x34, 0xf3, 0xfa, 0x68, 0x64, 0xf4, 0xca, 0xa2, 0x0e, 0xe5, - 0xbd, 0x83, 0x5e, 0x45, 0xff, 0xcb, 0x32, 0x74, 0x86, 0xe7, 0x01, 0x7d, 0x1a, 0xf5, 0x5a, 0xd7, - 0x3f, 0xc7, 0x57, 0xe5, 0x02, 0x5f, 0xe5, 0x38, 0xa4, 0xa2, 0x8a, 0x86, 0xcc, 0x21, 0x18, 0x0c, - 0x70, 0x26, 0x4f, 0x71, 0x0e, 0x43, 0xff, 0x1f, 0x38, 0xa7, 0xa0, 0x51, 0x60, 0xb6, 0xec, 0xb3, - 0x0b, 0xdd, 0x84, 0x6c, 0x8a, 0x31, 0xbe, 0x92, 0xb0, 0xf2, 0x47, 0x8f, 0x6e, 0x9a, 0x73, 0x62, - 0x40, 0xff, 0xb3, 0x32, 0x68, 0xcc, 0x67, 0x78, 0xf8, 0x0f, 0x94, 0x5e, 0x2f, 0x65, 0x15, 0x86, - 0xb4, 0x73, 0xf5, 0x89, 0xbc, 0xc8, 0x74, 0xfb, 0xdc, 0xaa, 0x9c, 0xca, 0x4c, 0x71, 0x70, 0x4e, - 0x99, 0xa9, 0x1b, 0xa0, 0xb1, 0x87, 0x33, 0x55, 0xe9, 0xed, 0xaa, 0xc1, 0x2e, 0xcf, 0x73, 0x87, - 0xea, 0x6b, 0xb1, 0x0c, 0x27, 0xea, 0x0d, 0xa8, 0x5d, 0x0c, 0x83, 0x3a, 0x89, 0x63, 0x5e, 0xa0, - 0x48, 0x63, 0x96, 0x22, 0x27, 0xd0, 0x50, 0x67, 0x43, 0x2f, 0xf6, 0xf9, 0xde, 0x93, 0xbd, 0xfd, - 0xef, 0xef, 0x15, 0xb8, 0x2f, 0xf5, 0x73, 0xcb, 0x79, 0x3f, 0xb7, 0x82, 0xf8, 0xcd, 0xfd, 0xe7, - 0x7b, 0xa3, 0x5e, 0x55, 0x74, 0x40, 0xa3, 0xe6, 0xd8, 0x18, 0xbe, 0xe8, 0xd5, 0x28, 0xb1, 0xb3, - 0xf9, 0xc9, 0xf0, 0xe9, 0x7a, 0xaf, 0x9e, 0xd6, 0x7b, 0x1a, 0xfa, 0x9f, 0x94, 0x60, 0x91, 0x09, - 0x92, 0xcf, 0x71, 0xe4, 0x3f, 0x47, 0xae, 0xf2, 0xe7, 0xc8, 0xff, 0xb7, 0x69, 0x0d, 0x9c, 0x34, - 0x75, 0x92, 0x0a, 0x2b, 0xe7, 0xdb, 0x9a, 0x53, 0x47, 0x15, 0x56, 0xff, 0xb6, 0x04, 0x03, 0x76, - 0xaf, 0x1f, 0x87, 0x66, 0x70, 0xf2, 0xbd, 0xdd, 0x4b, 0x01, 0xf6, 0xcb, 0x9c, 0xce, 0xdb, 0xd0, - 0xa5, 0x0f, 0xb6, 0x7f, 0xe2, 0x8e, 0x55, 0x10, 0xc8, 0xaf, 0xdb, 0x51, 0x58, 0x5e, 0x48, 0x3c, - 0x82, 0x36, 0x7f, 0xd8, 0x4d, 0x59, 0xe6, 0x42, 0x75, 0xb0, 0xe0, 0xdc, 0xb7, 0x78, 0x14, 0xd7, - 0x32, 0x1f, 0xa6, 0x93, 0xb2, 0x58, 0xfc, 0x72, 0x01, 0x50, 0x4d, 0x19, 0x51, 0x84, 0x7e, 0x1f, - 0x6e, 0xcc, 0xbd, 0x87, 0x62, 0xfb, 0x5c, 0x1e, 0x94, 0xb9, 0x4d, 0xff, 0xe7, 0x12, 0x34, 0x37, - 0xa6, 0xee, 0x29, 0x19, 0xc1, 0xb7, 0x01, 0xa4, 0x7d, 0x2c, 0xd5, 0x17, 0xd2, 0x25, 0x52, 0x0e, - 0x1a, 0x62, 0xf8, 0x1b, 0xe9, 0x8f, 0x01, 0xf8, 0x8e, 0xe3, 0x89, 0x19, 0xa8, 0x27, 0xa2, 0x6a, - 0x5d, 0xb2, 0x80, 0xba, 0xcb, 0x53, 0x33, 0x50, 0xd5, 0xba, 0x28, 0x81, 0xb3, 0x2a, 0x66, 0xe5, - 0x15, 0x55, 0xcc, 0xc1, 0x1e, 0x74, 0x8b, 0x4b, 0xcc, 0xc9, 0x3f, 0xbd, 0x57, 0xfc, 0x52, 0xe4, - 0x32, 0x0d, 0x73, 0xee, 0xf0, 0xa7, 0x70, 0x65, 0x26, 0x61, 0xfd, 0x2a, 0x8d, 0x59, 0x10, 0x99, - 0xf2, 0xac, 0xc8, 0x7c, 0x08, 0x8b, 0x23, 0x33, 0x3a, 0x55, 0x21, 0x42, 0x66, 0xbc, 0x63, 0x33, - 0x3a, 0x1d, 0xa7, 0x44, 0xad, 0x23, 0xb8, 0x63, 0xeb, 0x0f, 0x41, 0xe4, 0x47, 0x2b, 0xfa, 0x63, - 0xe8, 0x87, 0xc3, 0x27, 0x32, 0x36, 0x13, 0x2f, 0x03, 0x11, 0x48, 0xbc, 0xb5, 0xbf, 0x29, 0x41, - 0x15, 0x7d, 0x6a, 0x71, 0x0f, 0xb4, 0x4f, 0xa4, 0x19, 0xc6, 0x87, 0xd2, 0x8c, 0x45, 0xc1, 0x7f, - 0x1e, 0x10, 0xdd, 0xb2, 0xaf, 0x4f, 0xf4, 0x85, 0x07, 0x25, 0xb1, 0xca, 0x5f, 0xbd, 0x26, 0x5f, - 0xf3, 0x76, 0x12, 0xdf, 0x9c, 0x7c, 0xf7, 0x41, 0x61, 0xbe, 0xbe, 0xb0, 0x42, 0xe3, 0x3f, 0xf5, - 0x1d, 0x6f, 0x93, 0xbf, 0xb5, 0x14, 0xb3, 0xbe, 0xfc, 0xec, 0x0c, 0x71, 0x0f, 0xea, 0x3b, 0x11, - 0x06, 0x0d, 0x97, 0x87, 0x12, 0xf1, 0xf3, 0xf1, 0x84, 0xbe, 0xb0, 0xf6, 0xb3, 0x1a, 0x54, 0x7f, - 0x24, 0x43, 0x5f, 0x7c, 0x08, 0x0d, 0xf5, 0xad, 0x8e, 0xc8, 0x7d, 0x93, 0x33, 0xa0, 0xfc, 0xc5, - 0xcc, 0x47, 0x3c, 0xb4, 0x4b, 0x8f, 0xdf, 0x2f, 0x2b, 0xd3, 0x88, 0xec, 0x53, 0xa2, 0x4b, 0x87, - 0xfa, 0x08, 0x7a, 0x07, 0x71, 0x28, 0xcd, 0x49, 0x6e, 0x78, 0x91, 0x54, 0xf3, 0x6a, 0x3e, 0x44, - 0xaf, 0xbb, 0x50, 0xe7, 0xc8, 0x6c, 0x66, 0xc2, 0x6c, 0x41, 0x87, 0x06, 0xbf, 0x0f, 0xad, 0x83, - 0x13, 0x7f, 0xea, 0xda, 0x07, 0x32, 0x3c, 0x93, 0x22, 0xf7, 0xd5, 0xdf, 0x20, 0xd7, 0xd6, 0x17, - 0xc4, 0xfb, 0xa0, 0xb1, 0x2f, 0x8e, 0x9e, 0x78, 0x43, 0xb9, 0xf7, 0xbc, 0x66, 0xce, 0x47, 0xd7, - 0x17, 0xc4, 0x0a, 0x40, 0x2e, 0x3e, 0x7b, 0xd5, 0xc8, 0x47, 0xd0, 0xd9, 0x24, 0xb5, 0xb6, 0x1f, - 0xae, 0x1f, 0xfa, 0x61, 0x2c, 0x66, 0x3f, 0xf3, 0x1b, 0xcc, 0x22, 0xf4, 0x05, 0xf1, 0x00, 0x9a, - 0xa3, 0xf0, 0x82, 0xc7, 0x2f, 0xaa, 0xb0, 0x36, 0xdb, 0x6f, 0xce, 0x25, 0xc5, 0x37, 0x53, 0x21, - 0x49, 0x5d, 0xf0, 0x79, 0xa5, 0x1e, 0xbe, 0x2f, 0x33, 0xb4, 0xbe, 0x20, 0x1e, 0x02, 0x64, 0xf1, - 0x81, 0x78, 0x83, 0xcb, 0x4e, 0x33, 0xf1, 0xc2, 0xe5, 0x29, 0x59, 0x2c, 0xc0, 0x53, 0x2e, 0xc5, - 0x06, 0x33, 0x53, 0xbe, 0x05, 0xed, 0xbc, 0x5f, 0x2f, 0xa8, 0xb4, 0x32, 0xc7, 0xd3, 0x2f, 0x4e, - 0x5b, 0xfb, 0xcf, 0x1a, 0xd4, 0xbf, 0xef, 0x87, 0xa7, 0x32, 0x14, 0x77, 0xa0, 0x4e, 0x05, 0x44, - 0x25, 0x18, 0x69, 0x31, 0x71, 0x1e, 0xed, 0xde, 0x05, 0x8d, 0x9e, 0x19, 0x25, 0x97, 0x99, 0x8f, - 0xfe, 0x7e, 0xc2, 0x8b, 0x73, 0xb6, 0x8f, 0x38, 0xb5, 0xcb, 0xac, 0x97, 0x16, 0xd8, 0x0b, 0x05, - 0xbe, 0x01, 0x3d, 0xe9, 0x93, 0x17, 0x07, 0x28, 0x6c, 0x0f, 0x4a, 0xe8, 0x20, 0x1c, 0xf0, 0xe3, - 0xe1, 0xa0, 0xec, 0xb3, 0x7b, 0x96, 0xe5, 0xec, 0x3b, 0x77, 0x7d, 0x41, 0xdc, 0x87, 0xba, 0xb2, - 0x17, 0x8b, 0x99, 0x56, 0x4b, 0x6e, 0xd8, 0xcb, 0xa3, 0xd4, 0x84, 0x87, 0x50, 0x67, 0xdb, 0xca, - 0x13, 0x0a, 0x81, 0xc5, 0x40, 0xe4, 0x51, 0x89, 0x78, 0x8a, 0xbb, 0xd0, 0x50, 0xe5, 0x41, 0x31, - 0xa7, 0x56, 0x78, 0xe9, 0xc5, 0xea, 0xec, 0x38, 0xf1, 0xfa, 0x05, 0xdf, 0x93, 0xd7, 0x2f, 0xfa, - 0x55, 0x2c, 0xc7, 0x86, 0xb4, 0xa4, 0x93, 0x4b, 0x32, 0x89, 0x84, 0x22, 0x73, 0x94, 0xd1, 0x47, - 0xd0, 0x29, 0x24, 0xa4, 0x44, 0x3f, 0x61, 0x8b, 0xd9, 0x1c, 0xd5, 0x25, 0x15, 0xf0, 0x1d, 0xd0, - 0x54, 0x8c, 0x7f, 0xa8, 0x18, 0x63, 0x4e, 0x46, 0x61, 0x70, 0x39, 0xc8, 0x27, 0xb9, 0xfe, 0x01, - 0x5c, 0x9d, 0x63, 0x28, 0x05, 0x7d, 0xde, 0xf9, 0x72, 0x4f, 0x60, 0xb0, 0xf4, 0xd2, 0xfe, 0x94, - 0x00, 0xbf, 0x99, 0x38, 0x7d, 0x17, 0x20, 0xb3, 0x17, 0x2c, 0x1b, 0x97, 0xac, 0xcd, 0xe0, 0xfa, - 0x2c, 0x3a, 0xd9, 0x74, 0xa3, 0xff, 0x77, 0x5f, 0xdc, 0x2c, 0xfd, 0xea, 0x8b, 0x9b, 0xa5, 0x7f, - 0xfb, 0xe2, 0x66, 0xe9, 0x97, 0xbf, 0xbe, 0xb9, 0xf0, 0xab, 0x5f, 0xdf, 0x5c, 0xf8, 0xc7, 0x5f, - 0xdf, 0x5c, 0x38, 0xac, 0xd3, 0xff, 0xc0, 0x1e, 0xfd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7f, - 0xce, 0x8c, 0xbd, 0x7d, 0x36, 0x00, 0x00, + // 5358 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x7b, 0x4b, 0x6f, 0x1c, 0x67, + 0x76, 0x28, 0xfb, 0xdd, 0x75, 0xfa, 0xa1, 0xe6, 0x27, 0x59, 0xee, 0x69, 0xd9, 0x22, 0x5d, 0xb2, + 0x6c, 0x5a, 0xb2, 0x28, 0x89, 0x9a, 0xc1, 0x1d, 0x7b, 0x30, 0xc0, 0xe5, 0xa3, 0x29, 0xd3, 0xa2, + 0x48, 0x4d, 0xb1, 0xa5, 0x79, 0x00, 0xf7, 0x36, 0x8a, 0x55, 0x1f, 0xc9, 0x1a, 0x56, 0x57, 0xd5, + 0x54, 0x55, 0x73, 0x48, 0xef, 0x06, 0x17, 0x98, 0xd9, 0xdc, 0xc5, 0x00, 0xd9, 0x64, 0x95, 0x00, + 0x59, 0x64, 0x93, 0x55, 0x02, 0x04, 0xc8, 0x26, 0xbb, 0x20, 0x08, 0xb2, 0x9a, 0x65, 0x82, 0x24, + 0x46, 0xe0, 0x09, 0xb2, 0xd0, 0x22, 0x40, 0x90, 0x3f, 0x10, 0x9c, 0x73, 0xbe, 0x7a, 0x35, 0x5b, + 0x92, 0x3d, 0x41, 0x16, 0x59, 0xf5, 0x77, 0xce, 0xf7, 0x3e, 0xdf, 0x79, 0x9f, 0x6a, 0x68, 0x06, + 0x87, 0xab, 0x41, 0xe8, 0xc7, 0xbe, 0x28, 0x07, 0x87, 0x03, 0xcd, 0x0c, 0x1c, 0x06, 0x07, 0x77, + 0x8e, 0x9d, 0xf8, 0x64, 0x7a, 0xb8, 0x6a, 0xf9, 0x93, 0xfb, 0xf6, 0x71, 0x68, 0x06, 0x27, 0xf7, + 0x1c, 0xff, 0xfe, 0xa1, 0x69, 0x1f, 0xcb, 0xf0, 0xfe, 0xd9, 0xa3, 0xfb, 0xc1, 0xe1, 0xfd, 0x64, + 0xea, 0xe0, 0x5e, 0x6e, 0xec, 0xb1, 0x7f, 0xec, 0xdf, 0x27, 0xf4, 0xe1, 0xf4, 0x88, 0x20, 0x02, + 0xa8, 0xc5, 0xc3, 0xf5, 0x01, 0x54, 0x77, 0x9d, 0x28, 0x16, 0x02, 0xaa, 0x53, 0xc7, 0x8e, 0xfa, + 0xa5, 0xe5, 0xca, 0x4a, 0xdd, 0xa0, 0xb6, 0xfe, 0x14, 0xb4, 0x91, 0x19, 0x9d, 0xbe, 0x30, 0xdd, + 0xa9, 0x14, 0x3d, 0xa8, 0x9c, 0x99, 0x6e, 0xbf, 0xb4, 0x5c, 0x5a, 0x69, 0x1b, 0xd8, 0x14, 0xab, + 0xd0, 0x3c, 0x33, 0xdd, 0x71, 0x7c, 0x11, 0xc8, 0x7e, 0x79, 0xb9, 0xb4, 0xd2, 0x5d, 0xbb, 0xba, + 0x1a, 0x1c, 0xae, 0x3e, 0xf3, 0xa3, 0xd8, 0xf1, 0x8e, 0x57, 0x5f, 0x98, 0xee, 0xe8, 0x22, 0x90, + 0x46, 0xe3, 0x8c, 0x1b, 0xfa, 0x3e, 0xb4, 0x0e, 0x42, 0x6b, 0x7b, 0xea, 0x59, 0xb1, 0xe3, 0x7b, + 0xb8, 0xa3, 0x67, 0x4e, 0x24, 0xad, 0xa8, 0x19, 0xd4, 0x46, 0x9c, 0x19, 0x1e, 0x47, 0xfd, 0xca, + 0x72, 0x05, 0x71, 0xd8, 0x16, 0x7d, 0x68, 0x38, 0xd1, 0xa6, 0x3f, 0xf5, 0xe2, 0x7e, 0x75, 0xb9, + 0xb4, 0xd2, 0x34, 0x12, 0x50, 0xff, 0xc3, 0x0a, 0xd4, 0x7e, 0x30, 0x95, 0xe1, 0x05, 0xcd, 0x8b, + 0xe3, 0x30, 0x59, 0x0b, 0xdb, 0xe2, 0x1a, 0xd4, 0x5c, 0xd3, 0x3b, 0x8e, 0xfa, 0x65, 0x5a, 0x8c, + 0x01, 0x71, 0x03, 0x34, 0xf3, 0x28, 0x96, 0xe1, 0x78, 0xea, 0xd8, 0xfd, 0xca, 0x72, 0x69, 0xa5, + 0x6e, 0x34, 0x09, 0xf1, 0xdc, 0xb1, 0xc5, 0xb7, 0xa0, 0x69, 0xfb, 0x63, 0x2b, 0xbf, 0x97, 0xed, + 0xd3, 0x5e, 0xe2, 0x16, 0x34, 0xa7, 0x8e, 0x3d, 0x76, 0x9d, 0x28, 0xee, 0xd7, 0x96, 0x4b, 0x2b, + 0xad, 0xb5, 0x26, 0x5e, 0x16, 0x69, 0x67, 0x34, 0xa6, 0x8e, 0x4d, 0x44, 0xbc, 0x03, 0xcd, 0x28, + 0xb4, 0xc6, 0x47, 0x53, 0xcf, 0xea, 0xd7, 0x69, 0xd0, 0x15, 0x1c, 0x94, 0xbb, 0xb5, 0xd1, 0x88, + 0x18, 0xc0, 0x6b, 0x85, 0xf2, 0x4c, 0x86, 0x91, 0xec, 0x37, 0x78, 0x2b, 0x05, 0x8a, 0x07, 0xd0, + 0x3a, 0x32, 0x2d, 0x19, 0x8f, 0x03, 0x33, 0x34, 0x27, 0xfd, 0x66, 0xb6, 0xd0, 0x36, 0xa2, 0x9f, + 0x21, 0x36, 0x32, 0xe0, 0x28, 0x05, 0xc4, 0x23, 0xe8, 0x10, 0x14, 0x8d, 0x8f, 0x1c, 0x37, 0x96, + 0x61, 0x5f, 0xa3, 0x39, 0x5d, 0x9a, 0x43, 0x98, 0x51, 0x28, 0xa5, 0xd1, 0xe6, 0x41, 0x8c, 0x11, + 0xef, 0x02, 0xc8, 0xf3, 0xc0, 0xf4, 0xec, 0xb1, 0xe9, 0xba, 0x7d, 0xa0, 0x33, 0x68, 0x8c, 0x59, + 0x77, 0x5d, 0xf1, 0x36, 0x9e, 0xcf, 0xb4, 0xc7, 0x71, 0xd4, 0xef, 0x2c, 0x97, 0x56, 0xaa, 0x46, + 0x1d, 0xc1, 0x51, 0x84, 0x74, 0xb5, 0x4c, 0xeb, 0x44, 0xf6, 0xbb, 0xcb, 0xa5, 0x95, 0x9a, 0xc1, + 0x00, 0x62, 0x8f, 0x9c, 0x30, 0x8a, 0xfb, 0x57, 0x18, 0x4b, 0x80, 0xbe, 0x06, 0x1a, 0x71, 0x0f, + 0x51, 0xe7, 0x36, 0xd4, 0xcf, 0x10, 0x60, 0x26, 0x6b, 0xad, 0x75, 0xf0, 0x78, 0x29, 0x83, 0x19, + 0xaa, 0x53, 0xbf, 0x09, 0xcd, 0x5d, 0xd3, 0x3b, 0x4e, 0xb8, 0x12, 0x9f, 0x8d, 0x26, 0x68, 0x06, + 0xb5, 0xf5, 0xdf, 0x2f, 0x43, 0xdd, 0x90, 0xd1, 0xd4, 0x8d, 0xc5, 0x87, 0x00, 0xf8, 0x28, 0x13, + 0x33, 0x0e, 0x9d, 0x73, 0xb5, 0x6a, 0xf6, 0x2c, 0xda, 0xd4, 0xb1, 0x9f, 0x52, 0x97, 0x78, 0x00, + 0x6d, 0x5a, 0x3d, 0x19, 0x5a, 0xce, 0x0e, 0x90, 0x9e, 0xcf, 0x68, 0xd1, 0x10, 0x35, 0xe3, 0x3a, + 0xd4, 0x89, 0x0f, 0x98, 0x17, 0x3b, 0x86, 0x82, 0xc4, 0x6d, 0xe8, 0x3a, 0x5e, 0x8c, 0xef, 0x64, + 0xc5, 0x63, 0x5b, 0x46, 0x09, 0xa3, 0x74, 0x52, 0xec, 0x96, 0x8c, 0x62, 0xf1, 0x10, 0x98, 0xd8, + 0xc9, 0x86, 0x35, 0xda, 0xb0, 0x9b, 0x3e, 0x62, 0xc4, 0x3b, 0xd2, 0x18, 0xb5, 0xe3, 0x3d, 0x68, + 0xe1, 0xfd, 0x92, 0x19, 0x75, 0x9a, 0xd1, 0xa6, 0xdb, 0x28, 0x72, 0x18, 0x80, 0x03, 0xd4, 0x70, + 0x24, 0x0d, 0x32, 0x23, 0x33, 0x0f, 0xb5, 0xf5, 0x21, 0xd4, 0xf6, 0x43, 0x5b, 0x86, 0x73, 0xe5, + 0x41, 0x40, 0xd5, 0x96, 0x91, 0x45, 0xa2, 0xda, 0x34, 0xa8, 0x9d, 0xc9, 0x48, 0x25, 0x27, 0x23, + 0xfa, 0x1f, 0x94, 0xa0, 0x75, 0xe0, 0x87, 0xf1, 0x53, 0x19, 0x45, 0xe6, 0xb1, 0x14, 0x4b, 0x50, + 0xf3, 0x71, 0x59, 0x45, 0x61, 0x0d, 0xcf, 0x44, 0xfb, 0x18, 0x8c, 0x9f, 0x79, 0x87, 0xf2, 0xab, + 0xdf, 0x01, 0x79, 0x87, 0xa4, 0xab, 0xa2, 0x78, 0x87, 0x64, 0xeb, 0x3a, 0xd4, 0xfd, 0xa3, 0xa3, + 0x48, 0x32, 0x2d, 0x6b, 0x86, 0x82, 0x5e, 0xc9, 0x82, 0xfa, 0x77, 0x00, 0xf0, 0x7c, 0xdf, 0x90, + 0x0b, 0xf4, 0x5f, 0x95, 0xa0, 0x65, 0x98, 0x47, 0xf1, 0xa6, 0xef, 0xc5, 0xf2, 0x3c, 0x16, 0x5d, + 0x28, 0x3b, 0x36, 0xd1, 0xa8, 0x6e, 0x94, 0x1d, 0x1b, 0x4f, 0x77, 0x1c, 0xfa, 0xd3, 0x80, 0x48, + 0xd4, 0x31, 0x18, 0x20, 0x5a, 0xda, 0x76, 0x48, 0x47, 0x46, 0x5a, 0xda, 0x76, 0x28, 0x96, 0xa0, + 0x15, 0x79, 0x66, 0x10, 0x9d, 0xf8, 0x31, 0x9e, 0xae, 0x4a, 0xa7, 0x83, 0x04, 0x35, 0x8a, 0x50, + 0xb8, 0x9c, 0x68, 0xec, 0x4a, 0x33, 0xf4, 0x64, 0x48, 0x0a, 0xa3, 0x69, 0x68, 0x4e, 0xb4, 0xcb, + 0x08, 0xfd, 0x57, 0x15, 0xa8, 0x3f, 0x95, 0x93, 0x43, 0x19, 0x5e, 0x3a, 0xc4, 0x03, 0x68, 0xd2, + 0xbe, 0x63, 0xc7, 0xe6, 0x73, 0x6c, 0xbc, 0xf5, 0xf2, 0xcb, 0xa5, 0x45, 0xc2, 0xed, 0xd8, 0x1f, + 0xfb, 0x13, 0x27, 0x96, 0x93, 0x20, 0xbe, 0x30, 0x1a, 0x0a, 0x35, 0xf7, 0x80, 0xd7, 0xa1, 0xee, + 0x4a, 0x13, 0xdf, 0x8c, 0xd9, 0x53, 0x41, 0xe2, 0x1e, 0x34, 0xcc, 0xc9, 0xd8, 0x96, 0xa6, 0xcd, + 0x87, 0xda, 0xb8, 0xf6, 0xf2, 0xcb, 0xa5, 0x9e, 0x39, 0xd9, 0x92, 0x66, 0x7e, 0xed, 0x3a, 0x63, + 0xc4, 0x27, 0xc8, 0x93, 0x51, 0x3c, 0x9e, 0x06, 0xb6, 0x19, 0x4b, 0xd2, 0x69, 0xd5, 0x8d, 0xfe, + 0xcb, 0x2f, 0x97, 0xae, 0x21, 0xfa, 0x39, 0x61, 0x73, 0xd3, 0x20, 0xc3, 0xa2, 0x7e, 0x4b, 0xae, + 0xaf, 0xf4, 0x9b, 0x02, 0xc5, 0x0e, 0x2c, 0x5a, 0xee, 0x34, 0x42, 0x25, 0xec, 0x78, 0x47, 0xfe, + 0xd8, 0xf7, 0xdc, 0x0b, 0x7a, 0xe0, 0xe6, 0xc6, 0xbb, 0x2f, 0xbf, 0x5c, 0xfa, 0x96, 0xea, 0xdc, + 0xf1, 0x8e, 0xfc, 0x7d, 0xcf, 0xbd, 0xc8, 0xad, 0x7f, 0x65, 0xa6, 0x4b, 0xfc, 0x6f, 0xe8, 0x1e, + 0xf9, 0xa1, 0x25, 0xc7, 0x29, 0xc9, 0xba, 0xb4, 0xce, 0xe0, 0xe5, 0x97, 0x4b, 0xd7, 0xa9, 0xe7, + 0xf1, 0x25, 0xba, 0xb5, 0xf3, 0x78, 0xfd, 0x9f, 0xca, 0x50, 0xa3, 0xb6, 0x78, 0x00, 0x8d, 0x09, + 0x3d, 0x49, 0xa2, 0x9f, 0xae, 0x23, 0x0f, 0x51, 0xdf, 0x2a, 0xbf, 0x55, 0x34, 0xf4, 0xe2, 0xf0, + 0xc2, 0x48, 0x86, 0xe1, 0x8c, 0xd8, 0x3c, 0x74, 0x65, 0x1c, 0x29, 0x9e, 0xcf, 0xcd, 0x18, 0x71, + 0x87, 0x9a, 0xa1, 0x86, 0xcd, 0xf2, 0x4d, 0xe5, 0x12, 0xdf, 0x0c, 0xa0, 0x69, 0x9d, 0x48, 0xeb, + 0x34, 0x9a, 0x4e, 0x14, 0x57, 0xa5, 0xb0, 0xb8, 0x05, 0x1d, 0x6a, 0x07, 0xbe, 0xe3, 0xd1, 0xf4, + 0x1a, 0x0d, 0x68, 0x67, 0xc8, 0x51, 0x34, 0xd8, 0x86, 0x76, 0xfe, 0xb0, 0x68, 0xb6, 0x4f, 0xe5, + 0x05, 0xf1, 0x57, 0xd5, 0xc0, 0xa6, 0x58, 0x86, 0x1a, 0x29, 0x3a, 0xe2, 0xae, 0xd6, 0x1a, 0xe0, + 0x99, 0x79, 0x8a, 0xc1, 0x1d, 0x9f, 0x96, 0xbf, 0x5b, 0xc2, 0x75, 0xf2, 0x57, 0xc8, 0xaf, 0xa3, + 0xbd, 0x7a, 0x1d, 0x9e, 0x92, 0x5b, 0x47, 0xf7, 0xa1, 0xb1, 0xeb, 0x58, 0xd2, 0x8b, 0xc8, 0xb8, + 0x4f, 0x23, 0x99, 0x2a, 0x25, 0x6c, 0xe3, 0x7d, 0x27, 0xe6, 0xf9, 0x9e, 0x6f, 0xcb, 0x88, 0xd6, + 0xa9, 0x1a, 0x29, 0x8c, 0x7d, 0xf2, 0x3c, 0x70, 0xc2, 0x8b, 0x11, 0x53, 0xaa, 0x62, 0xa4, 0x30, + 0x72, 0x97, 0xf4, 0x70, 0x33, 0x3b, 0x31, 0xd4, 0x0a, 0xd4, 0x7f, 0x59, 0x85, 0xf6, 0x4f, 0x64, + 0xe8, 0x3f, 0x0b, 0xfd, 0xc0, 0x8f, 0x4c, 0x57, 0xac, 0x17, 0x69, 0xce, 0x6f, 0xbb, 0x8c, 0xa7, + 0xcd, 0x0f, 0x5b, 0x3d, 0x48, 0x1f, 0x81, 0xdf, 0x2c, 0xff, 0x2a, 0x3a, 0xd4, 0xf9, 0xcd, 0xe7, + 0xd0, 0x4c, 0xf5, 0xe0, 0x18, 0x7e, 0x65, 0x3a, 0x6b, 0x91, 0x1e, 0xaa, 0x07, 0xa5, 0x72, 0x62, + 0x9e, 0x3f, 0xdf, 0xd9, 0x52, 0x6f, 0xab, 0x20, 0x45, 0x85, 0xd1, 0xb9, 0x37, 0x4a, 0x1e, 0x35, + 0x85, 0xf1, 0xa6, 0x48, 0x91, 0x68, 0x67, 0xab, 0xdf, 0xa6, 0xae, 0x04, 0x14, 0xef, 0x80, 0x36, + 0x31, 0xcf, 0x51, 0xa1, 0xed, 0xd8, 0x2c, 0x9a, 0x46, 0x86, 0x10, 0xef, 0x41, 0x25, 0x3e, 0xf7, + 0x48, 0xf6, 0xd0, 0x7b, 0x40, 0x67, 0x72, 0x74, 0xee, 0x29, 0xd5, 0x67, 0x60, 0x1f, 0xbe, 0xa9, + 0xe5, 0xd8, 0xe4, 0x2c, 0x68, 0x06, 0x36, 0xc5, 0x6d, 0x68, 0xb8, 0xfc, 0x5a, 0xe4, 0x10, 0xb4, + 0xd6, 0x5a, 0xac, 0x47, 0x09, 0x65, 0x24, 0x7d, 0xe2, 0x63, 0x68, 0x26, 0xd4, 0xe9, 0xb7, 0x68, + 0x5c, 0x2f, 0xa1, 0x67, 0x42, 0x46, 0x23, 0x1d, 0x21, 0x1e, 0x80, 0x66, 0x4b, 0x57, 0xc6, 0x72, + 0xec, 0xb1, 0x22, 0x6f, 0xb1, 0xa3, 0xb8, 0x45, 0xc8, 0xbd, 0xc8, 0x90, 0x3f, 0x9b, 0xca, 0x28, + 0x36, 0x9a, 0xb6, 0x42, 0x0c, 0xbe, 0x0f, 0x57, 0x66, 0x9e, 0x23, 0xcf, 0x7f, 0x1d, 0xe6, 0xbf, + 0x6b, 0x79, 0xfe, 0xab, 0xe6, 0x78, 0xee, 0xf3, 0x6a, 0xb3, 0xd9, 0xd3, 0xf4, 0x7f, 0xaf, 0xc0, + 0x15, 0x25, 0x0a, 0x27, 0x4e, 0x70, 0x10, 0x2b, 0xa5, 0x44, 0x26, 0x47, 0x71, 0x61, 0xd5, 0x48, + 0x40, 0xf1, 0xbf, 0xa0, 0x4e, 0x3a, 0x24, 0x11, 0xe5, 0xa5, 0xec, 0x89, 0xd3, 0xe9, 0x2c, 0xda, + 0x8a, 0x3f, 0xd4, 0x70, 0xf1, 0x6d, 0xa8, 0x7d, 0x21, 0x43, 0x9f, 0x4d, 0x68, 0x6b, 0xed, 0xe6, + 0xbc, 0x79, 0x48, 0x18, 0x35, 0x8d, 0x07, 0xff, 0x57, 0x39, 0x01, 0xbe, 0x09, 0x27, 0xbc, 0x8f, + 0x66, 0x74, 0xe2, 0x9f, 0x49, 0xbb, 0xdf, 0xa0, 0x33, 0xe6, 0xd9, 0x37, 0xe9, 0x4a, 0x98, 0xa1, + 0x39, 0x97, 0x19, 0xb4, 0x57, 0x33, 0xc3, 0x60, 0x0b, 0x5a, 0x39, 0xba, 0xcc, 0x79, 0xa8, 0xa5, + 0xa2, 0xa2, 0xd0, 0x52, 0x25, 0x99, 0xd7, 0x37, 0x5b, 0x00, 0x19, 0x95, 0x7e, 0x57, 0xad, 0xa5, + 0xff, 0xa2, 0x04, 0x57, 0x36, 0x7d, 0xcf, 0x93, 0xe4, 0x6c, 0xf3, 0x9b, 0x67, 0xc2, 0x5b, 0x7a, + 0xa5, 0xf0, 0x7e, 0x04, 0xb5, 0x08, 0x07, 0xab, 0xd5, 0xaf, 0xce, 0x79, 0x44, 0x83, 0x47, 0xa0, + 0x0a, 0x9f, 0x98, 0xe7, 0xe3, 0x40, 0x7a, 0xb6, 0xe3, 0x1d, 0x27, 0x2a, 0x7c, 0x62, 0x9e, 0x3f, + 0x63, 0x8c, 0xfe, 0x17, 0x65, 0x80, 0xcf, 0xa4, 0xe9, 0xc6, 0x27, 0x68, 0xa6, 0xf0, 0x45, 0x1d, + 0x2f, 0x8a, 0x4d, 0xcf, 0x4a, 0x42, 0x9d, 0x14, 0xc6, 0x17, 0x45, 0x6b, 0x2d, 0x23, 0x56, 0x7e, + 0x9a, 0x91, 0x80, 0xc8, 0x1f, 0xb8, 0xdd, 0x34, 0x52, 0x56, 0x5d, 0x41, 0x99, 0x8b, 0x52, 0x25, + 0xb4, 0x72, 0x51, 0xfa, 0xd0, 0xc0, 0xd0, 0xc1, 0xf1, 0x3d, 0x62, 0x1a, 0xcd, 0x48, 0x40, 0x5c, + 0x67, 0x1a, 0xc4, 0xce, 0x84, 0x6d, 0x77, 0xc5, 0x50, 0x10, 0x9e, 0x0a, 0x6d, 0xf5, 0xd0, 0x3a, + 0xf1, 0x49, 0x45, 0x54, 0x8c, 0x14, 0xc6, 0xd5, 0x7c, 0xef, 0xd8, 0xc7, 0xdb, 0x35, 0xc9, 0x2d, + 0x4c, 0x40, 0xbe, 0x8b, 0x2d, 0xcf, 0xb1, 0x4b, 0xa3, 0xae, 0x14, 0x46, 0xba, 0x48, 0x39, 0x3e, + 0x92, 0x66, 0x3c, 0x0d, 0x65, 0xd4, 0x07, 0xea, 0x06, 0x29, 0xb7, 0x15, 0x46, 0xbc, 0x07, 0x6d, + 0x24, 0x9c, 0x19, 0x45, 0xce, 0xb1, 0x27, 0x6d, 0x52, 0x1c, 0x55, 0x03, 0x89, 0xb9, 0xae, 0x50, + 0xfa, 0x5f, 0x96, 0xa1, 0xce, 0x2a, 0xb3, 0xe0, 0x06, 0x95, 0xbe, 0x96, 0x1b, 0xf4, 0x0e, 0x68, + 0x41, 0x28, 0x6d, 0xc7, 0x4a, 0xde, 0x51, 0x33, 0x32, 0x04, 0xc5, 0x27, 0x68, 0xf7, 0x89, 0x9e, + 0x4d, 0x83, 0x01, 0xa1, 0x43, 0xc7, 0xf7, 0xc6, 0xb6, 0x13, 0x9d, 0x8e, 0x0f, 0x2f, 0x62, 0x19, + 0x29, 0x5a, 0xb4, 0x7c, 0x6f, 0xcb, 0x89, 0x4e, 0x37, 0x10, 0x85, 0x24, 0x64, 0x19, 0x21, 0xd9, + 0x68, 0x1a, 0x0a, 0x12, 0x8f, 0x40, 0x23, 0xef, 0x94, 0xdc, 0x17, 0x8d, 0xdc, 0x8e, 0xeb, 0x2f, + 0xbf, 0x5c, 0x12, 0x88, 0x9c, 0xf1, 0x5b, 0x9a, 0x09, 0x0e, 0xfd, 0x2f, 0x9c, 0x8c, 0x86, 0x88, + 0x64, 0x98, 0xfd, 0x2f, 0x44, 0x8d, 0xa2, 0xbc, 0xff, 0xc5, 0x18, 0x71, 0x0f, 0xc4, 0xd4, 0xb3, + 0xfc, 0x49, 0x80, 0x4c, 0x21, 0x6d, 0x75, 0xc8, 0x16, 0x1d, 0x72, 0x31, 0xdf, 0x43, 0x47, 0xd5, + 0xff, 0xb1, 0x0c, 0xed, 0x2d, 0x27, 0x94, 0x56, 0x2c, 0xed, 0xa1, 0x7d, 0x2c, 0xf1, 0xec, 0xd2, + 0x8b, 0x9d, 0xf8, 0x42, 0x39, 0x98, 0x0a, 0x4a, 0xe3, 0x83, 0x72, 0x31, 0x5e, 0x66, 0x09, 0xab, + 0x50, 0x88, 0xcf, 0x80, 0x58, 0x03, 0xe0, 0xc8, 0x89, 0xc2, 0xfc, 0xea, 0xab, 0xc3, 0x7c, 0x8d, + 0x86, 0x61, 0x13, 0xc3, 0x68, 0x9e, 0xe3, 0xb0, 0x97, 0x59, 0xa7, 0x1c, 0xc0, 0x54, 0xb2, 0xaf, + 0x4a, 0x01, 0x5d, 0x83, 0x37, 0xc6, 0xb6, 0xb8, 0x05, 0x65, 0x3f, 0x20, 0xe2, 0xaa, 0xa5, 0xf3, + 0x57, 0x58, 0xdd, 0x0f, 0x8c, 0xb2, 0x1f, 0xa0, 0x14, 0x73, 0xf4, 0x4a, 0x8c, 0x87, 0x52, 0x8c, + 0x16, 0x8d, 0x62, 0x29, 0x43, 0xf5, 0x08, 0x1d, 0xda, 0xa6, 0xeb, 0xfa, 0x3f, 0x97, 0xf6, 0xb3, + 0x50, 0xda, 0x09, 0x0f, 0x16, 0x70, 0xc8, 0x25, 0x9e, 0x39, 0x91, 0x51, 0x60, 0x5a, 0x52, 0xb1, + 0x60, 0x86, 0xd0, 0xaf, 0x43, 0x79, 0x3f, 0x10, 0x0d, 0xa8, 0x1c, 0x0c, 0x47, 0xbd, 0x05, 0x6c, + 0x6c, 0x0d, 0x77, 0x7b, 0x68, 0x51, 0xea, 0xbd, 0x86, 0xfe, 0x55, 0x19, 0xb4, 0xa7, 0xd3, 0xd8, + 0x44, 0xdd, 0x12, 0xe1, 0x2d, 0x8b, 0x1c, 0x9a, 0xb1, 0xe2, 0xb7, 0xa0, 0x19, 0xc5, 0x66, 0x48, + 0xfe, 0x06, 0x5b, 0xa7, 0x06, 0xc1, 0xa3, 0x48, 0x7c, 0x00, 0x35, 0x69, 0x1f, 0xcb, 0xc4, 0x5c, + 0xf4, 0x66, 0xef, 0x6b, 0x70, 0xb7, 0x58, 0x81, 0x7a, 0x64, 0x9d, 0xc8, 0x89, 0xd9, 0xaf, 0x66, + 0x03, 0x0f, 0x08, 0xc3, 0x0e, 0xb6, 0xa1, 0xfa, 0xc5, 0xfb, 0x50, 0xc3, 0xb7, 0x89, 0x54, 0xc4, + 0x48, 0x31, 0x26, 0x3e, 0x83, 0x1a, 0xc6, 0x9d, 0xc8, 0x78, 0x76, 0xe8, 0x07, 0x63, 0x3f, 0x20, + 0xda, 0x77, 0xd7, 0xae, 0x91, 0x8e, 0x4b, 0x6e, 0xb3, 0xba, 0x15, 0xfa, 0xc1, 0x7e, 0x60, 0xd4, + 0x6d, 0xfa, 0xc5, 0xf8, 0x85, 0x86, 0x33, 0x47, 0xb0, 0x51, 0xd0, 0x10, 0xc3, 0xc9, 0xa0, 0x15, + 0x68, 0x4e, 0x64, 0x6c, 0xda, 0x66, 0x6c, 0x2a, 0xdb, 0xd0, 0x66, 0x95, 0xc9, 0x38, 0x23, 0xed, + 0xd5, 0xef, 0x43, 0x9d, 0x97, 0x16, 0x4d, 0xa8, 0xee, 0xed, 0xef, 0x0d, 0x99, 0xac, 0xeb, 0xbb, + 0xbb, 0xbd, 0x12, 0xa2, 0xb6, 0xd6, 0x47, 0xeb, 0xbd, 0x32, 0xb6, 0x46, 0x3f, 0x7e, 0x36, 0xec, + 0x55, 0xf4, 0xbf, 0x2d, 0x41, 0x33, 0x59, 0x47, 0x7c, 0x0a, 0x80, 0x22, 0x3c, 0x3e, 0x71, 0xbc, + 0xd4, 0x75, 0xbb, 0x91, 0xdf, 0x69, 0x15, 0x5f, 0xf5, 0x33, 0xec, 0x65, 0xf3, 0x4a, 0x12, 0x4f, + 0xf0, 0xe0, 0x00, 0xba, 0xc5, 0xce, 0x39, 0x3e, 0xec, 0xdd, 0xbc, 0x55, 0xe9, 0xae, 0xbd, 0x55, + 0x58, 0x1a, 0x67, 0x12, 0x6b, 0xe7, 0x0c, 0xcc, 0x3d, 0x68, 0x26, 0x68, 0xd1, 0x82, 0xc6, 0xd6, + 0x70, 0x7b, 0xfd, 0xf9, 0x2e, 0xb2, 0x0a, 0x40, 0xfd, 0x60, 0x67, 0xef, 0xf1, 0xee, 0x90, 0xaf, + 0xb5, 0xbb, 0x73, 0x30, 0xea, 0x95, 0xf5, 0xdf, 0x2b, 0x41, 0x33, 0xf1, 0x64, 0xc4, 0x47, 0xe8, + 0x7c, 0x90, 0xfb, 0xa5, 0x2c, 0x11, 0xe5, 0x74, 0x72, 0x01, 0xa9, 0x91, 0xf4, 0xa3, 0x2c, 0x92, + 0x62, 0x4d, 0x7c, 0x1b, 0x02, 0xf2, 0xf1, 0x70, 0xa5, 0x90, 0x92, 0xc1, 0xd0, 0xde, 0xf7, 0xa4, + 0x72, 0x85, 0xa9, 0x4d, 0x3c, 0xe8, 0x78, 0x96, 0xcc, 0x02, 0x85, 0x06, 0xc1, 0xa3, 0x48, 0x8f, + 0xd9, 0x43, 0x4e, 0x0f, 0x96, 0xee, 0x56, 0xca, 0xef, 0x76, 0x29, 0xdc, 0x28, 0x5f, 0x0e, 0x37, + 0x32, 0xc3, 0x59, 0x7b, 0x93, 0xe1, 0xd4, 0xff, 0xb4, 0x0a, 0x5d, 0x43, 0x46, 0xb1, 0x1f, 0x4a, + 0xe5, 0xf1, 0xbd, 0x4e, 0x84, 0xde, 0x05, 0x08, 0x79, 0x70, 0xb6, 0xb5, 0xa6, 0x30, 0x1c, 0x27, + 0xb9, 0xbe, 0x45, 0xbc, 0xab, 0x2c, 0x64, 0x0a, 0x8b, 0x1b, 0xa0, 0x1d, 0x9a, 0xd6, 0x29, 0x2f, + 0xcb, 0x76, 0xb2, 0xc9, 0x08, 0x5e, 0xd7, 0xb4, 0x2c, 0x19, 0x45, 0x63, 0x64, 0x05, 0xb6, 0x96, + 0x1a, 0x63, 0x9e, 0xc8, 0x0b, 0xec, 0x8e, 0xa4, 0x15, 0xca, 0x98, 0xba, 0xeb, 0xdc, 0xcd, 0x18, + 0xec, 0xbe, 0x05, 0x9d, 0x48, 0x46, 0x68, 0x59, 0xc7, 0xb1, 0x7f, 0x2a, 0x3d, 0xa5, 0xc7, 0xda, + 0x0a, 0x39, 0x42, 0x1c, 0xaa, 0x18, 0xd3, 0xf3, 0xbd, 0x8b, 0x89, 0x3f, 0x8d, 0x94, 0xcd, 0xc8, + 0x10, 0x62, 0x15, 0xae, 0x4a, 0xcf, 0x0a, 0x2f, 0x02, 0x3c, 0x2b, 0xee, 0x32, 0x3e, 0x72, 0x5c, + 0xa9, 0x9c, 0xf0, 0xc5, 0xac, 0xeb, 0x89, 0xbc, 0xd8, 0x76, 0x5c, 0x89, 0x27, 0x3a, 0x33, 0xa7, + 0x6e, 0x3c, 0xa6, 0x18, 0x1f, 0xf8, 0x44, 0x84, 0x59, 0xc7, 0x40, 0xff, 0x0e, 0x2c, 0x72, 0x77, + 0xe8, 0xbb, 0xd2, 0xb1, 0x79, 0xb1, 0x16, 0x8d, 0xba, 0x42, 0x1d, 0x06, 0xe1, 0x69, 0xa9, 0x55, + 0xb8, 0xca, 0x63, 0xf9, 0x42, 0xc9, 0xe8, 0x36, 0x6f, 0x4d, 0x5d, 0x07, 0xaa, 0xa7, 0xb8, 0x75, + 0x60, 0xc6, 0x27, 0xe4, 0xb9, 0x27, 0x5b, 0x3f, 0x33, 0xe3, 0x13, 0xb4, 0xf8, 0xdc, 0x7d, 0xe4, + 0x48, 0x97, 0x23, 0x6f, 0xcd, 0xe0, 0x19, 0xdb, 0x88, 0x41, 0x8b, 0xaf, 0x06, 0xf8, 0xe1, 0xc4, + 0xe4, 0xd4, 0xa0, 0x66, 0xf0, 0xa4, 0x6d, 0x42, 0xe1, 0x16, 0xea, 0xad, 0xbc, 0xe9, 0xa4, 0xdf, + 0xe3, 0x67, 0x66, 0xcc, 0xde, 0x74, 0xa2, 0xbf, 0xac, 0x40, 0x33, 0x0d, 0xe4, 0xee, 0x82, 0x36, + 0x49, 0xf4, 0x95, 0x72, 0xd4, 0x3a, 0x05, 0x25, 0x66, 0x64, 0xfd, 0xe2, 0x5d, 0x28, 0x9f, 0x9e, + 0x29, 0xdd, 0xd9, 0x59, 0xe5, 0x54, 0x79, 0x70, 0xf8, 0x68, 0xf5, 0xc9, 0x0b, 0xa3, 0x7c, 0x7a, + 0xf6, 0x0d, 0xf8, 0x56, 0x7c, 0x08, 0x57, 0x2c, 0x57, 0x9a, 0xde, 0x38, 0xf3, 0x2e, 0x98, 0x2f, + 0xba, 0x84, 0x7e, 0x96, 0xba, 0x18, 0xb7, 0xa1, 0x66, 0x4b, 0x37, 0x36, 0xf3, 0x19, 0xdb, 0xfd, + 0xd0, 0xb4, 0x5c, 0xb9, 0x85, 0x68, 0x83, 0x7b, 0x51, 0x77, 0xa6, 0xc1, 0x53, 0x4e, 0x77, 0xce, + 0x09, 0x9c, 0x52, 0xb9, 0x84, 0xbc, 0x5c, 0xde, 0x85, 0x45, 0x79, 0x1e, 0x90, 0xc1, 0x18, 0xa7, + 0xb9, 0x02, 0xb6, 0x64, 0xbd, 0xa4, 0x63, 0x33, 0xc9, 0x19, 0x7c, 0x8c, 0x2a, 0x83, 0x84, 0x86, + 0x9e, 0xb9, 0xb5, 0x26, 0x48, 0xe7, 0x14, 0xc4, 0xd0, 0x48, 0x86, 0x88, 0x8f, 0x40, 0xb3, 0x6c, + 0x6b, 0xcc, 0x94, 0xe9, 0x64, 0x67, 0xdb, 0xdc, 0xda, 0x64, 0x92, 0x34, 0x2d, 0xdb, 0x62, 0xaf, + 0xba, 0x10, 0xd4, 0x75, 0xbf, 0x46, 0x50, 0x57, 0x30, 0x8a, 0xbd, 0x82, 0x51, 0xfc, 0xbc, 0xda, + 0x6c, 0xf4, 0x9a, 0xfa, 0x2d, 0x68, 0x26, 0x1b, 0xa1, 0xaa, 0x8b, 0xa4, 0xa7, 0x02, 0x76, 0x52, + 0x75, 0x08, 0x8e, 0x22, 0xdd, 0x82, 0xca, 0x93, 0x17, 0x07, 0xa4, 0xf1, 0xd0, 0xf8, 0xd4, 0xc8, + 0x57, 0xa1, 0x76, 0xaa, 0x05, 0xcb, 0x39, 0x2d, 0x78, 0x93, 0x0d, 0x08, 0x3d, 0x50, 0x92, 0xe5, + 0xcc, 0x61, 0x90, 0xc4, 0x6c, 0x3c, 0xab, 0x9c, 0x00, 0x25, 0x40, 0xff, 0xd7, 0x0a, 0x34, 0x94, + 0x7f, 0x83, 0x46, 0x63, 0x9a, 0x26, 0xe8, 0xb0, 0x59, 0x0c, 0x3c, 0x53, 0x47, 0x29, 0x5f, 0x0d, + 0xa9, 0xbc, 0xb9, 0x1a, 0x22, 0x3e, 0x85, 0x76, 0xc0, 0x7d, 0x79, 0xd7, 0xea, 0xed, 0xfc, 0x1c, + 0xf5, 0x4b, 0xf3, 0x5a, 0x41, 0x06, 0x20, 0x29, 0x29, 0x55, 0x1c, 0x9b, 0xc7, 0x8a, 0x02, 0x0d, + 0x84, 0x47, 0xe6, 0xf1, 0xd7, 0xf2, 0x93, 0xba, 0xe4, 0x70, 0xb5, 0x49, 0xe1, 0xa2, 0x6f, 0x95, + 0x7f, 0x99, 0x4e, 0xd1, 0x5d, 0xb9, 0x01, 0x9a, 0xe5, 0x4f, 0x26, 0x0e, 0xf5, 0x75, 0x55, 0x42, + 0x8a, 0x10, 0xa3, 0x48, 0xff, 0x65, 0x09, 0x1a, 0xea, 0x5e, 0x97, 0x8c, 0xe1, 0xc6, 0xce, 0xde, + 0xba, 0xf1, 0xe3, 0x5e, 0x09, 0x8d, 0xfd, 0xce, 0xde, 0xa8, 0x57, 0x16, 0x1a, 0xd4, 0xb6, 0x77, + 0xf7, 0xd7, 0x47, 0xbd, 0x0a, 0x1a, 0xc8, 0x8d, 0xfd, 0xfd, 0xdd, 0x5e, 0x55, 0xb4, 0xa1, 0xb9, + 0xb5, 0x3e, 0x1a, 0x8e, 0x76, 0x9e, 0x0e, 0x7b, 0x35, 0x1c, 0xfb, 0x78, 0xb8, 0xdf, 0xab, 0x63, + 0xe3, 0xf9, 0xce, 0x56, 0xaf, 0x81, 0xfd, 0xcf, 0xd6, 0x0f, 0x0e, 0x7e, 0xb8, 0x6f, 0x6c, 0xf5, + 0x9a, 0x64, 0x64, 0x47, 0xc6, 0xce, 0xde, 0xe3, 0x9e, 0x86, 0xed, 0xfd, 0x8d, 0xcf, 0x87, 0x9b, + 0xa3, 0x1e, 0xe8, 0x0f, 0xa1, 0x95, 0xa3, 0x15, 0xce, 0x36, 0x86, 0xdb, 0xbd, 0x05, 0xdc, 0xf2, + 0xc5, 0xfa, 0xee, 0x73, 0xb4, 0xc9, 0x5d, 0x00, 0x6a, 0x8e, 0x77, 0xd7, 0xf7, 0x1e, 0xf7, 0xca, + 0xca, 0xa3, 0xfb, 0x01, 0x34, 0x9f, 0x3b, 0xf6, 0x86, 0xeb, 0x5b, 0xa7, 0xc8, 0x3e, 0x87, 0x66, + 0x24, 0x15, 0xbf, 0x51, 0x1b, 0xfd, 0x67, 0x12, 0xda, 0x48, 0xbd, 0xb5, 0x82, 0x90, 0x62, 0xde, + 0x74, 0x32, 0xa6, 0x8a, 0x59, 0x85, 0x0d, 0x97, 0x37, 0x9d, 0x3c, 0x77, 0xec, 0x48, 0x3f, 0x85, + 0xc6, 0x73, 0xc7, 0x7e, 0x66, 0x5a, 0xa7, 0xa4, 0xdc, 0x70, 0xe9, 0x71, 0xe4, 0x7c, 0x21, 0x95, + 0x81, 0xd3, 0x08, 0x73, 0xe0, 0x7c, 0x21, 0xc5, 0xfb, 0x50, 0x27, 0x20, 0x49, 0x39, 0x90, 0xa8, + 0x25, 0xc7, 0x31, 0x54, 0x1f, 0x15, 0xac, 0x5c, 0xd7, 0xb7, 0xc6, 0xa1, 0x3c, 0xea, 0xbf, 0xcd, + 0x2f, 0x40, 0x08, 0x43, 0x1e, 0xe9, 0xff, 0xbf, 0x94, 0xde, 0x9c, 0xea, 0x25, 0x4b, 0x50, 0x0d, + 0x4c, 0xeb, 0x54, 0xf9, 0x17, 0x2d, 0xb5, 0x20, 0x1e, 0xc6, 0xa0, 0x0e, 0xf1, 0x21, 0x34, 0x15, + 0x23, 0x25, 0xbb, 0xb6, 0x72, 0x1c, 0x67, 0xa4, 0x9d, 0xc5, 0x87, 0xaf, 0x14, 0x1f, 0x9e, 0xa2, + 0xd3, 0xc0, 0x75, 0x62, 0x16, 0x1b, 0x14, 0x4e, 0x82, 0xf4, 0x6f, 0x03, 0x64, 0x25, 0xaa, 0x39, + 0xee, 0xd6, 0x35, 0xa8, 0x99, 0xae, 0x63, 0x26, 0xd1, 0x2e, 0x03, 0xfa, 0x1e, 0xb4, 0x72, 0x85, + 0x2d, 0xa4, 0xad, 0xe9, 0xba, 0x68, 0x19, 0x59, 0xf6, 0x9b, 0x46, 0xc3, 0x74, 0xdd, 0x27, 0xf2, + 0x22, 0x42, 0x57, 0x97, 0x6b, 0x62, 0xe5, 0x99, 0x72, 0x0a, 0x4d, 0x35, 0xb8, 0x53, 0xff, 0x18, + 0xea, 0xdb, 0x49, 0x40, 0x90, 0x08, 0x43, 0xe9, 0x55, 0xc2, 0xa0, 0x7f, 0xa2, 0xce, 0x4c, 0x15, + 0x19, 0x71, 0x57, 0xd5, 0xde, 0x22, 0xae, 0xf4, 0x95, 0xb2, 0x7c, 0x09, 0x0f, 0x52, 0x65, 0x37, + 0x1a, 0xac, 0x6f, 0x41, 0xf3, 0xb5, 0xd5, 0x4c, 0x45, 0x80, 0x72, 0x46, 0x80, 0x39, 0xf5, 0x4d, + 0xfd, 0xa7, 0x00, 0x59, 0x8d, 0x4e, 0xc9, 0x26, 0xaf, 0x82, 0xb2, 0x79, 0x07, 0x9a, 0xd6, 0x89, + 0xe3, 0xda, 0xa1, 0xf4, 0x0a, 0xb7, 0xce, 0xaa, 0x7a, 0x69, 0xbf, 0x58, 0x86, 0x2a, 0x95, 0x1e, + 0x2b, 0x99, 0xe6, 0x4e, 0xeb, 0x8e, 0xd4, 0xa3, 0x9f, 0x43, 0x87, 0x63, 0x88, 0xaf, 0xe1, 0x81, + 0x15, 0x55, 0x67, 0xf9, 0x92, 0xea, 0xbc, 0x0e, 0x75, 0x32, 0xfc, 0xc9, 0x6d, 0x14, 0xf4, 0x0a, + 0x95, 0xfa, 0xff, 0xca, 0x00, 0xbc, 0xf5, 0x9e, 0x6f, 0xcb, 0x62, 0xb0, 0x5e, 0x9a, 0x0d, 0xd6, + 0x05, 0x54, 0xd3, 0xaa, 0xb2, 0x66, 0x50, 0x3b, 0x33, 0x86, 0x2a, 0x80, 0x67, 0x63, 0xf8, 0x0e, + 0x68, 0xe4, 0x88, 0x39, 0x5f, 0x50, 0xa9, 0x03, 0x37, 0xcc, 0x10, 0xf9, 0x1a, 0x6b, 0xad, 0x58, + 0x63, 0x4d, 0x0b, 0x51, 0x75, 0x5e, 0x8d, 0x0b, 0x51, 0x73, 0x6a, 0x6a, 0x9c, 0x41, 0x89, 0x64, + 0x18, 0x27, 0xe1, 0x3f, 0x43, 0x69, 0x24, 0xab, 0xa9, 0xb1, 0x26, 0xe7, 0x40, 0x3c, 0x7f, 0x6c, + 0xf9, 0xde, 0x91, 0xeb, 0x58, 0xb1, 0xaa, 0xa9, 0x82, 0xe7, 0x6f, 0x2a, 0x8c, 0xfe, 0x29, 0xb4, + 0x13, 0xfa, 0x53, 0xe9, 0xea, 0x4e, 0x1a, 0xe5, 0x95, 0xb2, 0xb7, 0xcd, 0xc8, 0xb4, 0x51, 0xee, + 0x97, 0x92, 0x38, 0x4f, 0xff, 0x8f, 0x4a, 0x32, 0x59, 0x55, 0x58, 0x5e, 0x4f, 0xc3, 0x62, 0xe0, + 0x5e, 0xfe, 0x5a, 0x81, 0xfb, 0x77, 0x41, 0xb3, 0x29, 0x16, 0x75, 0xce, 0x12, 0x23, 0x36, 0x98, + 0x8d, 0x3b, 0x55, 0xb4, 0xea, 0x9c, 0x49, 0x23, 0x1b, 0xfc, 0x86, 0x77, 0x48, 0xa9, 0x5d, 0x9b, + 0x47, 0xed, 0xfa, 0xef, 0x48, 0xed, 0xf7, 0xa0, 0xed, 0xf9, 0xde, 0xd8, 0x9b, 0xba, 0xae, 0x79, + 0xe8, 0x4a, 0x45, 0xee, 0x96, 0xe7, 0x7b, 0x7b, 0x0a, 0x85, 0xde, 0x71, 0x7e, 0x08, 0x0b, 0x75, + 0x8b, 0xc6, 0x5d, 0xc9, 0x8d, 0x23, 0xd1, 0x5f, 0x81, 0x9e, 0x7f, 0xf8, 0x53, 0x69, 0xc5, 0x44, + 0xb1, 0x31, 0x49, 0x33, 0xbb, 0xc6, 0x5d, 0xc6, 0x23, 0x89, 0xf6, 0x50, 0xae, 0x67, 0x9e, 0xb9, + 0x73, 0xe9, 0x99, 0x3f, 0x01, 0x2d, 0xa5, 0x52, 0x2e, 0xee, 0xd5, 0xa0, 0xb6, 0xb3, 0xb7, 0x35, + 0xfc, 0x51, 0xaf, 0x84, 0xe6, 0xd2, 0x18, 0xbe, 0x18, 0x1a, 0x07, 0xc3, 0x5e, 0x19, 0x4d, 0xd9, + 0xd6, 0x70, 0x77, 0x38, 0x1a, 0xf6, 0x2a, 0xec, 0x0a, 0x51, 0xa1, 0xc3, 0x75, 0x2c, 0x27, 0xd6, + 0x0f, 0x00, 0xb2, 0x60, 0x1e, 0xb5, 0x72, 0x76, 0x38, 0x95, 0x4d, 0x8c, 0x93, 0x63, 0xad, 0xa4, + 0x02, 0x59, 0x7e, 0x55, 0xca, 0x80, 0xfb, 0xf5, 0x35, 0xd0, 0x9e, 0x9a, 0xc1, 0x67, 0x5c, 0x12, + 0xbc, 0x0d, 0xdd, 0xc0, 0x0c, 0x63, 0x27, 0x89, 0x47, 0x58, 0x59, 0xb6, 0x8d, 0x4e, 0x8a, 0x45, + 0xdd, 0xab, 0xff, 0x59, 0x09, 0xae, 0x3d, 0xf5, 0xcf, 0x64, 0xea, 0xef, 0x3e, 0x33, 0x2f, 0x5c, + 0xdf, 0xb4, 0xdf, 0xc0, 0x86, 0x18, 0x50, 0xf9, 0x53, 0x2a, 0xd1, 0x25, 0x05, 0x4d, 0x43, 0x63, + 0xcc, 0x63, 0xf5, 0xc5, 0x85, 0x8c, 0x62, 0xea, 0x54, 0x86, 0x14, 0x61, 0xec, 0x7a, 0x0b, 0xea, + 0xf1, 0xb9, 0x97, 0x95, 0x57, 0x6b, 0x31, 0x65, 0xc1, 0xe7, 0xba, 0xbf, 0xb5, 0xf9, 0xee, 0xaf, + 0xbe, 0x09, 0xda, 0xe8, 0x9c, 0xf2, 0xc0, 0xd3, 0xa2, 0x03, 0x5a, 0x7a, 0x8d, 0x9b, 0x53, 0x9e, + 0x71, 0x73, 0xfe, 0xa5, 0x04, 0xad, 0x9c, 0x1f, 0x2f, 0xde, 0x83, 0x6a, 0x7c, 0xee, 0x15, 0xbf, + 0x62, 0x48, 0x36, 0x31, 0xa8, 0xeb, 0x52, 0xae, 0xb3, 0x7c, 0x29, 0xd7, 0x29, 0x76, 0xe1, 0x0a, + 0x6b, 0xde, 0xe4, 0x12, 0x49, 0x4a, 0xe8, 0xd6, 0x4c, 0xdc, 0xc0, 0xb9, 0xf2, 0xe4, 0x4a, 0x2a, + 0xcf, 0xd1, 0x3d, 0x2e, 0x20, 0x07, 0xeb, 0x70, 0x75, 0xce, 0xb0, 0x6f, 0x52, 0x35, 0xd1, 0x97, + 0xa0, 0x33, 0x3a, 0xf7, 0x46, 0xce, 0x44, 0x46, 0xb1, 0x39, 0x09, 0xc8, 0x4d, 0x54, 0x96, 0xb3, + 0x6a, 0x94, 0xe3, 0x48, 0xff, 0x00, 0xda, 0xcf, 0xa4, 0x0c, 0x0d, 0x19, 0x05, 0xbe, 0xc7, 0xce, + 0x91, 0xca, 0x51, 0xb3, 0x99, 0x56, 0x90, 0xfe, 0x7f, 0x41, 0x33, 0xcc, 0xa3, 0x78, 0xc3, 0x8c, + 0xad, 0x93, 0x6f, 0x92, 0xf4, 0xf8, 0x00, 0x1a, 0x01, 0xf3, 0x94, 0x8a, 0xee, 0xda, 0x64, 0xae, + 0x15, 0x9f, 0x19, 0x49, 0xa7, 0xfe, 0x7f, 0xe0, 0xea, 0xc1, 0xf4, 0x30, 0xb2, 0x42, 0x87, 0x02, + 0xe5, 0xc4, 0x94, 0x0d, 0xa0, 0x19, 0x84, 0xf2, 0xc8, 0x39, 0x97, 0x09, 0x07, 0xa7, 0xb0, 0xb8, + 0x03, 0x8d, 0x09, 0x1e, 0x47, 0x66, 0xb2, 0x91, 0x85, 0x84, 0x4f, 0xb1, 0xc7, 0x48, 0x06, 0xe8, + 0xdf, 0x83, 0x6b, 0xc5, 0xe5, 0xd5, 0x75, 0x6f, 0x41, 0xe5, 0xf4, 0x2c, 0x52, 0xb7, 0x58, 0x2c, + 0x84, 0x94, 0xf4, 0xa1, 0x01, 0xf6, 0xea, 0x7f, 0x5c, 0x82, 0xca, 0xde, 0x74, 0x92, 0xff, 0x5a, + 0xaa, 0xca, 0x5f, 0x4b, 0xdd, 0xc8, 0xa7, 0x8b, 0x39, 0x44, 0xc9, 0xd2, 0xc2, 0xef, 0x80, 0x76, + 0xe4, 0x87, 0x3f, 0x37, 0x43, 0x5b, 0xda, 0xca, 0xc0, 0x65, 0x08, 0x71, 0x5b, 0x99, 0x43, 0x0e, + 0x11, 0x16, 0x91, 0x80, 0x7b, 0xd3, 0xc9, 0xaa, 0x2b, 0xcd, 0x88, 0xf4, 0x36, 0x5b, 0x48, 0xfd, + 0x2e, 0x68, 0x29, 0x0a, 0x75, 0xcd, 0xde, 0xc1, 0x78, 0x67, 0x8b, 0xd3, 0x6d, 0xe8, 0x4c, 0x97, + 0x50, 0xcf, 0x8c, 0x7e, 0xb4, 0x37, 0x1e, 0x1d, 0xf4, 0xca, 0xfa, 0x4f, 0xa0, 0x95, 0xb0, 0xe2, + 0x8e, 0x4d, 0xb5, 0x25, 0x92, 0x85, 0x1d, 0xbb, 0x20, 0x1a, 0x3b, 0x14, 0xed, 0x48, 0xcf, 0xde, + 0x49, 0x78, 0x98, 0x81, 0xe2, 0x6d, 0x54, 0xa1, 0x2a, 0xb9, 0x8d, 0x3e, 0x84, 0x45, 0x83, 0x72, + 0xe4, 0x68, 0xc3, 0x92, 0xe7, 0xb9, 0x0e, 0x75, 0xcf, 0xb7, 0x65, 0xba, 0x81, 0x82, 0x70, 0x67, + 0xe5, 0x71, 0x28, 0xed, 0x90, 0x80, 0xba, 0x84, 0x45, 0x54, 0x38, 0xaa, 0x86, 0xaa, 0x96, 0x29, + 0xe4, 0x6f, 0x4b, 0x33, 0xf9, 0x5b, 0xdc, 0x44, 0x15, 0x61, 0xd9, 0x75, 0x48, 0x0a, 0xaf, 0x03, + 0x68, 0xda, 0x51, 0x4c, 0x12, 0xa2, 0xd4, 0x4c, 0x0a, 0xeb, 0xf7, 0xe1, 0xea, 0x7a, 0x10, 0xb8, + 0x17, 0x49, 0x61, 0x4b, 0x6d, 0xd4, 0xcf, 0xaa, 0x5f, 0x25, 0x15, 0x62, 0x31, 0xa8, 0x6f, 0x43, + 0x3b, 0x09, 0xd6, 0x9f, 0xca, 0xd8, 0x24, 0xe5, 0xe1, 0x3a, 0x85, 0x68, 0xb5, 0xc9, 0x88, 0x51, + 0x31, 0x4b, 0x3c, 0x73, 0xbf, 0x55, 0xa8, 0x2b, 0xcd, 0x24, 0xa0, 0x6a, 0xf9, 0x36, 0x6f, 0x54, + 0x33, 0xa8, 0x8d, 0x1c, 0x34, 0x89, 0x8e, 0x13, 0xe7, 0x71, 0x12, 0x1d, 0xeb, 0x7f, 0x5f, 0x86, + 0xce, 0x06, 0xa5, 0x46, 0x92, 0x33, 0xe6, 0x12, 0x82, 0xa5, 0x42, 0x42, 0x30, 0x9f, 0xfc, 0x2b, + 0x17, 0x92, 0x7f, 0x85, 0x03, 0x55, 0x8a, 0x1e, 0xdf, 0xdb, 0xd0, 0x98, 0x7a, 0xce, 0x79, 0xa2, + 0x72, 0x35, 0xa3, 0x8e, 0xe0, 0x28, 0x12, 0xcb, 0xd0, 0x42, 0xad, 0xec, 0x78, 0x9c, 0x70, 0xe3, + 0xac, 0x59, 0x1e, 0x35, 0x93, 0x56, 0xab, 0xbf, 0x3e, 0xad, 0xd6, 0x78, 0x63, 0x5a, 0xad, 0xf9, + 0xa6, 0xb4, 0x9a, 0x36, 0x9b, 0x56, 0x2b, 0x7a, 0xab, 0x70, 0xc9, 0x5b, 0x7d, 0x17, 0x80, 0xbf, + 0x14, 0x39, 0x9a, 0xba, 0xae, 0x72, 0x01, 0x34, 0xc2, 0x6c, 0x4f, 0x5d, 0x57, 0xdf, 0x85, 0x6e, + 0x42, 0x5a, 0x25, 0xee, 0x9f, 0xc2, 0x15, 0x95, 0x30, 0x97, 0xa1, 0xca, 0x39, 0xb1, 0xc2, 0x27, + 0xf9, 0xe3, 0x9c, 0xb6, 0xea, 0x31, 0xba, 0x76, 0x1e, 0x8c, 0xf4, 0x5f, 0x97, 0xa0, 0x53, 0x18, + 0x21, 0x1e, 0x66, 0xe9, 0xf7, 0x12, 0x49, 0x71, 0xff, 0xd2, 0x2a, 0xaf, 0x4f, 0xc1, 0x97, 0x67, + 0x52, 0xf0, 0xfa, 0xbd, 0x34, 0xb1, 0xae, 0xd2, 0xe9, 0x0b, 0x69, 0x3a, 0x9d, 0x32, 0xd0, 0xeb, + 0xa3, 0x91, 0xd1, 0x2b, 0x8b, 0x3a, 0x94, 0xf7, 0x0e, 0x7a, 0x15, 0xfd, 0xcf, 0xcb, 0xd0, 0x19, + 0x9e, 0x07, 0xf4, 0xd5, 0xd4, 0x1b, 0x5d, 0xff, 0x1c, 0x5f, 0x95, 0x0b, 0x7c, 0x95, 0xe3, 0x90, + 0x8a, 0xaa, 0x27, 0x32, 0x87, 0x60, 0x30, 0xc0, 0x49, 0x3e, 0xc5, 0x39, 0x0c, 0xfd, 0x4f, 0xe0, + 0x9c, 0x82, 0x46, 0x81, 0xd9, 0x8a, 0xd0, 0x2e, 0x74, 0x13, 0xb2, 0x29, 0xc6, 0xf8, 0x5a, 0xc2, + 0xca, 0xdf, 0x43, 0xba, 0x69, 0xce, 0x89, 0x01, 0xfd, 0x4f, 0xca, 0xa0, 0x31, 0x9f, 0xe1, 0xe1, + 0x3f, 0x52, 0x7a, 0xbd, 0x94, 0x15, 0x1f, 0xd2, 0xce, 0xd5, 0x27, 0xf2, 0x22, 0xd3, 0xed, 0x73, + 0x0b, 0x76, 0x2a, 0x33, 0xc5, 0xc1, 0x39, 0x65, 0xa6, 0x6e, 0x80, 0xc6, 0x1e, 0xce, 0x54, 0x65, + 0xbe, 0xab, 0x06, 0xbb, 0x3c, 0xcf, 0x1d, 0x2a, 0xbd, 0xc5, 0x32, 0x9c, 0xa8, 0x37, 0xa0, 0x76, + 0x31, 0x0c, 0xea, 0x24, 0x8e, 0x79, 0x81, 0x22, 0x8d, 0x59, 0x8a, 0x9c, 0x40, 0x43, 0x9d, 0x0d, + 0xbd, 0xd8, 0xe7, 0x7b, 0x4f, 0xf6, 0xf6, 0x7f, 0xb8, 0x57, 0xe0, 0xbe, 0xd4, 0xcf, 0x2d, 0xe7, + 0xfd, 0xdc, 0x0a, 0xe2, 0x37, 0xf7, 0x9f, 0xef, 0x8d, 0x7a, 0x55, 0xd1, 0x01, 0x8d, 0x9a, 0x63, + 0x63, 0xf8, 0xa2, 0x57, 0xa3, 0xc4, 0xce, 0xe6, 0x67, 0xc3, 0xa7, 0xeb, 0xbd, 0x7a, 0x5a, 0x0a, + 0x6a, 0xe8, 0x7f, 0x54, 0x82, 0x45, 0x26, 0x48, 0x3e, 0xc7, 0x91, 0xff, 0x52, 0xb9, 0xca, 0x5f, + 0x2a, 0xff, 0xf7, 0xa6, 0x35, 0x70, 0xd2, 0xd4, 0x49, 0x8a, 0xaf, 0x9c, 0x6f, 0x6b, 0x4e, 0x1d, + 0x55, 0x73, 0xfd, 0xeb, 0x12, 0x0c, 0xd8, 0xbd, 0x7e, 0x1c, 0x9a, 0xc1, 0xc9, 0x0f, 0x76, 0x2f, + 0x05, 0xd8, 0xaf, 0x72, 0x3a, 0x6f, 0x43, 0x97, 0xbe, 0xe5, 0xfe, 0x99, 0x3b, 0x56, 0x41, 0x20, + 0xbf, 0x6e, 0x47, 0x61, 0x79, 0x21, 0xf1, 0x08, 0xda, 0xfc, 0xcd, 0x37, 0x25, 0xa0, 0x0b, 0x85, + 0xc3, 0x82, 0x73, 0xdf, 0xe2, 0x51, 0x5c, 0xe6, 0x7c, 0x98, 0x4e, 0xca, 0x62, 0xf1, 0xcb, 0xb5, + 0x41, 0x35, 0x65, 0x44, 0x11, 0xfa, 0x7d, 0xb8, 0x31, 0xf7, 0x1e, 0x8a, 0xed, 0x73, 0x79, 0x50, + 0xe6, 0x36, 0xfd, 0x1f, 0x4a, 0xd0, 0xdc, 0x98, 0xba, 0xa7, 0x64, 0x04, 0xdf, 0x05, 0x90, 0xf6, + 0xb1, 0x54, 0x1f, 0x4f, 0x97, 0x48, 0x39, 0x68, 0x88, 0xe1, 0xcf, 0xa7, 0x3f, 0x05, 0xe0, 0x3b, + 0x8e, 0x27, 0x66, 0xa0, 0x9e, 0x88, 0x0a, 0x79, 0xc9, 0x02, 0xea, 0x2e, 0x4f, 0xcd, 0x40, 0x15, + 0xf2, 0xa2, 0x04, 0xce, 0x0a, 0x9c, 0x95, 0xd7, 0x14, 0x38, 0x07, 0x7b, 0xd0, 0x2d, 0x2e, 0x31, + 0x27, 0xff, 0xf4, 0x41, 0xf1, 0x23, 0x92, 0xcb, 0x34, 0xcc, 0xb9, 0xc3, 0x9f, 0xc3, 0x95, 0x99, + 0x5c, 0xf6, 0xeb, 0x34, 0x66, 0x41, 0x64, 0xca, 0xb3, 0x22, 0xf3, 0x31, 0x2c, 0x8e, 0xcc, 0xe8, + 0x54, 0x85, 0x08, 0x99, 0xf1, 0x8e, 0xcd, 0xe8, 0x74, 0x9c, 0x12, 0xb5, 0x8e, 0xe0, 0x8e, 0xad, + 0x3f, 0x04, 0x91, 0x1f, 0xad, 0xe8, 0x8f, 0xa1, 0x1f, 0x0e, 0x9f, 0xc8, 0xd8, 0x4c, 0xbc, 0x0c, + 0x44, 0x20, 0xf1, 0xd6, 0xfe, 0xaa, 0x04, 0x55, 0xf4, 0xa9, 0xc5, 0x3d, 0xd0, 0x3e, 0x93, 0x66, + 0x18, 0x1f, 0x4a, 0x33, 0x16, 0x05, 0xff, 0x79, 0x40, 0x74, 0xcb, 0x3e, 0x4c, 0xd1, 0x17, 0x1e, + 0x94, 0xc4, 0x2a, 0x7f, 0x10, 0x9b, 0x7c, 0xe8, 0xdb, 0x49, 0x7c, 0x73, 0xf2, 0xdd, 0x07, 0x85, + 0xf9, 0xfa, 0xc2, 0x0a, 0x8d, 0xff, 0xdc, 0x77, 0xbc, 0x4d, 0xfe, 0x0c, 0x53, 0xcc, 0xfa, 0xf2, + 0xb3, 0x33, 0xc4, 0x3d, 0xa8, 0xef, 0x44, 0x18, 0x34, 0x5c, 0x1e, 0x4a, 0xc4, 0xcf, 0xc7, 0x13, + 0xfa, 0xc2, 0xda, 0x2f, 0x6a, 0x50, 0xfd, 0x89, 0x0c, 0x7d, 0xf1, 0x31, 0x34, 0xd4, 0x67, 0x3c, + 0x22, 0xf7, 0xb9, 0xce, 0x80, 0xf2, 0x17, 0x33, 0xdf, 0xf7, 0xd0, 0x2e, 0x3d, 0x7e, 0xbf, 0xac, + 0x82, 0x23, 0xb2, 0xaf, 0x8c, 0x2e, 0x1d, 0xea, 0x13, 0xe8, 0x1d, 0xc4, 0xa1, 0x34, 0x27, 0xb9, + 0xe1, 0x45, 0x52, 0xcd, 0x2b, 0x07, 0x11, 0xbd, 0xee, 0x42, 0x9d, 0x23, 0xb3, 0x99, 0x09, 0xb3, + 0xb5, 0x1e, 0x1a, 0xfc, 0x21, 0xb4, 0x0e, 0x4e, 0xfc, 0xa9, 0x6b, 0x1f, 0xc8, 0xf0, 0x4c, 0x8a, + 0xdc, 0x07, 0x81, 0x83, 0x5c, 0x5b, 0x5f, 0x10, 0x1f, 0x82, 0xc6, 0xbe, 0x38, 0x7a, 0xe2, 0x0d, + 0xe5, 0xde, 0xf3, 0x9a, 0x39, 0x1f, 0x5d, 0x5f, 0x10, 0x2b, 0x00, 0xb9, 0xf8, 0xec, 0x75, 0x23, + 0x1f, 0x41, 0x67, 0x93, 0xd4, 0xda, 0x7e, 0xb8, 0x7e, 0xe8, 0x87, 0xb1, 0x98, 0xfd, 0x02, 0x70, + 0x30, 0x8b, 0xd0, 0x17, 0xc4, 0x03, 0x68, 0x8e, 0xc2, 0x0b, 0x1e, 0xbf, 0xa8, 0xc2, 0xda, 0x6c, + 0xbf, 0x39, 0x97, 0x14, 0xdf, 0x4e, 0x85, 0x24, 0x75, 0xc1, 0xe7, 0x55, 0x81, 0xf8, 0xbe, 0xcc, + 0xd0, 0xfa, 0x82, 0x78, 0x08, 0x90, 0xc5, 0x07, 0xe2, 0x2d, 0xae, 0x48, 0xcd, 0xc4, 0x0b, 0x97, + 0xa7, 0x64, 0xb1, 0x00, 0x4f, 0xb9, 0x14, 0x1b, 0xcc, 0x4c, 0xf9, 0x0e, 0xb4, 0xf3, 0x7e, 0xbd, + 0xa0, 0xd2, 0xca, 0x1c, 0x4f, 0xbf, 0x38, 0x6d, 0xed, 0xdf, 0x6a, 0x50, 0xff, 0xa1, 0x1f, 0x9e, + 0xca, 0x50, 0xdc, 0x81, 0x3a, 0xd5, 0x16, 0x95, 0x60, 0xa4, 0x75, 0xc6, 0x79, 0xb4, 0x7b, 0x1f, + 0x34, 0x7a, 0x66, 0x94, 0x5c, 0x66, 0x3e, 0xfa, 0x67, 0x0a, 0x2f, 0xce, 0xd9, 0x3e, 0xe2, 0xd4, + 0x2e, 0xb3, 0x5e, 0x5a, 0x7b, 0x2f, 0xd4, 0xfe, 0x06, 0xf4, 0xa4, 0x4f, 0x5e, 0x1c, 0xa0, 0xb0, + 0x3d, 0x28, 0xa1, 0x83, 0x70, 0xc0, 0x8f, 0x87, 0x83, 0xb2, 0x2f, 0xf2, 0x59, 0x96, 0xb3, 0x4f, + 0xe0, 0xf5, 0x05, 0x71, 0x1f, 0xea, 0xca, 0x5e, 0x2c, 0x66, 0x5a, 0x2d, 0xb9, 0x61, 0x2f, 0x8f, + 0x52, 0x13, 0x1e, 0x42, 0x9d, 0x6d, 0x2b, 0x4f, 0x28, 0x04, 0x16, 0x03, 0x91, 0x47, 0x25, 0xe2, + 0x29, 0xee, 0x42, 0x43, 0x55, 0x0e, 0xc5, 0x9c, 0x32, 0xe2, 0xa5, 0x17, 0xab, 0xb3, 0xe3, 0xc4, + 0xeb, 0x17, 0x7c, 0x4f, 0x5e, 0xbf, 0xe8, 0x57, 0xb1, 0x1c, 0x1b, 0xd2, 0x92, 0x4e, 0x2e, 0xc9, + 0x24, 0x12, 0x8a, 0xcc, 0x51, 0x46, 0x9f, 0x40, 0xa7, 0x90, 0x90, 0x12, 0xfd, 0x84, 0x2d, 0x66, + 0x73, 0x54, 0x97, 0x54, 0xc0, 0xf7, 0x40, 0x53, 0x31, 0xfe, 0xa1, 0x62, 0x8c, 0x39, 0x19, 0x85, + 0xc1, 0xe5, 0x20, 0x9f, 0xe4, 0xfa, 0x47, 0x70, 0x75, 0x8e, 0xa1, 0x14, 0xf4, 0xe5, 0xe7, 0xab, + 0x3d, 0x81, 0xc1, 0xd2, 0x2b, 0xfb, 0x53, 0x02, 0xfc, 0x6e, 0xe2, 0xf4, 0x7d, 0x80, 0xcc, 0x5e, + 0xb0, 0x6c, 0x5c, 0xb2, 0x36, 0x83, 0xeb, 0xb3, 0xe8, 0x64, 0xd3, 0x8d, 0xfe, 0xdf, 0x7c, 0x75, + 0xb3, 0xf4, 0x9b, 0xaf, 0x6e, 0x96, 0xfe, 0xf9, 0xab, 0x9b, 0xa5, 0x5f, 0xff, 0xf6, 0xe6, 0xc2, + 0x6f, 0x7e, 0x7b, 0x73, 0xe1, 0xef, 0x7e, 0x7b, 0x73, 0xe1, 0xb0, 0x4e, 0x7f, 0x11, 0x7b, 0xf4, + 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x24, 0xb6, 0xe2, 0x6f, 0x98, 0x36, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -9208,6 +9217,13 @@ func (m *Proposal) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.StartTs != 0 { + i = encodeVarintPb(dAtA, i, uint64(m.StartTs)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x80 + } if m.DeleteNs != nil { { size, err := m.DeleteNs.MarshalToSizedBuffer(dAtA[:i]) @@ -12521,6 +12537,9 @@ func (m *Proposal) Size() (n int) { l = m.DeleteNs.Size() n += 1 + l + sovPb(uint64(l)) } + if m.StartTs != 0 { + n += 2 + sovPb(uint64(m.StartTs)) + } return n } @@ -19593,6 +19612,25 @@ func (m *Proposal) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 16: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field StartTs", wireType) + } + m.StartTs = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowPb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.StartTs |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipPb(dAtA[iNdEx:]) diff --git a/schema/schema.go b/schema/schema.go index c7120325e4c..ce67e9c548c 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -21,6 +21,7 @@ import ( "context" "encoding/hex" "fmt" + "math" "sync" "github.com/golang/glog" @@ -96,17 +97,17 @@ func (s *state) DeleteAll() { } // Delete updates the schema in memory and disk -func (s *state) Delete(attr string) error { +func (s *state) Delete(attr string, ts uint64) error { s.Lock() defer s.Unlock() glog.Infof("Deleting schema for predicate: [%s]", attr) - txn := pstore.NewTransactionAt(1, true) + txn := pstore.NewTransactionAt(ts, true) if err := txn.Delete(x.SchemaKey(attr)); err != nil { return err } // Delete is called rarely so sync write should be fine. - if err := txn.CommitAt(1, nil); err != nil { + if err := txn.CommitAt(ts, nil); err != nil { return err } @@ -116,7 +117,7 @@ func (s *state) Delete(attr string) error { } // DeleteType updates the schema in memory and disk -func (s *state) DeleteType(typeName string) error { +func (s *state) DeleteType(typeName string, ts uint64) error { if s == nil { return nil } @@ -125,12 +126,12 @@ func (s *state) DeleteType(typeName string) error { defer s.Unlock() glog.Infof("Deleting type definition for type: [%s]", typeName) - txn := pstore.NewTransactionAt(1, true) + txn := pstore.NewTransactionAt(ts, true) if err := txn.Delete(x.TypeKey(typeName)); err != nil { return err } // Delete is called rarely so sync write should be fine. - if err := txn.CommitAt(1, nil); err != nil { + if err := txn.CommitAt(ts, nil); err != nil { return err } @@ -466,14 +467,14 @@ func Init(ps *badger.DB) { reset() } -// Load reads the schema for the given predicate from the DB. +// Load reads the latest schema for the given predicate from the DB. func Load(predicate string) error { if len(predicate) == 0 { return errors.Errorf("Empty predicate") } delete(State().mutSchema, predicate) key := x.SchemaKey(predicate) - txn := pstore.NewTransactionAt(1, false) + txn := pstore.NewTransactionAt(math.MaxUint64, false) defer txn.Discard() item, err := txn.Get(key) if err == badger.ErrKeyNotFound || err == badger.ErrBannedKey { @@ -507,7 +508,7 @@ func LoadFromDb() error { // LoadSchemaFromDb iterates through the DB and loads all the stored schema updates. func LoadSchemaFromDb() error { prefix := x.SchemaPrefix() - txn := pstore.NewTransactionAt(1, false) + txn := pstore.NewTransactionAt(math.MaxUint64, false) defer txn.Discard() itr := txn.NewIterator(badger.DefaultIteratorOptions) // Need values, reversed=false. defer itr.Close() @@ -543,7 +544,7 @@ func LoadSchemaFromDb() error { // LoadTypesFromDb iterates through the DB and loads all the stored type updates. func LoadTypesFromDb() error { prefix := x.TypePrefix() - txn := pstore.NewTransactionAt(1, false) + txn := pstore.NewTransactionAt(math.MaxUint64, false) defer txn.Discard() itr := txn.NewIterator(badger.DefaultIteratorOptions) // Need values, reversed=false. defer itr.Close() diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go index 19e419d6eef..990c46c8455 100644 --- a/systest/backup/encryption/backup_test.go +++ b/systest/backup/encryption/backup_test.go @@ -104,13 +104,13 @@ func TestBackupMinioE(t *testing.T) { t.Log("Pausing to let zero move tablet...") moveOk := false for retry := 5; retry > 0; retry-- { - time.Sleep(3 * time.Second) state, err := testutil.GetStateHttps(testutil.GetAlphaClientConfig(t)) require.NoError(t, err) if _, ok := state.Groups["1"].Tablets[tabletName]; ok { moveOk = true break } + time.Sleep(1 * time.Second) } require.True(t, moveOk) diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go index aafad1d5f67..d7e7d0774e6 100644 --- a/systest/backup/filesystem/backup_test.go +++ b/systest/backup/filesystem/backup_test.go @@ -209,13 +209,13 @@ func TestBackupFilesystem(t *testing.T) { t.Log("Pausing to let zero move tablet...") moveOk := false for retry := 5; retry > 0; retry-- { - time.Sleep(3 * time.Second) state, err := testutil.GetStateHttps(testutil.GetAlphaClientConfig(t)) require.NoError(t, err) if _, ok := state.Groups["1"].Tablets[x.NamespaceAttr(x.GalaxyNamespace, "movie")]; ok { moveOk = true break } + time.Sleep(1 * time.Second) } require.True(t, moveOk) diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go index a5ca7c3020e..58332be5f2f 100644 --- a/systest/backup/minio-large/backup_test.go +++ b/systest/backup/minio-large/backup_test.go @@ -110,7 +110,6 @@ func setupTablets(t *testing.T, dg *dgo.Dgraph) { t.Log("Pausing to let zero move tablets...") moveOk := false for retry := 5; retry > 0; retry-- { - time.Sleep(3 * time.Second) state, err := testutil.GetStateHttps(testutil.GetAlphaClientConfig(t)) require.NoError(t, err) _, ok1 := state.Groups["1"].Tablets[x.GalaxyAttr("name1")] @@ -120,6 +119,7 @@ func setupTablets(t *testing.T, dg *dgo.Dgraph) { moveOk = true break } + time.Sleep(1 * time.Second) } require.True(t, moveOk) } diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go index a0e675ab15c..98224d932eb 100644 --- a/systest/backup/minio/backup_test.go +++ b/systest/backup/minio/backup_test.go @@ -99,13 +99,13 @@ func TestBackupMinio(t *testing.T) { t.Log("Pausing to let zero move tablet...") moveOk := false for retry := 5; retry > 0; retry-- { - time.Sleep(3 * time.Second) state, err := testutil.GetStateHttps(testutil.GetAlphaClientConfig(t)) require.NoError(t, err) if _, ok := state.Groups["1"].Tablets[x.NamespaceAttr(x.GalaxyNamespace, "movie")]; ok { moveOk = true break } + time.Sleep(1 * time.Second) } require.True(t, moveOk) diff --git a/testutil/backup.go b/testutil/backup.go index a98b348c878..8e637a4ecff 100644 --- a/testutil/backup.go +++ b/testutil/backup.go @@ -20,6 +20,7 @@ import ( "context" "fmt" "io/ioutil" + "math" "net/http" "strings" "testing" @@ -178,8 +179,7 @@ func readSchema(pdir string, dType dataType) ([]string, error) { defer db.Close() values := make([]string, 0) - // Predicates and types in the schema are written with timestamp 1. - txn := db.NewTransactionAt(1, false) + txn := db.NewTransactionAt(math.MaxUint64, false) defer txn.Discard() itr := txn.NewIterator(badger.DefaultIteratorOptions) defer itr.Close() diff --git a/worker/backup_ee.go b/worker/backup_ee.go index 86be87abf39..e9aee814c81 100644 --- a/worker/backup_ee.go +++ b/worker/backup_ee.go @@ -52,7 +52,7 @@ func backupCurrentGroup(ctx context.Context, req *pb.BackupRequest) (*pb.BackupR return nil, err } - closer, err := g.Node.startTask(opBackup) + closer, err := g.Node.startTaskAtTs(opBackup, req.ReadTs) if err != nil { return nil, errors.Wrapf(err, "cannot start backup operation") } diff --git a/worker/backup_processor.go b/worker/backup_processor.go index 1f6c9e8c361..2e0cc34da1b 100644 --- a/worker/backup_processor.go +++ b/worker/backup_processor.go @@ -236,8 +236,7 @@ func (pr *BackupProcessor) WriteBackup(ctx context.Context) (*pb.BackupResponse, } defer tl.alloc.Release() - // Schema and types are written at Ts=1. - txn := pr.DB.NewTransactionAt(1, false) + txn := pr.DB.NewTransactionAt(pr.Request.ReadTs, false) defer txn.Discard() // We don't need to iterate over all versions. iopts := badger.DefaultIteratorOptions diff --git a/worker/draft.go b/worker/draft.go index a851e2ddb2d..cadf9d70677 100644 --- a/worker/draft.go +++ b/worker/draft.go @@ -51,6 +51,11 @@ import ( "github.com/dgraph-io/ristretto/z" ) +type operation struct { + *z.Closer + ts uint64 +} + type node struct { // This needs to be 64 bit aligned for atomics to work on 32 bit machine. pendingSize int64 @@ -68,7 +73,7 @@ type node struct { streaming int32 // Used to avoid calculating snapshot // Used to track the ops going on in the system. - ops map[op]*z.Closer + ops map[op]operation opsLock sync.Mutex cdcTracker *CDC canCampaign bool @@ -107,13 +112,20 @@ const ( opPredMove ) -// startTask is used to check whether an op is already running. If a rollup is running, +// startTask is used for the tasks that do not require tracking of timestamp. +// Currently, only the timestamps for backup and indexing needs to be tracked because they can +// run concurrently. +func (n *node) startTask(id op) (*z.Closer, error) { + return n.startTaskAtTs(id, 0) +} + +// startTaskAtTs is used to check whether an op is already running. If a rollup is running, // it is canceled and startTask will wait until it completes before returning. // If the same task is already running, this method returns an errror. // Restore operations have preference and cancel all other operations, not just rollups. // You should only call Done() on the returned closer. Calling other functions (such as // SignalAndWait) for closer could result in panics. For more details, see GitHub issue #5034. -func (n *node) startTask(id op) (*z.Closer, error) { +func (n *node) startTaskAtTs(id op, ts uint64) (*z.Closer, error) { n.opsLock.Lock() defer n.opsLock.Unlock() @@ -142,31 +154,50 @@ func (n *node) startTask(id op) (*z.Closer, error) { case opRestore: // Restores cancel all other operations, except for other restores since // only one restore operation should be active any given moment. - for otherId, otherCloser := range n.ops { + for otherId, otherOp := range n.ops { if otherId == opRestore { return nil, errors.Errorf("another restore operation is already running") } // Remove from map and signal the closer to cancel the operation. delete(n.ops, otherId) - otherCloser.SignalAndWait() + otherOp.SignalAndWait() } case opBackup: // Backup cancels all other operations, except for other backups since - // only one restore operation should be active any given moment. - for otherId, otherCloser := range n.ops { + // only one backup operation should be active any given moment. Also, indexing at higher + // timestamp can also run concurrently with backup. + for otherId, otherOp := range n.ops { if otherId == opBackup { return nil, errors.Errorf("another backup operation is already running") } // Remove from map and signal the closer to cancel the operation. delete(n.ops, otherId) - otherCloser.SignalAndWait() + otherOp.SignalAndWait() } - case opSnapshot, opIndexing, opPredMove: - for otherId, otherCloser := range n.ops { + case opIndexing: + for otherId, otherOp := range n.ops { + switch otherId { + case opBackup: + if otherOp.ts < ts { + // If backup is running at higher timestamp, then indexing can't be executed. + continue + } else { + return nil, errors.Errorf("operation %s is already running", otherId) + } + case opRollup: + // Remove from map and signal the closer to cancel the operation. + delete(n.ops, otherId) + otherOp.SignalAndWait() + default: + return nil, errors.Errorf("operation %s is already running", otherId) + } + } + case opSnapshot, opPredMove: + for otherId, otherOp := range n.ops { if otherId == opRollup { // Remove from map and signal the closer to cancel the operation. delete(n.ops, otherId) - otherCloser.SignalAndWait() + otherOp.SignalAndWait() } else { return nil, errors.Errorf("operation %s is already running", otherId) } @@ -176,7 +207,7 @@ func (n *node) startTask(id op) (*z.Closer, error) { return nil, nil } - n.ops[id] = closer + n.ops[id] = operation{Closer: closer, ts: ts} glog.Infof("Operation started with id: %s", id) go func(id op, closer *z.Closer) { closer.Wait() @@ -258,7 +289,7 @@ func newNode(store *raftwal.DiskStorage, gid uint32, id uint64, myAddr string) * applyCh: make(chan []raftpb.Entry, 1000), elog: trace.NewEventLog("Dgraph", "ApplyCh"), closer: z.NewCloser(4), // Matches CLOSER:1 - ops: make(map[op]*z.Closer), + ops: make(map[op]operation), cdcTracker: newCDC(), } if x.WorkerConfig.LudicrousEnabled { @@ -344,17 +375,20 @@ func (n *node) applyMutations(ctx context.Context, proposal *pb.Proposal) (rerr // Clear entire cache. posting.ResetCache() + // It should be okay to set the schema at timestamp 1 after drop all operation. if groups().groupId() == 1 { initialSchema := schema.InitialSchema(x.GalaxyNamespace) for _, s := range initialSchema { - applySchema(s) + if err := applySchema(s, 1); err != nil { + return err + } } } // Propose initial types as well after a drop all as they would have been cleared. initialTypes := schema.InitialTypes(x.GalaxyNamespace) for _, t := range initialTypes { - if err := updateType(t.GetTypeName(), *t); err != nil { + if err := updateType(t.GetTypeName(), *t, 1); err != nil { return err } } @@ -363,7 +397,7 @@ func (n *node) applyMutations(ctx context.Context, proposal *pb.Proposal) (rerr } if proposal.Mutations.DropOp == pb.Mutations_TYPE { - return schema.State().DeleteType(proposal.Mutations.DropValue) + return schema.State().DeleteType(proposal.Mutations.DropValue, proposal.StartTs) } if proposal.Mutations.StartTs == 0 { @@ -405,7 +439,7 @@ func (n *node) applyMutations(ctx context.Context, proposal *pb.Proposal) (rerr } for _, tupdate := range proposal.Mutations.Types { - if err := runTypeMutation(ctx, tupdate); err != nil { + if err := runTypeMutation(ctx, tupdate, startTs); err != nil { return err } } @@ -430,7 +464,7 @@ func (n *node) applyMutations(ctx context.Context, proposal *pb.Proposal) (rerr return err } span.Annotatef(nil, "Deleting predicate: %s", edge.Attr) - return posting.DeletePredicate(ctx, edge.Attr) + return posting.DeletePredicate(ctx, edge.Attr, proposal.StartTs) } // Don't derive schema when doing deletion. if edge.Op == pb.DirectedEdge_DEL { @@ -460,7 +494,7 @@ func (n *node) applyMutations(ctx context.Context, proposal *pb.Proposal) (rerr if mutHint, ok := proposal.GetMutations().GetMetadata().GetPredHints()[attr]; ok { hint = mutHint } - if err := createSchema(attr, storageType, hint); err != nil { + if err = createSchema(attr, storageType, hint, proposal.StartTs); err != nil { return err } } @@ -586,7 +620,7 @@ func (n *node) applyCommitted(proposal *pb.Proposal, key uint64) error { proposal.CleanPredicate, proposal.ExpectedChecksum) return nil } - return posting.DeletePredicate(ctx, proposal.CleanPredicate) + return posting.DeletePredicate(ctx, proposal.CleanPredicate, proposal.StartTs) case proposal.Delta != nil: n.elog.Printf("Applying Oracle Delta for key: %d", key) @@ -676,6 +710,24 @@ func (n *node) processTabletSizes() { } } +func updateStartTs(p *pb.Proposal) { + switch { + case p.Mutations != nil: + p.StartTs = p.Mutations.StartTs + case p.Snapshot != nil: + p.StartTs = p.Snapshot.ReadTs + case p.Delta != nil: + p.StartTs = 0 // Run this asap. + case len(p.CleanPredicate) > 0 && p.StartTs == 0: + // proposal.StartTs did not exist earlier. So, it would be zero when reading an old + // proposal. This startTs is used for writing the schema. + // Hence, use the ts=1 for such proposals. + p.StartTs = 1 + default: + // For now, not covering everything. + } +} + func (n *node) processApplyCh() { defer n.closer.Done() // CLOSER:1 @@ -701,6 +753,7 @@ func (n *node) processApplyCh() { key := binary.BigEndian.Uint64(entry.Data[:8]) x.Check(proposal.Unmarshal(entry.Data[8:])) proposal.Index = entry.Index + updateStartTs(&proposal) // Ignore the start ts in case of ludicrous mode. We get a new ts and use that as the // commit ts. @@ -1351,7 +1404,7 @@ func (n *node) Run() { // Send the whole lot to applyCh in one go, instead of sending proposals one by one. if len(entries) > 0 { // Apply the meter this before adding size to pending size so some crazy big - // proposal can be pushed to applyCh. If this do this after adding its size to + // proposal can be pushed to applyCh. If we do this after adding its size to // pending size, we could block forever in rampMeter. rampMeter(&n.pendingSize, maxPendingSize, nodeApplyChan) var pendingSize int64 diff --git a/worker/groups.go b/worker/groups.go index d5969dbc8aa..d083924be74 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -206,7 +206,8 @@ func (g *groupi) applyInitialTypes() { if _, ok := schema.State().GetType(t.TypeName); ok { continue } - if err := updateType(t.GetTypeName(), *t); err != nil { + // It is okay to write initial types at ts=1. + if err := updateType(t.GetTypeName(), *t, 1); err != nil { glog.Errorf("Error while applying initial type: %s", err) } } @@ -220,7 +221,10 @@ func (g *groupi) applyInitialSchema() { ctx := g.Ctx() apply := func(s *pb.SchemaUpdate) { - if err := applySchema(s); err != nil { + // There are 2 cases: either the alpha is fresh or it restarted. If it is fresh cluster + // then we can write the schema at ts=1. If alpha restarted, then we will already have the + // schema at higher version and this operation will be a no-op. + if err := applySchema(s, 1); err != nil { glog.Errorf("Error while applying initial schema: %s", err) } } @@ -246,8 +250,8 @@ func (g *groupi) applyInitialSchema() { } } -func applySchema(s *pb.SchemaUpdate) error { - if err := updateSchema(s); err != nil { +func applySchema(s *pb.SchemaUpdate, ts uint64) error { + if err := updateSchema(s, ts); err != nil { return err } if servesTablet, err := groups().ServesTablet(s.Predicate); err != nil { diff --git a/worker/mutation.go b/worker/mutation.go index ccafab98e6f..0cbd6aa9e04 100644 --- a/worker/mutation.go +++ b/worker/mutation.go @@ -181,7 +181,7 @@ func runSchemaMutation(ctx context.Context, updates []*pb.SchemaUpdate, startTs if err := rebuild.BuildIndexes(wrtCtx); err != nil { return err } - if err := updateSchema(update); err != nil { + if err := updateSchema(update, rebuild.StartTs); err != nil { return err } @@ -249,7 +249,7 @@ func runSchemaMutation(ctx context.Context, updates []*pb.SchemaUpdate, startTs // Start opIndexing task only if schema update needs to build the indexes. if shouldRebuild && !gr.Node.isRunningTask(opIndexing) { - closer, err = gr.Node.startTask(opIndexing) + closer, err = gr.Node.startTaskAtTs(opIndexing, startTs) if err != nil { return err } @@ -280,7 +280,7 @@ func runSchemaMutation(ctx context.Context, updates []*pb.SchemaUpdate, startTs if shouldRebuild { go buildIndexes(su, rebuild, closer) - } else if err := updateSchema(su); err != nil { + } else if err := updateSchema(su, rebuild.StartTs); err != nil { return err } } @@ -290,25 +290,25 @@ func runSchemaMutation(ctx context.Context, updates []*pb.SchemaUpdate, startTs // updateSchema commits the schema to disk in blocking way, should be ok because this happens // only during schema mutations or we see a new predicate. -func updateSchema(s *pb.SchemaUpdate) error { +func updateSchema(s *pb.SchemaUpdate, ts uint64) error { schema.State().Set(s.Predicate, s) schema.State().DeleteMutSchema(s.Predicate) - txn := pstore.NewTransactionAt(1, true) + txn := pstore.NewTransactionAt(ts, true) defer txn.Discard() data, err := s.Marshal() x.Check(err) - err = txn.SetEntry(&badger.Entry{ + e := &badger.Entry{ Key: x.SchemaKey(s.Predicate), Value: data, UserMeta: posting.BitSchemaPosting, - }) - if err != nil { + } + if err = txn.SetEntry(e.WithDiscard()); err != nil { return err } - return txn.CommitAt(1, nil) + return txn.CommitAt(ts, nil) } -func createSchema(attr string, typ types.TypeID, hint pb.Metadata_HintType) error { +func createSchema(attr string, typ types.TypeID, hint pb.Metadata_HintType, ts uint64) error { ctx := schema.GetWriteContext(context.Background()) // Don't overwrite schema blindly, acl's might have been set even though @@ -335,32 +335,32 @@ func createSchema(attr string, typ types.TypeID, hint pb.Metadata_HintType) erro if err := checkSchema(&s); err != nil { return err } - return updateSchema(&s) + return updateSchema(&s, ts) } -func runTypeMutation(ctx context.Context, update *pb.TypeUpdate) error { +func runTypeMutation(ctx context.Context, update *pb.TypeUpdate, ts uint64) error { current := *update schema.State().SetType(update.TypeName, current) - return updateType(update.TypeName, *update) + return updateType(update.TypeName, *update, ts) } // We commit schema to disk in blocking way, should be ok because this happens // only during schema mutations or we see a new predicate. -func updateType(typeName string, t pb.TypeUpdate) error { +func updateType(typeName string, t pb.TypeUpdate, ts uint64) error { schema.State().SetType(typeName, t) - txn := pstore.NewTransactionAt(1, true) + txn := pstore.NewTransactionAt(ts, true) defer txn.Discard() data, err := t.Marshal() x.Check(err) - err = txn.SetEntry(&badger.Entry{ + e := &badger.Entry{ Key: x.TypeKey(typeName), Value: data, UserMeta: posting.BitSchemaPosting, - }) - if err != nil { + } + if err := txn.SetEntry(e.WithDiscard()); err != nil { return err } - return txn.CommitAt(1, nil) + return txn.CommitAt(ts, nil) } func hasEdges(attr string, startTs uint64) bool { diff --git a/worker/predicate_move.go b/worker/predicate_move.go index 38caaa54ebf..3eb9c2d731d 100644 --- a/worker/predicate_move.go +++ b/worker/predicate_move.go @@ -87,8 +87,9 @@ func batchAndProposeKeyValues(ctx context.Context, kvs chan *pb.KVS) error { return errors.Errorf("Expecting first key to be schema key: %+v", kv) } - // Delete on all nodes. - p := &pb.Proposal{CleanPredicate: pk.Attr} + // Delete on all nodes. Remove the schema at timestamp kv.Version-1 and set it at + // kv.Version. kv.Version will be the TxnTs of the predicate move. + p := &pb.Proposal{CleanPredicate: pk.Attr, StartTs: kv.Version - 1} glog.Infof("Predicate being received: %v", pk.Attr) if err := n.proposeAndWait(ctx, p); err != nil { glog.Errorf("Error while cleaning predicate %v %v\n", pk.Attr, err) @@ -213,7 +214,11 @@ func (w *grpcWorker) MovePredicate(ctx context.Context, // know that they are no longer serving this predicate, before they delete it from their // state. Without this checksum, the members could end up deleting the predicate and then // serve a request asking for that predicate, causing Jepsen failures. - p := &pb.Proposal{CleanPredicate: in.Predicate, ExpectedChecksum: in.ExpectedChecksum} + p := &pb.Proposal{ + CleanPredicate: in.Predicate, + ExpectedChecksum: in.ExpectedChecksum, + StartTs: in.TxnTs, + } return &emptyPayload, groups().Node.proposeAndWait(ctx, p) } if err := posting.Oracle().WaitForTs(ctx, in.TxnTs); err != nil { @@ -263,8 +268,6 @@ func movePredicateHelper(ctx context.Context, in *pb.MovePredicatePayload) error return errors.Wrapf(err, "while calling ReceivePredicate") } - // This txn is only reading the schema. Doesn't really matter what read timestamp we use, - // because schema keys are always set at ts=1. txn := pstore.NewTransactionAt(in.TxnTs, false) defer txn.Discard() @@ -288,7 +291,7 @@ func movePredicateHelper(ctx context.Context, in *pb.MovePredicatePayload) error kv := &bpb.KV{} kv.Key = schemaKey kv.Value = val - kv.Version = 1 + kv.Version = in.TxnTs kv.UserMeta = []byte{item.UserMeta()} badger.KVToBuffer(kv, buf) diff --git a/worker/snapshot.go b/worker/snapshot.go index 1b6e77af156..02300e07ec8 100644 --- a/worker/snapshot.go +++ b/worker/snapshot.go @@ -112,7 +112,7 @@ func (n *node) populateSnapshot(snap pb.Snapshot, pl *conn.Pool) error { return err } - if err := deleteStalePreds(ctx, done); err != nil { + if err := deleteStalePreds(ctx, done, snap.ReadTs); err != nil { return err } @@ -127,7 +127,7 @@ func (n *node) populateSnapshot(snap pb.Snapshot, pl *conn.Pool) error { return nil } -func deleteStalePreds(ctx context.Context, kvs *pb.KVS) error { +func deleteStalePreds(ctx context.Context, kvs *pb.KVS, ts uint64) error { if kvs == nil { return nil } @@ -144,7 +144,10 @@ func deleteStalePreds(ctx context.Context, kvs *pb.KVS) error { if _, ok := snapshotPreds[pred]; !ok { LOOP: for { - err := posting.DeletePredicate(ctx, pred) + // While retrieving the snapshot, we mark the node as unhealthy. So it is better to + // a blocking delete of predicate as we know that no new writes will arrive at + // this alpha. + err := posting.DeletePredicate(ctx, pred, ts) switch err { case badger.ErrBlockedWrites: time.Sleep(1 * time.Second) @@ -171,7 +174,7 @@ func deleteStalePreds(ctx context.Context, kvs *pb.KVS) error { } for _, typ := range currTypes { if _, ok := snapshotTypes[typ]; !ok { - if err := schema.State().DeleteType(typ); err != nil { + if err := schema.State().DeleteType(typ, ts); err != nil { return errors.Wrapf(err, "cannot delete removed type %s after streaming snapshot", typ) }