From 1f7816883b52b96821bd75d098b356e87c3b900b Mon Sep 17 00:00:00 2001 From: disksing Date: Mon, 18 May 2020 18:18:54 +0800 Subject: [PATCH] pdpb: add down_peers and pending_peers in GetRegionResponse Signed-off-by: disksing --- pkg/pdpb/pdpb.pb.go | 658 ++++++++++++++++++++++++++------------------ proto/pdpb.proto | 5 + 2 files changed, 393 insertions(+), 270 deletions(-) diff --git a/pkg/pdpb/pdpb.pb.go b/pkg/pdpb/pdpb.pb.go index b72a5b13d..f1b2452e8 100644 --- a/pkg/pdpb/pdpb.pb.go +++ b/pkg/pdpb/pdpb.pb.go @@ -69,7 +69,7 @@ func (x ErrorType) String() string { return proto.EnumName(ErrorType_name, int32(x)) } func (ErrorType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{0} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{0} } type CheckPolicy int32 @@ -95,7 +95,7 @@ func (x CheckPolicy) String() string { return proto.EnumName(CheckPolicy_name, int32(x)) } func (CheckPolicy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{1} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{1} } type OperatorStatus int32 @@ -127,7 +127,7 @@ func (x OperatorStatus) String() string { return proto.EnumName(OperatorStatus_name, int32(x)) } func (OperatorStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{2} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{2} } type RequestHeader struct { @@ -142,7 +142,7 @@ func (m *RequestHeader) Reset() { *m = RequestHeader{} } func (m *RequestHeader) String() string { return proto.CompactTextString(m) } func (*RequestHeader) ProtoMessage() {} func (*RequestHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{0} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{0} } func (m *RequestHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -191,7 +191,7 @@ func (m *ResponseHeader) Reset() { *m = ResponseHeader{} } func (m *ResponseHeader) String() string { return proto.CompactTextString(m) } func (*ResponseHeader) ProtoMessage() {} func (*ResponseHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{1} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{1} } func (m *ResponseHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -246,7 +246,7 @@ func (m *Error) Reset() { *m = Error{} } func (m *Error) String() string { return proto.CompactTextString(m) } func (*Error) ProtoMessage() {} func (*Error) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{2} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{2} } func (m *Error) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -301,7 +301,7 @@ func (m *TsoRequest) Reset() { *m = TsoRequest{} } func (m *TsoRequest) String() string { return proto.CompactTextString(m) } func (*TsoRequest) ProtoMessage() {} func (*TsoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{3} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{3} } func (m *TsoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -356,7 +356,7 @@ func (m *Timestamp) Reset() { *m = Timestamp{} } func (m *Timestamp) String() string { return proto.CompactTextString(m) } func (*Timestamp) ProtoMessage() {} func (*Timestamp) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{4} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{4} } func (m *Timestamp) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -412,7 +412,7 @@ func (m *TsoResponse) Reset() { *m = TsoResponse{} } func (m *TsoResponse) String() string { return proto.CompactTextString(m) } func (*TsoResponse) ProtoMessage() {} func (*TsoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{5} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{5} } func (m *TsoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -475,7 +475,7 @@ func (m *BootstrapRequest) Reset() { *m = BootstrapRequest{} } func (m *BootstrapRequest) String() string { return proto.CompactTextString(m) } func (*BootstrapRequest) ProtoMessage() {} func (*BootstrapRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{6} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{6} } func (m *BootstrapRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -537,7 +537,7 @@ func (m *BootstrapResponse) Reset() { *m = BootstrapResponse{} } func (m *BootstrapResponse) String() string { return proto.CompactTextString(m) } func (*BootstrapResponse) ProtoMessage() {} func (*BootstrapResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{7} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{7} } func (m *BootstrapResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -591,7 +591,7 @@ func (m *IsBootstrappedRequest) Reset() { *m = IsBootstrappedRequest{} } func (m *IsBootstrappedRequest) String() string { return proto.CompactTextString(m) } func (*IsBootstrappedRequest) ProtoMessage() {} func (*IsBootstrappedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{8} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{8} } func (m *IsBootstrappedRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -639,7 +639,7 @@ func (m *IsBootstrappedResponse) Reset() { *m = IsBootstrappedResponse{} func (m *IsBootstrappedResponse) String() string { return proto.CompactTextString(m) } func (*IsBootstrappedResponse) ProtoMessage() {} func (*IsBootstrappedResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{9} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{9} } func (m *IsBootstrappedResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -693,7 +693,7 @@ func (m *AllocIDRequest) Reset() { *m = AllocIDRequest{} } func (m *AllocIDRequest) String() string { return proto.CompactTextString(m) } func (*AllocIDRequest) ProtoMessage() {} func (*AllocIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{10} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{10} } func (m *AllocIDRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -741,7 +741,7 @@ func (m *AllocIDResponse) Reset() { *m = AllocIDResponse{} } func (m *AllocIDResponse) String() string { return proto.CompactTextString(m) } func (*AllocIDResponse) ProtoMessage() {} func (*AllocIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{11} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{11} } func (m *AllocIDResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -796,7 +796,7 @@ func (m *GetStoreRequest) Reset() { *m = GetStoreRequest{} } func (m *GetStoreRequest) String() string { return proto.CompactTextString(m) } func (*GetStoreRequest) ProtoMessage() {} func (*GetStoreRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{12} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{12} } func (m *GetStoreRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -852,7 +852,7 @@ func (m *GetStoreResponse) Reset() { *m = GetStoreResponse{} } func (m *GetStoreResponse) String() string { return proto.CompactTextString(m) } func (*GetStoreResponse) ProtoMessage() {} func (*GetStoreResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{13} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{13} } func (m *GetStoreResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -914,7 +914,7 @@ func (m *PutStoreRequest) Reset() { *m = PutStoreRequest{} } func (m *PutStoreRequest) String() string { return proto.CompactTextString(m) } func (*PutStoreRequest) ProtoMessage() {} func (*PutStoreRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{14} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{14} } func (m *PutStoreRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -969,7 +969,7 @@ func (m *PutStoreResponse) Reset() { *m = PutStoreResponse{} } func (m *PutStoreResponse) String() string { return proto.CompactTextString(m) } func (*PutStoreResponse) ProtoMessage() {} func (*PutStoreResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{15} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{15} } func (m *PutStoreResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1025,7 +1025,7 @@ func (m *GetAllStoresRequest) Reset() { *m = GetAllStoresRequest{} } func (m *GetAllStoresRequest) String() string { return proto.CompactTextString(m) } func (*GetAllStoresRequest) ProtoMessage() {} func (*GetAllStoresRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{16} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{16} } func (m *GetAllStoresRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1080,7 +1080,7 @@ func (m *GetAllStoresResponse) Reset() { *m = GetAllStoresResponse{} } func (m *GetAllStoresResponse) String() string { return proto.CompactTextString(m) } func (*GetAllStoresResponse) ProtoMessage() {} func (*GetAllStoresResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{17} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{17} } func (m *GetAllStoresResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1135,7 +1135,7 @@ func (m *GetRegionRequest) Reset() { *m = GetRegionRequest{} } func (m *GetRegionRequest) String() string { return proto.CompactTextString(m) } func (*GetRegionRequest) ProtoMessage() {} func (*GetRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{18} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{18} } func (m *GetRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1179,20 +1179,25 @@ func (m *GetRegionRequest) GetRegionKey() []byte { } type GetRegionResponse struct { - Header *ResponseHeader `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"` - Region *metapb.Region `protobuf:"bytes,2,opt,name=region" json:"region,omitempty"` - Leader *metapb.Peer `protobuf:"bytes,3,opt,name=leader" json:"leader,omitempty"` - Slaves []*metapb.Peer `protobuf:"bytes,4,rep,name=slaves" json:"slaves,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Header *ResponseHeader `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"` + Region *metapb.Region `protobuf:"bytes,2,opt,name=region" json:"region,omitempty"` + Leader *metapb.Peer `protobuf:"bytes,3,opt,name=leader" json:"leader,omitempty"` + Slaves []*metapb.Peer `protobuf:"bytes,4,rep,name=slaves" json:"slaves,omitempty"` + // Leader considers that these peers are down. + DownPeers []*PeerStats `protobuf:"bytes,5,rep,name=down_peers,json=downPeers" json:"down_peers,omitempty"` + // Pending peers are the peers that the leader can't consider as + // working followers. + PendingPeers []*metapb.Peer `protobuf:"bytes,6,rep,name=pending_peers,json=pendingPeers" json:"pending_peers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *GetRegionResponse) Reset() { *m = GetRegionResponse{} } func (m *GetRegionResponse) String() string { return proto.CompactTextString(m) } func (*GetRegionResponse) ProtoMessage() {} func (*GetRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{19} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{19} } func (m *GetRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1249,6 +1254,20 @@ func (m *GetRegionResponse) GetSlaves() []*metapb.Peer { return nil } +func (m *GetRegionResponse) GetDownPeers() []*PeerStats { + if m != nil { + return m.DownPeers + } + return nil +} + +func (m *GetRegionResponse) GetPendingPeers() []*metapb.Peer { + if m != nil { + return m.PendingPeers + } + return nil +} + type GetRegionByIDRequest struct { Header *RequestHeader `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"` RegionId uint64 `protobuf:"varint,2,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"` @@ -1261,7 +1280,7 @@ func (m *GetRegionByIDRequest) Reset() { *m = GetRegionByIDRequest{} } func (m *GetRegionByIDRequest) String() string { return proto.CompactTextString(m) } func (*GetRegionByIDRequest) ProtoMessage() {} func (*GetRegionByIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{20} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{20} } func (m *GetRegionByIDRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1318,7 +1337,7 @@ func (m *ScanRegionsRequest) Reset() { *m = ScanRegionsRequest{} } func (m *ScanRegionsRequest) String() string { return proto.CompactTextString(m) } func (*ScanRegionsRequest) ProtoMessage() {} func (*ScanRegionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{21} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{21} } func (m *ScanRegionsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1388,7 +1407,7 @@ func (m *ScanRegionsResponse) Reset() { *m = ScanRegionsResponse{} } func (m *ScanRegionsResponse) String() string { return proto.CompactTextString(m) } func (*ScanRegionsResponse) ProtoMessage() {} func (*ScanRegionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{22} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{22} } func (m *ScanRegionsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1449,7 +1468,7 @@ func (m *GetClusterConfigRequest) Reset() { *m = GetClusterConfigRequest func (m *GetClusterConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterConfigRequest) ProtoMessage() {} func (*GetClusterConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{23} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{23} } func (m *GetClusterConfigRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1497,7 +1516,7 @@ func (m *GetClusterConfigResponse) Reset() { *m = GetClusterConfigRespon func (m *GetClusterConfigResponse) String() string { return proto.CompactTextString(m) } func (*GetClusterConfigResponse) ProtoMessage() {} func (*GetClusterConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{24} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{24} } func (m *GetClusterConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1552,7 +1571,7 @@ func (m *PutClusterConfigRequest) Reset() { *m = PutClusterConfigRequest func (m *PutClusterConfigRequest) String() string { return proto.CompactTextString(m) } func (*PutClusterConfigRequest) ProtoMessage() {} func (*PutClusterConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{25} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{25} } func (m *PutClusterConfigRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1606,7 +1625,7 @@ func (m *PutClusterConfigResponse) Reset() { *m = PutClusterConfigRespon func (m *PutClusterConfigResponse) String() string { return proto.CompactTextString(m) } func (*PutClusterConfigResponse) ProtoMessage() {} func (*PutClusterConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{26} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{26} } func (m *PutClusterConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1662,7 +1681,7 @@ func (m *Member) Reset() { *m = Member{} } func (m *Member) String() string { return proto.CompactTextString(m) } func (*Member) ProtoMessage() {} func (*Member) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{27} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{27} } func (m *Member) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1758,7 +1777,7 @@ func (m *GetMembersRequest) Reset() { *m = GetMembersRequest{} } func (m *GetMembersRequest) String() string { return proto.CompactTextString(m) } func (*GetMembersRequest) ProtoMessage() {} func (*GetMembersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{28} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{28} } func (m *GetMembersRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1808,7 +1827,7 @@ func (m *GetMembersResponse) Reset() { *m = GetMembersResponse{} } func (m *GetMembersResponse) String() string { return proto.CompactTextString(m) } func (*GetMembersResponse) ProtoMessage() {} func (*GetMembersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{29} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{29} } func (m *GetMembersResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1877,7 +1896,7 @@ func (m *PeerStats) Reset() { *m = PeerStats{} } func (m *PeerStats) String() string { return proto.CompactTextString(m) } func (*PeerStats) ProtoMessage() {} func (*PeerStats) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{30} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{30} } func (m *PeerStats) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1954,7 +1973,7 @@ func (m *RegionHeartbeatRequest) Reset() { *m = RegionHeartbeatRequest{} func (m *RegionHeartbeatRequest) String() string { return proto.CompactTextString(m) } func (*RegionHeartbeatRequest) ProtoMessage() {} func (*RegionHeartbeatRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{31} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{31} } func (m *RegionHeartbeatRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2093,7 +2112,7 @@ func (m *ChangePeer) Reset() { *m = ChangePeer{} } func (m *ChangePeer) String() string { return proto.CompactTextString(m) } func (*ChangePeer) ProtoMessage() {} func (*ChangePeer) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{32} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{32} } func (m *ChangePeer) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2147,7 +2166,7 @@ func (m *TransferLeader) Reset() { *m = TransferLeader{} } func (m *TransferLeader) String() string { return proto.CompactTextString(m) } func (*TransferLeader) ProtoMessage() {} func (*TransferLeader) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{33} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{33} } func (m *TransferLeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2194,7 +2213,7 @@ func (m *Merge) Reset() { *m = Merge{} } func (m *Merge) String() string { return proto.CompactTextString(m) } func (*Merge) ProtoMessage() {} func (*Merge) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{34} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{34} } func (m *Merge) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2242,7 +2261,7 @@ func (m *SplitRegion) Reset() { *m = SplitRegion{} } func (m *SplitRegion) String() string { return proto.CompactTextString(m) } func (*SplitRegion) ProtoMessage() {} func (*SplitRegion) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{35} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{35} } func (m *SplitRegion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2321,7 +2340,7 @@ func (m *RegionHeartbeatResponse) Reset() { *m = RegionHeartbeatResponse func (m *RegionHeartbeatResponse) String() string { return proto.CompactTextString(m) } func (*RegionHeartbeatResponse) ProtoMessage() {} func (*RegionHeartbeatResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{36} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{36} } func (m *RegionHeartbeatResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2418,7 +2437,7 @@ func (m *AskSplitRequest) Reset() { *m = AskSplitRequest{} } func (m *AskSplitRequest) String() string { return proto.CompactTextString(m) } func (*AskSplitRequest) ProtoMessage() {} func (*AskSplitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{37} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{37} } func (m *AskSplitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2478,7 +2497,7 @@ func (m *AskSplitResponse) Reset() { *m = AskSplitResponse{} } func (m *AskSplitResponse) String() string { return proto.CompactTextString(m) } func (*AskSplitResponse) ProtoMessage() {} func (*AskSplitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{38} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{38} } func (m *AskSplitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2541,7 +2560,7 @@ func (m *ReportSplitRequest) Reset() { *m = ReportSplitRequest{} } func (m *ReportSplitRequest) String() string { return proto.CompactTextString(m) } func (*ReportSplitRequest) ProtoMessage() {} func (*ReportSplitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{39} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{39} } func (m *ReportSplitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2602,7 +2621,7 @@ func (m *ReportSplitResponse) Reset() { *m = ReportSplitResponse{} } func (m *ReportSplitResponse) String() string { return proto.CompactTextString(m) } func (*ReportSplitResponse) ProtoMessage() {} func (*ReportSplitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{40} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{40} } func (m *ReportSplitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2651,7 +2670,7 @@ func (m *AskBatchSplitRequest) Reset() { *m = AskBatchSplitRequest{} } func (m *AskBatchSplitRequest) String() string { return proto.CompactTextString(m) } func (*AskBatchSplitRequest) ProtoMessage() {} func (*AskBatchSplitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{41} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{41} } func (m *AskBatchSplitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2713,7 +2732,7 @@ func (m *SplitID) Reset() { *m = SplitID{} } func (m *SplitID) String() string { return proto.CompactTextString(m) } func (*SplitID) ProtoMessage() {} func (*SplitID) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{42} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{42} } func (m *SplitID) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2768,7 +2787,7 @@ func (m *AskBatchSplitResponse) Reset() { *m = AskBatchSplitResponse{} } func (m *AskBatchSplitResponse) String() string { return proto.CompactTextString(m) } func (*AskBatchSplitResponse) ProtoMessage() {} func (*AskBatchSplitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{43} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{43} } func (m *AskBatchSplitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2823,7 +2842,7 @@ func (m *ReportBatchSplitRequest) Reset() { *m = ReportBatchSplitRequest func (m *ReportBatchSplitRequest) String() string { return proto.CompactTextString(m) } func (*ReportBatchSplitRequest) ProtoMessage() {} func (*ReportBatchSplitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{44} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{44} } func (m *ReportBatchSplitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2877,7 +2896,7 @@ func (m *ReportBatchSplitResponse) Reset() { *m = ReportBatchSplitRespon func (m *ReportBatchSplitResponse) String() string { return proto.CompactTextString(m) } func (*ReportBatchSplitResponse) ProtoMessage() {} func (*ReportBatchSplitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{45} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{45} } func (m *ReportBatchSplitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2927,7 +2946,7 @@ func (m *TimeInterval) Reset() { *m = TimeInterval{} } func (m *TimeInterval) String() string { return proto.CompactTextString(m) } func (*TimeInterval) ProtoMessage() {} func (*TimeInterval) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{46} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{46} } func (m *TimeInterval) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2982,7 +3001,7 @@ func (m *RecordPair) Reset() { *m = RecordPair{} } func (m *RecordPair) String() string { return proto.CompactTextString(m) } func (*RecordPair) ProtoMessage() {} func (*RecordPair) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{47} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{47} } func (m *RecordPair) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3072,7 +3091,7 @@ func (m *StoreStats) Reset() { *m = StoreStats{} } func (m *StoreStats) String() string { return proto.CompactTextString(m) } func (*StoreStats) ProtoMessage() {} func (*StoreStats) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{48} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{48} } func (m *StoreStats) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3246,7 +3265,7 @@ func (m *StoreHeartbeatRequest) Reset() { *m = StoreHeartbeatRequest{} } func (m *StoreHeartbeatRequest) String() string { return proto.CompactTextString(m) } func (*StoreHeartbeatRequest) ProtoMessage() {} func (*StoreHeartbeatRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{49} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{49} } func (m *StoreHeartbeatRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3301,7 +3320,7 @@ func (m *StoreHeartbeatResponse) Reset() { *m = StoreHeartbeatResponse{} func (m *StoreHeartbeatResponse) String() string { return proto.CompactTextString(m) } func (*StoreHeartbeatResponse) ProtoMessage() {} func (*StoreHeartbeatResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{50} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{50} } func (m *StoreHeartbeatResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3360,7 +3379,7 @@ func (m *ScatterRegionRequest) Reset() { *m = ScatterRegionRequest{} } func (m *ScatterRegionRequest) String() string { return proto.CompactTextString(m) } func (*ScatterRegionRequest) ProtoMessage() {} func (*ScatterRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{51} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{51} } func (m *ScatterRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3428,7 +3447,7 @@ func (m *ScatterRegionResponse) Reset() { *m = ScatterRegionResponse{} } func (m *ScatterRegionResponse) String() string { return proto.CompactTextString(m) } func (*ScatterRegionResponse) ProtoMessage() {} func (*ScatterRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{52} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{52} } func (m *ScatterRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3475,7 +3494,7 @@ func (m *GetGCSafePointRequest) Reset() { *m = GetGCSafePointRequest{} } func (m *GetGCSafePointRequest) String() string { return proto.CompactTextString(m) } func (*GetGCSafePointRequest) ProtoMessage() {} func (*GetGCSafePointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{53} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{53} } func (m *GetGCSafePointRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3523,7 +3542,7 @@ func (m *GetGCSafePointResponse) Reset() { *m = GetGCSafePointResponse{} func (m *GetGCSafePointResponse) String() string { return proto.CompactTextString(m) } func (*GetGCSafePointResponse) ProtoMessage() {} func (*GetGCSafePointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{54} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{54} } func (m *GetGCSafePointResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3578,7 +3597,7 @@ func (m *UpdateGCSafePointRequest) Reset() { *m = UpdateGCSafePointReque func (m *UpdateGCSafePointRequest) String() string { return proto.CompactTextString(m) } func (*UpdateGCSafePointRequest) ProtoMessage() {} func (*UpdateGCSafePointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{55} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{55} } func (m *UpdateGCSafePointRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3633,7 +3652,7 @@ func (m *UpdateGCSafePointResponse) Reset() { *m = UpdateGCSafePointResp func (m *UpdateGCSafePointResponse) String() string { return proto.CompactTextString(m) } func (*UpdateGCSafePointResponse) ProtoMessage() {} func (*UpdateGCSafePointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{56} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{56} } func (m *UpdateGCSafePointResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3690,7 +3709,7 @@ func (m *UpdateServiceGCSafePointRequest) Reset() { *m = UpdateServiceGC func (m *UpdateServiceGCSafePointRequest) String() string { return proto.CompactTextString(m) } func (*UpdateServiceGCSafePointRequest) ProtoMessage() {} func (*UpdateServiceGCSafePointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{57} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{57} } func (m *UpdateServiceGCSafePointRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3761,7 +3780,7 @@ func (m *UpdateServiceGCSafePointResponse) Reset() { *m = UpdateServiceG func (m *UpdateServiceGCSafePointResponse) String() string { return proto.CompactTextString(m) } func (*UpdateServiceGCSafePointResponse) ProtoMessage() {} func (*UpdateServiceGCSafePointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{58} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{58} } func (m *UpdateServiceGCSafePointResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3834,7 +3853,7 @@ func (m *RegionStat) Reset() { *m = RegionStat{} } func (m *RegionStat) String() string { return proto.CompactTextString(m) } func (*RegionStat) ProtoMessage() {} func (*RegionStat) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{59} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{59} } func (m *RegionStat) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3906,7 +3925,7 @@ func (m *SyncRegionRequest) Reset() { *m = SyncRegionRequest{} } func (m *SyncRegionRequest) String() string { return proto.CompactTextString(m) } func (*SyncRegionRequest) ProtoMessage() {} func (*SyncRegionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{60} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{60} } func (m *SyncRegionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3972,7 +3991,7 @@ func (m *SyncRegionResponse) Reset() { *m = SyncRegionResponse{} } func (m *SyncRegionResponse) String() string { return proto.CompactTextString(m) } func (*SyncRegionResponse) ProtoMessage() {} func (*SyncRegionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{61} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{61} } func (m *SyncRegionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4041,7 +4060,7 @@ func (m *GetOperatorRequest) Reset() { *m = GetOperatorRequest{} } func (m *GetOperatorRequest) String() string { return proto.CompactTextString(m) } func (*GetOperatorRequest) ProtoMessage() {} func (*GetOperatorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{62} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{62} } func (m *GetOperatorRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4099,7 +4118,7 @@ func (m *GetOperatorResponse) Reset() { *m = GetOperatorResponse{} } func (m *GetOperatorResponse) String() string { return proto.CompactTextString(m) } func (*GetOperatorResponse) ProtoMessage() {} func (*GetOperatorResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pdpb_f12217a14701daf0, []int{63} + return fileDescriptor_pdpb_5047befa7820cbc0, []int{63} } func (m *GetOperatorResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6018,6 +6037,30 @@ func (m *GetRegionResponse) MarshalTo(dAtA []byte) (int, error) { i += n } } + if len(m.DownPeers) > 0 { + for _, msg := range m.DownPeers { + dAtA[i] = 0x2a + i++ + i = encodeVarintPdpb(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } + if len(m.PendingPeers) > 0 { + for _, msg := range m.PendingPeers { + dAtA[i] = 0x32 + i++ + i = encodeVarintPdpb(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) } @@ -8469,6 +8512,18 @@ func (m *GetRegionResponse) Size() (n int) { n += 1 + l + sovPdpb(uint64(l)) } } + if len(m.DownPeers) > 0 { + for _, e := range m.DownPeers { + l = e.Size() + n += 1 + l + sovPdpb(uint64(l)) + } + } + if len(m.PendingPeers) > 0 { + for _, e := range m.PendingPeers { + l = e.Size() + n += 1 + l + sovPdpb(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -11660,6 +11715,68 @@ func (m *GetRegionResponse) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DownPeers", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowPdpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthPdpb + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.DownPeers = append(m.DownPeers, &PeerStats{}) + if err := m.DownPeers[len(m.DownPeers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PendingPeers", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowPdpb + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthPdpb + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PendingPeers = append(m.PendingPeers, &metapb.Peer{}) + if err := m.PendingPeers[len(m.PendingPeers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipPdpb(dAtA[iNdEx:]) @@ -17978,202 +18095,203 @@ var ( ErrIntOverflowPdpb = fmt.Errorf("proto: integer overflow") ) -func init() { proto.RegisterFile("pdpb.proto", fileDescriptor_pdpb_f12217a14701daf0) } +func init() { proto.RegisterFile("pdpb.proto", fileDescriptor_pdpb_5047befa7820cbc0) } -var fileDescriptor_pdpb_f12217a14701daf0 = []byte{ - // 3092 bytes of a gzipped FileDescriptorProto +var fileDescriptor_pdpb_5047befa7820cbc0 = []byte{ + // 3105 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3a, 0x4b, 0x6f, 0x23, 0xc7, - 0xd1, 0x1a, 0x8a, 0xa2, 0xc8, 0xe2, 0x53, 0xbd, 0xda, 0x15, 0x97, 0xeb, 0x7d, 0x78, 0xf6, 0xf1, - 0xad, 0x5f, 0xb2, 0xbd, 0x5e, 0x18, 0x06, 0x3e, 0xd8, 0xf8, 0x28, 0x89, 0xab, 0xa5, 0x57, 0x4b, - 0x12, 0x4d, 0xca, 0xfe, 0xfc, 0xe1, 0x83, 0x27, 0x23, 0xb2, 0x45, 0x4d, 0x44, 0xce, 0x8c, 0x67, - 0x9a, 0x5a, 0xd3, 0xc8, 0x21, 0x40, 0x80, 0x24, 0x40, 0x1c, 0x20, 0x17, 0x3b, 0x39, 0x04, 0xb9, - 0x26, 0xa7, 0xdc, 0x92, 0x6b, 0x80, 0x9c, 0x72, 0xcc, 0x31, 0xc7, 0xc0, 0xf9, 0x05, 0xb9, 0xe4, - 0x18, 0x04, 0xfd, 0x9a, 0x19, 0x0e, 0xc9, 0xd5, 0x7a, 0xd6, 0x06, 0x7c, 0xe2, 0x74, 0x55, 0x75, - 0x75, 0xbd, 0xba, 0xba, 0xba, 0x9a, 0x00, 0xee, 0xc0, 0x3d, 0xda, 0x76, 0x3d, 0x87, 0x3a, 0x28, - 0xcd, 0xbe, 0x6b, 0x85, 0x31, 0xa1, 0xa6, 0x82, 0xd5, 0x8a, 0xc4, 0x33, 0x8f, 0x69, 0x30, 0xac, - 0x7a, 0xc4, 0x1d, 0x59, 0x7d, 0x93, 0x5a, 0x8e, 0x6d, 0x8c, 0x9d, 0x01, 0x09, 0x30, 0x9b, 0x43, - 0x67, 0xe8, 0xf0, 0xcf, 0xd7, 0xd9, 0x97, 0x84, 0x96, 0xbd, 0x89, 0x4f, 0xf9, 0xa7, 0x00, 0xe8, - 0xdb, 0x50, 0xc4, 0xe4, 0x93, 0x09, 0xf1, 0xe9, 0x43, 0x62, 0x0e, 0x88, 0x87, 0xae, 0x02, 0xf4, - 0x47, 0x13, 0x9f, 0x12, 0xcf, 0xb0, 0x06, 0x55, 0xed, 0x86, 0x76, 0x37, 0x8d, 0x73, 0x12, 0xd2, - 0x1c, 0xe8, 0x18, 0x4a, 0x98, 0xf8, 0xae, 0x63, 0xfb, 0xe4, 0x99, 0x26, 0xa0, 0x17, 0x61, 0x8d, - 0x78, 0x9e, 0xe3, 0x55, 0x53, 0x37, 0xb4, 0xbb, 0xf9, 0x7b, 0xf9, 0x6d, 0xae, 0x60, 0x83, 0x81, - 0xb0, 0xc0, 0xe8, 0x0f, 0x60, 0x8d, 0x8f, 0xd1, 0x4d, 0x48, 0xd3, 0xa9, 0x4b, 0x38, 0x93, 0xd2, - 0xbd, 0x72, 0x84, 0xb4, 0x37, 0x75, 0x09, 0xe6, 0x48, 0x54, 0x85, 0xf5, 0x31, 0xf1, 0x7d, 0x73, - 0x48, 0x38, 0xcb, 0x1c, 0x56, 0x43, 0xbd, 0x0d, 0xd0, 0xf3, 0x1d, 0xa9, 0x0e, 0x7a, 0x05, 0x32, - 0x27, 0x5c, 0x42, 0xce, 0x2e, 0x7f, 0xef, 0x82, 0x60, 0x37, 0xa3, 0x2d, 0x96, 0x24, 0x68, 0x13, - 0xd6, 0xfa, 0xce, 0xc4, 0xa6, 0x9c, 0x65, 0x11, 0x8b, 0x81, 0x5e, 0x87, 0x5c, 0xcf, 0x1a, 0x13, - 0x9f, 0x9a, 0x63, 0x17, 0xd5, 0x20, 0xeb, 0x9e, 0x4c, 0x7d, 0xab, 0x6f, 0x8e, 0x38, 0xc7, 0x55, - 0x1c, 0x8c, 0x99, 0x4c, 0x23, 0x67, 0xc8, 0x51, 0x29, 0x8e, 0x52, 0x43, 0xfd, 0x87, 0x1a, 0xe4, - 0xb9, 0x50, 0xc2, 0x66, 0xe8, 0xd5, 0x98, 0x54, 0x9b, 0x4a, 0xaa, 0xa8, 0x4d, 0x9f, 0x2e, 0x16, - 0x7a, 0x0d, 0x72, 0x54, 0x89, 0x55, 0x5d, 0xe5, 0x6c, 0xa4, 0xad, 0x02, 0x69, 0x71, 0x48, 0xa1, - 0x7f, 0xae, 0x41, 0x65, 0xc7, 0x71, 0xa8, 0x4f, 0x3d, 0xd3, 0x4d, 0x64, 0x9d, 0x9b, 0xb0, 0xe6, - 0x53, 0xc7, 0x23, 0xd2, 0x87, 0xc5, 0x6d, 0x19, 0x92, 0x5d, 0x06, 0xc4, 0x02, 0x87, 0xee, 0x40, - 0xc6, 0x23, 0x43, 0xcb, 0xb1, 0xa5, 0x48, 0x25, 0x45, 0x85, 0x39, 0x14, 0x4b, 0xac, 0xfe, 0x4b, - 0x0d, 0x36, 0x22, 0xe2, 0x24, 0xb2, 0x4b, 0x0f, 0x50, 0x34, 0xf0, 0x7d, 0x6a, 0xd2, 0x89, 0x2f, - 0xa5, 0xbb, 0xbd, 0xbd, 0x60, 0x4f, 0xe0, 0x10, 0xd4, 0xe5, 0xc4, 0x78, 0xc3, 0x8b, 0x83, 0xf4, - 0x3d, 0xb8, 0xd8, 0xf4, 0x03, 0xd1, 0x5c, 0x32, 0x48, 0x62, 0x2c, 0xfd, 0xfb, 0x70, 0x29, 0xce, - 0x25, 0x91, 0x8e, 0x3a, 0x14, 0x8e, 0x22, 0x5c, 0xb8, 0x76, 0x59, 0x3c, 0x03, 0xd3, 0xdf, 0x85, - 0x52, 0x7d, 0x34, 0x72, 0xfa, 0xcd, 0xbd, 0x44, 0xa2, 0xb6, 0xa1, 0x1c, 0x4c, 0x4f, 0x24, 0x63, - 0x09, 0x52, 0x96, 0x90, 0x2c, 0x8d, 0x53, 0xd6, 0x40, 0xff, 0x08, 0xca, 0xfb, 0x84, 0x8a, 0xb0, - 0x48, 0x12, 0x68, 0x97, 0x21, 0xcb, 0x83, 0xc9, 0x08, 0xb8, 0xae, 0xf3, 0x71, 0x73, 0xa0, 0xff, - 0x5c, 0x83, 0x4a, 0xc8, 0x3b, 0x91, 0xb4, 0xcf, 0x18, 0xc6, 0x6b, 0x2c, 0x9c, 0x7c, 0x19, 0xc5, - 0x15, 0xc1, 0x91, 0x93, 0xb0, 0x30, 0xf1, 0xb1, 0x40, 0xeb, 0x7d, 0x28, 0x77, 0x26, 0xcf, 0xa1, - 0xea, 0xb3, 0x08, 0xa3, 0x7f, 0xa9, 0x41, 0x25, 0x5c, 0xe5, 0x3b, 0xb4, 0x55, 0x7e, 0x00, 0x17, - 0xf6, 0x09, 0xad, 0x8f, 0x46, 0x5c, 0x34, 0x3f, 0x91, 0x05, 0xde, 0x81, 0x2a, 0xf9, 0xb4, 0x3f, - 0x9a, 0x0c, 0x88, 0x41, 0x9d, 0xf1, 0x91, 0x4f, 0x1d, 0x9b, 0x18, 0x5c, 0x6f, 0x5f, 0x06, 0xfb, - 0x25, 0x89, 0xef, 0x29, 0xb4, 0x58, 0x4d, 0x3f, 0x85, 0xcd, 0xd9, 0xd5, 0x13, 0x59, 0xe6, 0x36, - 0x64, 0x82, 0xd5, 0x56, 0xe7, 0x5d, 0x20, 0x91, 0xfa, 0xc7, 0x3c, 0xee, 0x64, 0x12, 0x4b, 0xa2, - 0xe7, 0x55, 0x00, 0x91, 0xfa, 0x8c, 0x53, 0x32, 0xe5, 0x9a, 0x15, 0x70, 0x4e, 0x40, 0x1e, 0x91, - 0xa9, 0xfe, 0x07, 0x0d, 0x36, 0x22, 0x0b, 0x24, 0x52, 0x25, 0xcc, 0xbd, 0xa9, 0xa7, 0xe5, 0x5e, - 0x74, 0x0b, 0x32, 0x23, 0xc1, 0x55, 0x44, 0x77, 0x41, 0xd1, 0x75, 0x08, 0xe3, 0x26, 0x70, 0x8c, - 0xca, 0x1f, 0x99, 0x67, 0xc4, 0xaf, 0xa6, 0xb9, 0x61, 0x62, 0x54, 0x02, 0xa7, 0x7f, 0x8f, 0x3b, - 0x41, 0x2c, 0xb0, 0x33, 0x4d, 0x96, 0x81, 0xd0, 0x15, 0x90, 0x96, 0x08, 0x77, 0x7c, 0x56, 0x00, - 0xc4, 0x96, 0x47, 0xdd, 0xbe, 0x69, 0x8b, 0x35, 0xfc, 0xa4, 0x0b, 0xf8, 0xd4, 0xf4, 0x68, 0xc4, - 0xf6, 0x59, 0x0e, 0x78, 0x44, 0xa6, 0xec, 0x78, 0x1d, 0x59, 0x63, 0x8b, 0x72, 0x6b, 0xac, 0x61, - 0x31, 0x40, 0x5b, 0xb0, 0x4e, 0xec, 0x01, 0x9f, 0x90, 0xe6, 0x13, 0x32, 0xc4, 0x1e, 0x30, 0x4f, - 0x7d, 0xa1, 0xc1, 0x85, 0x19, 0x79, 0x12, 0xf9, 0xea, 0x2e, 0xac, 0x0b, 0x0d, 0x55, 0xdc, 0xc5, - 0x9d, 0xa5, 0xd0, 0xe8, 0x0e, 0xac, 0x0b, 0x8f, 0xb0, 0x64, 0x34, 0xef, 0x08, 0x85, 0xd4, 0x1f, - 0xc0, 0xd6, 0x3e, 0xa1, 0xbb, 0xa2, 0xe4, 0xda, 0x75, 0xec, 0x63, 0x6b, 0x98, 0xe8, 0x38, 0xf0, - 0xa1, 0x3a, 0xcf, 0x27, 0x91, 0x8e, 0x2f, 0xc1, 0xba, 0xac, 0x00, 0x65, 0x40, 0x96, 0x95, 0xe4, - 0x92, 0x3b, 0x56, 0x78, 0xfd, 0x13, 0xd8, 0xea, 0x4c, 0x9e, 0x5f, 0xf8, 0xaf, 0xb3, 0xe4, 0x43, - 0xa8, 0xce, 0x2f, 0x99, 0x44, 0x4f, 0xfd, 0x47, 0x29, 0xc8, 0x3c, 0x26, 0xe3, 0x23, 0xe2, 0x21, - 0x04, 0x69, 0xdb, 0x1c, 0x8b, 0xda, 0x35, 0x87, 0xf9, 0x37, 0x0b, 0xbe, 0x31, 0xc7, 0x46, 0xa2, - 0x5b, 0x00, 0x9a, 0x03, 0x86, 0x74, 0x09, 0xf1, 0x8c, 0x89, 0x37, 0x12, 0xfe, 0xcd, 0xe1, 0x2c, - 0x03, 0x1c, 0x7a, 0x23, 0x1f, 0x5d, 0x87, 0x7c, 0x7f, 0x64, 0x11, 0x9b, 0x0a, 0x74, 0x9a, 0xa3, - 0x41, 0x80, 0x38, 0xc1, 0x7f, 0x41, 0x59, 0xb8, 0xdf, 0x70, 0x3d, 0xcb, 0xf1, 0x2c, 0x3a, 0xad, - 0xae, 0xf1, 0x20, 0x2e, 0x09, 0x70, 0x47, 0x42, 0x19, 0xa7, 0x01, 0x71, 0x47, 0xce, 0xd4, 0x70, - 0x4d, 0x7a, 0x52, 0xcd, 0x70, 0xf1, 0x40, 0x80, 0x3a, 0x26, 0x3d, 0x41, 0xb7, 0xa1, 0x74, 0x64, - 0xd9, 0xa6, 0x37, 0x35, 0xce, 0x88, 0xe7, 0xb3, 0x1c, 0xb2, 0xce, 0x69, 0x8a, 0x02, 0xfa, 0x81, - 0x00, 0xb2, 0xa3, 0x79, 0x68, 0x51, 0xe3, 0xc4, 0xf4, 0x4f, 0xaa, 0x59, 0x51, 0x77, 0x0f, 0x2d, - 0xfa, 0xd0, 0xf4, 0x4f, 0xf4, 0xff, 0xe1, 0x09, 0x4c, 0xd8, 0x21, 0xd1, 0x2e, 0xd5, 0xff, 0xa4, - 0x01, 0x8a, 0xb2, 0x48, 0x98, 0x04, 0xd7, 0x85, 0x71, 0xd5, 0xc6, 0x2a, 0x08, 0x72, 0xc1, 0x15, - 0x2b, 0xe4, 0x82, 0x24, 0x18, 0x25, 0x53, 0x49, 0xf0, 0x35, 0xc8, 0x13, 0xda, 0x1f, 0x18, 0x92, - 0x34, 0xbd, 0x80, 0x14, 0x18, 0xc1, 0x81, 0xd0, 0xa0, 0x03, 0x39, 0xb6, 0x29, 0x79, 0x89, 0x80, - 0x6e, 0x40, 0x9a, 0x79, 0x52, 0x4a, 0x3d, 0xbb, 0x6b, 0x39, 0x06, 0xbd, 0x08, 0x85, 0x81, 0xf3, - 0xc4, 0x36, 0x7c, 0xd2, 0x77, 0xec, 0x81, 0x2f, 0x83, 0x23, 0xcf, 0x60, 0x5d, 0x01, 0xd2, 0xff, - 0x95, 0x86, 0x4b, 0x22, 0x23, 0x3c, 0x24, 0xa6, 0x47, 0x8f, 0x88, 0x49, 0x13, 0x6d, 0x8c, 0x6f, - 0xf6, 0x6c, 0xd8, 0x06, 0xe0, 0x82, 0x33, 0x2d, 0xd4, 0xf9, 0x20, 0x2f, 0x1f, 0x81, 0xfe, 0x38, - 0xc7, 0x48, 0xd8, 0xd0, 0x47, 0x6f, 0x42, 0xd1, 0x25, 0xf6, 0xc0, 0xb2, 0x87, 0x72, 0xca, 0xda, - 0x82, 0x4c, 0x56, 0x90, 0x24, 0x62, 0xca, 0x4d, 0x28, 0x1e, 0x4d, 0x29, 0xf1, 0x8d, 0x27, 0x9e, - 0x45, 0x29, 0xb1, 0x79, 0xcc, 0xa6, 0x71, 0x81, 0x03, 0x3f, 0x14, 0x30, 0x76, 0xa8, 0x0a, 0x22, - 0x8f, 0x98, 0x03, 0x1e, 0xb1, 0x69, 0x9c, 0xe3, 0x10, 0x4c, 0x4c, 0x76, 0xeb, 0x2c, 0x9c, 0x92, - 0x69, 0xc8, 0x22, 0x2b, 0xec, 0xcb, 0x60, 0x8a, 0xc3, 0x15, 0xc8, 0x71, 0x12, 0xce, 0x20, 0x27, - 0x36, 0x27, 0x03, 0xf0, 0xf9, 0x2f, 0x41, 0xc5, 0x74, 0x5d, 0xcf, 0xf9, 0xd4, 0x1a, 0x9b, 0x94, - 0x18, 0xbe, 0xf5, 0x19, 0xa9, 0x02, 0xa7, 0x29, 0x47, 0xe0, 0x5d, 0xeb, 0x33, 0x82, 0xb6, 0x21, - 0x6b, 0xd9, 0x94, 0x78, 0x67, 0xe6, 0xa8, 0x5a, 0xe0, 0x96, 0x43, 0xe1, 0x65, 0xac, 0x29, 0x31, - 0x38, 0xa0, 0x89, 0xb3, 0x66, 0x4b, 0x56, 0x8b, 0x73, 0xac, 0x1f, 0x91, 0xa9, 0xcf, 0x72, 0x0a, - 0x25, 0xde, 0xb8, 0x5a, 0xe2, 0x68, 0xfe, 0x8d, 0xfe, 0x6f, 0x61, 0x3d, 0x57, 0xe6, 0x0b, 0xbf, - 0xb2, 0xb8, 0x9e, 0x13, 0x85, 0xc5, 0xf9, 0x55, 0xdd, 0xfb, 0xe9, 0x6c, 0xbe, 0x52, 0xd0, 0x4f, - 0x00, 0x76, 0x4f, 0x4c, 0x7b, 0x48, 0x98, 0x3b, 0x9e, 0x21, 0x96, 0xdf, 0x81, 0x7c, 0x9f, 0xd3, - 0x1b, 0xfc, 0xf2, 0x9e, 0xe2, 0x97, 0xf7, 0xad, 0x6d, 0xd5, 0xa8, 0x60, 0x09, 0x56, 0xf0, 0xe3, - 0x97, 0x78, 0xe8, 0x07, 0xdf, 0xfa, 0x3d, 0x28, 0xf5, 0x3c, 0xd3, 0xf6, 0x8f, 0x89, 0x27, 0xb6, - 0xd1, 0xf9, 0xab, 0xe9, 0xaf, 0xc3, 0xda, 0x63, 0xe2, 0x0d, 0xf9, 0x7d, 0x93, 0x9a, 0xde, 0x90, - 0x50, 0x49, 0x3c, 0x17, 0xd7, 0x02, 0xab, 0x1f, 0x40, 0xbe, 0xeb, 0x8e, 0x2c, 0x59, 0xa9, 0xa0, - 0x97, 0x20, 0xe3, 0x3a, 0x23, 0xab, 0x3f, 0x95, 0x5d, 0x86, 0x0d, 0xe1, 0xac, 0xdd, 0x13, 0xd2, - 0x3f, 0xed, 0x70, 0x04, 0x96, 0x04, 0xcc, 0xfc, 0xdc, 0x3b, 0x2c, 0x9b, 0x14, 0x30, 0xff, 0xd6, - 0xbf, 0x5c, 0x85, 0xad, 0xb9, 0x5d, 0x99, 0x28, 0x5d, 0xbd, 0x19, 0x98, 0x8d, 0x6b, 0x9c, 0x8a, - 0x5e, 0x37, 0x42, 0xfb, 0x2b, 0x7b, 0x71, 0x5f, 0xbc, 0x0b, 0x65, 0x2a, 0xed, 0x65, 0xcc, 0xec, - 0x55, 0xb9, 0xd2, 0xac, 0x31, 0x71, 0x89, 0xce, 0x1a, 0x77, 0xa6, 0xd8, 0x4a, 0xcf, 0x16, 0x5b, - 0xe8, 0x6d, 0x28, 0x48, 0x24, 0x71, 0x9d, 0xfe, 0x09, 0x3f, 0x4d, 0x58, 0x66, 0x99, 0x31, 0x6a, - 0x83, 0xa1, 0x70, 0xde, 0x0b, 0x07, 0x2c, 0x4f, 0x0a, 0x43, 0x0b, 0x35, 0x32, 0x0b, 0x1c, 0x07, - 0x82, 0xa0, 0x23, 0x12, 0xdf, 0xda, 0x98, 0xb9, 0x8f, 0x6f, 0xd9, 0xa0, 0x1d, 0xc4, 0x3d, 0x8a, - 0x05, 0x06, 0xdd, 0x87, 0x82, 0xcf, 0x1c, 0x66, 0xc8, 0xb4, 0x95, 0xe5, 0x94, 0xd2, 0x4f, 0x11, - 0x57, 0xe2, 0xbc, 0x1f, 0x0e, 0xf4, 0x63, 0x28, 0xd7, 0xfd, 0x53, 0x89, 0xfe, 0xf6, 0xd2, 0xa4, - 0xfe, 0x63, 0x0d, 0x2a, 0xe1, 0x42, 0x09, 0x6f, 0xf6, 0x45, 0x9b, 0x3c, 0x31, 0xe2, 0x85, 0x6f, - 0xde, 0x26, 0x4f, 0xb0, 0x72, 0xc7, 0x0d, 0x28, 0x30, 0x1a, 0x5e, 0x21, 0x58, 0x03, 0x51, 0x20, - 0xa4, 0x31, 0xd8, 0xe4, 0x09, 0x33, 0x63, 0x73, 0xe0, 0xeb, 0x3f, 0xd3, 0x00, 0x61, 0xe2, 0x3a, - 0x1e, 0x4d, 0xae, 0xb4, 0x0e, 0xe9, 0x11, 0x39, 0xa6, 0x4b, 0x54, 0xe6, 0x38, 0x74, 0x0b, 0xd6, - 0x3c, 0x6b, 0x78, 0x42, 0x97, 0xb4, 0x75, 0x04, 0x52, 0xdf, 0x85, 0x0b, 0x33, 0xc2, 0x24, 0x2a, - 0xa7, 0x3e, 0xd7, 0x60, 0xb3, 0xee, 0x9f, 0xee, 0x98, 0xb4, 0x7f, 0xf2, 0xad, 0x7b, 0x92, 0x55, - 0x46, 0x22, 0xce, 0x44, 0x8b, 0x6d, 0x95, 0xb7, 0xd8, 0x80, 0x83, 0x76, 0x79, 0xfb, 0xaf, 0x0d, - 0xeb, 0x5c, 0x8a, 0xe6, 0xde, 0xbc, 0xcb, 0xb4, 0xf3, 0x5d, 0x96, 0x9a, 0x73, 0xd9, 0x31, 0x5c, - 0x8c, 0xa9, 0x97, 0x28, 0x7e, 0xae, 0xc3, 0xaa, 0xe2, 0xcf, 0x6e, 0xad, 0xe1, 0xbe, 0x68, 0xee, - 0x61, 0x86, 0xd1, 0x5d, 0x96, 0xa3, 0x98, 0x33, 0x9e, 0xd3, 0x92, 0xcf, 0x7c, 0x55, 0x61, 0x25, - 0xf5, 0xfc, 0x8a, 0x89, 0x62, 0xe0, 0xff, 0xa1, 0x10, 0x3d, 0x38, 0x59, 0xa1, 0x2b, 0x2e, 0x70, - 0x61, 0xcb, 0x53, 0xd8, 0xbe, 0xc4, 0xc1, 0x61, 0x7f, 0xf6, 0x26, 0x14, 0xd9, 0xb5, 0x2d, 0x24, - 0x13, 0xbb, 0xaa, 0x40, 0xec, 0x41, 0x40, 0xa4, 0xdf, 0x07, 0xc0, 0xa4, 0xef, 0x78, 0x83, 0x8e, - 0x69, 0x79, 0xa8, 0x02, 0xab, 0xec, 0x96, 0x27, 0x4a, 0x76, 0xf6, 0xc9, 0x6e, 0x84, 0x67, 0xe6, - 0x68, 0x42, 0xe4, 0x64, 0x31, 0xd0, 0xff, 0xb9, 0x06, 0x10, 0x76, 0x80, 0x66, 0xba, 0x54, 0xda, - 0x4c, 0x97, 0x0a, 0xd5, 0x20, 0xdb, 0x37, 0x5d, 0xb3, 0xcf, 0xea, 0x71, 0x59, 0xf0, 0xab, 0x31, - 0x7a, 0x01, 0x72, 0xe6, 0x99, 0x69, 0x8d, 0xcc, 0xa3, 0x11, 0xe1, 0xd1, 0x96, 0xc6, 0x21, 0x80, - 0x55, 0x2c, 0x32, 0xba, 0x44, 0x38, 0xa6, 0x79, 0x38, 0xca, 0x54, 0xcb, 0xe3, 0x11, 0xbd, 0x0a, - 0xc8, 0x97, 0xb5, 0x94, 0x6f, 0x9b, 0xae, 0x24, 0x5c, 0xe3, 0x84, 0x15, 0x89, 0xe9, 0xda, 0xa6, - 0x2b, 0xa8, 0xdf, 0x80, 0x4d, 0x8f, 0xf4, 0x89, 0x75, 0x16, 0xa3, 0xcf, 0x70, 0x7a, 0x14, 0xe0, - 0xc2, 0x19, 0x57, 0x01, 0x42, 0x53, 0xf3, 0x04, 0x5d, 0xc4, 0xb9, 0xc0, 0xca, 0x68, 0x1b, 0x2e, - 0x98, 0xae, 0x3b, 0x9a, 0xc6, 0xf8, 0x65, 0x39, 0xdd, 0x86, 0x42, 0x85, 0xec, 0xb6, 0x60, 0xdd, - 0xf2, 0x8d, 0xa3, 0x89, 0x3f, 0xe5, 0xe5, 0x55, 0x16, 0x67, 0x2c, 0x7f, 0x67, 0xe2, 0x4f, 0xd9, - 0x39, 0x34, 0xf1, 0xc9, 0x20, 0x5a, 0x55, 0x65, 0x19, 0x80, 0x97, 0x53, 0x73, 0xd5, 0x5f, 0x7e, - 0x41, 0xf5, 0x17, 0x2f, 0xef, 0x0a, 0xf3, 0xe5, 0xdd, 0x6c, 0x81, 0x58, 0x8c, 0x17, 0x88, 0x33, - 0xd5, 0x5f, 0x29, 0x56, 0xfd, 0x45, 0x4b, 0xba, 0xf2, 0x33, 0x94, 0x74, 0xaf, 0x03, 0xf4, 0xdd, - 0x89, 0x31, 0xf1, 0xcd, 0x21, 0xf1, 0xab, 0x15, 0xbe, 0x55, 0x2a, 0x2a, 0xca, 0x55, 0xb4, 0xe1, - 0x5c, 0xdf, 0x9d, 0x1c, 0x72, 0x12, 0x74, 0x1f, 0x8a, 0x6c, 0x61, 0xc3, 0x72, 0x0c, 0xcf, 0xa4, - 0xc4, 0xaf, 0x6e, 0x2c, 0x99, 0x93, 0x67, 0x64, 0x4d, 0x07, 0x33, 0x22, 0xf4, 0x36, 0x94, 0x98, - 0xc2, 0x24, 0x9c, 0x86, 0x96, 0x4c, 0x2b, 0x70, 0x3a, 0x35, 0xef, 0x2d, 0x28, 0x38, 0xae, 0x31, - 0x32, 0x29, 0xb1, 0xfb, 0x16, 0xf1, 0xab, 0x17, 0x96, 0x2d, 0xe6, 0xb8, 0x07, 0x8a, 0x48, 0x1f, - 0xc1, 0x45, 0x1e, 0xf2, 0xcf, 0x7b, 0xf9, 0x90, 0xdd, 0xd4, 0xd4, 0xd3, 0xbb, 0xa9, 0xbf, 0xd6, - 0xe0, 0x52, 0x7c, 0xb9, 0xef, 0x50, 0xbb, 0xf3, 0xf7, 0x1a, 0x6c, 0x76, 0xfb, 0x26, 0xa5, 0xc4, - 0x7b, 0x8e, 0x46, 0xe0, 0xd3, 0x9a, 0x5d, 0xcf, 0xfa, 0x7c, 0x12, 0xb9, 0xa6, 0xa5, 0x97, 0x5f, - 0xd3, 0xf4, 0x06, 0x5c, 0x8c, 0xc9, 0x9b, 0x28, 0x19, 0xef, 0xc1, 0xc5, 0x7d, 0x42, 0xf7, 0x77, - 0xbb, 0xe6, 0x31, 0xe9, 0x38, 0x96, 0x9d, 0x28, 0x08, 0x74, 0x02, 0x97, 0xe2, 0x5c, 0x12, 0xf9, - 0x96, 0xe5, 0x27, 0xf3, 0x98, 0x18, 0x2e, 0xe3, 0x21, 0x0d, 0x98, 0xf3, 0x15, 0x53, 0xfd, 0x18, - 0xaa, 0x87, 0xee, 0xc0, 0xa4, 0xe4, 0x39, 0xe5, 0x3d, 0x6f, 0x1d, 0x07, 0x2e, 0x2f, 0x58, 0x27, - 0x91, 0x46, 0xb7, 0xa0, 0xc4, 0x4a, 0x86, 0xb9, 0xd5, 0x58, 0x21, 0x11, 0xf0, 0xd6, 0x7f, 0xa3, - 0xc1, 0x75, 0xb1, 0x62, 0x97, 0x78, 0x67, 0x56, 0xff, 0x1b, 0x51, 0x50, 0x70, 0x52, 0x91, 0x58, - 0xc0, 0x39, 0x09, 0x69, 0x0e, 0xd8, 0xb1, 0xd8, 0xeb, 0x1d, 0xf0, 0x38, 0x5c, 0xc5, 0xec, 0x33, - 0x66, 0x91, 0x74, 0xdc, 0x22, 0xbf, 0xd5, 0xe0, 0xc6, 0x72, 0x01, 0x13, 0xfb, 0xfa, 0x6b, 0x89, - 0x78, 0x0b, 0x4a, 0x63, 0xcb, 0x36, 0xe6, 0xc4, 0x2c, 0x8c, 0x2d, 0x3b, 0x34, 0xe5, 0x2f, 0x34, - 0x56, 0x00, 0x0c, 0xe5, 0xce, 0x9e, 0x3f, 0x6c, 0xb4, 0x73, 0x5b, 0x0d, 0xa9, 0xf3, 0x5a, 0x0d, - 0xab, 0xe7, 0xb4, 0x1a, 0xd2, 0xb3, 0x87, 0x8d, 0xfe, 0x13, 0x0d, 0x36, 0xba, 0x53, 0xbb, 0xff, - 0x1c, 0x89, 0xe5, 0x16, 0x64, 0x44, 0x73, 0x4b, 0x26, 0xba, 0x58, 0x47, 0x4b, 0xe0, 0x78, 0xbd, - 0xcb, 0x8f, 0x77, 0xcb, 0x1e, 0x90, 0x4f, 0xa5, 0x9c, 0xe2, 0xc4, 0x6f, 0x32, 0x88, 0xfe, 0x67, - 0x0d, 0x50, 0x54, 0x92, 0x6f, 0xb9, 0xbd, 0x7d, 0x9e, 0x3c, 0xec, 0xdc, 0x92, 0xf9, 0x52, 0x9c, - 0x21, 0xe9, 0xd9, 0x73, 0x4b, 0x79, 0x51, 0x15, 0x49, 0xfc, 0x40, 0xd1, 0x3f, 0xe6, 0x9d, 0xc4, - 0xb6, 0x4b, 0x3c, 0x93, 0x3a, 0xde, 0x37, 0xff, 0x28, 0xf1, 0x47, 0x8d, 0x3f, 0x7d, 0x85, 0x0b, - 0x24, 0xb2, 0xd2, 0x53, 0x8f, 0x02, 0x04, 0xe9, 0x01, 0xf1, 0xfb, 0xdc, 0x22, 0x05, 0xcc, 0xbf, - 0x19, 0x7b, 0x79, 0x96, 0xa5, 0x79, 0xdb, 0x42, 0xb2, 0x57, 0x62, 0xc8, 0xa3, 0x4b, 0xd2, 0xf0, - 0xce, 0x85, 0x65, 0x0f, 0x78, 0x6d, 0x58, 0xc0, 0xfc, 0xfb, 0xe5, 0x2f, 0x34, 0xc8, 0x05, 0xff, - 0xa5, 0x40, 0x19, 0x48, 0xb5, 0x1f, 0x55, 0x56, 0x50, 0x1e, 0xd6, 0x0f, 0x5b, 0x8f, 0x5a, 0xed, - 0x0f, 0x5b, 0x15, 0x0d, 0x6d, 0x42, 0xa5, 0xd5, 0xee, 0x19, 0x3b, 0xed, 0x76, 0xaf, 0xdb, 0xc3, - 0xf5, 0x4e, 0xa7, 0xb1, 0x57, 0x49, 0xa1, 0x0b, 0x50, 0xee, 0xf6, 0xda, 0xb8, 0x61, 0xf4, 0xda, - 0x8f, 0x77, 0xba, 0xbd, 0x76, 0xab, 0x51, 0x59, 0x45, 0x55, 0xd8, 0xac, 0x1f, 0xe0, 0x46, 0x7d, - 0xef, 0xa3, 0x59, 0xf2, 0x34, 0xc3, 0x34, 0x5b, 0xbb, 0xed, 0xc7, 0x9d, 0x7a, 0xaf, 0xb9, 0x73, - 0xd0, 0x30, 0x3e, 0x68, 0xe0, 0x6e, 0xb3, 0xdd, 0xaa, 0xac, 0x31, 0xf6, 0xb8, 0xb1, 0xdf, 0x6c, - 0xb7, 0x0c, 0xb6, 0xca, 0x83, 0xf6, 0x61, 0x6b, 0xaf, 0x92, 0x79, 0xf9, 0x3e, 0xe4, 0x23, 0xcd, - 0x17, 0x94, 0x85, 0x74, 0x77, 0xb7, 0xde, 0xaa, 0xac, 0xa0, 0x32, 0xe4, 0xeb, 0x9d, 0x0e, 0x6e, - 0xff, 0x6f, 0xf3, 0x71, 0xbd, 0xd7, 0xa8, 0x68, 0x08, 0x20, 0x73, 0xd8, 0x6d, 0x3c, 0x6a, 0x7c, - 0x54, 0x49, 0xbd, 0xdc, 0x81, 0xd2, 0xac, 0xee, 0x4c, 0x93, 0xee, 0xe1, 0xee, 0x6e, 0xa3, 0xdb, - 0x15, 0x6a, 0xf5, 0x9a, 0x8f, 0x1b, 0xed, 0xc3, 0x9e, 0x98, 0xb7, 0x5b, 0x6f, 0xed, 0x36, 0x0e, - 0x2a, 0x29, 0x86, 0xc0, 0x8d, 0xce, 0x41, 0x7d, 0x97, 0x29, 0xc1, 0x06, 0x87, 0xad, 0x56, 0xb3, - 0xb5, 0x5f, 0x49, 0xdf, 0xfb, 0x77, 0x09, 0x52, 0x9d, 0x3d, 0x54, 0x07, 0x08, 0x3b, 0xd1, 0x68, - 0x4b, 0x98, 0x79, 0xae, 0xbd, 0x5d, 0xab, 0xce, 0x23, 0x84, 0xa3, 0xf5, 0x15, 0xf4, 0x06, 0xac, - 0xf6, 0x7c, 0x07, 0xc9, 0x40, 0x0d, 0xff, 0x92, 0x52, 0xdb, 0x88, 0x40, 0x14, 0xf5, 0x5d, 0xed, - 0x0d, 0x0d, 0xbd, 0x07, 0xb9, 0xe0, 0x1f, 0x03, 0xe8, 0x92, 0xa0, 0x8a, 0xff, 0x65, 0xa3, 0xb6, - 0x35, 0x07, 0x0f, 0x56, 0x7c, 0x0c, 0xa5, 0xd9, 0xff, 0x1c, 0xa0, 0x2b, 0x82, 0x78, 0xe1, 0xff, - 0x19, 0x6a, 0x2f, 0x2c, 0x46, 0x06, 0xec, 0xde, 0x81, 0x75, 0xf9, 0xbf, 0x00, 0x24, 0xe3, 0x6c, - 0xf6, 0x5f, 0x06, 0xb5, 0x8b, 0x31, 0x68, 0x30, 0xf3, 0xbf, 0x21, 0xab, 0x1e, 0xe9, 0xd1, 0xc5, - 0xc0, 0x44, 0xd1, 0x57, 0xf2, 0xda, 0xa5, 0x38, 0x38, 0x3a, 0x59, 0x3d, 0x76, 0xab, 0xc9, 0xb1, - 0x27, 0x76, 0x35, 0x39, 0xfe, 0x26, 0xae, 0xaf, 0xa0, 0x7d, 0x28, 0x44, 0xdf, 0x84, 0xd1, 0xe5, - 0x60, 0x99, 0xf8, 0x2b, 0x75, 0xad, 0xb6, 0x08, 0x15, 0xb5, 0xe5, 0x6c, 0x25, 0xaa, 0x6c, 0xb9, - 0xb0, 0x1c, 0x56, 0xb6, 0x5c, 0x5c, 0xbc, 0xea, 0x2b, 0xa8, 0x07, 0xe5, 0x58, 0xbf, 0x10, 0xbd, - 0x10, 0xcd, 0x60, 0x73, 0x0c, 0xaf, 0x2e, 0xc1, 0xc6, 0x03, 0x26, 0x78, 0x7c, 0x45, 0xa1, 0x45, - 0x67, 0xce, 0x90, 0xda, 0xd6, 0x1c, 0x3c, 0x90, 0x6a, 0x07, 0x8a, 0xfb, 0x84, 0x76, 0x3c, 0x72, - 0x96, 0x9c, 0xc7, 0x03, 0xce, 0x23, 0x7c, 0x00, 0x46, 0xb5, 0x18, 0x6d, 0xe4, 0x55, 0xf8, 0x69, - 0x7c, 0xf6, 0x20, 0x1f, 0x79, 0x55, 0x45, 0x72, 0x67, 0xcd, 0x3f, 0xfc, 0xd6, 0x2e, 0x2f, 0xc0, - 0x04, 0x5c, 0xde, 0x83, 0xac, 0x6a, 0xcb, 0xa9, 0xe0, 0x89, 0xf5, 0x03, 0x55, 0xf0, 0xc4, 0xbb, - 0x77, 0xfa, 0xea, 0x4f, 0x53, 0x1a, 0xda, 0x87, 0x7c, 0xa4, 0x81, 0xa5, 0xa4, 0x98, 0x6f, 0xb0, - 0x29, 0x29, 0x16, 0x74, 0xbb, 0x04, 0xa3, 0xf7, 0xa1, 0x38, 0xd3, 0xe4, 0x51, 0x66, 0x59, 0xd4, - 0xd8, 0xaa, 0x5d, 0x59, 0x88, 0x0b, 0x94, 0xea, 0x42, 0x25, 0xde, 0x56, 0x41, 0x57, 0xa3, 0xeb, - 0xcf, 0x73, 0xbc, 0xb6, 0x0c, 0x1d, 0x65, 0x1a, 0x7f, 0xe6, 0x55, 0x4c, 0x97, 0x3c, 0x23, 0x2b, - 0xa6, 0xcb, 0x5e, 0x87, 0x05, 0xd3, 0xf8, 0x9b, 0xaa, 0x62, 0xba, 0xe4, 0x79, 0x57, 0x31, 0x5d, - 0xf6, 0x14, 0xab, 0xaf, 0x30, 0x53, 0xce, 0xdc, 0x62, 0x94, 0x29, 0x17, 0x5d, 0xc5, 0x94, 0x29, - 0x17, 0x5e, 0x7b, 0xc4, 0xb6, 0x9e, 0xbd, 0x84, 0xa8, 0x6d, 0xbd, 0xf0, 0x82, 0xa3, 0xb6, 0xf5, - 0xe2, 0x7b, 0x8b, 0xbe, 0x82, 0x3e, 0x80, 0x8d, 0xb9, 0x4b, 0x00, 0x92, 0x1a, 0x2d, 0xbb, 0x85, - 0xd4, 0xae, 0x2f, 0xc5, 0x07, 0x7c, 0x4f, 0xd5, 0x25, 0x66, 0xbe, 0x92, 0x46, 0xb7, 0xa3, 0xd3, - 0x97, 0x5e, 0x05, 0x6a, 0x77, 0xce, 0x23, 0x8b, 0xec, 0xe0, 0x7c, 0x58, 0xef, 0x05, 0x87, 0xdd, - 0x5c, 0x31, 0xaa, 0x0e, 0xbb, 0xf9, 0xda, 0x50, 0x66, 0xa3, 0x3d, 0xc8, 0x47, 0x4a, 0x22, 0x14, - 0x9e, 0x8d, 0xb1, 0x32, 0xac, 0x76, 0x79, 0x01, 0x46, 0x71, 0xda, 0xb9, 0xf3, 0xb7, 0xdf, 0x65, - 0xb5, 0xbf, 0x7c, 0x75, 0x4d, 0xfb, 0xeb, 0x57, 0xd7, 0xb4, 0xbf, 0x7f, 0x75, 0x4d, 0xfb, 0xd5, - 0x3f, 0xae, 0xad, 0x40, 0xc5, 0xf1, 0x86, 0xdb, 0xd4, 0x3a, 0x3d, 0xdb, 0x3e, 0x3d, 0xe3, 0x7f, - 0x59, 0x3d, 0xca, 0xf0, 0x9f, 0xb7, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0xbc, 0x47, 0xca, 0x0f, - 0x2b, 0x2b, 0x00, 0x00, + 0xd1, 0x1a, 0x6a, 0x48, 0x91, 0xc5, 0xa7, 0x7a, 0xb5, 0x2b, 0x2e, 0xd7, 0xfb, 0xf0, 0xec, 0xe3, + 0x5b, 0xbf, 0x64, 0x7b, 0xbd, 0x30, 0x0c, 0x7c, 0xb0, 0xf1, 0x51, 0x12, 0x57, 0x4b, 0xaf, 0x56, + 0x24, 0x86, 0x94, 0xfd, 0xf9, 0xc3, 0x07, 0x4f, 0x46, 0x64, 0x8b, 0x9a, 0x88, 0x9c, 0x19, 0xcf, + 0x34, 0xb5, 0xa6, 0x91, 0x43, 0x80, 0x00, 0x49, 0x80, 0x38, 0x40, 0x2e, 0x76, 0x7c, 0x08, 0x72, + 0x4d, 0x4e, 0x39, 0xe6, 0x1a, 0x20, 0xa7, 0x1c, 0x73, 0xcc, 0x31, 0x70, 0x7e, 0x41, 0x2e, 0x39, + 0x06, 0x41, 0xbf, 0xe6, 0x45, 0x72, 0xb5, 0x9e, 0xb5, 0x01, 0x9f, 0x38, 0x5d, 0x55, 0x5d, 0x5d, + 0xaf, 0xae, 0xae, 0xae, 0x26, 0x80, 0x3b, 0x74, 0x8f, 0xb6, 0x5c, 0xcf, 0x21, 0x0e, 0x52, 0xe9, + 0x77, 0xa3, 0x34, 0xc1, 0xc4, 0x94, 0xb0, 0x46, 0x19, 0x7b, 0xe6, 0x31, 0x09, 0x86, 0x75, 0x0f, + 0xbb, 0x63, 0x6b, 0x60, 0x12, 0xcb, 0xb1, 0x8d, 0x89, 0x33, 0xc4, 0x01, 0x66, 0x63, 0xe4, 0x8c, + 0x1c, 0xf6, 0xf9, 0x3a, 0xfd, 0x12, 0xd0, 0xaa, 0x37, 0xf5, 0x09, 0xfb, 0xe4, 0x00, 0x6d, 0x0b, + 0xca, 0x3a, 0xfe, 0x64, 0x8a, 0x7d, 0xf2, 0x10, 0x9b, 0x43, 0xec, 0xa1, 0xab, 0x00, 0x83, 0xf1, + 0xd4, 0x27, 0xd8, 0x33, 0xac, 0x61, 0x5d, 0xb9, 0xa1, 0xdc, 0x55, 0xf5, 0x82, 0x80, 0xb4, 0x87, + 0x9a, 0x0e, 0x15, 0x1d, 0xfb, 0xae, 0x63, 0xfb, 0xf8, 0x99, 0x26, 0xa0, 0x17, 0x21, 0x8b, 0x3d, + 0xcf, 0xf1, 0xea, 0x99, 0x1b, 0xca, 0xdd, 0xe2, 0xbd, 0xe2, 0x16, 0x53, 0xb0, 0x45, 0x41, 0x3a, + 0xc7, 0x68, 0x0f, 0x20, 0xcb, 0xc6, 0xe8, 0x26, 0xa8, 0x64, 0xe6, 0x62, 0xc6, 0xa4, 0x72, 0xaf, + 0x1a, 0x21, 0xed, 0xcf, 0x5c, 0xac, 0x33, 0x24, 0xaa, 0xc3, 0xda, 0x04, 0xfb, 0xbe, 0x39, 0xc2, + 0x8c, 0x65, 0x41, 0x97, 0x43, 0xad, 0x03, 0xd0, 0xf7, 0x1d, 0xa1, 0x0e, 0x7a, 0x05, 0x72, 0x27, + 0x4c, 0x42, 0xc6, 0xae, 0x78, 0xef, 0x02, 0x67, 0x17, 0xd3, 0x56, 0x17, 0x24, 0x68, 0x03, 0xb2, + 0x03, 0x67, 0x6a, 0x13, 0xc6, 0xb2, 0xac, 0xf3, 0x81, 0xd6, 0x84, 0x42, 0xdf, 0x9a, 0x60, 0x9f, + 0x98, 0x13, 0x17, 0x35, 0x20, 0xef, 0x9e, 0xcc, 0x7c, 0x6b, 0x60, 0x8e, 0x19, 0xc7, 0x55, 0x3d, + 0x18, 0x53, 0x99, 0xc6, 0xce, 0x88, 0xa1, 0x32, 0x0c, 0x25, 0x87, 0xda, 0x8f, 0x15, 0x28, 0x32, + 0xa1, 0xb8, 0xcd, 0xd0, 0xab, 0x09, 0xa9, 0x36, 0xa4, 0x54, 0x51, 0x9b, 0x3e, 0x5d, 0x2c, 0xf4, + 0x1a, 0x14, 0x88, 0x14, 0xab, 0xbe, 0xca, 0xd8, 0x08, 0x5b, 0x05, 0xd2, 0xea, 0x21, 0x85, 0xf6, + 0xb9, 0x02, 0xb5, 0x6d, 0xc7, 0x21, 0x3e, 0xf1, 0x4c, 0x37, 0x95, 0x75, 0x6e, 0x42, 0xd6, 0x27, + 0x8e, 0x87, 0x85, 0x0f, 0xcb, 0x5b, 0x22, 0x24, 0x7b, 0x14, 0xa8, 0x73, 0x1c, 0xba, 0x03, 0x39, + 0x0f, 0x8f, 0x2c, 0xc7, 0x16, 0x22, 0x55, 0x24, 0x95, 0xce, 0xa0, 0xba, 0xc0, 0x6a, 0xbf, 0x56, + 0x60, 0x3d, 0x22, 0x4e, 0x2a, 0xbb, 0xf4, 0x01, 0x45, 0x03, 0xdf, 0x27, 0x26, 0x99, 0xfa, 0x42, + 0xba, 0xdb, 0x5b, 0x0b, 0xf6, 0x84, 0x1e, 0x82, 0x7a, 0x8c, 0x58, 0x5f, 0xf7, 0x92, 0x20, 0x6d, + 0x17, 0x2e, 0xb6, 0xfd, 0x40, 0x34, 0x17, 0x0f, 0xd3, 0x18, 0x4b, 0xfb, 0x21, 0x5c, 0x4a, 0x72, + 0x49, 0xa5, 0xa3, 0x06, 0xa5, 0xa3, 0x08, 0x17, 0xa6, 0x5d, 0x5e, 0x8f, 0xc1, 0xb4, 0x77, 0xa1, + 0xd2, 0x1c, 0x8f, 0x9d, 0x41, 0x7b, 0x37, 0x95, 0xa8, 0x1d, 0xa8, 0x06, 0xd3, 0x53, 0xc9, 0x58, + 0x81, 0x8c, 0xc5, 0x25, 0x53, 0xf5, 0x8c, 0x35, 0xd4, 0x3e, 0x82, 0xea, 0x1e, 0x26, 0x3c, 0x2c, + 0xd2, 0x04, 0xda, 0x65, 0xc8, 0xb3, 0x60, 0x32, 0x02, 0xae, 0x6b, 0x6c, 0xdc, 0x1e, 0x6a, 0xbf, + 0x54, 0xa0, 0x16, 0xf2, 0x4e, 0x25, 0xed, 0x33, 0x86, 0x71, 0x96, 0x86, 0x93, 0x2f, 0xa2, 0xb8, + 0xc6, 0x39, 0x32, 0x12, 0x1a, 0x26, 0xbe, 0xce, 0xd1, 0xda, 0x00, 0xaa, 0xdd, 0xe9, 0x73, 0xa8, + 0xfa, 0x2c, 0xc2, 0x68, 0x5f, 0x2a, 0x50, 0x0b, 0x57, 0xf9, 0x1e, 0x6d, 0x95, 0x1f, 0xc1, 0x85, + 0x3d, 0x4c, 0x9a, 0xe3, 0x31, 0x13, 0xcd, 0x4f, 0x65, 0x81, 0x77, 0xa0, 0x8e, 0x3f, 0x1d, 0x8c, + 0xa7, 0x43, 0x6c, 0x10, 0x67, 0x72, 0xe4, 0x13, 0xc7, 0xc6, 0x06, 0xd3, 0xdb, 0x17, 0xc1, 0x7e, + 0x49, 0xe0, 0xfb, 0x12, 0xcd, 0x57, 0xd3, 0x4e, 0x61, 0x23, 0xbe, 0x7a, 0x2a, 0xcb, 0xdc, 0x86, + 0x5c, 0xb0, 0xda, 0xea, 0xbc, 0x0b, 0x04, 0x52, 0xfb, 0x98, 0xc5, 0x9d, 0x48, 0x62, 0x69, 0xf4, + 0xbc, 0x0a, 0xc0, 0x53, 0x9f, 0x71, 0x8a, 0x67, 0x4c, 0xb3, 0x92, 0x5e, 0xe0, 0x90, 0x47, 0x78, + 0xa6, 0x7d, 0x95, 0x81, 0xf5, 0xc8, 0x02, 0xa9, 0x54, 0x09, 0x73, 0x6f, 0xe6, 0x69, 0xb9, 0x17, + 0xdd, 0x82, 0xdc, 0x98, 0x73, 0xe5, 0xd1, 0x5d, 0x92, 0x74, 0x5d, 0x4c, 0xb9, 0x71, 0x1c, 0xa5, + 0xf2, 0xc7, 0xe6, 0x19, 0xf6, 0xeb, 0x2a, 0x33, 0x4c, 0x82, 0x8a, 0xe3, 0xd0, 0x16, 0xc0, 0xd0, + 0x79, 0x62, 0x1b, 0x2e, 0xc6, 0x9e, 0x5f, 0xcf, 0x32, 0x4a, 0x71, 0x0c, 0x51, 0x3a, 0xbe, 0x59, + 0x0a, 0x94, 0x84, 0x0e, 0x7d, 0xf4, 0x26, 0x94, 0x5d, 0x6c, 0x0f, 0x2d, 0x7b, 0x24, 0xa6, 0xe4, + 0x16, 0x30, 0x2f, 0x09, 0x12, 0x36, 0x45, 0xfb, 0x01, 0xf3, 0x33, 0xd7, 0x61, 0x7b, 0x96, 0x2e, + 0xc9, 0xa1, 0x2b, 0x20, 0x8c, 0x1d, 0x26, 0x95, 0x3c, 0x07, 0xf0, 0xac, 0x82, 0x7a, 0x03, 0xd3, + 0xe6, 0x6b, 0xf8, 0x69, 0x17, 0xf0, 0x89, 0xe9, 0x91, 0x88, 0x7b, 0xf3, 0x0c, 0xf0, 0x08, 0xcf, + 0xe8, 0x09, 0x3e, 0xb6, 0x26, 0x16, 0x61, 0x06, 0xcf, 0xea, 0x7c, 0x80, 0x36, 0x61, 0x0d, 0xdb, + 0x43, 0x36, 0x41, 0x65, 0x13, 0x72, 0xd8, 0x1e, 0xd2, 0x60, 0xf8, 0x42, 0x81, 0x0b, 0x31, 0x79, + 0x52, 0x85, 0xc3, 0x5d, 0x58, 0xe3, 0x1a, 0xca, 0xd0, 0x4e, 0xc6, 0x83, 0x44, 0xa3, 0x3b, 0xb0, + 0xc6, 0x9d, 0x4e, 0xf3, 0xdd, 0xbc, 0x3b, 0x24, 0x52, 0x7b, 0x00, 0x9b, 0x7b, 0x98, 0xec, 0xf0, + 0xaa, 0x6e, 0xc7, 0xb1, 0x8f, 0xad, 0x51, 0xaa, 0x13, 0xc7, 0x87, 0xfa, 0x3c, 0x9f, 0x54, 0x3a, + 0xbe, 0x04, 0x6b, 0xa2, 0xc8, 0x14, 0x31, 0x5f, 0x95, 0x92, 0x0b, 0xee, 0xba, 0xc4, 0x6b, 0x9f, + 0xc0, 0x66, 0x77, 0xfa, 0xfc, 0xc2, 0x7f, 0x93, 0x25, 0x1f, 0x42, 0x7d, 0x7e, 0xc9, 0x34, 0x7a, + 0x6a, 0x3f, 0xc9, 0x40, 0xee, 0x31, 0x9e, 0x1c, 0x61, 0x0f, 0x21, 0x50, 0x6d, 0x73, 0xc2, 0xcb, + 0xe3, 0x82, 0xce, 0xbe, 0x69, 0xf0, 0x4d, 0x18, 0x36, 0x12, 0xdd, 0x1c, 0xd0, 0x1e, 0x52, 0x24, + 0xdd, 0x6a, 0xc6, 0xd4, 0x1b, 0x73, 0xff, 0x16, 0xf4, 0x3c, 0x05, 0x1c, 0x7a, 0x63, 0x1f, 0x5d, + 0x87, 0xe2, 0x60, 0x6c, 0x61, 0x9b, 0x70, 0xb4, 0xca, 0xd0, 0xc0, 0x41, 0x8c, 0xe0, 0xbf, 0xa0, + 0xca, 0xdd, 0x6f, 0xb8, 0x9e, 0xe5, 0x78, 0x16, 0x99, 0xd5, 0xb3, 0x2c, 0x88, 0x2b, 0x1c, 0xdc, + 0x15, 0x50, 0xca, 0x69, 0x88, 0xdd, 0xb1, 0x33, 0x33, 0x5c, 0x93, 0x9c, 0xd4, 0x73, 0x4c, 0x3c, + 0xe0, 0xa0, 0xae, 0x49, 0x4e, 0xd0, 0x6d, 0xa8, 0x1c, 0x59, 0xb6, 0xe9, 0xcd, 0x8c, 0x33, 0xec, + 0xf9, 0x34, 0x4d, 0xad, 0x31, 0x9a, 0x32, 0x87, 0x7e, 0xc0, 0x81, 0xf4, 0xf4, 0x1f, 0x59, 0xc4, + 0x38, 0x31, 0xfd, 0x93, 0x7a, 0x9e, 0x97, 0xf6, 0x23, 0x8b, 0x3c, 0x34, 0xfd, 0x13, 0xed, 0x7f, + 0x58, 0x8e, 0xe4, 0x76, 0x48, 0xb5, 0x4b, 0xb5, 0x3f, 0x29, 0x80, 0xa2, 0x2c, 0x52, 0xe6, 0xd9, + 0x35, 0x6e, 0x5c, 0xb9, 0xb1, 0x4a, 0x9c, 0x9c, 0x73, 0xd5, 0x25, 0x72, 0x41, 0x9e, 0x8d, 0x92, + 0xc9, 0x3c, 0xfb, 0x1a, 0x14, 0x31, 0x19, 0x0c, 0x0d, 0x41, 0xaa, 0x2e, 0x20, 0x05, 0x4a, 0xb0, + 0xcf, 0x35, 0xe8, 0x42, 0x21, 0x48, 0xac, 0xe8, 0x06, 0xa8, 0xd4, 0x93, 0x42, 0xea, 0xf8, 0xae, + 0x65, 0x18, 0xf4, 0x22, 0x94, 0x58, 0x7e, 0xf6, 0xf1, 0xc0, 0xb1, 0x87, 0xbe, 0x08, 0x8e, 0x22, + 0x85, 0xf5, 0x38, 0x48, 0xfb, 0x97, 0x0a, 0x97, 0x78, 0x46, 0x78, 0x88, 0x4d, 0x8f, 0x1c, 0x61, + 0x93, 0xa4, 0xda, 0x18, 0xdf, 0xee, 0xf1, 0x13, 0x3f, 0x58, 0xd4, 0x6f, 0x7e, 0xb0, 0x64, 0xcf, + 0x3b, 0x58, 0xd0, 0x4d, 0x28, 0x1f, 0xcd, 0x08, 0xf6, 0x8d, 0x27, 0x9e, 0x45, 0x08, 0xb6, 0x59, + 0xcc, 0xaa, 0x7a, 0x89, 0x01, 0x3f, 0xe4, 0x30, 0x7a, 0x6e, 0x73, 0x22, 0x0f, 0x9b, 0x43, 0x16, + 0xb1, 0xaa, 0x5e, 0x60, 0x10, 0x1d, 0x9b, 0xf4, 0x62, 0x5b, 0x3a, 0xc5, 0xb3, 0x90, 0x45, 0x9e, + 0xdb, 0x97, 0xc2, 0x24, 0x87, 0x2b, 0x50, 0x60, 0x24, 0x8c, 0x41, 0x81, 0x6f, 0x4e, 0x0a, 0x60, + 0xf3, 0x5f, 0x82, 0x9a, 0xe9, 0xba, 0x9e, 0xf3, 0xa9, 0x35, 0x31, 0x09, 0x36, 0x7c, 0xeb, 0x33, + 0x5c, 0x07, 0x46, 0x53, 0x8d, 0xc0, 0x7b, 0xd6, 0x67, 0x18, 0x6d, 0x41, 0xde, 0xb2, 0x09, 0xf6, + 0xce, 0xcc, 0x71, 0xbd, 0xc4, 0x2c, 0x87, 0xc2, 0xfb, 0x5e, 0x5b, 0x60, 0xf4, 0x80, 0x26, 0xc9, + 0x9a, 0x2e, 0x59, 0x2f, 0xcf, 0xb1, 0x7e, 0x84, 0x67, 0x3e, 0xcd, 0x29, 0x04, 0x7b, 0x93, 0x7a, + 0x85, 0xa1, 0xd9, 0x37, 0xfa, 0xbf, 0x85, 0x25, 0x63, 0x95, 0x2d, 0xfc, 0xca, 0xe2, 0x92, 0x91, + 0xd7, 0x2e, 0xe7, 0x17, 0x8e, 0xef, 0xab, 0xf9, 0x62, 0xad, 0xa4, 0x9d, 0x00, 0xec, 0x9c, 0x98, + 0xf6, 0x08, 0x53, 0x77, 0x3c, 0x43, 0x2c, 0xbf, 0x03, 0xc5, 0x01, 0xa3, 0x37, 0x58, 0x7f, 0x20, + 0xc3, 0xfa, 0x03, 0x9b, 0x5b, 0xb2, 0x17, 0x42, 0x13, 0x2c, 0xe7, 0xc7, 0xfa, 0x04, 0x30, 0x08, + 0xbe, 0xb5, 0x7b, 0x50, 0xe9, 0x7b, 0xa6, 0xed, 0x1f, 0x63, 0x8f, 0x6f, 0xa3, 0xf3, 0x57, 0xd3, + 0x5e, 0x87, 0xec, 0x63, 0xec, 0x8d, 0xd8, 0x95, 0x96, 0x98, 0xde, 0x08, 0x13, 0x41, 0x3c, 0x17, + 0xd7, 0x1c, 0xab, 0xed, 0x43, 0xb1, 0xe7, 0x8e, 0x2d, 0x51, 0xa9, 0xa0, 0x97, 0x20, 0xe7, 0x3a, + 0x63, 0x6b, 0x30, 0x13, 0x8d, 0x8c, 0x75, 0xee, 0xac, 0x9d, 0x13, 0x3c, 0x38, 0xed, 0x32, 0x84, + 0x2e, 0x08, 0xa8, 0xf9, 0x99, 0x77, 0x68, 0x36, 0x29, 0xe9, 0xec, 0x5b, 0xfb, 0x72, 0x15, 0x36, + 0xe7, 0x76, 0x65, 0xaa, 0x74, 0xf5, 0x66, 0x60, 0x36, 0xa6, 0x71, 0x26, 0x7a, 0xa3, 0x09, 0xed, + 0x2f, 0xed, 0xc5, 0x7c, 0xf1, 0x2e, 0x54, 0x89, 0xb0, 0x97, 0x11, 0xdb, 0xab, 0x62, 0xa5, 0xb8, + 0x31, 0xf5, 0x0a, 0x89, 0x1b, 0x37, 0x56, 0x6c, 0xa9, 0xf1, 0x62, 0x0b, 0xbd, 0x0d, 0x25, 0x81, + 0xc4, 0xae, 0x33, 0x38, 0x61, 0xa7, 0x09, 0xcd, 0x2c, 0x31, 0xa3, 0xb6, 0x28, 0x4a, 0x2f, 0x7a, + 0xe1, 0x80, 0xe6, 0x49, 0x6e, 0x68, 0xae, 0x46, 0x6e, 0x81, 0xe3, 0x80, 0x13, 0x74, 0x79, 0xe2, + 0xcb, 0x4e, 0xa8, 0xfb, 0xd8, 0x96, 0x0d, 0x3a, 0x4e, 0xcc, 0xa3, 0x3a, 0xc7, 0xa0, 0xfb, 0x50, + 0xf2, 0xa9, 0xc3, 0x0c, 0x91, 0xb6, 0xf2, 0x8c, 0x52, 0xf8, 0x29, 0xe2, 0x4a, 0xbd, 0xe8, 0x87, + 0x03, 0xed, 0x18, 0xaa, 0x4d, 0xff, 0x54, 0xa0, 0xbf, 0xbb, 0x34, 0xa9, 0xfd, 0x54, 0x81, 0x5a, + 0xb8, 0x50, 0xca, 0xe6, 0x41, 0xd9, 0xc6, 0x4f, 0x8c, 0x64, 0xe1, 0x5b, 0xb4, 0xf1, 0x13, 0x5d, + 0xba, 0xe3, 0x06, 0x94, 0x28, 0x0d, 0xab, 0x10, 0xac, 0x21, 0x2f, 0x10, 0x54, 0x1d, 0x6c, 0xfc, + 0x84, 0x9a, 0xb1, 0x3d, 0xf4, 0xb5, 0x5f, 0x28, 0x80, 0x74, 0xec, 0x3a, 0x1e, 0x49, 0xaf, 0xb4, + 0x06, 0xea, 0x18, 0x1f, 0x93, 0x25, 0x2a, 0x33, 0x1c, 0xba, 0x05, 0x59, 0xcf, 0x1a, 0x9d, 0x90, + 0x25, 0x9d, 0x23, 0x8e, 0xd4, 0x76, 0xe0, 0x42, 0x4c, 0x98, 0x54, 0xe5, 0xd4, 0xe7, 0x0a, 0x6c, + 0x34, 0xfd, 0xd3, 0x6d, 0x93, 0x0c, 0x4e, 0xbe, 0x73, 0x4f, 0xd2, 0xca, 0x88, 0xc7, 0x19, 0xef, + 0xe2, 0xad, 0xb2, 0x2e, 0x1e, 0x30, 0xd0, 0x0e, 0xeb, 0x30, 0x76, 0x60, 0x8d, 0x49, 0xd1, 0xde, + 0x9d, 0x77, 0x99, 0x72, 0xbe, 0xcb, 0x32, 0x73, 0x2e, 0x3b, 0x86, 0x8b, 0x09, 0xf5, 0x52, 0xc5, + 0xcf, 0x75, 0x58, 0x95, 0xfc, 0xe9, 0xc5, 0x38, 0xdc, 0x17, 0xed, 0x5d, 0x9d, 0x62, 0x34, 0x97, + 0xe6, 0x28, 0xea, 0x8c, 0xe7, 0xb4, 0xe4, 0x33, 0x5f, 0x55, 0x68, 0x49, 0x3d, 0xbf, 0x62, 0xaa, + 0x18, 0xf8, 0x7f, 0x28, 0x45, 0x0f, 0x4e, 0x5a, 0xe8, 0xf2, 0x0b, 0x5c, 0xd8, 0x55, 0xe5, 0xb6, + 0xaf, 0x30, 0x70, 0xd8, 0x02, 0xbe, 0x09, 0x65, 0x7a, 0x6d, 0x0b, 0xc9, 0xf8, 0xae, 0x2a, 0x61, + 0x7b, 0x18, 0x10, 0x69, 0xf7, 0x01, 0x74, 0x3c, 0x70, 0xbc, 0x61, 0xd7, 0xb4, 0x3c, 0x54, 0x83, + 0x55, 0x7a, 0xcb, 0xe3, 0x25, 0x3b, 0xfd, 0xa4, 0x37, 0xc2, 0x33, 0x73, 0x3c, 0xc5, 0x62, 0x32, + 0x1f, 0x68, 0xff, 0xcc, 0x02, 0x84, 0x4d, 0xa6, 0x58, 0x23, 0x4c, 0x89, 0x35, 0xc2, 0x50, 0x03, + 0xf2, 0x03, 0xd3, 0x35, 0x07, 0xb4, 0x1e, 0x17, 0x05, 0xbf, 0x1c, 0xa3, 0x17, 0xa0, 0x60, 0x9e, + 0x99, 0xd6, 0xd8, 0x3c, 0x1a, 0x63, 0x16, 0x6d, 0xaa, 0x1e, 0x02, 0x68, 0xc5, 0x22, 0xa2, 0x8b, + 0x87, 0xa3, 0xca, 0xc2, 0x51, 0xa4, 0x5a, 0x16, 0x8f, 0xe8, 0x55, 0x40, 0xbe, 0xa8, 0xa5, 0x7c, + 0xdb, 0x74, 0x05, 0x61, 0x96, 0x11, 0xd6, 0x04, 0xa6, 0x67, 0x9b, 0x2e, 0xa7, 0x7e, 0x03, 0x36, + 0x3c, 0x3c, 0xc0, 0xd6, 0x59, 0x82, 0x3e, 0xc7, 0xe8, 0x51, 0x80, 0x0b, 0x67, 0x5c, 0x05, 0x08, + 0x4d, 0xcd, 0x12, 0x74, 0x59, 0x2f, 0x04, 0x56, 0x46, 0x5b, 0x70, 0xc1, 0x74, 0xdd, 0xf1, 0x2c, + 0xc1, 0x2f, 0xcf, 0xe8, 0xd6, 0x25, 0x2a, 0x64, 0xb7, 0x09, 0x6b, 0x96, 0x6f, 0x1c, 0x4d, 0xfd, + 0x19, 0x2b, 0xaf, 0xf2, 0x7a, 0xce, 0xf2, 0xb7, 0xa7, 0xfe, 0x8c, 0x9e, 0x43, 0x53, 0x1f, 0x0f, + 0xa3, 0x55, 0x55, 0x9e, 0x02, 0x58, 0x39, 0x35, 0x57, 0xfd, 0x15, 0x17, 0x54, 0x7f, 0xc9, 0xf2, + 0xae, 0x34, 0x5f, 0xde, 0xc5, 0x0b, 0xc4, 0x72, 0xb2, 0x40, 0x8c, 0x55, 0x7f, 0x95, 0x44, 0xf5, + 0x17, 0x2d, 0xe9, 0xaa, 0xcf, 0x50, 0xd2, 0xbd, 0x0e, 0x30, 0x70, 0xa7, 0xc6, 0xd4, 0x37, 0x47, + 0xd8, 0xaf, 0xd7, 0xd8, 0x56, 0xa9, 0xc9, 0x28, 0x97, 0xd1, 0xa6, 0x17, 0x06, 0xee, 0xf4, 0x90, + 0x91, 0xa0, 0xfb, 0x50, 0xa6, 0x0b, 0x1b, 0x96, 0x63, 0x78, 0x26, 0xc1, 0x7e, 0x7d, 0x7d, 0xc9, + 0x9c, 0x22, 0x25, 0x6b, 0x3b, 0x3a, 0x25, 0x42, 0x6f, 0x43, 0x85, 0x2a, 0x8c, 0xc3, 0x69, 0x68, + 0xc9, 0xb4, 0x12, 0xa3, 0x93, 0xf3, 0xde, 0x82, 0x92, 0xe3, 0x1a, 0x63, 0x93, 0x60, 0x7b, 0x60, + 0x61, 0xbf, 0x7e, 0x61, 0xd9, 0x62, 0x8e, 0xbb, 0x2f, 0x89, 0xb4, 0x31, 0x5c, 0x64, 0x21, 0xff, + 0xbc, 0x97, 0x0f, 0xd1, 0xb0, 0xcd, 0x3c, 0xbd, 0x61, 0xfb, 0x1b, 0x05, 0x2e, 0x25, 0x97, 0xfb, + 0x1e, 0x75, 0x54, 0xff, 0xa0, 0xc0, 0x46, 0x6f, 0x60, 0x12, 0x82, 0xbd, 0xe7, 0xe8, 0x35, 0x3e, + 0xad, 0xd9, 0xf5, 0xac, 0x2f, 0x34, 0x91, 0x6b, 0x9a, 0xba, 0xfc, 0x9a, 0xa6, 0xb5, 0xe0, 0x62, + 0x42, 0xde, 0x54, 0xc9, 0x78, 0x17, 0x2e, 0xee, 0x61, 0xb2, 0xb7, 0xd3, 0x33, 0x8f, 0x71, 0xd7, + 0xb1, 0xec, 0x54, 0x41, 0xa0, 0x61, 0xb8, 0x94, 0xe4, 0x92, 0xca, 0xb7, 0x34, 0x3f, 0x99, 0xc7, + 0xd8, 0x70, 0x29, 0x0f, 0x61, 0xc0, 0x82, 0x2f, 0x99, 0x6a, 0xc7, 0x50, 0x3f, 0x74, 0x87, 0x26, + 0xc1, 0xcf, 0x29, 0xef, 0x79, 0xeb, 0x38, 0x70, 0x79, 0xc1, 0x3a, 0xa9, 0x34, 0xba, 0x05, 0x15, + 0x5a, 0x32, 0xcc, 0xad, 0x46, 0x0b, 0x89, 0x80, 0xb7, 0xf6, 0x5b, 0x05, 0xae, 0xf3, 0x15, 0x7b, + 0xd8, 0x3b, 0xb3, 0x06, 0xdf, 0x8a, 0x82, 0x9c, 0x93, 0x8c, 0xc4, 0x92, 0x5e, 0x10, 0x90, 0xf6, + 0x90, 0x1e, 0x8b, 0xfd, 0xfe, 0x3e, 0x8b, 0xc3, 0x55, 0x9d, 0x7e, 0x26, 0x2c, 0xa2, 0x26, 0x2d, + 0xf2, 0x3b, 0x05, 0x6e, 0x2c, 0x17, 0x30, 0xb5, 0xaf, 0xbf, 0x91, 0x88, 0xb7, 0xa0, 0x32, 0xb1, + 0x6c, 0x63, 0x4e, 0xcc, 0xd2, 0xc4, 0xb2, 0x43, 0x53, 0xfe, 0x4a, 0xa1, 0x05, 0xc0, 0x48, 0xec, + 0xec, 0xf9, 0xc3, 0x46, 0x39, 0xb7, 0xd5, 0x90, 0x39, 0xaf, 0xd5, 0xb0, 0x7a, 0x4e, 0xab, 0x41, + 0x8d, 0x1f, 0x36, 0xda, 0xcf, 0x14, 0x58, 0xef, 0xcd, 0xec, 0xc1, 0x73, 0x24, 0x96, 0x5b, 0x90, + 0xe3, 0xcd, 0x2d, 0x91, 0xe8, 0x12, 0x1d, 0x2d, 0x8e, 0x63, 0xf5, 0x2e, 0x3b, 0xde, 0x2d, 0x7b, + 0x88, 0x3f, 0x15, 0x72, 0xf2, 0x13, 0xbf, 0x4d, 0x21, 0xda, 0x9f, 0x15, 0x40, 0x51, 0x49, 0xbe, + 0xe3, 0xf6, 0xf6, 0x79, 0xf2, 0xd0, 0x73, 0x4b, 0xe4, 0x4b, 0x7e, 0x86, 0xa8, 0xf1, 0x73, 0x4b, + 0x7a, 0x51, 0x16, 0x49, 0xec, 0x40, 0xd1, 0x3e, 0x66, 0x9d, 0xc4, 0x8e, 0x8b, 0x3d, 0x93, 0x38, + 0xde, 0xb7, 0xff, 0x28, 0xf1, 0x47, 0x85, 0xbd, 0xae, 0x85, 0x0b, 0xa4, 0xb2, 0xd2, 0x53, 0x8f, + 0x02, 0x04, 0xea, 0x10, 0xfb, 0x03, 0x66, 0x91, 0x92, 0xce, 0xbe, 0x29, 0x7b, 0x71, 0x96, 0xa9, + 0xac, 0x6d, 0x21, 0xd8, 0x4b, 0x31, 0xc4, 0xd1, 0x25, 0x68, 0x58, 0xe7, 0xc2, 0xb2, 0x87, 0xac, + 0x36, 0x2c, 0xe9, 0xec, 0xfb, 0xe5, 0x2f, 0x14, 0x28, 0x04, 0x7f, 0xd7, 0x40, 0x39, 0xc8, 0x74, + 0x1e, 0xd5, 0x56, 0x50, 0x11, 0xd6, 0x0e, 0x0f, 0x1e, 0x1d, 0x74, 0x3e, 0x3c, 0xa8, 0x29, 0x68, + 0x03, 0x6a, 0x07, 0x9d, 0xbe, 0xb1, 0xdd, 0xe9, 0xf4, 0x7b, 0x7d, 0xbd, 0xd9, 0xed, 0xb6, 0x76, + 0x6b, 0x19, 0x74, 0x01, 0xaa, 0xbd, 0x7e, 0x47, 0x6f, 0x19, 0xfd, 0xce, 0xe3, 0xed, 0x5e, 0xbf, + 0x73, 0xd0, 0xaa, 0xad, 0xa2, 0x3a, 0x6c, 0x34, 0xf7, 0xf5, 0x56, 0x73, 0xf7, 0xa3, 0x38, 0xb9, + 0x4a, 0x31, 0xed, 0x83, 0x9d, 0xce, 0xe3, 0x6e, 0xb3, 0xdf, 0xde, 0xde, 0x6f, 0x19, 0x1f, 0xb4, + 0xf4, 0x5e, 0xbb, 0x73, 0x50, 0xcb, 0x52, 0xf6, 0x7a, 0x6b, 0xaf, 0xdd, 0x39, 0x30, 0xe8, 0x2a, + 0x0f, 0x3a, 0x87, 0x07, 0xbb, 0xb5, 0xdc, 0xcb, 0xf7, 0xa1, 0x18, 0x69, 0xbe, 0xa0, 0x3c, 0xa8, + 0xbd, 0x9d, 0xe6, 0x41, 0x6d, 0x05, 0x55, 0xa1, 0xd8, 0xec, 0x76, 0xf5, 0xce, 0xff, 0xb6, 0x1f, + 0x37, 0xfb, 0xad, 0x9a, 0x82, 0x00, 0x72, 0x87, 0xbd, 0xd6, 0xa3, 0xd6, 0x47, 0xb5, 0xcc, 0xcb, + 0x5d, 0xa8, 0xc4, 0x75, 0xa7, 0x9a, 0xf4, 0x0e, 0x77, 0x76, 0x5a, 0xbd, 0x1e, 0x57, 0xab, 0xdf, + 0x7e, 0xdc, 0xea, 0x1c, 0xf6, 0xf9, 0xbc, 0x9d, 0xe6, 0xc1, 0x4e, 0x6b, 0xbf, 0x96, 0xa1, 0x08, + 0xbd, 0xd5, 0xdd, 0x6f, 0xee, 0x50, 0x25, 0xe8, 0xe0, 0xf0, 0xe0, 0xa0, 0x7d, 0xb0, 0x57, 0x53, + 0xef, 0xfd, 0xbb, 0x02, 0x99, 0xee, 0x2e, 0x6a, 0x02, 0x84, 0x9d, 0x68, 0xb4, 0xc9, 0xcd, 0x3c, + 0xd7, 0xde, 0x6e, 0xd4, 0xe7, 0x11, 0xdc, 0xd1, 0xda, 0x0a, 0x7a, 0x03, 0x56, 0xfb, 0xbe, 0x83, + 0x44, 0xa0, 0x86, 0xff, 0x7a, 0x69, 0xac, 0x47, 0x20, 0x92, 0xfa, 0xae, 0xf2, 0x86, 0x82, 0xde, + 0x83, 0x42, 0xf0, 0xa7, 0x04, 0x74, 0x89, 0x53, 0x25, 0xff, 0x15, 0xd2, 0xd8, 0x9c, 0x83, 0x07, + 0x2b, 0x3e, 0x86, 0x4a, 0xfc, 0x6f, 0x0d, 0xe8, 0x0a, 0x27, 0x5e, 0xf8, 0x97, 0x89, 0xc6, 0x0b, + 0x8b, 0x91, 0x01, 0xbb, 0x77, 0x60, 0x4d, 0xfc, 0xf5, 0x00, 0x89, 0x38, 0x8b, 0xff, 0x91, 0xa1, + 0x71, 0x31, 0x01, 0x0d, 0x66, 0xfe, 0x37, 0xe4, 0xe5, 0xff, 0x00, 0xd0, 0xc5, 0xc0, 0x44, 0xd1, + 0x87, 0xf8, 0xc6, 0xa5, 0x24, 0x38, 0x3a, 0x59, 0xbe, 0xa7, 0xcb, 0xc9, 0x89, 0x57, 0x7c, 0x39, + 0x39, 0xf9, 0xec, 0xae, 0xad, 0xa0, 0x3d, 0x28, 0x45, 0x9f, 0x9d, 0xd1, 0xe5, 0x60, 0x99, 0xe4, + 0x43, 0x78, 0xa3, 0xb1, 0x08, 0x15, 0xb5, 0x65, 0xbc, 0x12, 0x95, 0xb6, 0x5c, 0x58, 0x0e, 0x4b, + 0x5b, 0x2e, 0x2e, 0x5e, 0xb5, 0x15, 0xd4, 0x87, 0x6a, 0xa2, 0x5f, 0x88, 0x5e, 0x88, 0x66, 0xb0, + 0x39, 0x86, 0x57, 0x97, 0x60, 0x93, 0x01, 0x13, 0x3c, 0xbe, 0xa2, 0xd0, 0xa2, 0xb1, 0x33, 0xa4, + 0xb1, 0x39, 0x07, 0x0f, 0xa4, 0xda, 0x86, 0xf2, 0x1e, 0x26, 0x5d, 0x0f, 0x9f, 0xa5, 0xe7, 0xf1, + 0x80, 0xf1, 0x08, 0x1f, 0x80, 0x51, 0x23, 0x41, 0x1b, 0x79, 0x15, 0x7e, 0x1a, 0x9f, 0x5d, 0x28, + 0x46, 0x5e, 0x55, 0x91, 0xd8, 0x59, 0xf3, 0x0f, 0xbf, 0x8d, 0xcb, 0x0b, 0x30, 0x01, 0x97, 0xf7, + 0x20, 0x2f, 0xdb, 0x72, 0x32, 0x78, 0x12, 0xfd, 0x40, 0x19, 0x3c, 0xc9, 0xee, 0x9d, 0xb6, 0xfa, + 0xf3, 0x8c, 0x82, 0xf6, 0xa0, 0x18, 0x69, 0x60, 0x49, 0x29, 0xe6, 0x1b, 0x6c, 0x52, 0x8a, 0x05, + 0xdd, 0x2e, 0xce, 0xe8, 0x7d, 0x28, 0xc7, 0x9a, 0x3c, 0xd2, 0x2c, 0x8b, 0x1a, 0x5b, 0x8d, 0x2b, + 0x0b, 0x71, 0x81, 0x52, 0x3d, 0xa8, 0x25, 0xdb, 0x2a, 0xe8, 0x6a, 0x74, 0xfd, 0x79, 0x8e, 0xd7, + 0x96, 0xa1, 0xa3, 0x4c, 0x93, 0xcf, 0xbc, 0x92, 0xe9, 0x92, 0x67, 0x64, 0xc9, 0x74, 0xd9, 0xeb, + 0x30, 0x67, 0x9a, 0x7c, 0x53, 0x95, 0x4c, 0x97, 0x3c, 0xef, 0x4a, 0xa6, 0xcb, 0x9e, 0x62, 0xb5, + 0x15, 0x6a, 0xca, 0xd8, 0x2d, 0x46, 0x9a, 0x72, 0xd1, 0x55, 0x4c, 0x9a, 0x72, 0xe1, 0xb5, 0x87, + 0x6f, 0xeb, 0xf8, 0x25, 0x44, 0x6e, 0xeb, 0x85, 0x17, 0x1c, 0xb9, 0xad, 0x17, 0xdf, 0x5b, 0xb4, + 0x15, 0xf4, 0x01, 0xac, 0xcf, 0x5d, 0x02, 0x90, 0xd0, 0x68, 0xd9, 0x2d, 0xa4, 0x71, 0x7d, 0x29, + 0x3e, 0xe0, 0x7b, 0x2a, 0x2f, 0x31, 0xf3, 0x95, 0x34, 0xba, 0x1d, 0x9d, 0xbe, 0xf4, 0x2a, 0xd0, + 0xb8, 0x73, 0x1e, 0x59, 0x64, 0x07, 0x17, 0xc3, 0x7a, 0x2f, 0x38, 0xec, 0xe6, 0x8a, 0x51, 0x79, + 0xd8, 0xcd, 0xd7, 0x86, 0x22, 0x1b, 0xed, 0x42, 0x31, 0x52, 0x12, 0xa1, 0xf0, 0x6c, 0x4c, 0x94, + 0x61, 0x8d, 0xcb, 0x0b, 0x30, 0x92, 0xd3, 0xf6, 0x9d, 0xbf, 0xfd, 0x3e, 0xaf, 0xfc, 0xe5, 0xeb, + 0x6b, 0xca, 0x5f, 0xbf, 0xbe, 0xa6, 0xfc, 0xfd, 0xeb, 0x6b, 0xca, 0x57, 0xff, 0xb8, 0xb6, 0x02, + 0x35, 0xc7, 0x1b, 0x6d, 0x11, 0xeb, 0xf4, 0x6c, 0xeb, 0xf4, 0x8c, 0xfd, 0x2b, 0xf6, 0x28, 0xc7, + 0x7e, 0xde, 0xfa, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x4f, 0xde, 0xa0, 0x8e, 0x2b, 0x00, + 0x00, } diff --git a/proto/pdpb.proto b/proto/pdpb.proto index 117a97f4b..9595ca9da 100644 --- a/proto/pdpb.proto +++ b/proto/pdpb.proto @@ -201,6 +201,11 @@ message GetRegionResponse { metapb.Region region = 2; metapb.Peer leader = 3; repeated metapb.Peer slaves = 4; + // Leader considers that these peers are down. + repeated PeerStats down_peers = 5; + // Pending peers are the peers that the leader can't consider as + // working followers. + repeated metapb.Peer pending_peers = 6; } message GetRegionByIDRequest {