diff --git a/pkg/raft_cmdpb/raft_cmdpb.pb.go b/pkg/raft_cmdpb/raft_cmdpb.pb.go index 19f6a9dcb..8214cb9a0 100644 --- a/pkg/raft_cmdpb/raft_cmdpb.pb.go +++ b/pkg/raft_cmdpb/raft_cmdpb.pb.go @@ -1398,10 +1398,15 @@ type SplitRequest struct { // If true, right region derive the origin region_id, // left region use new_region_id. // Will be ignored in batch split, use `BatchSplitRequest::right_derive` instead. - RightDerive bool `protobuf:"varint,4,opt,name=right_derive,json=rightDerive,proto3" json:"right_derive,omitempty"` // Deprecated: Do not use. - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RightDerive bool `protobuf:"varint,4,opt,name=right_derive,json=rightDerive,proto3" json:"right_derive,omitempty"` // Deprecated: Do not use. + // It should be false iff the region split by user key such as split table or create partion table etc, + // the new region's will not amortize the source region size, so it's region size is zero. + // It should be true iff the region's load reaches the threshold such as size, keys, load check etc, + // the new region's size will amortize the origin region, so it's region size is half of the source region. + AmortizeSourceRegionSize bool `protobuf:"varint,5,opt,name=amortize_source_region_size,json=amortizeSourceRegionSize,proto3" json:"amortize_source_region_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SplitRequest) Reset() { *m = SplitRequest{} } @@ -1466,6 +1471,13 @@ func (m *SplitRequest) GetRightDerive() bool { return false } +func (m *SplitRequest) GetAmortizeSourceRegionSize() bool { + if m != nil { + return m.AmortizeSourceRegionSize + } + return false +} + type SplitResponse struct { Left *metapb.Region `protobuf:"bytes,1,opt,name=left,proto3" json:"left,omitempty"` Right *metapb.Region `protobuf:"bytes,2,opt,name=right,proto3" json:"right,omitempty"` @@ -1525,10 +1537,15 @@ type BatchSplitRequest struct { Requests []*SplitRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // If true, the last region derive the origin region_id, // other regions use new ids. - RightDerive bool `protobuf:"varint,2,opt,name=right_derive,json=rightDerive,proto3" json:"right_derive,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RightDerive bool `protobuf:"varint,2,opt,name=right_derive,json=rightDerive,proto3" json:"right_derive,omitempty"` + // It should be false iff the region split by user key such as split table or create partion table etc, + // the new region's will not amortize the source region size, so it's region size is zero. + // It should be true iff the region's load reaches the threshold such as size, keys, load check etc, + // the new region's size will amortize the origin region, so it's region size is half of the source region. + AmortizeSourceRegionSize bool `protobuf:"varint,3,opt,name=amortize_source_region_size,json=amortizeSourceRegionSize,proto3" json:"amortize_source_region_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *BatchSplitRequest) Reset() { *m = BatchSplitRequest{} } @@ -1578,6 +1595,13 @@ func (m *BatchSplitRequest) GetRightDerive() bool { return false } +func (m *BatchSplitRequest) GetAmortizeSourceRegionSize() bool { + if m != nil { + return m.AmortizeSourceRegionSize + } + return false +} + type BatchSplitResponse struct { Regions []*metapb.Region `protobuf:"bytes,1,rep,name=regions,proto3" json:"regions,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -3672,179 +3696,182 @@ func init() { func init() { proto.RegisterFile("raft_cmdpb.proto", fileDescriptor_661741b5e7485333) } var fileDescriptor_661741b5e7485333 = []byte{ - // 2750 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x59, 0x4b, 0x73, 0xdc, 0xc6, - 0x11, 0xd6, 0xbe, 0x77, 0x7b, 0x1f, 0x04, 0x67, 0x57, 0xe4, 0x4a, 0xb2, 0x29, 0x0a, 0x92, 0x15, - 0xda, 0x49, 0x31, 0x31, 0x6d, 0xcb, 0xae, 0xb2, 0xe2, 0x87, 0x44, 0x4a, 0x96, 0xf5, 0x08, 0x3d, - 0x64, 0xec, 0x4a, 0xaa, 0x5c, 0x28, 0x18, 0x98, 0x25, 0x51, 0xdc, 0x05, 0xe0, 0xc1, 0x2c, 0xe5, - 0x2d, 0x5f, 0x53, 0xb9, 0xe7, 0xe6, 0x9f, 0x90, 0x6b, 0xfe, 0x45, 0x9c, 0x53, 0x92, 0xf2, 0x21, - 0xc7, 0x94, 0x7d, 0xcb, 0xaf, 0x48, 0xcd, 0x0b, 0x18, 0x60, 0xb1, 0x7a, 0xf8, 0xb4, 0x98, 0x9e, - 0xee, 0x6f, 0x7a, 0xba, 0x67, 0xbe, 0xe9, 0x99, 0x05, 0x8b, 0xba, 0x13, 0xe6, 0x78, 0x33, 0x3f, - 0xfe, 0x6a, 0x37, 0xa6, 0x11, 0x8b, 0x10, 0x64, 0x92, 0xcb, 0xbd, 0x19, 0x61, 0xae, 0xee, 0xb9, - 0xdc, 0x27, 0x94, 0x46, 0xd4, 0x6c, 0xba, 0x13, 0x96, 0x35, 0xcf, 0xce, 0x69, 0xec, 0xa5, 0x4d, - 0x14, 0xcc, 0xe2, 0x88, 0x32, 0x27, 0x49, 0x32, 0x95, 0xa1, 0x80, 0x4e, 0x08, 0x3d, 0x27, 0x19, - 0xcc, 0x1a, 0x9d, 0x27, 0x4c, 0x7c, 0x4a, 0x81, 0xbd, 0x0b, 0x70, 0x9f, 0x30, 0x4c, 0xbe, 0x9e, - 0x93, 0x84, 0xa1, 0x01, 0x54, 0xbd, 0xc9, 0xb8, 0xb2, 0x5d, 0xd9, 0xe9, 0xe0, 0xaa, 0x37, 0x41, - 0x16, 0xd4, 0xce, 0xc8, 0x62, 0x5c, 0xdd, 0xae, 0xec, 0xf4, 0x30, 0xff, 0xb4, 0xaf, 0x43, 0x57, - 0xe8, 0x27, 0x71, 0x14, 0x26, 0x04, 0x8d, 0xa0, 0x71, 0xee, 0x4e, 0xe7, 0x44, 0xd8, 0xf4, 0xb0, - 0x6c, 0xd8, 0xfb, 0x00, 0x87, 0xf3, 0x17, 0x07, 0xcd, 0x50, 0x6a, 0x26, 0x4a, 0x1f, 0xba, 0x02, - 0x45, 0x0e, 0x65, 0xbf, 0x09, 0xfd, 0x7d, 0x32, 0x25, 0x8c, 0xbc, 0xb8, 0xb3, 0x16, 0x0c, 0xb4, - 0x89, 0x02, 0xf9, 0x16, 0x90, 0x92, 0xb8, 0xe1, 0xc9, 0x4a, 0xa4, 0x2b, 0xd0, 0x49, 0x98, 0x4b, - 0x99, 0x93, 0xe1, 0xb5, 0x85, 0xe0, 0x21, 0x59, 0xa0, 0x4d, 0x68, 0x91, 0xd0, 0x17, 0x5d, 0xd2, - 0xdd, 0x26, 0x09, 0x7d, 0xde, 0x71, 0x15, 0xba, 0x61, 0xc4, 0x82, 0xc9, 0xc2, 0x89, 0xc2, 0xe9, - 0x62, 0x5c, 0xdf, 0xae, 0xec, 0xb4, 0x31, 0x48, 0xd1, 0xef, 0xc2, 0xe9, 0xc2, 0xbe, 0x08, 0xc3, - 0xdc, 0xe0, 0xca, 0xa7, 0x3e, 0x74, 0x8f, 0x42, 0x37, 0x56, 0xce, 0xd8, 0xb7, 0xa0, 0x27, 0x9b, - 0x2a, 0xc4, 0x37, 0xa1, 0x49, 0xc9, 0x49, 0x10, 0x85, 0xc2, 0xc1, 0xee, 0xde, 0x60, 0x57, 0xad, - 0x13, 0x2c, 0xa4, 0x58, 0xf5, 0xda, 0x8f, 0x61, 0xed, 0x90, 0x92, 0xa7, 0x34, 0xc8, 0x22, 0xa4, - 0x22, 0x52, 0x29, 0x89, 0x74, 0xd5, 0x88, 0x34, 0x42, 0x50, 0x9f, 0x46, 0xde, 0x99, 0x9a, 0x8f, - 0xf8, 0xb6, 0x11, 0x58, 0x19, 0x9c, 0xf2, 0xf4, 0x7d, 0xb0, 0x1e, 0x84, 0x27, 0x24, 0x61, 0x47, - 0x47, 0xc7, 0x7a, 0x8c, 0x5f, 0x40, 0x2d, 0x49, 0x98, 0xf2, 0xed, 0xe2, 0x6e, 0x6e, 0x21, 0x1e, - 0x1d, 0x1d, 0x3f, 0x26, 0xcc, 0xc5, 0x5c, 0xc3, 0x1e, 0xc2, 0xba, 0x61, 0xac, 0x10, 0x1d, 0xb0, - 0x30, 0x71, 0xfd, 0x07, 0xa1, 0x4f, 0xbe, 0xd1, 0x88, 0x97, 0x40, 0x06, 0xdb, 0x61, 0x89, 0x80, - 0xad, 0xe3, 0x96, 0x68, 0x1f, 0x27, 0xe8, 0x37, 0x00, 0x67, 0x64, 0xe1, 0x50, 0x1e, 0xbf, 0x64, - 0x5c, 0xdd, 0xae, 0xed, 0x74, 0xf7, 0xd6, 0x77, 0xf5, 0x5e, 0x78, 0x48, 0x16, 0x32, 0xb2, 0x9d, - 0x33, 0xf5, 0x95, 0xd8, 0x5f, 0xc2, 0xba, 0x31, 0x80, 0x0a, 0xe9, 0xab, 0x00, 0x94, 0xb8, 0xbe, - 0x13, 0x70, 0xa9, 0x1a, 0xa3, 0x43, 0xb5, 0x1a, 0x7a, 0x1d, 0x9a, 0x3c, 0x04, 0xc4, 0x17, 0x51, - 0x32, 0x47, 0x78, 0x14, 0x79, 0x67, 0x0f, 0xc2, 0x49, 0x84, 0x95, 0x82, 0xfd, 0x53, 0x0d, 0x5a, - 0xda, 0xef, 0x5d, 0x68, 0x7b, 0x33, 0xdf, 0x61, 0x8b, 0x58, 0x6e, 0x87, 0xc1, 0xde, 0x70, 0xd7, - 0xd8, 0xf0, 0x77, 0x67, 0xfe, 0xf1, 0x22, 0x26, 0xb8, 0xe5, 0xc9, 0x0f, 0xb4, 0x03, 0xb5, 0x13, - 0xc2, 0xd4, 0x18, 0x1b, 0xa6, 0x6a, 0xb6, 0x23, 0x31, 0x57, 0xe1, 0x9a, 0xf1, 0x9c, 0x89, 0x15, - 0x55, 0xd0, 0xcc, 0xb6, 0x19, 0xe6, 0x2a, 0xe8, 0x4d, 0x68, 0xfa, 0x62, 0x89, 0x8d, 0x1b, 0x42, - 0xf9, 0x92, 0xa9, 0x9c, 0xdb, 0x3e, 0x58, 0x29, 0xa2, 0x5f, 0x42, 0x3d, 0x09, 0xdd, 0x78, 0xdc, - 0x14, 0x06, 0x9b, 0xa6, 0x81, 0xb1, 0x2c, 0xb1, 0x50, 0x42, 0xef, 0x42, 0x3b, 0x56, 0xab, 0x62, - 0xdc, 0x12, 0x06, 0x57, 0x72, 0xee, 0xe4, 0x17, 0x20, 0x4e, 0x95, 0xd1, 0xc7, 0xd0, 0x93, 0xe3, - 0xc9, 0xe4, 0x8d, 0xdb, 0xc2, 0x78, 0xab, 0xc4, 0x3d, 0x63, 0x63, 0xe2, 0xae, 0x9f, 0xc9, 0xd0, - 0xfb, 0x00, 0x81, 0x58, 0x40, 0x7c, 0x75, 0x8d, 0x3b, 0x02, 0xe0, 0x15, 0x13, 0xa0, 0xb8, 0x36, - 0x71, 0x47, 0xea, 0x1f, 0x25, 0x8c, 0x1b, 0x1b, 0x29, 0x87, 0x65, 0xe3, 0xe2, 0x32, 0x34, 0x16, - 0x84, 0xfd, 0xbf, 0x1a, 0xb4, 0xd3, 0xc5, 0xf3, 0xb2, 0x69, 0x7e, 0xdd, 0x4c, 0xf3, 0xe6, 0x52, - 0x9a, 0x25, 0xaa, 0xcc, 0xf3, 0xeb, 0x66, 0x9e, 0x37, 0x97, 0xf2, 0xac, 0x55, 0x79, 0xa2, 0xf7, - 0x0a, 0x89, 0xbe, 0x5c, 0x96, 0x68, 0x65, 0xa0, 0x33, 0xfd, 0xab, 0x5c, 0xa6, 0xc7, 0xcb, 0x99, - 0x56, 0xfa, 0x32, 0xd5, 0xef, 0x2d, 0xa5, 0xfa, 0x95, 0xf2, 0x54, 0x2b, 0xab, 0x2c, 0xd7, 0x1f, - 0x01, 0xcf, 0x5b, 0x21, 0xd5, 0x57, 0x57, 0xa6, 0x5a, 0xd9, 0x83, 0xb0, 0x91, 0xa9, 0xbe, 0x5d, - 0x92, 0xea, 0x57, 0x57, 0xa4, 0x5a, 0x99, 0x1b, 0xb9, 0xbe, 0x5d, 0x92, 0xeb, 0x57, 0x57, 0xe4, - 0x5a, 0x5b, 0x67, 0xc9, 0x8e, 0x60, 0xfd, 0xee, 0x29, 0xf7, 0xe2, 0x90, 0x10, 0xaa, 0xf7, 0xf6, - 0x7b, 0xd0, 0xf5, 0x84, 0xd0, 0xcc, 0xfb, 0xe6, 0xae, 0x3e, 0x94, 0xef, 0x46, 0xe1, 0x44, 0x1a, - 0x89, 0xdc, 0x83, 0x97, 0x7e, 0xa3, 0x6d, 0xa8, 0xc7, 0x84, 0x50, 0x95, 0xff, 0x9e, 0x26, 0x6f, - 0x01, 0x2e, 0x7a, 0xec, 0xdb, 0x80, 0xcc, 0x01, 0x5f, 0x92, 0xf6, 0x9f, 0xc0, 0x30, 0xb3, 0xfe, - 0x7c, 0x4f, 0x3b, 0xfc, 0x2e, 0xb4, 0xa4, 0x13, 0x9c, 0x43, 0x6b, 0xc5, 0x00, 0x2c, 0x4d, 0x10, - 0x6b, 0x6d, 0xfb, 0x03, 0x18, 0xe5, 0xf1, 0x5e, 0xd2, 0x9f, 0xef, 0x2a, 0xd0, 0x3b, 0x8a, 0xa7, - 0x41, 0x7a, 0xfc, 0xf3, 0xc3, 0x94, 0xb7, 0x9d, 0xec, 0x28, 0x6a, 0x0b, 0x01, 0x3f, 0x33, 0x6d, - 0xe8, 0x87, 0xe4, 0xa9, 0x23, 0x6d, 0x9d, 0x40, 0x32, 0x6e, 0x1d, 0x77, 0x43, 0xf2, 0x54, 0xe2, - 0x3e, 0xf0, 0xd1, 0x36, 0xf4, 0xb8, 0x0e, 0x8f, 0x95, 0x13, 0xf8, 0xc9, 0xb8, 0xb6, 0x5d, 0xdb, - 0xa9, 0x63, 0x08, 0xc9, 0x53, 0xee, 0xe2, 0x03, 0x3f, 0x41, 0xaf, 0x41, 0x8f, 0x06, 0x27, 0xa7, - 0xcc, 0xf1, 0x09, 0x0d, 0xce, 0x89, 0x3c, 0x7a, 0xef, 0x54, 0xc7, 0x15, 0xdc, 0x15, 0xf2, 0x7d, - 0x21, 0xb6, 0xff, 0x00, 0x7d, 0xe5, 0x99, 0x9a, 0x93, 0x0d, 0xf5, 0x29, 0x99, 0xb0, 0x15, 0x33, - 0x12, 0x7d, 0xe8, 0x06, 0x34, 0x04, 0x86, 0x4a, 0x60, 0x51, 0x49, 0x76, 0xda, 0x53, 0x58, 0xbf, - 0xe3, 0x32, 0xef, 0x34, 0x37, 0xf3, 0xb7, 0xa1, 0x4d, 0xe5, 0xa7, 0x4e, 0x42, 0x7e, 0xcf, 0x19, - 0xba, 0x38, 0xd5, 0x44, 0xd7, 0x0a, 0x93, 0xa9, 0x8a, 0x3a, 0x22, 0x37, 0x91, 0x0f, 0x00, 0x99, - 0xa3, 0xa9, 0xd9, 0xec, 0x40, 0x4b, 0xc6, 0x51, 0x8f, 0x56, 0xf4, 0x55, 0x77, 0xdb, 0x7f, 0xa9, - 0xc0, 0xfa, 0xdd, 0x68, 0x16, 0xbb, 0x1e, 0x7b, 0x14, 0x9d, 0x68, 0x77, 0xaf, 0x43, 0xdf, 0x93, - 0xc2, 0xdc, 0xc1, 0xd8, 0x53, 0x42, 0x79, 0x36, 0x5e, 0x03, 0xdd, 0x76, 0x18, 0xa1, 0x33, 0x9d, - 0x2f, 0x25, 0x3b, 0x26, 0x74, 0x86, 0xde, 0x86, 0x8d, 0xf3, 0x88, 0x11, 0xea, 0x50, 0x12, 0x4f, - 0x03, 0xcf, 0x65, 0x44, 0x6f, 0xc5, 0x9a, 0x50, 0x1e, 0x89, 0x5e, 0x9c, 0x76, 0xca, 0x6d, 0x37, - 0x02, 0x64, 0xba, 0xa4, 0xea, 0x83, 0x2f, 0xe1, 0xe2, 0x31, 0x75, 0xc3, 0x64, 0x42, 0xe8, 0x23, - 0xe2, 0xfa, 0xd9, 0x86, 0xd4, 0xdb, 0xaa, 0xb2, 0x6a, 0x5b, 0x21, 0x1b, 0x1a, 0xfc, 0x57, 0x97, - 0x09, 0x79, 0x15, 0xd9, 0x65, 0x8f, 0x61, 0xa3, 0x08, 0xaf, 0x06, 0xde, 0x95, 0xee, 0xcc, 0x19, - 0xf9, 0xc4, 0x4d, 0x4e, 0xf5, 0xa8, 0x63, 0x68, 0x79, 0x51, 0xc8, 0xc8, 0x37, 0x4c, 0xad, 0x64, - 0xdd, 0xb4, 0xbf, 0x80, 0xf5, 0xcf, 0x09, 0x0d, 0x26, 0x0b, 0x53, 0x7d, 0x04, 0x0d, 0x33, 0x92, - 0xb2, 0xc1, 0xab, 0xad, 0x53, 0x37, 0x39, 0x55, 0x25, 0x98, 0xf8, 0x36, 0x81, 0x6b, 0x79, 0xe0, - 0x11, 0x20, 0x13, 0x58, 0xb9, 0xf7, 0x47, 0x18, 0x1e, 0x52, 0x12, 0xbb, 0x94, 0x3c, 0x26, 0x34, - 0x2b, 0x64, 0xaf, 0x40, 0x67, 0x16, 0x84, 0xb9, 0xf4, 0xb5, 0x67, 0x41, 0x28, 0x53, 0x77, 0x13, - 0x9a, 0xcc, 0xa5, 0xd9, 0x59, 0xb4, 0xb4, 0x83, 0x65, 0xaf, 0xbd, 0x01, 0xa3, 0x3c, 0xb6, 0x1a, - 0xf3, 0x6d, 0xd8, 0x54, 0xf2, 0x7b, 0x53, 0x37, 0x39, 0xfd, 0xca, 0xf5, 0xce, 0x9e, 0x5f, 0xb2, - 0xd9, 0x97, 0x61, 0xbc, 0x6c, 0xa5, 0x10, 0xc7, 0xb0, 0x71, 0x2f, 0x08, 0x83, 0xe4, 0xb4, 0x08, - 0x68, 0x5f, 0x82, 0xcd, 0xa5, 0x1e, 0x65, 0xf4, 0x7d, 0x45, 0xa4, 0x66, 0x16, 0xb0, 0xdc, 0xd4, - 0x6f, 0x42, 0x33, 0x89, 0xe6, 0xd4, 0x23, 0xab, 0xf8, 0x49, 0xf6, 0xa2, 0x0d, 0x68, 0x7a, 0xc2, - 0x5a, 0x2d, 0x5d, 0xd5, 0xe2, 0xbb, 0x87, 0x84, 0x8c, 0x06, 0x44, 0x12, 0x0c, 0x07, 0xd0, 0xec, - 0x7e, 0x10, 0x32, 0xba, 0xc0, 0xba, 0x1b, 0xdd, 0x81, 0x9e, 0xc4, 0x72, 0x12, 0xe6, 0x32, 0xa2, - 0x8e, 0x6b, 0x75, 0xbe, 0xa5, 0xf7, 0x2d, 0x39, 0xec, 0xa3, 0xc8, 0x73, 0xa7, 0x47, 0x5c, 0x0d, - 0x77, 0xa5, 0x91, 0x68, 0x7c, 0xda, 0x68, 0xfb, 0xd6, 0xf7, 0x15, 0x7e, 0x23, 0xc8, 0x4d, 0x25, - 0x5d, 0x7c, 0x23, 0x1c, 0x4d, 0xa7, 0x7c, 0xda, 0xb9, 0x39, 0x66, 0xbe, 0x57, 0x4c, 0xdf, 0xed, - 0x4d, 0xb8, 0x58, 0xd0, 0x57, 0x40, 0x4f, 0x60, 0x74, 0xf4, 0x34, 0x60, 0xde, 0xe9, 0x17, 0x01, - 0x0b, 0x49, 0x92, 0x68, 0xa0, 0x4d, 0x68, 0x29, 0x3a, 0xd5, 0x48, 0xb1, 0xa0, 0x52, 0x5e, 0x19, - 0x07, 0x89, 0xf3, 0x54, 0x6a, 0x2b, 0xea, 0xe9, 0x04, 0x89, 0x32, 0xb7, 0x4f, 0xe1, 0x92, 0x24, - 0x9e, 0x32, 0xd0, 0x87, 0x60, 0x25, 0x42, 0xae, 0xed, 0xd3, 0xb3, 0x67, 0x3b, 0x47, 0x7b, 0x25, - 0xb6, 0x78, 0x2d, 0x31, 0xa5, 0x24, 0xb1, 0x5f, 0x81, 0xcb, 0x65, 0x23, 0xa5, 0x01, 0x1a, 0xfe, - 0x3e, 0xf6, 0x5d, 0x46, 0xee, 0x7b, 0xe6, 0x29, 0x9d, 0x9b, 0x56, 0x2d, 0x9b, 0x96, 0xfd, 0xef, - 0x36, 0xf4, 0x3e, 0xf6, 0x67, 0x41, 0xa8, 0x35, 0xdf, 0x5a, 0x2a, 0xe2, 0x72, 0xd4, 0x2c, 0x74, - 0x97, 0x2a, 0xb9, 0x0f, 0xd2, 0x22, 0xc0, 0x38, 0xd1, 0x9f, 0x73, 0xae, 0xaa, 0x52, 0x80, 0x8b, - 0xd0, 0x1e, 0x34, 0xc4, 0xc1, 0x27, 0xb6, 0xf8, 0x33, 0x0e, 0x03, 0x71, 0x72, 0x49, 0x55, 0x31, - 0xa6, 0xe2, 0xdb, 0x69, 0x74, 0xa2, 0xd6, 0x5a, 0x7e, 0xcc, 0x22, 0x91, 0x63, 0xf0, 0x52, 0x11, - 0xfa, 0x14, 0xd6, 0x98, 0x62, 0x38, 0x67, 0x2a, 0x28, 0x4e, 0x15, 0x8c, 0xd7, 0x4c, 0x8c, 0x52, - 0x8e, 0xc5, 0x03, 0x96, 0x13, 0x73, 0x5f, 0xce, 0x05, 0x15, 0x39, 0x82, 0xbf, 0x9a, 0xcb, 0xbe, - 0x2c, 0x51, 0x20, 0x86, 0xf3, 0x54, 0x84, 0xf6, 0xa1, 0x1f, 0x4b, 0x2a, 0x70, 0x66, 0x7c, 0x99, - 0xaa, 0xb2, 0xf2, 0x6a, 0xa1, 0xac, 0x2c, 0xb2, 0x1a, 0xee, 0xc5, 0x86, 0x90, 0xdf, 0x24, 0xe4, - 0xb2, 0x57, 0x20, 0x25, 0x37, 0x89, 0x65, 0x7a, 0x10, 0x27, 0x94, 0x96, 0xa1, 0xfb, 0x30, 0xa0, - 0x6a, 0xbf, 0x28, 0x10, 0x59, 0x62, 0xe6, 0xd6, 0x69, 0xd9, 0x0e, 0xc4, 0x7d, 0x6a, 0x4a, 0xd1, - 0x3b, 0xd0, 0x14, 0x69, 0x4a, 0xca, 0xaa, 0xcc, 0xa5, 0x82, 0x00, 0x2b, 0x65, 0x74, 0x00, 0x03, - 0x63, 0x21, 0x39, 0xe7, 0x7b, 0xe3, 0xee, 0x72, 0x24, 0x4a, 0xaa, 0x3a, 0xdc, 0xf3, 0x0c, 0xa1, - 0x8a, 0x04, 0x3f, 0xa3, 0x64, 0x42, 0x7a, 0xa5, 0x91, 0x28, 0x9c, 0x61, 0xf2, 0xac, 0x56, 0x32, - 0x74, 0x08, 0xeb, 0x3a, 0x25, 0x13, 0xcd, 0xb4, 0xe3, 0xbe, 0xc0, 0xb9, 0x5e, 0x92, 0x96, 0x22, - 0x4f, 0x63, 0x2b, 0x2e, 0x74, 0xa0, 0xc7, 0x60, 0x4d, 0x04, 0x73, 0x1b, 0x80, 0x03, 0x01, 0x68, - 0x9b, 0x80, 0xe5, 0xbc, 0x8f, 0xd7, 0x26, 0x79, 0x39, 0x3a, 0x2c, 0x21, 0x95, 0x35, 0x01, 0xf7, - 0xda, 0x72, 0xac, 0x5f, 0x84, 0x59, 0xd0, 0x7d, 0x58, 0x9b, 0x0b, 0xee, 0x70, 0x4e, 0x3c, 0x47, - 0x56, 0x08, 0xd6, 0x72, 0xf4, 0x4b, 0xe8, 0x05, 0xf7, 0xe7, 0x86, 0x30, 0xb1, 0x7f, 0x68, 0x41, - 0x5f, 0x91, 0x8a, 0xaa, 0xc0, 0x7e, 0x16, 0xab, 0x7c, 0x58, 0xc6, 0x2a, 0x5b, 0xab, 0x58, 0x45, - 0x5f, 0x96, 0x0c, 0x5a, 0x79, 0x2b, 0x4f, 0x2b, 0x97, 0x4a, 0x68, 0x45, 0x5a, 0x99, 0xbc, 0xf2, - 0x61, 0x19, 0xaf, 0x6c, 0xad, 0xe2, 0x95, 0x74, 0xd4, 0x8c, 0x58, 0x1e, 0xae, 0x22, 0x16, 0xfb, - 0x59, 0xc4, 0xa2, 0x80, 0x8a, 0xcc, 0xf2, 0x61, 0x19, 0xb3, 0x6c, 0xad, 0x62, 0x16, 0xed, 0x8d, - 0x41, 0x2d, 0x07, 0xe5, 0xd4, 0xb2, 0xbd, 0x9a, 0x5a, 0x14, 0x48, 0x9e, 0x5b, 0xee, 0x94, 0x72, - 0xcb, 0xd5, 0x95, 0xdc, 0xa2, 0x40, 0x72, 0xe4, 0xf2, 0xc9, 0x0a, 0x72, 0xb9, 0xf6, 0x0c, 0x72, - 0x51, 0x38, 0x05, 0x76, 0xb9, 0x55, 0x60, 0x97, 0xad, 0x55, 0xec, 0xa2, 0xef, 0xf9, 0x8a, 0x5e, - 0xee, 0xad, 0xa0, 0x97, 0xed, 0xd5, 0xf4, 0xa2, 0xa3, 0x91, 0xe3, 0x97, 0xcf, 0xca, 0xc8, 0x41, - 0x92, 0xcc, 0x8d, 0x67, 0x93, 0x83, 0x82, 0x5b, 0x66, 0x87, 0x27, 0x25, 0xec, 0x50, 0x42, 0x37, - 0x2b, 0x6a, 0xbf, 0x65, 0x7a, 0xf8, 0xac, 0x84, 0x1e, 0x24, 0xdb, 0xdc, 0x7c, 0x1e, 0x3d, 0x68, - 0xc8, 0x62, 0xe5, 0x71, 0x11, 0x86, 0xaa, 0x76, 0x33, 0x0f, 0x43, 0xfb, 0x36, 0x8c, 0xf2, 0x62, - 0xb5, 0xe7, 0x6f, 0x40, 0x53, 0x2d, 0xff, 0xb2, 0xab, 0x88, 0xea, 0xcb, 0x40, 0xf7, 0x09, 0x73, - 0x83, 0xa9, 0x06, 0xf5, 0x35, 0xa8, 0x16, 0xbf, 0xdc, 0x65, 0xdb, 0x18, 0xbc, 0xfa, 0x8c, 0xc1, - 0xff, 0x55, 0x81, 0x3e, 0x2f, 0x3b, 0xe7, 0x89, 0x71, 0x33, 0x2d, 0x10, 0x55, 0x9e, 0x35, 0x84, - 0xf2, 0x12, 0x53, 0xed, 0x43, 0x5f, 0x5d, 0xd4, 0x73, 0x83, 0x5e, 0xcd, 0x3f, 0xad, 0x2c, 0x85, - 0x0e, 0xf7, 0xa8, 0x21, 0x34, 0x50, 0x7c, 0x31, 0x69, 0x45, 0x5b, 0x25, 0x28, 0xb9, 0x58, 0x69, - 0x14, 0x29, 0xb4, 0x7f, 0xa8, 0xc0, 0x40, 0xcf, 0x49, 0x05, 0xed, 0xe7, 0x4d, 0xea, 0xa0, 0x7c, - 0x52, 0xdb, 0xab, 0x27, 0xa5, 0xf7, 0x4a, 0x6e, 0x56, 0x07, 0xe5, 0xb3, 0xda, 0x5e, 0x3d, 0xab, - 0x3c, 0x8c, 0x9a, 0xd6, 0x3f, 0x6a, 0xb0, 0x8e, 0xdd, 0x89, 0xae, 0x18, 0x3e, 0x91, 0xe0, 0x57, - 0xa0, 0x93, 0xbd, 0x90, 0xa8, 0x6b, 0x1d, 0xcd, 0x9e, 0x47, 0x9e, 0xf3, 0xc0, 0x84, 0xae, 0x42, - 0x57, 0xbc, 0x87, 0x7d, 0x3d, 0x8f, 0xe8, 0x7c, 0x26, 0x3c, 0x6b, 0x63, 0xf1, 0x44, 0xf6, 0x99, - 0x90, 0xf0, 0x1b, 0xe9, 0x7c, 0x1e, 0xf8, 0xe2, 0x14, 0xe8, 0x61, 0xf1, 0x8d, 0x6e, 0x81, 0xf2, - 0xcc, 0x21, 0x71, 0xe4, 0x9d, 0x2a, 0x72, 0x1f, 0xe6, 0x17, 0xe2, 0x01, 0xef, 0xc2, 0x5d, 0x9a, - 0x35, 0x38, 0x96, 0x78, 0x18, 0x68, 0x0a, 0x37, 0xc5, 0xb7, 0xb8, 0x1e, 0x2e, 0x42, 0x4f, 0x9c, - 0x34, 0x2d, 0x31, 0x7a, 0x8b, 0xb7, 0xf9, 0x31, 0x72, 0x8d, 0x0f, 0x23, 0x5e, 0x02, 0x1c, 0xee, - 0x90, 0x60, 0xdc, 0x36, 0x47, 0x14, 0x32, 0x4c, 0x5c, 0x1f, 0x5d, 0x87, 0xbe, 0x1b, 0xc7, 0xd3, - 0x20, 0x7d, 0x46, 0xe8, 0xc8, 0x77, 0x09, 0x25, 0x94, 0x97, 0xdb, 0x11, 0x34, 0x26, 0x53, 0xf7, - 0x44, 0x52, 0x65, 0x1d, 0xcb, 0x06, 0x0f, 0x1c, 0xff, 0x70, 0x7c, 0x97, 0xb9, 0x82, 0x04, 0x7b, - 0xb8, 0xcd, 0x05, 0xfb, 0x2e, 0x73, 0xd1, 0xaf, 0xa1, 0x1d, 0xd3, 0x20, 0xa2, 0x01, 0x5b, 0x08, - 0x56, 0x1b, 0xec, 0x0d, 0xd3, 0x87, 0x7e, 0xce, 0xf2, 0x6e, 0xe8, 0x1f, 0xd2, 0x00, 0xa7, 0x4a, - 0x68, 0x17, 0x86, 0x94, 0xa8, 0xab, 0xdf, 0x09, 0x8d, 0xe6, 0xb1, 0x13, 0xba, 0x33, 0x22, 0xf8, - 0xab, 0x83, 0xd7, 0x75, 0xd7, 0x7d, 0xde, 0xf3, 0xc4, 0x9d, 0x11, 0xfb, 0x6b, 0x40, 0x32, 0x97, - 0x32, 0xd5, 0x2a, 0x99, 0x37, 0xa0, 0x21, 0xfe, 0xda, 0x4b, 0xb7, 0xb6, 0xfe, 0xa3, 0xef, 0x80, - 0xff, 0x62, 0xd9, 0x99, 0xa6, 0xa4, 0x6a, 0xa4, 0xe4, 0x1a, 0xf4, 0xbc, 0x39, 0xa5, 0x24, 0x54, - 0x6f, 0x2f, 0x35, 0xf5, 0xf6, 0x22, 0x65, 0xc7, 0x84, 0xce, 0xec, 0x3f, 0x57, 0x61, 0xc0, 0xc7, - 0xbc, 0x3b, 0xf3, 0xf5, 0x5e, 0x7f, 0x07, 0x9a, 0xa7, 0x26, 0x41, 0xe5, 0x5f, 0x42, 0x8b, 0x6b, - 0x0d, 0x2b, 0x65, 0x1e, 0x9d, 0xf4, 0xf1, 0x4a, 0xbe, 0xa0, 0x0c, 0xf3, 0x6b, 0xb9, 0xf8, 0x6e, - 0xf5, 0x5b, 0xe8, 0xbb, 0xbc, 0xc0, 0x71, 0x94, 0xa4, 0xec, 0x96, 0x63, 0xde, 0xc1, 0x70, 0xcf, - 0x35, 0x6f, 0x64, 0x1f, 0xc1, 0x20, 0x11, 0x3b, 0x34, 0xb5, 0xaf, 0x97, 0x94, 0x33, 0x26, 0x8b, - 0xe1, 0x7e, 0x62, 0x36, 0x3f, 0xad, 0xb7, 0x1b, 0x56, 0x53, 0xdf, 0xac, 0xff, 0x54, 0x85, 0xb5, - 0x34, 0x10, 0x8a, 0x20, 0x6e, 0x15, 0x22, 0xb1, 0xb5, 0x1c, 0x09, 0x33, 0x53, 0x69, 0x28, 0xf6, - 0xf8, 0xf6, 0x93, 0x3d, 0x3a, 0x16, 0xa3, 0x7c, 0x2c, 0xb2, 0x57, 0x64, 0xa5, 0xc6, 0xa7, 0xa3, - 0xa3, 0x21, 0x45, 0x65, 0xd5, 0x59, 0xae, 0x7a, 0xc4, 0x7d, 0x37, 0x57, 0x4c, 0xde, 0x85, 0xb5, - 0x34, 0x20, 0x0a, 0xa2, 0xbe, 0xfc, 0xd4, 0x9f, 0xe7, 0x40, 0x3c, 0x48, 0x72, 0xed, 0x37, 0xbe, - 0x85, 0x96, 0x62, 0x3c, 0xd4, 0x85, 0xd6, 0x83, 0xf0, 0xdc, 0x9d, 0x06, 0xbe, 0x75, 0x01, 0xb5, - 0xa0, 0x76, 0x9f, 0x30, 0xab, 0xc2, 0x3f, 0x0e, 0xe7, 0xcc, 0xaa, 0x21, 0x80, 0xa6, 0x7c, 0x95, - 0xb7, 0xea, 0xa8, 0x0d, 0xf5, 0xa3, 0xd0, 0x8d, 0xad, 0x06, 0xea, 0x41, 0x5b, 0x3f, 0xf4, 0x5b, - 0x4d, 0xb4, 0x06, 0x5d, 0xe3, 0xe5, 0xde, 0x6a, 0xa1, 0x3e, 0x74, 0xd2, 0x97, 0x78, 0xab, 0xcd, - 0x9b, 0xe9, 0xd3, 0xba, 0xd5, 0x79, 0xe3, 0x6f, 0x55, 0x75, 0xeb, 0xd6, 0x2e, 0x58, 0xd0, 0x53, - 0x2e, 0x08, 0xb1, 0x75, 0x01, 0x0d, 0x00, 0xb2, 0x42, 0xc4, 0xaa, 0xa0, 0x3e, 0x34, 0x44, 0x4d, - 0x63, 0x55, 0x2f, 0x57, 0xdb, 0x15, 0xd1, 0x9d, 0x96, 0x9c, 0x56, 0x0d, 0x21, 0x18, 0xe4, 0x2b, - 0x4a, 0xab, 0xce, 0x9d, 0x32, 0x6e, 0x39, 0x56, 0x83, 0x1b, 0x65, 0xd5, 0xa2, 0xd5, 0xe4, 0xa3, - 0x9a, 0xa5, 0x9f, 0xd5, 0x52, 0x26, 0xba, 0x62, 0xb3, 0xda, 0x68, 0x1d, 0xfa, 0xb9, 0x8a, 0xcc, - 0xea, 0x70, 0x94, 0xac, 0xc4, 0xb2, 0x80, 0xa3, 0x98, 0x25, 0x93, 0xd5, 0x45, 0x23, 0xf1, 0x0f, - 0x69, 0xae, 0xbe, 0xb1, 0x7a, 0x68, 0x08, 0x6b, 0x85, 0xea, 0xc5, 0xea, 0xa3, 0x0d, 0xfd, 0x60, - 0x6b, 0xd6, 0x1a, 0xd6, 0x80, 0x83, 0x9a, 0x17, 0x0d, 0x6b, 0xed, 0x8d, 0x7b, 0xfa, 0xa8, 0xd6, - 0x31, 0x5b, 0x87, 0xbe, 0x8a, 0x99, 0x94, 0x5b, 0x17, 0xb8, 0x95, 0x79, 0x22, 0x59, 0x95, 0x4c, - 0x22, 0x8f, 0x11, 0xab, 0x7a, 0xe7, 0xe6, 0x7f, 0xfe, 0xda, 0xae, 0xfc, 0xfd, 0xc7, 0xad, 0xca, - 0x3f, 0x7f, 0xdc, 0xaa, 0xfc, 0xf7, 0xc7, 0xad, 0xca, 0x77, 0x3f, 0x6d, 0x5d, 0x00, 0x2b, 0xa2, - 0x27, 0xbb, 0x2c, 0x38, 0x3b, 0xdf, 0x3d, 0x3b, 0x17, 0xff, 0xff, 0x7f, 0xd5, 0x14, 0x3f, 0x6f, - 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xad, 0xe4, 0x35, 0xe2, 0x9b, 0x20, 0x00, 0x00, + // 2794 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5a, 0xdb, 0x6f, 0xdc, 0xc6, + 0xd5, 0xf7, 0xde, 0x77, 0xcf, 0x5e, 0x44, 0xcd, 0xae, 0xa5, 0xb5, 0x9d, 0xc8, 0x32, 0xed, 0xf8, + 0x53, 0xf2, 0x7d, 0xd0, 0xd7, 0x28, 0x89, 0x13, 0x20, 0xce, 0xcd, 0x96, 0xec, 0x38, 0xbe, 0x54, + 0x19, 0xa9, 0x09, 0x5a, 0x20, 0x20, 0x18, 0x72, 0x56, 0x22, 0xb4, 0x4b, 0x32, 0xc3, 0x59, 0x39, + 0x9b, 0xbc, 0x16, 0x7d, 0xef, 0x5b, 0xff, 0x84, 0x02, 0x7d, 0xea, 0x7f, 0xd1, 0xf4, 0xa9, 0x2d, + 0x02, 0xb4, 0x8f, 0x45, 0xf2, 0xd6, 0xbf, 0xa2, 0x98, 0x1b, 0x39, 0xe4, 0x72, 0xed, 0x38, 0x4f, + 0xe2, 0x9c, 0x39, 0xe7, 0x37, 0x67, 0xce, 0x99, 0xf9, 0xcd, 0x99, 0x59, 0x81, 0x45, 0xdd, 0x09, + 0x73, 0xbc, 0x99, 0x1f, 0x7f, 0xb9, 0x1b, 0xd3, 0x88, 0x45, 0x08, 0x32, 0xc9, 0xe5, 0xde, 0x8c, + 0x30, 0x57, 0xf7, 0x5c, 0xee, 0x13, 0x4a, 0x23, 0x6a, 0x36, 0xdd, 0x09, 0xcb, 0x9a, 0x67, 0xe7, + 0x34, 0xf6, 0xd2, 0x26, 0x0a, 0x66, 0x71, 0x44, 0x99, 0x93, 0x24, 0x99, 0xca, 0x50, 0x40, 0x27, + 0x84, 0x9e, 0x93, 0x0c, 0x66, 0x8d, 0xce, 0x13, 0x26, 0x3e, 0xa5, 0xc0, 0xde, 0x05, 0xb8, 0x4f, + 0x18, 0x26, 0x5f, 0xcd, 0x49, 0xc2, 0xd0, 0x00, 0xaa, 0xde, 0x64, 0x5c, 0xd9, 0xae, 0xec, 0x74, + 0x70, 0xd5, 0x9b, 0x20, 0x0b, 0x6a, 0x67, 0x64, 0x31, 0xae, 0x6e, 0x57, 0x76, 0x7a, 0x98, 0x7f, + 0xda, 0xd7, 0xa1, 0x2b, 0xf4, 0x93, 0x38, 0x0a, 0x13, 0x82, 0x46, 0xd0, 0x38, 0x77, 0xa7, 0x73, + 0x22, 0x6c, 0x7a, 0x58, 0x36, 0xec, 0x7d, 0x80, 0xc3, 0xf9, 0x4f, 0x07, 0xcd, 0x50, 0x6a, 0x26, + 0x4a, 0x1f, 0xba, 0x02, 0x45, 0x0e, 0x65, 0xbf, 0x0e, 0xfd, 0x7d, 0x32, 0x25, 0x8c, 0xfc, 0x74, + 0x67, 0x2d, 0x18, 0x68, 0x13, 0x05, 0xf2, 0x2d, 0x20, 0x25, 0x71, 0xc3, 0x93, 0x95, 0x48, 0x57, + 0xa0, 0x93, 0x30, 0x97, 0x32, 0x27, 0xc3, 0x6b, 0x0b, 0xc1, 0x43, 0xb2, 0x40, 0x9b, 0xd0, 0x22, + 0xa1, 0x2f, 0xba, 0xa4, 0xbb, 0x4d, 0x12, 0xfa, 0xbc, 0xe3, 0x2a, 0x74, 0xc3, 0x88, 0x05, 0x93, + 0x85, 0x13, 0x85, 0xd3, 0xc5, 0xb8, 0xbe, 0x5d, 0xd9, 0x69, 0x63, 0x90, 0xa2, 0x5f, 0x86, 0xd3, + 0x85, 0x7d, 0x11, 0x86, 0xb9, 0xc1, 0x95, 0x4f, 0x7d, 0xe8, 0x1e, 0x85, 0x6e, 0xac, 0x9c, 0xb1, + 0x6f, 0x41, 0x4f, 0x36, 0x55, 0x88, 0x6f, 0x42, 0x93, 0x92, 0x93, 0x20, 0x0a, 0x85, 0x83, 0xdd, + 0xbd, 0xc1, 0xae, 0x5a, 0x27, 0x58, 0x48, 0xb1, 0xea, 0xb5, 0x1f, 0xc3, 0xda, 0x21, 0x25, 0x4f, + 0x69, 0x90, 0x45, 0x48, 0x45, 0xa4, 0x52, 0x12, 0xe9, 0xaa, 0x11, 0x69, 0x84, 0xa0, 0x3e, 0x8d, + 0xbc, 0x33, 0x35, 0x1f, 0xf1, 0x6d, 0x23, 0xb0, 0x32, 0x38, 0xe5, 0xe9, 0xbb, 0x60, 0x3d, 0x08, + 0x4f, 0x48, 0xc2, 0x8e, 0x8e, 0x8e, 0xf5, 0x18, 0xff, 0x03, 0xb5, 0x24, 0x61, 0xca, 0xb7, 0x8b, + 0xbb, 0xb9, 0x85, 0x78, 0x74, 0x74, 0xfc, 0x98, 0x30, 0x17, 0x73, 0x0d, 0x7b, 0x08, 0xeb, 0x86, + 0xb1, 0x42, 0x74, 0xc0, 0xc2, 0xc4, 0xf5, 0x1f, 0x84, 0x3e, 0xf9, 0x5a, 0x23, 0x5e, 0x02, 0x19, + 0x6c, 0x87, 0x25, 0x02, 0xb6, 0x8e, 0x5b, 0xa2, 0x7d, 0x9c, 0xa0, 0x5f, 0x00, 0x9c, 0x91, 0x85, + 0x43, 0x79, 0xfc, 0x92, 0x71, 0x75, 0xbb, 0xb6, 0xd3, 0xdd, 0x5b, 0xdf, 0xd5, 0x7b, 0xe1, 0x21, + 0x59, 0xc8, 0xc8, 0x76, 0xce, 0xd4, 0x57, 0x62, 0x7f, 0x01, 0xeb, 0xc6, 0x00, 0x2a, 0xa4, 0x2f, + 0x03, 0x50, 0xe2, 0xfa, 0x4e, 0xc0, 0xa5, 0x6a, 0x8c, 0x0e, 0xd5, 0x6a, 0xe8, 0x55, 0x68, 0xf2, + 0x10, 0x10, 0x5f, 0x44, 0xc9, 0x1c, 0xe1, 0x51, 0xe4, 0x9d, 0x3d, 0x08, 0x27, 0x11, 0x56, 0x0a, + 0xf6, 0x8f, 0x35, 0x68, 0x69, 0xbf, 0x77, 0xa1, 0xed, 0xcd, 0x7c, 0x87, 0x2d, 0x62, 0xb9, 0x1d, + 0x06, 0x7b, 0xc3, 0x5d, 0x63, 0xc3, 0xdf, 0x9d, 0xf9, 0xc7, 0x8b, 0x98, 0xe0, 0x96, 0x27, 0x3f, + 0xd0, 0x0e, 0xd4, 0x4e, 0x08, 0x53, 0x63, 0x6c, 0x98, 0xaa, 0xd9, 0x8e, 0xc4, 0x5c, 0x85, 0x6b, + 0xc6, 0x73, 0x26, 0x56, 0x54, 0x41, 0x33, 0xdb, 0x66, 0x98, 0xab, 0xa0, 0xd7, 0xa1, 0xe9, 0x8b, + 0x25, 0x36, 0x6e, 0x08, 0xe5, 0x4b, 0xa6, 0x72, 0x6e, 0xfb, 0x60, 0xa5, 0x88, 0xfe, 0x17, 0xea, + 0x49, 0xe8, 0xc6, 0xe3, 0xa6, 0x30, 0xd8, 0x34, 0x0d, 0x8c, 0x65, 0x89, 0x85, 0x12, 0x7a, 0x1b, + 0xda, 0xb1, 0x5a, 0x15, 0xe3, 0x96, 0x30, 0xb8, 0x92, 0x73, 0x27, 0xbf, 0x00, 0x71, 0xaa, 0x8c, + 0x3e, 0x82, 0x9e, 0x1c, 0x4f, 0x26, 0x6f, 0xdc, 0x16, 0xc6, 0x5b, 0x25, 0xee, 0x19, 0x1b, 0x13, + 0x77, 0xfd, 0x4c, 0x86, 0xde, 0x05, 0x08, 0xc4, 0x02, 0xe2, 0xab, 0x6b, 0xdc, 0x11, 0x00, 0x2f, + 0x99, 0x00, 0xc5, 0xb5, 0x89, 0x3b, 0x52, 0xff, 0x28, 0x61, 0xdc, 0xd8, 0x48, 0x39, 0x2c, 0x1b, + 0x17, 0x97, 0xa1, 0xb1, 0x20, 0xec, 0xff, 0xd4, 0xa0, 0x9d, 0x2e, 0x9e, 0x17, 0x4d, 0xf3, 0xab, + 0x66, 0x9a, 0x37, 0x97, 0xd2, 0x2c, 0x51, 0x65, 0x9e, 0x5f, 0x35, 0xf3, 0xbc, 0xb9, 0x94, 0x67, + 0xad, 0xca, 0x13, 0xbd, 0x57, 0x48, 0xf4, 0xe5, 0xb2, 0x44, 0x2b, 0x03, 0x9d, 0xe9, 0xff, 0xcb, + 0x65, 0x7a, 0xbc, 0x9c, 0x69, 0xa5, 0x2f, 0x53, 0xfd, 0xce, 0x52, 0xaa, 0x5f, 0x2a, 0x4f, 0xb5, + 0xb2, 0xca, 0x72, 0xfd, 0x21, 0xf0, 0xbc, 0x15, 0x52, 0x7d, 0x75, 0x65, 0xaa, 0x95, 0x3d, 0x08, + 0x1b, 0x99, 0xea, 0xdb, 0x25, 0xa9, 0x7e, 0x79, 0x45, 0xaa, 0x95, 0xb9, 0x91, 0xeb, 0xdb, 0x25, + 0xb9, 0x7e, 0x79, 0x45, 0xae, 0xb5, 0x75, 0x96, 0xec, 0x08, 0xd6, 0xef, 0x9e, 0x72, 0x2f, 0x0e, + 0x09, 0xa1, 0x7a, 0x6f, 0xbf, 0x03, 0x5d, 0x4f, 0x08, 0xcd, 0xbc, 0x6f, 0xee, 0xea, 0x43, 0xf9, + 0x6e, 0x14, 0x4e, 0xa4, 0x91, 0xc8, 0x3d, 0x78, 0xe9, 0x37, 0xda, 0x86, 0x7a, 0x4c, 0x08, 0x55, + 0xf9, 0xef, 0x69, 0xf2, 0x16, 0xe0, 0xa2, 0xc7, 0xbe, 0x0d, 0xc8, 0x1c, 0xf0, 0x05, 0x69, 0xff, + 0x09, 0x0c, 0x33, 0xeb, 0xcf, 0xf6, 0xb4, 0xc3, 0x6f, 0x43, 0x4b, 0x3a, 0xc1, 0x39, 0xb4, 0x56, + 0x0c, 0xc0, 0xd2, 0x04, 0xb1, 0xd6, 0xb6, 0xdf, 0x87, 0x51, 0x1e, 0xef, 0x05, 0xfd, 0xf9, 0x67, + 0x05, 0x7a, 0x47, 0xf1, 0x34, 0x48, 0x8f, 0x7f, 0x7e, 0x98, 0xf2, 0xb6, 0x93, 0x1d, 0x45, 0x6d, + 0x21, 0xe0, 0x67, 0xa6, 0x0d, 0xfd, 0x90, 0x3c, 0x75, 0xa4, 0xad, 0x13, 0x48, 0xc6, 0xad, 0xe3, + 0x6e, 0x48, 0x9e, 0x4a, 0xdc, 0x07, 0x3e, 0xda, 0x86, 0x1e, 0xd7, 0xe1, 0xb1, 0x72, 0x02, 0x3f, + 0x19, 0xd7, 0xb6, 0x6b, 0x3b, 0x75, 0x0c, 0x21, 0x79, 0xca, 0x5d, 0x7c, 0xe0, 0x27, 0xe8, 0x15, + 0xe8, 0xd1, 0xe0, 0xe4, 0x94, 0x39, 0x3e, 0xa1, 0xc1, 0x39, 0x91, 0x47, 0xef, 0x9d, 0xea, 0xb8, + 0x82, 0xbb, 0x42, 0xbe, 0x2f, 0xc4, 0xe8, 0x3d, 0xb8, 0xe2, 0xce, 0x22, 0xca, 0x82, 0x6f, 0x88, + 0x93, 0x44, 0x73, 0xea, 0x11, 0x3d, 0x70, 0x12, 0x7c, 0x23, 0x37, 0x52, 0x1b, 0x8f, 0xb5, 0xca, + 0x91, 0xd0, 0x90, 0x5e, 0x1c, 0x05, 0xdf, 0x10, 0xfb, 0xd7, 0xd0, 0x57, 0x13, 0x53, 0x21, 0xb1, + 0xa1, 0x3e, 0x25, 0x13, 0xb6, 0x22, 0x20, 0xa2, 0x0f, 0xdd, 0x80, 0x86, 0x70, 0x41, 0xe5, 0xbf, + 0xa8, 0x24, 0x3b, 0xed, 0x3f, 0x55, 0x60, 0xfd, 0x8e, 0xcb, 0xbc, 0xd3, 0x5c, 0xe4, 0xde, 0x84, + 0x36, 0x95, 0x9f, 0x3a, 0x89, 0xf9, 0x3d, 0x6b, 0xe8, 0xe2, 0x54, 0x13, 0x5d, 0x2b, 0x04, 0xa3, + 0x2a, 0xa6, 0xf5, 0x22, 0x81, 0xa8, 0x3d, 0x27, 0x10, 0xef, 0x03, 0x32, 0x9d, 0x55, 0xd1, 0xd8, + 0x81, 0x96, 0x04, 0xd1, 0xce, 0x16, 0xe7, 0xaa, 0xbb, 0xed, 0xdf, 0x57, 0x60, 0xfd, 0x6e, 0x34, + 0x8b, 0x5d, 0x8f, 0x3d, 0x8a, 0x4e, 0xf4, 0x6c, 0xaf, 0x43, 0xdf, 0x93, 0xc2, 0xdc, 0xb9, 0xdc, + 0x53, 0x42, 0x79, 0x34, 0x5f, 0x03, 0xdd, 0x76, 0x18, 0xa1, 0x33, 0xbd, 0x5c, 0x94, 0xec, 0x98, + 0xd0, 0x19, 0x7a, 0x13, 0x36, 0xce, 0x23, 0x46, 0xa8, 0x43, 0x49, 0x3c, 0x0d, 0x3c, 0x97, 0x11, + 0xcd, 0x04, 0x35, 0xa1, 0x3c, 0x12, 0xbd, 0x38, 0xed, 0x94, 0xbb, 0x7e, 0x04, 0xc8, 0x74, 0x49, + 0x95, 0x27, 0x5f, 0xc0, 0xc5, 0x63, 0xea, 0x86, 0xc9, 0x84, 0xd0, 0x47, 0xc4, 0xf5, 0x33, 0x3e, + 0xd0, 0xbb, 0xba, 0xb2, 0x6a, 0x57, 0x23, 0x1b, 0x1a, 0xfc, 0xaf, 0xae, 0x52, 0xf2, 0x2a, 0xb2, + 0xcb, 0x1e, 0xc3, 0x46, 0x11, 0x5e, 0x0d, 0xbc, 0x2b, 0xdd, 0x99, 0x33, 0xf2, 0xb1, 0x9b, 0x9c, + 0xea, 0x51, 0xc7, 0xd0, 0xf2, 0xa2, 0x90, 0x91, 0xaf, 0x99, 0xda, 0x48, 0xba, 0x69, 0x7f, 0x0e, + 0xeb, 0x9f, 0x11, 0x1a, 0x4c, 0x16, 0xa6, 0xfa, 0x08, 0x1a, 0x66, 0x24, 0x65, 0x83, 0x17, 0x7b, + 0xa7, 0x6e, 0x72, 0xaa, 0x2a, 0x40, 0xf1, 0x6d, 0x02, 0xd7, 0xf2, 0xc0, 0x23, 0x40, 0x26, 0xb0, + 0x72, 0xef, 0x37, 0x30, 0x3c, 0xa4, 0x24, 0x76, 0x29, 0x79, 0x4c, 0x68, 0x56, 0x47, 0x5f, 0x81, + 0xce, 0x2c, 0x08, 0x73, 0xe9, 0x6b, 0xcf, 0x82, 0x50, 0xa6, 0xee, 0x26, 0x34, 0x99, 0x4b, 0xb3, + 0xa3, 0x70, 0x89, 0x40, 0x64, 0xaf, 0xbd, 0x01, 0xa3, 0x3c, 0xb6, 0x1a, 0xf3, 0x4d, 0xd8, 0x54, + 0xf2, 0x7b, 0x53, 0x37, 0x39, 0xfd, 0xd2, 0xf5, 0xce, 0x9e, 0x5f, 0x31, 0xda, 0x97, 0x61, 0xbc, + 0x6c, 0xa5, 0x10, 0xc7, 0xb0, 0x71, 0x2f, 0x08, 0x83, 0xe4, 0xb4, 0x08, 0x68, 0x5f, 0x82, 0xcd, + 0xa5, 0x1e, 0x65, 0xf4, 0x5d, 0x45, 0xa4, 0x66, 0x16, 0xb0, 0xdc, 0xd4, 0x6f, 0x42, 0x53, 0xee, + 0xa4, 0x55, 0xf4, 0x28, 0x7b, 0xd1, 0x06, 0x34, 0x3d, 0x61, 0xad, 0x96, 0xae, 0x6a, 0xf1, 0xdd, + 0x43, 0x42, 0x46, 0x03, 0x22, 0xf9, 0x8d, 0x03, 0xe8, 0xc3, 0xe5, 0x20, 0x64, 0x74, 0x81, 0x75, + 0x37, 0xba, 0x03, 0x3d, 0xb5, 0x67, 0x13, 0xe6, 0x32, 0xa2, 0xaa, 0x05, 0x75, 0xbc, 0xa6, 0xd7, + 0x3d, 0x39, 0xec, 0xa3, 0xc8, 0x73, 0xa7, 0x47, 0x5c, 0x0d, 0x77, 0xa5, 0x91, 0x68, 0x7c, 0xd2, + 0x68, 0xfb, 0xd6, 0x77, 0x15, 0x7e, 0x21, 0xc9, 0x4d, 0x25, 0x5d, 0x7c, 0x23, 0x1c, 0x4d, 0xa7, + 0x7c, 0xda, 0xb9, 0x39, 0x66, 0xbe, 0x57, 0x4c, 0xdf, 0xed, 0x4d, 0xb8, 0x58, 0xd0, 0x57, 0x40, + 0x4f, 0x60, 0x74, 0xf4, 0x34, 0x60, 0xde, 0xe9, 0xe7, 0x01, 0x0b, 0x49, 0x92, 0x68, 0xa0, 0x4d, + 0x68, 0x29, 0x36, 0xd7, 0x48, 0xb1, 0x60, 0x72, 0x5e, 0x98, 0x07, 0x89, 0xf3, 0x54, 0x6a, 0x2b, + 0xe6, 0xea, 0x04, 0x89, 0x32, 0xb7, 0x4f, 0xe1, 0x92, 0x24, 0x9e, 0x32, 0xd0, 0x87, 0x60, 0x25, + 0x42, 0xae, 0xed, 0xd3, 0xa3, 0x6f, 0x3b, 0xc7, 0x9a, 0x25, 0xb6, 0x78, 0x2d, 0x31, 0xa5, 0x24, + 0xb1, 0x5f, 0x82, 0xcb, 0x65, 0x23, 0xa5, 0x01, 0x1a, 0xfe, 0x2a, 0xf6, 0x5d, 0x46, 0xee, 0x7b, + 0x66, 0x91, 0x90, 0x9b, 0x56, 0x2d, 0x9b, 0x96, 0xfd, 0x8f, 0x36, 0xf4, 0x3e, 0xf2, 0x67, 0x41, + 0xa8, 0x35, 0xdf, 0x58, 0xaa, 0x21, 0x73, 0xcc, 0x2e, 0x74, 0x97, 0x0a, 0xc9, 0xf7, 0xd3, 0x1a, + 0xc4, 0x28, 0x28, 0x9e, 0x73, 0xac, 0xab, 0x4a, 0x84, 0x8b, 0xd0, 0x1e, 0x34, 0xc4, 0xb9, 0x2b, + 0xb6, 0xf8, 0x33, 0xce, 0x12, 0x71, 0x70, 0x4a, 0x55, 0x31, 0xa6, 0xe2, 0xdb, 0x69, 0x74, 0xa2, + 0xd6, 0x5a, 0x7e, 0xcc, 0x22, 0x91, 0x63, 0xf0, 0x52, 0x11, 0xfa, 0x04, 0xd6, 0x98, 0x62, 0x38, + 0x67, 0x2a, 0x28, 0x4e, 0xd5, 0xab, 0xd7, 0x4c, 0x8c, 0x52, 0x8e, 0xc5, 0x03, 0x96, 0x13, 0x73, + 0x5f, 0xce, 0x05, 0x15, 0x39, 0x82, 0xbf, 0x9a, 0xcb, 0xbe, 0x2c, 0x51, 0x20, 0x86, 0xf3, 0x54, + 0x84, 0xf6, 0xa1, 0x1f, 0x4b, 0x2a, 0x70, 0x66, 0x7c, 0x99, 0xaa, 0xaa, 0xf6, 0x6a, 0xa1, 0xaa, + 0x2d, 0xb2, 0x1a, 0xee, 0xc5, 0x86, 0x90, 0x5f, 0x64, 0xe4, 0xb2, 0x57, 0x20, 0x25, 0x17, 0x99, + 0x65, 0x7a, 0x10, 0x27, 0x94, 0x96, 0xa1, 0xfb, 0x30, 0xa0, 0x6a, 0xbf, 0x28, 0x10, 0x59, 0xe1, + 0xe6, 0xd6, 0x69, 0xd9, 0x0e, 0xc4, 0x7d, 0x6a, 0x4a, 0xd1, 0x5b, 0xd0, 0x14, 0x69, 0x4a, 0xca, + 0x8a, 0xdc, 0xa5, 0x7a, 0x02, 0x2b, 0x65, 0x74, 0x00, 0x03, 0x63, 0x21, 0x39, 0xe7, 0x7b, 0xe3, + 0xee, 0x72, 0x24, 0x4a, 0x8a, 0x4a, 0xdc, 0xf3, 0x0c, 0xa1, 0x8a, 0x04, 0x3f, 0xa3, 0x64, 0x42, + 0x7a, 0xa5, 0x91, 0x28, 0x9c, 0x61, 0xf2, 0xac, 0x56, 0x32, 0x74, 0x08, 0xeb, 0x3a, 0x25, 0x13, + 0xcd, 0xb4, 0xe3, 0xbe, 0xc0, 0xb9, 0x5e, 0x92, 0x96, 0x22, 0x4f, 0x63, 0x2b, 0x2e, 0x74, 0xa0, + 0xc7, 0x60, 0x4d, 0x04, 0x73, 0x1b, 0x80, 0x03, 0x01, 0x68, 0x9b, 0x80, 0xe5, 0xbc, 0x8f, 0xd7, + 0x26, 0x79, 0x39, 0x3a, 0x2c, 0x21, 0x95, 0x35, 0x01, 0xf7, 0xca, 0x72, 0xac, 0x7f, 0x0a, 0xb3, + 0xa0, 0xfb, 0xb0, 0x36, 0x17, 0xdc, 0xe1, 0x9c, 0x78, 0x8e, 0xac, 0x10, 0xac, 0xe5, 0xe8, 0x97, + 0xd0, 0x0b, 0xee, 0xcf, 0x0d, 0x61, 0x62, 0x7f, 0xdf, 0x82, 0xbe, 0x22, 0x15, 0x55, 0x81, 0xfd, + 0x2c, 0x56, 0xf9, 0xa0, 0x8c, 0x55, 0xb6, 0x56, 0xb1, 0x8a, 0xbe, 0xab, 0x19, 0xb4, 0xf2, 0x46, + 0x9e, 0x56, 0x2e, 0x95, 0xd0, 0x8a, 0xb4, 0x32, 0x79, 0xe5, 0x83, 0x32, 0x5e, 0xd9, 0x5a, 0xc5, + 0x2b, 0xe9, 0xa8, 0x19, 0xb1, 0x3c, 0x5c, 0x45, 0x2c, 0xf6, 0xb3, 0x88, 0x45, 0x01, 0x15, 0x99, + 0xe5, 0x83, 0x32, 0x66, 0xd9, 0x5a, 0xc5, 0x2c, 0xda, 0x1b, 0x83, 0x5a, 0x0e, 0xca, 0xa9, 0x65, + 0x7b, 0x35, 0xb5, 0x28, 0x90, 0x3c, 0xb7, 0xdc, 0x29, 0xe5, 0x96, 0xab, 0x2b, 0xb9, 0x45, 0x81, + 0xe4, 0xc8, 0xe5, 0xe3, 0x15, 0xe4, 0x72, 0xed, 0x19, 0xe4, 0xa2, 0x70, 0x0a, 0xec, 0x72, 0xab, + 0xc0, 0x2e, 0x5b, 0xab, 0xd8, 0x45, 0x3f, 0x33, 0x28, 0x7a, 0xb9, 0xb7, 0x82, 0x5e, 0xb6, 0x57, + 0xd3, 0x8b, 0x8e, 0x46, 0x8e, 0x5f, 0x3e, 0x2d, 0x23, 0x07, 0x49, 0x32, 0x37, 0x9e, 0x4d, 0x0e, + 0x0a, 0x6e, 0x99, 0x1d, 0x9e, 0x94, 0xb0, 0x43, 0x09, 0xdd, 0xac, 0xa8, 0xfd, 0x96, 0xe9, 0xe1, + 0xd3, 0x12, 0x7a, 0x90, 0x6c, 0x73, 0xf3, 0x79, 0xf4, 0xa0, 0x21, 0x8b, 0x95, 0xc7, 0x45, 0x18, + 0xaa, 0xda, 0xcd, 0x3c, 0x0c, 0xed, 0xdb, 0x30, 0xca, 0x8b, 0xd5, 0x9e, 0xbf, 0x01, 0x4d, 0xb5, + 0xfc, 0xcb, 0xae, 0x22, 0xaa, 0x2f, 0x03, 0xdd, 0x27, 0xcc, 0x0d, 0xa6, 0x1a, 0xd4, 0xd7, 0xa0, + 0x5a, 0xfc, 0x62, 0x77, 0x7d, 0x63, 0xf0, 0xea, 0x33, 0x06, 0xff, 0x7b, 0x05, 0xfa, 0xbc, 0xec, + 0x9c, 0x27, 0xc6, 0xc5, 0xb6, 0x40, 0x54, 0x79, 0xd6, 0x10, 0xca, 0x4b, 0x4c, 0xb5, 0x0f, 0x7d, + 0x75, 0x4b, 0xcd, 0x0d, 0x7a, 0x35, 0xff, 0xb2, 0xb3, 0x14, 0x3a, 0xdc, 0xa3, 0x86, 0xd0, 0x40, + 0xf1, 0xc5, 0xa4, 0x15, 0x6d, 0x95, 0xa0, 0xe4, 0x62, 0xa5, 0x51, 0xa4, 0xd0, 0xfe, 0xbe, 0x02, + 0x03, 0x3d, 0x27, 0x15, 0xb4, 0x9f, 0x37, 0xa9, 0x83, 0xf2, 0x49, 0x6d, 0xaf, 0x9e, 0x94, 0xde, + 0x2b, 0xb9, 0x59, 0x1d, 0x94, 0xcf, 0x6a, 0x7b, 0xf5, 0xac, 0xf2, 0x30, 0x6a, 0x5a, 0x7f, 0xad, + 0xc1, 0x3a, 0x76, 0x27, 0xba, 0x62, 0xf8, 0x58, 0x82, 0x5f, 0x81, 0x4e, 0xf6, 0x40, 0xa3, 0xae, + 0x75, 0x34, 0x7b, 0x9d, 0x79, 0xce, 0xfb, 0x16, 0xba, 0x0a, 0x5d, 0xf1, 0x1c, 0xf7, 0xd5, 0x3c, + 0xa2, 0xf3, 0x99, 0x7a, 0x5d, 0x10, 0x2f, 0x74, 0x9f, 0x0a, 0x09, 0xbf, 0x91, 0xce, 0xe7, 0x81, + 0x2f, 0x4e, 0x81, 0x1e, 0x16, 0xdf, 0xe8, 0x16, 0x28, 0xcf, 0x1c, 0x12, 0x47, 0xde, 0xa9, 0x22, + 0xf7, 0x61, 0x7e, 0x21, 0x1e, 0xf0, 0x2e, 0xdc, 0xa5, 0x59, 0x83, 0x63, 0x89, 0x87, 0x81, 0xa6, + 0x70, 0x53, 0x7c, 0x8b, 0xeb, 0xe1, 0x22, 0xf4, 0xc4, 0x49, 0xd3, 0x12, 0xa3, 0xb7, 0x78, 0x9b, + 0x1f, 0x23, 0xd7, 0xf8, 0x30, 0xe2, 0x25, 0xc0, 0xe1, 0x0e, 0x09, 0xc6, 0x6d, 0x73, 0x44, 0x21, + 0xc3, 0xc4, 0xf5, 0xd1, 0x75, 0xe8, 0xbb, 0x71, 0x3c, 0x0d, 0xd2, 0x67, 0x84, 0x8e, 0x7c, 0x97, + 0x50, 0x42, 0x79, 0xb9, 0x1d, 0x41, 0x63, 0x32, 0x75, 0x4f, 0x24, 0x55, 0xd6, 0xb1, 0x6c, 0xf0, + 0xc0, 0xf1, 0x0f, 0xc7, 0x77, 0x99, 0x2b, 0x48, 0xb0, 0x87, 0xdb, 0x5c, 0xb0, 0xef, 0x32, 0x17, + 0xfd, 0x3f, 0xb4, 0x63, 0x1a, 0x44, 0x34, 0x60, 0x0b, 0xc1, 0x6a, 0x83, 0xbd, 0x61, 0xfa, 0x3b, + 0x03, 0x67, 0x79, 0x37, 0xf4, 0x0f, 0x69, 0x80, 0x53, 0x25, 0xb4, 0x0b, 0x43, 0x4a, 0xd4, 0xd5, + 0xef, 0x84, 0x46, 0xf3, 0xd8, 0x09, 0xdd, 0x19, 0x11, 0xfc, 0xd5, 0xc1, 0xeb, 0xba, 0xeb, 0x3e, + 0xef, 0x79, 0xe2, 0xce, 0x88, 0xfd, 0x15, 0x20, 0x99, 0x4b, 0x99, 0x6a, 0x95, 0xcc, 0x1b, 0xd0, + 0x10, 0xbf, 0x2c, 0xa6, 0x5b, 0x5b, 0xff, 0xce, 0x78, 0xc0, 0xff, 0x62, 0xd9, 0x99, 0xa6, 0xa4, + 0x6a, 0xa4, 0xe4, 0x1a, 0xf4, 0xbc, 0x39, 0xa5, 0x24, 0x54, 0x6f, 0x2f, 0x35, 0xf5, 0xf6, 0x22, + 0x65, 0xc7, 0x84, 0xce, 0xec, 0xdf, 0x55, 0x61, 0xc0, 0xc7, 0xbc, 0x3b, 0xf3, 0xf5, 0x5e, 0x7f, + 0x0b, 0x9a, 0xa7, 0x26, 0x41, 0xe5, 0x1f, 0x62, 0x8b, 0x6b, 0x0d, 0x2b, 0x65, 0x1e, 0x9d, 0xf4, + 0xed, 0x4b, 0xbe, 0xa0, 0x0c, 0xf3, 0x6b, 0xb9, 0xf8, 0xec, 0xf5, 0x1e, 0xf4, 0x5d, 0x5e, 0xe0, + 0x38, 0x4a, 0x52, 0x76, 0xcb, 0x31, 0xef, 0x60, 0xb8, 0xe7, 0x9a, 0x37, 0xb2, 0x0f, 0x61, 0x90, + 0x88, 0x1d, 0x9a, 0xda, 0xd7, 0x4b, 0xca, 0x19, 0x93, 0xc5, 0x70, 0x3f, 0x31, 0x9b, 0x9f, 0xd4, + 0xdb, 0x0d, 0xab, 0xa9, 0x6f, 0xd6, 0xbf, 0xad, 0xc2, 0x5a, 0x1a, 0x08, 0x45, 0x10, 0xb7, 0x0a, + 0x91, 0xd8, 0x5a, 0x8e, 0x84, 0x99, 0xa9, 0x34, 0x14, 0x7b, 0x7c, 0xfb, 0xc9, 0x1e, 0x1d, 0x8b, + 0x51, 0x3e, 0x16, 0xd9, 0x23, 0xb6, 0x52, 0xe3, 0xd3, 0xd1, 0xd1, 0x90, 0xa2, 0xb2, 0xea, 0x2c, + 0x57, 0x3d, 0xe2, 0xbe, 0x9b, 0x2b, 0x26, 0xef, 0xc2, 0x5a, 0x1a, 0x10, 0x05, 0x51, 0x5f, 0xfe, + 0xa5, 0x21, 0xcf, 0x81, 0x78, 0x90, 0xe4, 0xda, 0xaf, 0x7d, 0x0b, 0x2d, 0xc5, 0x78, 0xa8, 0x0b, + 0xad, 0x07, 0xe1, 0xb9, 0x3b, 0x0d, 0x7c, 0xeb, 0x02, 0x6a, 0x41, 0xed, 0x3e, 0x61, 0x56, 0x85, + 0x7f, 0x1c, 0xce, 0x99, 0x55, 0x43, 0x00, 0x4d, 0xf9, 0xa3, 0x80, 0x55, 0x47, 0x6d, 0xa8, 0x1f, + 0x85, 0x6e, 0x6c, 0x35, 0x50, 0x0f, 0xda, 0xfa, 0x77, 0x06, 0xab, 0x89, 0xd6, 0xa0, 0x6b, 0xfc, + 0x70, 0x60, 0xb5, 0x50, 0x1f, 0x3a, 0xe9, 0x0f, 0x01, 0x56, 0x9b, 0x37, 0xd3, 0x97, 0x7d, 0xab, + 0xf3, 0xda, 0x9f, 0xab, 0xea, 0xd6, 0xad, 0x5d, 0xb0, 0xa0, 0xa7, 0x5c, 0x10, 0x62, 0xeb, 0x02, + 0x1a, 0x00, 0x64, 0x85, 0x88, 0x55, 0x41, 0x7d, 0x68, 0x88, 0x9a, 0xc6, 0xaa, 0x5e, 0xae, 0xb6, + 0x2b, 0xa2, 0x3b, 0x2d, 0x39, 0xad, 0x1a, 0x42, 0x30, 0xc8, 0x57, 0x94, 0x56, 0x9d, 0x3b, 0x65, + 0xdc, 0x72, 0xac, 0x06, 0x37, 0xca, 0xaa, 0x45, 0xab, 0xc9, 0x47, 0x35, 0x4b, 0x3f, 0xab, 0xa5, + 0x4c, 0x74, 0xc5, 0x66, 0xb5, 0xd1, 0x3a, 0xf4, 0x73, 0x15, 0x99, 0xd5, 0xe1, 0x28, 0x59, 0x89, + 0x65, 0x01, 0x47, 0x31, 0x4b, 0x26, 0xab, 0x8b, 0x46, 0xe2, 0x07, 0xda, 0x5c, 0x7d, 0x63, 0xf5, + 0xd0, 0x10, 0xd6, 0x0a, 0xd5, 0x8b, 0xd5, 0x47, 0x1b, 0xfa, 0xc1, 0xd6, 0xac, 0x35, 0xac, 0x01, + 0x07, 0x35, 0x2f, 0x1a, 0xd6, 0xda, 0x6b, 0xf7, 0xf4, 0x51, 0xad, 0x63, 0xb6, 0x0e, 0x7d, 0x15, + 0x33, 0x29, 0xb7, 0x2e, 0x70, 0x2b, 0xf3, 0x44, 0xb2, 0x2a, 0x99, 0x44, 0x1e, 0x23, 0x56, 0xf5, + 0xce, 0xcd, 0x7f, 0xfd, 0xb1, 0x5d, 0xf9, 0xcb, 0x0f, 0x5b, 0x95, 0xbf, 0xfd, 0xb0, 0x55, 0xf9, + 0xf7, 0x0f, 0x5b, 0x95, 0x3f, 0xfc, 0xb8, 0x75, 0x01, 0xac, 0x88, 0x9e, 0xec, 0xb2, 0xe0, 0xec, + 0x7c, 0xf7, 0xec, 0x5c, 0xfc, 0xfb, 0xc1, 0x97, 0x4d, 0xf1, 0xe7, 0x8d, 0xff, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x8a, 0xa5, 0xf1, 0xcc, 0x1a, 0x21, 0x00, 0x00, } func (m *GetRequest) Marshal() (dAtA []byte, err error) { @@ -4890,6 +4917,16 @@ func (m *SplitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if m.AmortizeSourceRegionSize { + i-- + if m.AmortizeSourceRegionSize { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x28 + } if m.RightDerive { i-- if m.RightDerive { @@ -5008,6 +5045,16 @@ func (m *BatchSplitRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if m.AmortizeSourceRegionSize { + i-- + if m.AmortizeSourceRegionSize { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x18 + } if m.RightDerive { i-- if m.RightDerive { @@ -7289,6 +7336,9 @@ func (m *SplitRequest) Size() (n int) { if m.RightDerive { n += 2 } + if m.AmortizeSourceRegionSize { + n += 2 + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -7330,6 +7380,9 @@ func (m *BatchSplitRequest) Size() (n int) { if m.RightDerive { n += 2 } + if m.AmortizeSourceRegionSize { + n += 2 + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -10825,6 +10878,26 @@ func (m *SplitRequest) Unmarshal(dAtA []byte) error { } } m.RightDerive = bool(v != 0) + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field AmortizeSourceRegionSize", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRaftCmdpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.AmortizeSourceRegionSize = bool(v != 0) default: iNdEx = preIndex skippy, err := skipRaftCmdpb(dAtA[iNdEx:]) @@ -11053,6 +11126,26 @@ func (m *BatchSplitRequest) Unmarshal(dAtA []byte) error { } } m.RightDerive = bool(v != 0) + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field AmortizeSourceRegionSize", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowRaftCmdpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.AmortizeSourceRegionSize = bool(v != 0) default: iNdEx = preIndex skippy, err := skipRaftCmdpb(dAtA[iNdEx:]) diff --git a/proto/raft_cmdpb.proto b/proto/raft_cmdpb.proto index b0695091f..28a92ac40 100644 --- a/proto/raft_cmdpb.proto +++ b/proto/raft_cmdpb.proto @@ -146,6 +146,11 @@ message SplitRequest { // left region use new_region_id. // Will be ignored in batch split, use `BatchSplitRequest::right_derive` instead. bool right_derive = 4 [deprecated=true]; + // It should be false iff the region split by user key such as split table or create partion table etc, + // the new region's will not amortize the source region size, so it's region size is zero. + // It should be true iff the region's load reaches the threshold such as size, keys, load check etc, + // the new region's size will amortize the origin region, so it's region size is half of the source region. + bool amortize_source_region_size = 5; } message SplitResponse { @@ -158,6 +163,11 @@ message BatchSplitRequest { // If true, the last region derive the origin region_id, // other regions use new ids. bool right_derive = 2; + // It should be false iff the region split by user key such as split table or create partion table etc, + // the new region's will not amortize the source region size, so it's region size is zero. + // It should be true iff the region's load reaches the threshold such as size, keys, load check etc, + // the new region's size will amortize the origin region, so it's region size is half of the source region. + bool amortize_source_region_size = 3; } message BatchSplitResponse { diff --git a/scripts/proto.lock b/scripts/proto.lock index 9b356c074..060c909f0 100644 --- a/scripts/proto.lock +++ b/scripts/proto.lock @@ -15901,6 +15901,11 @@ "value": "true" } ] + }, + { + "id": 5, + "name": "amortize_source_region_size", + "type": "bool" } ] }, @@ -15932,6 +15937,11 @@ "id": 2, "name": "right_derive", "type": "bool" + }, + { + "id": 3, + "name": "amortize_source_region_size", + "type": "bool" } ] },