mirror of https://github.com/milvus-io/milvus.git
Retruen segment state when get query segment info (#10730)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10783/head
parent
466b1e91fa
commit
80215eb2f0
|
@ -1875,6 +1875,8 @@ const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_milvus_2eproto::offsets[] PROT
|
||||||
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, num_rows_),
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, num_rows_),
|
||||||
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, index_name_),
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, index_name_),
|
||||||
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, indexid_),
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, indexid_),
|
||||||
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, nodeid_),
|
||||||
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::QuerySegmentInfo, state_),
|
||||||
~0u, // no _has_bits_
|
~0u, // no _has_bits_
|
||||||
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetQuerySegmentInfoRequest, _internal_metadata_),
|
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetQuerySegmentInfoRequest, _internal_metadata_),
|
||||||
~0u, // no _extensions_
|
~0u, // no _extensions_
|
||||||
|
@ -1990,14 +1992,14 @@ static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOB
|
||||||
{ 513, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoRequest)},
|
{ 513, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoRequest)},
|
||||||
{ 521, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoResponse)},
|
{ 521, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoResponse)},
|
||||||
{ 528, -1, sizeof(::milvus::proto::milvus::QuerySegmentInfo)},
|
{ 528, -1, sizeof(::milvus::proto::milvus::QuerySegmentInfo)},
|
||||||
{ 540, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoRequest)},
|
{ 542, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoRequest)},
|
||||||
{ 548, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoResponse)},
|
{ 550, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoResponse)},
|
||||||
{ 555, -1, sizeof(::milvus::proto::milvus::DummyRequest)},
|
{ 557, -1, sizeof(::milvus::proto::milvus::DummyRequest)},
|
||||||
{ 561, -1, sizeof(::milvus::proto::milvus::DummyResponse)},
|
{ 563, -1, sizeof(::milvus::proto::milvus::DummyResponse)},
|
||||||
{ 567, -1, sizeof(::milvus::proto::milvus::RegisterLinkRequest)},
|
{ 569, -1, sizeof(::milvus::proto::milvus::RegisterLinkRequest)},
|
||||||
{ 572, -1, sizeof(::milvus::proto::milvus::RegisterLinkResponse)},
|
{ 574, -1, sizeof(::milvus::proto::milvus::RegisterLinkResponse)},
|
||||||
{ 579, -1, sizeof(::milvus::proto::milvus::GetMetricsRequest)},
|
{ 581, -1, sizeof(::milvus::proto::milvus::GetMetricsRequest)},
|
||||||
{ 586, -1, sizeof(::milvus::proto::milvus::GetMetricsResponse)},
|
{ 588, -1, sizeof(::milvus::proto::milvus::GetMetricsResponse)},
|
||||||
};
|
};
|
||||||
|
|
||||||
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
|
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
|
||||||
|
@ -2285,119 +2287,121 @@ const char descriptor_table_protodef_milvus_2eproto[] PROTOBUF_SECTION_VARIABLE(
|
||||||
"gmentInfoResponse\022+\n\006status\030\001 \001(\0132\033.milv"
|
"gmentInfoResponse\022+\n\006status\030\001 \001(\0132\033.milv"
|
||||||
"us.proto.common.Status\0229\n\005infos\030\002 \003(\0132*."
|
"us.proto.common.Status\0229\n\005infos\030\002 \003(\0132*."
|
||||||
"milvus.proto.milvus.PersistentSegmentInf"
|
"milvus.proto.milvus.PersistentSegmentInf"
|
||||||
"o\"\231\001\n\020QuerySegmentInfo\022\021\n\tsegmentID\030\001 \001("
|
"o\"\333\001\n\020QuerySegmentInfo\022\021\n\tsegmentID\030\001 \001("
|
||||||
"\003\022\024\n\014collectionID\030\002 \001(\003\022\023\n\013partitionID\030\003"
|
"\003\022\024\n\014collectionID\030\002 \001(\003\022\023\n\013partitionID\030\003"
|
||||||
" \001(\003\022\020\n\010mem_size\030\004 \001(\003\022\020\n\010num_rows\030\005 \001(\003"
|
" \001(\003\022\020\n\010mem_size\030\004 \001(\003\022\020\n\010num_rows\030\005 \001(\003"
|
||||||
"\022\022\n\nindex_name\030\006 \001(\t\022\017\n\007indexID\030\007 \001(\003\"p\n"
|
"\022\022\n\nindex_name\030\006 \001(\t\022\017\n\007indexID\030\007 \001(\003\022\016\n"
|
||||||
"\032GetQuerySegmentInfoRequest\022*\n\004base\030\001 \001("
|
"\006nodeID\030\010 \001(\003\0220\n\005state\030\t \001(\0162!.milvus.pr"
|
||||||
"\0132\034.milvus.proto.common.MsgBase\022\016\n\006dbNam"
|
"oto.common.SegmentState\"p\n\032GetQuerySegme"
|
||||||
"e\030\002 \001(\t\022\026\n\016collectionName\030\003 \001(\t\"\200\001\n\033GetQ"
|
"ntInfoRequest\022*\n\004base\030\001 \001(\0132\034.milvus.pro"
|
||||||
"uerySegmentInfoResponse\022+\n\006status\030\001 \001(\0132"
|
"to.common.MsgBase\022\016\n\006dbName\030\002 \001(\t\022\026\n\016col"
|
||||||
"\033.milvus.proto.common.Status\0224\n\005infos\030\002 "
|
"lectionName\030\003 \001(\t\"\200\001\n\033GetQuerySegmentInf"
|
||||||
"\003(\0132%.milvus.proto.milvus.QuerySegmentIn"
|
"oResponse\022+\n\006status\030\001 \001(\0132\033.milvus.proto"
|
||||||
"fo\"$\n\014DummyRequest\022\024\n\014request_type\030\001 \001(\t"
|
".common.Status\0224\n\005infos\030\002 \003(\0132%.milvus.p"
|
||||||
"\"!\n\rDummyResponse\022\020\n\010response\030\001 \001(\t\"\025\n\023R"
|
"roto.milvus.QuerySegmentInfo\"$\n\014DummyReq"
|
||||||
"egisterLinkRequest\"r\n\024RegisterLinkRespon"
|
"uest\022\024\n\014request_type\030\001 \001(\t\"!\n\rDummyRespo"
|
||||||
"se\022-\n\007address\030\001 \001(\0132\034.milvus.proto.commo"
|
"nse\022\020\n\010response\030\001 \001(\t\"\025\n\023RegisterLinkReq"
|
||||||
"n.Address\022+\n\006status\030\002 \001(\0132\033.milvus.proto"
|
"uest\"r\n\024RegisterLinkResponse\022-\n\007address\030"
|
||||||
".common.Status\"P\n\021GetMetricsRequest\022*\n\004b"
|
"\001 \001(\0132\034.milvus.proto.common.Address\022+\n\006s"
|
||||||
"ase\030\001 \001(\0132\034.milvus.proto.common.MsgBase\022"
|
"tatus\030\002 \001(\0132\033.milvus.proto.common.Status"
|
||||||
"\017\n\007request\030\002 \001(\t\"k\n\022GetMetricsResponse\022+"
|
"\"P\n\021GetMetricsRequest\022*\n\004base\030\001 \001(\0132\034.mi"
|
||||||
"\n\006status\030\001 \001(\0132\033.milvus.proto.common.Sta"
|
"lvus.proto.common.MsgBase\022\017\n\007request\030\002 \001"
|
||||||
"tus\022\020\n\010response\030\002 \001(\t\022\026\n\016component_name\030"
|
"(\t\"k\n\022GetMetricsResponse\022+\n\006status\030\001 \001(\013"
|
||||||
"\003 \001(\t*!\n\010ShowType\022\007\n\003All\020\000\022\014\n\010InMemory\020\001"
|
"2\033.milvus.proto.common.Status\022\020\n\010respons"
|
||||||
"*>\n\017PlaceholderType\022\010\n\004None\020\000\022\020\n\014BinaryV"
|
"e\030\002 \001(\t\022\026\n\016component_name\030\003 \001(\t*!\n\010ShowT"
|
||||||
"ector\020d\022\017\n\013FloatVector\020e2\325\032\n\rMilvusServi"
|
"ype\022\007\n\003All\020\000\022\014\n\010InMemory\020\001*>\n\017Placeholde"
|
||||||
"ce\022_\n\020CreateCollection\022,.milvus.proto.mi"
|
"rType\022\010\n\004None\020\000\022\020\n\014BinaryVector\020d\022\017\n\013Flo"
|
||||||
"lvus.CreateCollectionRequest\032\033.milvus.pr"
|
"atVector\020e2\325\032\n\rMilvusService\022_\n\020CreateCo"
|
||||||
"oto.common.Status\"\000\022[\n\016DropCollection\022*."
|
"llection\022,.milvus.proto.milvus.CreateCol"
|
||||||
"milvus.proto.milvus.DropCollectionReques"
|
"lectionRequest\032\033.milvus.proto.common.Sta"
|
||||||
"t\032\033.milvus.proto.common.Status\"\000\022_\n\rHasC"
|
"tus\"\000\022[\n\016DropCollection\022*.milvus.proto.m"
|
||||||
"ollection\022).milvus.proto.milvus.HasColle"
|
"ilvus.DropCollectionRequest\032\033.milvus.pro"
|
||||||
"ctionRequest\032!.milvus.proto.milvus.BoolR"
|
"to.common.Status\"\000\022_\n\rHasCollection\022).mi"
|
||||||
"esponse\"\000\022[\n\016LoadCollection\022*.milvus.pro"
|
"lvus.proto.milvus.HasCollectionRequest\032!"
|
||||||
"to.milvus.LoadCollectionRequest\032\033.milvus"
|
".milvus.proto.milvus.BoolResponse\"\000\022[\n\016L"
|
||||||
".proto.common.Status\"\000\022a\n\021ReleaseCollect"
|
"oadCollection\022*.milvus.proto.milvus.Load"
|
||||||
"ion\022-.milvus.proto.milvus.ReleaseCollect"
|
"CollectionRequest\032\033.milvus.proto.common."
|
||||||
"ionRequest\032\033.milvus.proto.common.Status\""
|
"Status\"\000\022a\n\021ReleaseCollection\022-.milvus.p"
|
||||||
"\000\022w\n\022DescribeCollection\022..milvus.proto.m"
|
"roto.milvus.ReleaseCollectionRequest\032\033.m"
|
||||||
"ilvus.DescribeCollectionRequest\032/.milvus"
|
"ilvus.proto.common.Status\"\000\022w\n\022DescribeC"
|
||||||
".proto.milvus.DescribeCollectionResponse"
|
"ollection\022..milvus.proto.milvus.Describe"
|
||||||
"\"\000\022\206\001\n\027GetCollectionStatistics\0223.milvus."
|
"CollectionRequest\032/.milvus.proto.milvus."
|
||||||
"proto.milvus.GetCollectionStatisticsRequ"
|
"DescribeCollectionResponse\"\000\022\206\001\n\027GetColl"
|
||||||
"est\0324.milvus.proto.milvus.GetCollectionS"
|
"ectionStatistics\0223.milvus.proto.milvus.G"
|
||||||
"tatisticsResponse\"\000\022n\n\017ShowCollections\022+"
|
"etCollectionStatisticsRequest\0324.milvus.p"
|
||||||
".milvus.proto.milvus.ShowCollectionsRequ"
|
"roto.milvus.GetCollectionStatisticsRespo"
|
||||||
"est\032,.milvus.proto.milvus.ShowCollection"
|
"nse\"\000\022n\n\017ShowCollections\022+.milvus.proto."
|
||||||
"sResponse\"\000\022]\n\017CreatePartition\022+.milvus."
|
"milvus.ShowCollectionsRequest\032,.milvus.p"
|
||||||
"proto.milvus.CreatePartitionRequest\032\033.mi"
|
"roto.milvus.ShowCollectionsResponse\"\000\022]\n"
|
||||||
"lvus.proto.common.Status\"\000\022Y\n\rDropPartit"
|
"\017CreatePartition\022+.milvus.proto.milvus.C"
|
||||||
"ion\022).milvus.proto.milvus.DropPartitionR"
|
"reatePartitionRequest\032\033.milvus.proto.com"
|
||||||
"equest\032\033.milvus.proto.common.Status\"\000\022]\n"
|
"mon.Status\"\000\022Y\n\rDropPartition\022).milvus.p"
|
||||||
"\014HasPartition\022(.milvus.proto.milvus.HasP"
|
"roto.milvus.DropPartitionRequest\032\033.milvu"
|
||||||
"artitionRequest\032!.milvus.proto.milvus.Bo"
|
"s.proto.common.Status\"\000\022]\n\014HasPartition\022"
|
||||||
"olResponse\"\000\022[\n\016LoadPartitions\022*.milvus."
|
"(.milvus.proto.milvus.HasPartitionReques"
|
||||||
"proto.milvus.LoadPartitionsRequest\032\033.mil"
|
"t\032!.milvus.proto.milvus.BoolResponse\"\000\022["
|
||||||
"vus.proto.common.Status\"\000\022a\n\021ReleasePart"
|
"\n\016LoadPartitions\022*.milvus.proto.milvus.L"
|
||||||
"itions\022-.milvus.proto.milvus.ReleasePart"
|
"oadPartitionsRequest\032\033.milvus.proto.comm"
|
||||||
"itionsRequest\032\033.milvus.proto.common.Stat"
|
"on.Status\"\000\022a\n\021ReleasePartitions\022-.milvu"
|
||||||
"us\"\000\022\203\001\n\026GetPartitionStatistics\0222.milvus"
|
"s.proto.milvus.ReleasePartitionsRequest\032"
|
||||||
".proto.milvus.GetPartitionStatisticsRequ"
|
"\033.milvus.proto.common.Status\"\000\022\203\001\n\026GetPa"
|
||||||
"est\0323.milvus.proto.milvus.GetPartitionSt"
|
"rtitionStatistics\0222.milvus.proto.milvus."
|
||||||
"atisticsResponse\"\000\022k\n\016ShowPartitions\022*.m"
|
"GetPartitionStatisticsRequest\0323.milvus.p"
|
||||||
"ilvus.proto.milvus.ShowPartitionsRequest"
|
"roto.milvus.GetPartitionStatisticsRespon"
|
||||||
"\032+.milvus.proto.milvus.ShowPartitionsRes"
|
"se\"\000\022k\n\016ShowPartitions\022*.milvus.proto.mi"
|
||||||
"ponse\"\000\022U\n\013CreateAlias\022\'.milvus.proto.mi"
|
"lvus.ShowPartitionsRequest\032+.milvus.prot"
|
||||||
"lvus.CreateAliasRequest\032\033.milvus.proto.c"
|
"o.milvus.ShowPartitionsResponse\"\000\022U\n\013Cre"
|
||||||
"ommon.Status\"\000\022Q\n\tDropAlias\022%.milvus.pro"
|
"ateAlias\022\'.milvus.proto.milvus.CreateAli"
|
||||||
"to.milvus.DropAliasRequest\032\033.milvus.prot"
|
"asRequest\032\033.milvus.proto.common.Status\"\000"
|
||||||
"o.common.Status\"\000\022S\n\nAlterAlias\022&.milvus"
|
"\022Q\n\tDropAlias\022%.milvus.proto.milvus.Drop"
|
||||||
".proto.milvus.AlterAliasRequest\032\033.milvus"
|
"AliasRequest\032\033.milvus.proto.common.Statu"
|
||||||
".proto.common.Status\"\000\022U\n\013CreateIndex\022\'."
|
"s\"\000\022S\n\nAlterAlias\022&.milvus.proto.milvus."
|
||||||
"milvus.proto.milvus.CreateIndexRequest\032\033"
|
"AlterAliasRequest\032\033.milvus.proto.common."
|
||||||
".milvus.proto.common.Status\"\000\022h\n\rDescrib"
|
"Status\"\000\022U\n\013CreateIndex\022\'.milvus.proto.m"
|
||||||
"eIndex\022).milvus.proto.milvus.DescribeInd"
|
"ilvus.CreateIndexRequest\032\033.milvus.proto."
|
||||||
"exRequest\032*.milvus.proto.milvus.Describe"
|
"common.Status\"\000\022h\n\rDescribeIndex\022).milvu"
|
||||||
"IndexResponse\"\000\022h\n\rGetIndexState\022).milvu"
|
"s.proto.milvus.DescribeIndexRequest\032*.mi"
|
||||||
"s.proto.milvus.GetIndexStateRequest\032*.mi"
|
"lvus.proto.milvus.DescribeIndexResponse\""
|
||||||
"lvus.proto.milvus.GetIndexStateResponse\""
|
"\000\022h\n\rGetIndexState\022).milvus.proto.milvus"
|
||||||
"\000\022\200\001\n\025GetIndexBuildProgress\0221.milvus.pro"
|
".GetIndexStateRequest\032*.milvus.proto.mil"
|
||||||
"to.milvus.GetIndexBuildProgressRequest\0322"
|
"vus.GetIndexStateResponse\"\000\022\200\001\n\025GetIndex"
|
||||||
".milvus.proto.milvus.GetIndexBuildProgre"
|
"BuildProgress\0221.milvus.proto.milvus.GetI"
|
||||||
"ssResponse\"\000\022Q\n\tDropIndex\022%.milvus.proto"
|
"ndexBuildProgressRequest\0322.milvus.proto."
|
||||||
".milvus.DropIndexRequest\032\033.milvus.proto."
|
"milvus.GetIndexBuildProgressResponse\"\000\022Q"
|
||||||
"common.Status\"\000\022S\n\006Insert\022\".milvus.proto"
|
"\n\tDropIndex\022%.milvus.proto.milvus.DropIn"
|
||||||
".milvus.InsertRequest\032#.milvus.proto.mil"
|
"dexRequest\032\033.milvus.proto.common.Status\""
|
||||||
"vus.MutationResult\"\000\022S\n\006Delete\022\".milvus."
|
"\000\022S\n\006Insert\022\".milvus.proto.milvus.Insert"
|
||||||
"proto.milvus.DeleteRequest\032#.milvus.prot"
|
"Request\032#.milvus.proto.milvus.MutationRe"
|
||||||
"o.milvus.MutationResult\"\000\022R\n\006Search\022\".mi"
|
"sult\"\000\022S\n\006Delete\022\".milvus.proto.milvus.D"
|
||||||
"lvus.proto.milvus.SearchRequest\032\".milvus"
|
"eleteRequest\032#.milvus.proto.milvus.Mutat"
|
||||||
".proto.milvus.SearchResults\"\000\022P\n\005Flush\022!"
|
"ionResult\"\000\022R\n\006Search\022\".milvus.proto.mil"
|
||||||
".milvus.proto.milvus.FlushRequest\032\".milv"
|
"vus.SearchRequest\032\".milvus.proto.milvus."
|
||||||
"us.proto.milvus.FlushResponse\"\000\022O\n\005Query"
|
"SearchResults\"\000\022P\n\005Flush\022!.milvus.proto."
|
||||||
"\022!.milvus.proto.milvus.QueryRequest\032!.mi"
|
"milvus.FlushRequest\032\".milvus.proto.milvu"
|
||||||
"lvus.proto.milvus.QueryResults\"\000\022d\n\014Calc"
|
"s.FlushResponse\"\000\022O\n\005Query\022!.milvus.prot"
|
||||||
"Distance\022(.milvus.proto.milvus.CalcDista"
|
"o.milvus.QueryRequest\032!.milvus.proto.mil"
|
||||||
"nceRequest\032(.milvus.proto.milvus.CalcDis"
|
"vus.QueryResults\"\000\022d\n\014CalcDistance\022(.mil"
|
||||||
"tanceResults\"\000\022\211\001\n\030GetPersistentSegmentI"
|
"vus.proto.milvus.CalcDistanceRequest\032(.m"
|
||||||
"nfo\0224.milvus.proto.milvus.GetPersistentS"
|
"ilvus.proto.milvus.CalcDistanceResults\"\000"
|
||||||
"egmentInfoRequest\0325.milvus.proto.milvus."
|
"\022\211\001\n\030GetPersistentSegmentInfo\0224.milvus.p"
|
||||||
"GetPersistentSegmentInfoResponse\"\000\022z\n\023Ge"
|
"roto.milvus.GetPersistentSegmentInfoRequ"
|
||||||
"tQuerySegmentInfo\022/.milvus.proto.milvus."
|
"est\0325.milvus.proto.milvus.GetPersistentS"
|
||||||
"GetQuerySegmentInfoRequest\0320.milvus.prot"
|
"egmentInfoResponse\"\000\022z\n\023GetQuerySegmentI"
|
||||||
"o.milvus.GetQuerySegmentInfoResponse\"\000\022P"
|
"nfo\022/.milvus.proto.milvus.GetQuerySegmen"
|
||||||
"\n\005Dummy\022!.milvus.proto.milvus.DummyReque"
|
"tInfoRequest\0320.milvus.proto.milvus.GetQu"
|
||||||
"st\032\".milvus.proto.milvus.DummyResponse\"\000"
|
"erySegmentInfoResponse\"\000\022P\n\005Dummy\022!.milv"
|
||||||
"\022e\n\014RegisterLink\022(.milvus.proto.milvus.R"
|
"us.proto.milvus.DummyRequest\032\".milvus.pr"
|
||||||
"egisterLinkRequest\032).milvus.proto.milvus"
|
"oto.milvus.DummyResponse\"\000\022e\n\014RegisterLi"
|
||||||
".RegisterLinkResponse\"\000\022_\n\nGetMetrics\022&."
|
"nk\022(.milvus.proto.milvus.RegisterLinkReq"
|
||||||
"milvus.proto.milvus.GetMetricsRequest\032\'."
|
"uest\032).milvus.proto.milvus.RegisterLinkR"
|
||||||
"milvus.proto.milvus.GetMetricsResponse\"\000"
|
"esponse\"\000\022_\n\nGetMetrics\022&.milvus.proto.m"
|
||||||
"2u\n\014ProxyService\022e\n\014RegisterLink\022(.milvu"
|
"ilvus.GetMetricsRequest\032\'.milvus.proto.m"
|
||||||
"s.proto.milvus.RegisterLinkRequest\032).mil"
|
"ilvus.GetMetricsResponse\"\0002u\n\014ProxyServi"
|
||||||
"vus.proto.milvus.RegisterLinkResponse\"\000B"
|
"ce\022e\n\014RegisterLink\022(.milvus.proto.milvus"
|
||||||
"5Z3github.com/milvus-io/milvus/internal/"
|
".RegisterLinkRequest\032).milvus.proto.milv"
|
||||||
"proto/milvuspbb\006proto3"
|
"us.RegisterLinkResponse\"\000B5Z3github.com/"
|
||||||
|
"milvus-io/milvus/internal/proto/milvuspb"
|
||||||
|
"b\006proto3"
|
||||||
;
|
;
|
||||||
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_milvus_2eproto_deps[2] = {
|
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_milvus_2eproto_deps[2] = {
|
||||||
&::descriptor_table_common_2eproto,
|
&::descriptor_table_common_2eproto,
|
||||||
|
@ -2475,7 +2479,7 @@ static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_mil
|
||||||
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_milvus_2eproto_once;
|
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_milvus_2eproto_once;
|
||||||
static bool descriptor_table_milvus_2eproto_initialized = false;
|
static bool descriptor_table_milvus_2eproto_initialized = false;
|
||||||
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_milvus_2eproto = {
|
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_milvus_2eproto = {
|
||||||
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 13062,
|
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 13128,
|
||||||
&descriptor_table_milvus_2eproto_once, descriptor_table_milvus_2eproto_sccs, descriptor_table_milvus_2eproto_deps, 67, 2,
|
&descriptor_table_milvus_2eproto_once, descriptor_table_milvus_2eproto_sccs, descriptor_table_milvus_2eproto_deps, 67, 2,
|
||||||
schemas, file_default_instances, TableStruct_milvus_2eproto::offsets,
|
schemas, file_default_instances, TableStruct_milvus_2eproto::offsets,
|
||||||
file_level_metadata_milvus_2eproto, 67, file_level_enum_descriptors_milvus_2eproto, file_level_service_descriptors_milvus_2eproto,
|
file_level_metadata_milvus_2eproto, 67, file_level_enum_descriptors_milvus_2eproto, file_level_service_descriptors_milvus_2eproto,
|
||||||
|
@ -28405,8 +28409,8 @@ QuerySegmentInfo::QuerySegmentInfo(const QuerySegmentInfo& from)
|
||||||
index_name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.index_name_);
|
index_name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.index_name_);
|
||||||
}
|
}
|
||||||
::memcpy(&segmentid_, &from.segmentid_,
|
::memcpy(&segmentid_, &from.segmentid_,
|
||||||
static_cast<size_t>(reinterpret_cast<char*>(&indexid_) -
|
static_cast<size_t>(reinterpret_cast<char*>(&state_) -
|
||||||
reinterpret_cast<char*>(&segmentid_)) + sizeof(indexid_));
|
reinterpret_cast<char*>(&segmentid_)) + sizeof(state_));
|
||||||
// @@protoc_insertion_point(copy_constructor:milvus.proto.milvus.QuerySegmentInfo)
|
// @@protoc_insertion_point(copy_constructor:milvus.proto.milvus.QuerySegmentInfo)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28414,8 +28418,8 @@ void QuerySegmentInfo::SharedCtor() {
|
||||||
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_QuerySegmentInfo_milvus_2eproto.base);
|
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_QuerySegmentInfo_milvus_2eproto.base);
|
||||||
index_name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
index_name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
||||||
::memset(&segmentid_, 0, static_cast<size_t>(
|
::memset(&segmentid_, 0, static_cast<size_t>(
|
||||||
reinterpret_cast<char*>(&indexid_) -
|
reinterpret_cast<char*>(&state_) -
|
||||||
reinterpret_cast<char*>(&segmentid_)) + sizeof(indexid_));
|
reinterpret_cast<char*>(&segmentid_)) + sizeof(state_));
|
||||||
}
|
}
|
||||||
|
|
||||||
QuerySegmentInfo::~QuerySegmentInfo() {
|
QuerySegmentInfo::~QuerySegmentInfo() {
|
||||||
|
@ -28444,8 +28448,8 @@ void QuerySegmentInfo::Clear() {
|
||||||
|
|
||||||
index_name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
index_name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
|
||||||
::memset(&segmentid_, 0, static_cast<size_t>(
|
::memset(&segmentid_, 0, static_cast<size_t>(
|
||||||
reinterpret_cast<char*>(&indexid_) -
|
reinterpret_cast<char*>(&state_) -
|
||||||
reinterpret_cast<char*>(&segmentid_)) + sizeof(indexid_));
|
reinterpret_cast<char*>(&segmentid_)) + sizeof(state_));
|
||||||
_internal_metadata_.Clear();
|
_internal_metadata_.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28506,6 +28510,21 @@ const char* QuerySegmentInfo::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPA
|
||||||
CHK_(ptr);
|
CHK_(ptr);
|
||||||
} else goto handle_unusual;
|
} else goto handle_unusual;
|
||||||
continue;
|
continue;
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
case 8:
|
||||||
|
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
|
||||||
|
nodeid_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
|
||||||
|
CHK_(ptr);
|
||||||
|
} else goto handle_unusual;
|
||||||
|
continue;
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
case 9:
|
||||||
|
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
|
||||||
|
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
|
||||||
|
CHK_(ptr);
|
||||||
|
set_state(static_cast<::milvus::proto::common::SegmentState>(val));
|
||||||
|
} else goto handle_unusual;
|
||||||
|
continue;
|
||||||
default: {
|
default: {
|
||||||
handle_unusual:
|
handle_unusual:
|
||||||
if ((tag & 7) == 4 || tag == 0) {
|
if ((tag & 7) == 4 || tag == 0) {
|
||||||
|
@ -28629,6 +28648,33 @@ bool QuerySegmentInfo::MergePartialFromCodedStream(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
case 8: {
|
||||||
|
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (64 & 0xFF)) {
|
||||||
|
|
||||||
|
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
|
||||||
|
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
|
||||||
|
input, &nodeid_)));
|
||||||
|
} else {
|
||||||
|
goto handle_unusual;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
case 9: {
|
||||||
|
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (72 & 0xFF)) {
|
||||||
|
int value = 0;
|
||||||
|
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
|
||||||
|
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
|
||||||
|
input, &value)));
|
||||||
|
set_state(static_cast< ::milvus::proto::common::SegmentState >(value));
|
||||||
|
} else {
|
||||||
|
goto handle_unusual;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
handle_unusual:
|
handle_unusual:
|
||||||
if (tag == 0) {
|
if (tag == 0) {
|
||||||
|
@ -28696,6 +28742,17 @@ void QuerySegmentInfo::SerializeWithCachedSizes(
|
||||||
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(7, this->indexid(), output);
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(7, this->indexid(), output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
if (this->nodeid() != 0) {
|
||||||
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(8, this->nodeid(), output);
|
||||||
|
}
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
if (this->state() != 0) {
|
||||||
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
|
||||||
|
9, this->state(), output);
|
||||||
|
}
|
||||||
|
|
||||||
if (_internal_metadata_.have_unknown_fields()) {
|
if (_internal_metadata_.have_unknown_fields()) {
|
||||||
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
|
||||||
_internal_metadata_.unknown_fields(), output);
|
_internal_metadata_.unknown_fields(), output);
|
||||||
|
@ -28750,6 +28807,17 @@ void QuerySegmentInfo::SerializeWithCachedSizes(
|
||||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(7, this->indexid(), target);
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(7, this->indexid(), target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
if (this->nodeid() != 0) {
|
||||||
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(8, this->nodeid(), target);
|
||||||
|
}
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
if (this->state() != 0) {
|
||||||
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
|
||||||
|
9, this->state(), target);
|
||||||
|
}
|
||||||
|
|
||||||
if (_internal_metadata_.have_unknown_fields()) {
|
if (_internal_metadata_.have_unknown_fields()) {
|
||||||
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
|
||||||
_internal_metadata_.unknown_fields(), target);
|
_internal_metadata_.unknown_fields(), target);
|
||||||
|
@ -28820,6 +28888,19 @@ size_t QuerySegmentInfo::ByteSizeLong() const {
|
||||||
this->indexid());
|
this->indexid());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
if (this->nodeid() != 0) {
|
||||||
|
total_size += 1 +
|
||||||
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
|
||||||
|
this->nodeid());
|
||||||
|
}
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
if (this->state() != 0) {
|
||||||
|
total_size += 1 +
|
||||||
|
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->state());
|
||||||
|
}
|
||||||
|
|
||||||
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
|
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
|
||||||
SetCachedSize(cached_size);
|
SetCachedSize(cached_size);
|
||||||
return total_size;
|
return total_size;
|
||||||
|
@ -28869,6 +28950,12 @@ void QuerySegmentInfo::MergeFrom(const QuerySegmentInfo& from) {
|
||||||
if (from.indexid() != 0) {
|
if (from.indexid() != 0) {
|
||||||
set_indexid(from.indexid());
|
set_indexid(from.indexid());
|
||||||
}
|
}
|
||||||
|
if (from.nodeid() != 0) {
|
||||||
|
set_nodeid(from.nodeid());
|
||||||
|
}
|
||||||
|
if (from.state() != 0) {
|
||||||
|
set_state(from.state());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void QuerySegmentInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
|
void QuerySegmentInfo::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
|
||||||
|
@ -28900,6 +28987,8 @@ void QuerySegmentInfo::InternalSwap(QuerySegmentInfo* other) {
|
||||||
swap(mem_size_, other->mem_size_);
|
swap(mem_size_, other->mem_size_);
|
||||||
swap(num_rows_, other->num_rows_);
|
swap(num_rows_, other->num_rows_);
|
||||||
swap(indexid_, other->indexid_);
|
swap(indexid_, other->indexid_);
|
||||||
|
swap(nodeid_, other->nodeid_);
|
||||||
|
swap(state_, other->state_);
|
||||||
}
|
}
|
||||||
|
|
||||||
::PROTOBUF_NAMESPACE_ID::Metadata QuerySegmentInfo::GetMetadata() const {
|
::PROTOBUF_NAMESPACE_ID::Metadata QuerySegmentInfo::GetMetadata() const {
|
||||||
|
|
|
@ -10359,6 +10359,8 @@ class QuerySegmentInfo :
|
||||||
kMemSizeFieldNumber = 4,
|
kMemSizeFieldNumber = 4,
|
||||||
kNumRowsFieldNumber = 5,
|
kNumRowsFieldNumber = 5,
|
||||||
kIndexIDFieldNumber = 7,
|
kIndexIDFieldNumber = 7,
|
||||||
|
kNodeIDFieldNumber = 8,
|
||||||
|
kStateFieldNumber = 9,
|
||||||
};
|
};
|
||||||
// string index_name = 6;
|
// string index_name = 6;
|
||||||
void clear_index_name();
|
void clear_index_name();
|
||||||
|
@ -10401,6 +10403,16 @@ class QuerySegmentInfo :
|
||||||
::PROTOBUF_NAMESPACE_ID::int64 indexid() const;
|
::PROTOBUF_NAMESPACE_ID::int64 indexid() const;
|
||||||
void set_indexid(::PROTOBUF_NAMESPACE_ID::int64 value);
|
void set_indexid(::PROTOBUF_NAMESPACE_ID::int64 value);
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
void clear_nodeid();
|
||||||
|
::PROTOBUF_NAMESPACE_ID::int64 nodeid() const;
|
||||||
|
void set_nodeid(::PROTOBUF_NAMESPACE_ID::int64 value);
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
void clear_state();
|
||||||
|
::milvus::proto::common::SegmentState state() const;
|
||||||
|
void set_state(::milvus::proto::common::SegmentState value);
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:milvus.proto.milvus.QuerySegmentInfo)
|
// @@protoc_insertion_point(class_scope:milvus.proto.milvus.QuerySegmentInfo)
|
||||||
private:
|
private:
|
||||||
class _Internal;
|
class _Internal;
|
||||||
|
@ -10413,6 +10425,8 @@ class QuerySegmentInfo :
|
||||||
::PROTOBUF_NAMESPACE_ID::int64 mem_size_;
|
::PROTOBUF_NAMESPACE_ID::int64 mem_size_;
|
||||||
::PROTOBUF_NAMESPACE_ID::int64 num_rows_;
|
::PROTOBUF_NAMESPACE_ID::int64 num_rows_;
|
||||||
::PROTOBUF_NAMESPACE_ID::int64 indexid_;
|
::PROTOBUF_NAMESPACE_ID::int64 indexid_;
|
||||||
|
::PROTOBUF_NAMESPACE_ID::int64 nodeid_;
|
||||||
|
int state_;
|
||||||
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
||||||
friend struct ::TableStruct_milvus_2eproto;
|
friend struct ::TableStruct_milvus_2eproto;
|
||||||
};
|
};
|
||||||
|
@ -21505,6 +21519,34 @@ inline void QuerySegmentInfo::set_indexid(::PROTOBUF_NAMESPACE_ID::int64 value)
|
||||||
// @@protoc_insertion_point(field_set:milvus.proto.milvus.QuerySegmentInfo.indexID)
|
// @@protoc_insertion_point(field_set:milvus.proto.milvus.QuerySegmentInfo.indexID)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// int64 nodeID = 8;
|
||||||
|
inline void QuerySegmentInfo::clear_nodeid() {
|
||||||
|
nodeid_ = PROTOBUF_LONGLONG(0);
|
||||||
|
}
|
||||||
|
inline ::PROTOBUF_NAMESPACE_ID::int64 QuerySegmentInfo::nodeid() const {
|
||||||
|
// @@protoc_insertion_point(field_get:milvus.proto.milvus.QuerySegmentInfo.nodeID)
|
||||||
|
return nodeid_;
|
||||||
|
}
|
||||||
|
inline void QuerySegmentInfo::set_nodeid(::PROTOBUF_NAMESPACE_ID::int64 value) {
|
||||||
|
|
||||||
|
nodeid_ = value;
|
||||||
|
// @@protoc_insertion_point(field_set:milvus.proto.milvus.QuerySegmentInfo.nodeID)
|
||||||
|
}
|
||||||
|
|
||||||
|
// .milvus.proto.common.SegmentState state = 9;
|
||||||
|
inline void QuerySegmentInfo::clear_state() {
|
||||||
|
state_ = 0;
|
||||||
|
}
|
||||||
|
inline ::milvus::proto::common::SegmentState QuerySegmentInfo::state() const {
|
||||||
|
// @@protoc_insertion_point(field_get:milvus.proto.milvus.QuerySegmentInfo.state)
|
||||||
|
return static_cast< ::milvus::proto::common::SegmentState >(state_);
|
||||||
|
}
|
||||||
|
inline void QuerySegmentInfo::set_state(::milvus::proto::common::SegmentState value) {
|
||||||
|
|
||||||
|
state_ = value;
|
||||||
|
// @@protoc_insertion_point(field_set:milvus.proto.milvus.QuerySegmentInfo.state)
|
||||||
|
}
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
|
||||||
// GetQuerySegmentInfoRequest
|
// GetQuerySegmentInfoRequest
|
||||||
|
|
|
@ -663,6 +663,8 @@ message QuerySegmentInfo {
|
||||||
int64 num_rows = 5;
|
int64 num_rows = 5;
|
||||||
string index_name = 6;
|
string index_name = 6;
|
||||||
int64 indexID = 7;
|
int64 indexID = 7;
|
||||||
|
int64 nodeID = 8;
|
||||||
|
common.SegmentState state = 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetQuerySegmentInfoRequest {
|
message GetQuerySegmentInfoRequest {
|
||||||
|
|
|
@ -3929,16 +3929,18 @@ func (m *GetPersistentSegmentInfoResponse) GetInfos() []*PersistentSegmentInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
type QuerySegmentInfo struct {
|
type QuerySegmentInfo struct {
|
||||||
SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
|
SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
|
||||||
CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
|
CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
|
||||||
PartitionID int64 `protobuf:"varint,3,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
PartitionID int64 `protobuf:"varint,3,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
||||||
MemSize int64 `protobuf:"varint,4,opt,name=mem_size,json=memSize,proto3" json:"mem_size,omitempty"`
|
MemSize int64 `protobuf:"varint,4,opt,name=mem_size,json=memSize,proto3" json:"mem_size,omitempty"`
|
||||||
NumRows int64 `protobuf:"varint,5,opt,name=num_rows,json=numRows,proto3" json:"num_rows,omitempty"`
|
NumRows int64 `protobuf:"varint,5,opt,name=num_rows,json=numRows,proto3" json:"num_rows,omitempty"`
|
||||||
IndexName string `protobuf:"bytes,6,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
|
IndexName string `protobuf:"bytes,6,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
|
||||||
IndexID int64 `protobuf:"varint,7,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
IndexID int64 `protobuf:"varint,7,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
||||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
NodeID int64 `protobuf:"varint,8,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
|
||||||
XXX_unrecognized []byte `json:"-"`
|
State commonpb.SegmentState `protobuf:"varint,9,opt,name=state,proto3,enum=milvus.proto.common.SegmentState" json:"state,omitempty"`
|
||||||
XXX_sizecache int32 `json:"-"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||||
|
XXX_unrecognized []byte `json:"-"`
|
||||||
|
XXX_sizecache int32 `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *QuerySegmentInfo) Reset() { *m = QuerySegmentInfo{} }
|
func (m *QuerySegmentInfo) Reset() { *m = QuerySegmentInfo{} }
|
||||||
|
@ -4015,6 +4017,20 @@ func (m *QuerySegmentInfo) GetIndexID() int64 {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *QuerySegmentInfo) GetNodeID() int64 {
|
||||||
|
if m != nil {
|
||||||
|
return m.NodeID
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *QuerySegmentInfo) GetState() commonpb.SegmentState {
|
||||||
|
if m != nil {
|
||||||
|
return m.State
|
||||||
|
}
|
||||||
|
return commonpb.SegmentState_SegmentStateNone
|
||||||
|
}
|
||||||
|
|
||||||
type GetQuerySegmentInfoRequest struct {
|
type GetQuerySegmentInfoRequest struct {
|
||||||
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
|
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
|
||||||
DbName string `protobuf:"bytes,2,opt,name=dbName,proto3" json:"dbName,omitempty"`
|
DbName string `protobuf:"bytes,2,opt,name=dbName,proto3" json:"dbName,omitempty"`
|
||||||
|
@ -4450,204 +4466,205 @@ func init() {
|
||||||
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
|
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
|
||||||
|
|
||||||
var fileDescriptor_02345ba45cc0e303 = []byte{
|
var fileDescriptor_02345ba45cc0e303 = []byte{
|
||||||
// 3154 bytes of a gzipped FileDescriptorProto
|
// 3170 bytes of a gzipped FileDescriptorProto
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5b, 0xcd, 0x6f, 0x1c, 0xc7,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5b, 0xdd, 0x6f, 0x1b, 0xc7,
|
||||||
0xb1, 0xe7, 0xec, 0x72, 0xbf, 0x6a, 0x77, 0xc9, 0x65, 0xf3, 0x43, 0xeb, 0xb5, 0x64, 0x91, 0xe3,
|
0xb5, 0xd7, 0x92, 0xe2, 0xd7, 0x21, 0x29, 0x51, 0xa3, 0x0f, 0x33, 0x8c, 0x1d, 0x4b, 0x9b, 0xeb,
|
||||||
0x27, 0x8b, 0x92, 0x6c, 0xc9, 0xa2, 0xec, 0x67, 0x3f, 0xfb, 0xbd, 0x67, 0x4b, 0x62, 0x2c, 0x11,
|
0x58, 0xb6, 0x13, 0x3b, 0x96, 0x93, 0x9b, 0xdc, 0xe4, 0xde, 0x9b, 0xd8, 0x56, 0x63, 0x0b, 0xb1,
|
||||||
0x96, 0x1c, 0x7a, 0x68, 0x1b, 0x70, 0x0c, 0x63, 0x30, 0xdc, 0x69, 0x2e, 0x07, 0x9c, 0x9d, 0xd9,
|
0x53, 0x65, 0x95, 0x04, 0x48, 0x83, 0x60, 0xb1, 0xe2, 0x8e, 0xa8, 0x85, 0x96, 0xbb, 0xec, 0xce,
|
||||||
0x4c, 0xf7, 0x8a, 0x5a, 0x9f, 0x02, 0x38, 0x09, 0x10, 0xd8, 0xb1, 0x11, 0x24, 0x48, 0x90, 0x43,
|
0xd0, 0x32, 0xf3, 0x54, 0x20, 0x6d, 0x81, 0x22, 0x69, 0x82, 0xa2, 0x45, 0x8b, 0x3e, 0xb4, 0x0f,
|
||||||
0x72, 0x48, 0xe2, 0x43, 0x6e, 0x71, 0x12, 0x20, 0x41, 0x4e, 0x39, 0xf8, 0x90, 0x43, 0x80, 0x7c,
|
0x6d, 0xf3, 0xd0, 0xb7, 0xa6, 0x2d, 0xda, 0xa2, 0x4f, 0x7d, 0xc8, 0x43, 0x1f, 0x0a, 0xf4, 0x03,
|
||||||
0x00, 0x39, 0xe5, 0x92, 0x4b, 0x8e, 0xfe, 0x0f, 0x72, 0x08, 0xfa, 0x63, 0x66, 0x67, 0x76, 0x7b,
|
0xe8, 0x53, 0x5f, 0xfa, 0x0f, 0xe4, 0x3f, 0xe8, 0x43, 0x31, 0x1f, 0xbb, 0xdc, 0x25, 0x67, 0x29,
|
||||||
0x96, 0x4b, 0xad, 0x15, 0x92, 0xb7, 0x9d, 0xea, 0xaa, 0xee, 0xea, 0xea, 0x5f, 0x57, 0x77, 0x57,
|
0xca, 0x8c, 0x2b, 0xe9, 0x8d, 0x7b, 0xe6, 0x9c, 0x99, 0x33, 0x67, 0x7e, 0x73, 0xe6, 0xcc, 0x99,
|
||||||
0xd5, 0x42, 0xa5, 0xed, 0xb8, 0xf7, 0xba, 0xe4, 0x72, 0x27, 0xf0, 0xa9, 0x8f, 0xe6, 0xe3, 0x5f,
|
0x43, 0xa8, 0xb4, 0x1d, 0xf7, 0x5e, 0x97, 0x5c, 0xee, 0x04, 0x3e, 0xf5, 0xd1, 0x7c, 0xfc, 0xeb,
|
||||||
0x97, 0xc5, 0x47, 0xa3, 0xd2, 0xf4, 0xdb, 0x6d, 0xdf, 0x13, 0xc4, 0x46, 0x85, 0x34, 0x77, 0x71,
|
0xb2, 0xf8, 0x68, 0x54, 0x9a, 0x7e, 0xbb, 0xed, 0x7b, 0x82, 0xd8, 0xa8, 0x90, 0xe6, 0x2e, 0x6e,
|
||||||
0xdb, 0x12, 0x5f, 0xfa, 0x8f, 0x35, 0x40, 0x37, 0x03, 0x6c, 0x51, 0x7c, 0xdd, 0x75, 0x2c, 0x62,
|
0x5b, 0xe2, 0x4b, 0xff, 0xb1, 0x06, 0xe8, 0x66, 0x80, 0x2d, 0x8a, 0xaf, 0xbb, 0x8e, 0x45, 0x0c,
|
||||||
0xe0, 0xaf, 0x76, 0x31, 0xa1, 0xe8, 0x69, 0x98, 0xde, 0xb6, 0x08, 0xae, 0x6b, 0xcb, 0xda, 0x6a,
|
0xfc, 0xd5, 0x2e, 0x26, 0x14, 0x3d, 0x0d, 0xd3, 0xdb, 0x16, 0xc1, 0x75, 0x6d, 0x59, 0x5b, 0x2d,
|
||||||
0x79, 0xed, 0xf4, 0xe5, 0x44, 0xb7, 0xb2, 0xbb, 0xbb, 0xa4, 0x75, 0xc3, 0x22, 0xd8, 0xe0, 0x9c,
|
0xaf, 0x9d, 0xbe, 0x9c, 0xe8, 0x56, 0x76, 0x77, 0x97, 0xb4, 0x6e, 0x58, 0x04, 0x1b, 0x9c, 0x13,
|
||||||
0xe8, 0x14, 0x14, 0xec, 0x6d, 0xd3, 0xb3, 0xda, 0xb8, 0x9e, 0x59, 0xd6, 0x56, 0x4b, 0x46, 0xde,
|
0x9d, 0x82, 0x82, 0xbd, 0x6d, 0x7a, 0x56, 0x1b, 0xd7, 0x33, 0xcb, 0xda, 0x6a, 0xc9, 0xc8, 0xdb,
|
||||||
0xde, 0x7e, 0xcd, 0x6a, 0x63, 0x74, 0x1e, 0x66, 0x9b, 0xbe, 0xeb, 0xe2, 0x26, 0x75, 0x7c, 0x4f,
|
0xdb, 0xaf, 0x59, 0x6d, 0x8c, 0xce, 0xc3, 0x6c, 0xd3, 0x77, 0x5d, 0xdc, 0xa4, 0x8e, 0xef, 0x09,
|
||||||
0x30, 0x64, 0x39, 0xc3, 0x4c, 0x9f, 0xcc, 0x19, 0x17, 0x20, 0x67, 0x31, 0x1d, 0xea, 0xd3, 0xbc,
|
0x86, 0x2c, 0x67, 0x98, 0xe9, 0x93, 0x39, 0xe3, 0x02, 0xe4, 0x2c, 0xa6, 0x43, 0x7d, 0x9a, 0x37,
|
||||||
0x59, 0x7c, 0xe8, 0x04, 0x6a, 0xeb, 0x81, 0xdf, 0x79, 0x58, 0xda, 0x45, 0x83, 0x66, 0xe3, 0x83,
|
0x8b, 0x0f, 0x9d, 0x40, 0x6d, 0x3d, 0xf0, 0x3b, 0x0f, 0x4b, 0xbb, 0x68, 0xd0, 0x6c, 0x7c, 0xd0,
|
||||||
0xfe, 0x48, 0x83, 0xb9, 0xeb, 0x2e, 0xc5, 0xc1, 0x31, 0x35, 0xca, 0x67, 0x1a, 0x9c, 0x12, 0xab,
|
0x1f, 0x69, 0x30, 0x77, 0xdd, 0xa5, 0x38, 0x38, 0xa6, 0x46, 0xf9, 0x4c, 0x83, 0x53, 0x62, 0xd5,
|
||||||
0x76, 0x33, 0x62, 0x3f, 0x4a, 0x2d, 0x97, 0x20, 0x2f, 0x50, 0xc5, 0xd5, 0xac, 0x18, 0xf2, 0x0b,
|
0x6e, 0x46, 0xec, 0x47, 0xa9, 0xe5, 0x12, 0xe4, 0x05, 0xaa, 0xb8, 0x9a, 0x15, 0x43, 0x7e, 0xa1,
|
||||||
0x9d, 0x01, 0x20, 0xbb, 0x56, 0x60, 0x13, 0xd3, 0xeb, 0xb6, 0xeb, 0xb9, 0x65, 0x6d, 0x35, 0x67,
|
0x33, 0x00, 0x64, 0xd7, 0x0a, 0x6c, 0x62, 0x7a, 0xdd, 0x76, 0x3d, 0xb7, 0xac, 0xad, 0xe6, 0x8c,
|
||||||
0x94, 0x04, 0xe5, 0xb5, 0x6e, 0x5b, 0xff, 0x40, 0x83, 0x45, 0xb6, 0xb8, 0xc7, 0x62, 0x12, 0xfa,
|
0x92, 0xa0, 0xbc, 0xd6, 0x6d, 0xeb, 0x1f, 0x68, 0xb0, 0xc8, 0x16, 0xf7, 0x58, 0x4c, 0x42, 0xff,
|
||||||
0xcf, 0x35, 0x58, 0xb8, 0x6d, 0x91, 0xe3, 0x61, 0xd1, 0x33, 0x00, 0xd4, 0x69, 0x63, 0x93, 0x50,
|
0xb9, 0x06, 0x0b, 0xb7, 0x2d, 0x72, 0x3c, 0x2c, 0x7a, 0x06, 0x80, 0x3a, 0x6d, 0x6c, 0x12, 0x6a,
|
||||||
0xab, 0xdd, 0xe1, 0x56, 0x9d, 0x36, 0x4a, 0x8c, 0xb2, 0xc5, 0x08, 0xfa, 0xdb, 0x50, 0xb9, 0xe1,
|
0xb5, 0x3b, 0xdc, 0xaa, 0xd3, 0x46, 0x89, 0x51, 0xb6, 0x18, 0x41, 0x7f, 0x1b, 0x2a, 0x37, 0x7c,
|
||||||
0xfb, 0xae, 0x81, 0x49, 0xc7, 0xf7, 0x08, 0x46, 0xd7, 0x20, 0x4f, 0xa8, 0x45, 0xbb, 0x44, 0x2a,
|
0xdf, 0x35, 0x30, 0xe9, 0xf8, 0x1e, 0xc1, 0xe8, 0x1a, 0xe4, 0x09, 0xb5, 0x68, 0x97, 0x48, 0x25,
|
||||||
0xf9, 0xa8, 0x52, 0xc9, 0x2d, 0xce, 0x62, 0x48, 0x56, 0x86, 0xad, 0x7b, 0x96, 0xdb, 0x15, 0x3a,
|
0x1f, 0x55, 0x2a, 0xb9, 0xc5, 0x59, 0x0c, 0xc9, 0xca, 0xb0, 0x75, 0xcf, 0x72, 0xbb, 0x42, 0xc7,
|
||||||
0x16, 0x0d, 0xf1, 0xa1, 0xbf, 0x03, 0x33, 0x5b, 0x34, 0x70, 0xbc, 0xd6, 0x17, 0xd8, 0x79, 0x29,
|
0xa2, 0x21, 0x3e, 0xf4, 0x77, 0x60, 0x66, 0x8b, 0x06, 0x8e, 0xd7, 0xfa, 0x02, 0x3b, 0x2f, 0x85,
|
||||||
0xec, 0xfc, 0xaf, 0x1a, 0x3c, 0xb2, 0x8e, 0x49, 0x33, 0x70, 0xb6, 0x8f, 0x09, 0x74, 0x75, 0xa8,
|
0x9d, 0xff, 0x4d, 0x83, 0x47, 0xd6, 0x31, 0x69, 0x06, 0xce, 0xf6, 0x31, 0x81, 0xae, 0x0e, 0x95,
|
||||||
0xf4, 0x29, 0x1b, 0xeb, 0xdc, 0xd4, 0x59, 0x23, 0x41, 0x1b, 0x58, 0x8c, 0xdc, 0xe0, 0x62, 0xbc,
|
0x3e, 0x65, 0x63, 0x9d, 0x9b, 0x3a, 0x6b, 0x24, 0x68, 0x03, 0x8b, 0x91, 0x1b, 0x5c, 0x8c, 0xf7,
|
||||||
0x3f, 0x0d, 0x0d, 0xd5, 0xa4, 0x26, 0x31, 0xdf, 0xff, 0x45, 0x3b, 0x2a, 0xc3, 0x85, 0xce, 0x25,
|
0xa7, 0xa1, 0xa1, 0x9a, 0xd4, 0x24, 0xe6, 0xfb, 0xbf, 0x68, 0x47, 0x65, 0xb8, 0xd0, 0xb9, 0xa4,
|
||||||
0x85, 0xa4, 0x0f, 0xef, 0x8f, 0xb6, 0xc5, 0x09, 0xd1, 0xc6, 0x1b, 0x9c, 0x55, 0x56, 0x31, 0xab,
|
0x90, 0xf4, 0xe1, 0xfd, 0xd1, 0xb6, 0x38, 0x21, 0xda, 0x78, 0x83, 0xb3, 0xca, 0x2a, 0x66, 0xb5,
|
||||||
0x35, 0x58, 0xbc, 0xe7, 0x04, 0xb4, 0x6b, 0xb9, 0x66, 0x73, 0xd7, 0xf2, 0x3c, 0xec, 0x72, 0x3b,
|
0x06, 0x8b, 0xf7, 0x9c, 0x80, 0x76, 0x2d, 0xd7, 0x6c, 0xee, 0x5a, 0x9e, 0x87, 0x5d, 0x6e, 0x27,
|
||||||
0x31, 0x57, 0x93, 0x5d, 0x2d, 0x19, 0xf3, 0xb2, 0xf1, 0xa6, 0x68, 0x63, 0xc6, 0x22, 0xe8, 0x19,
|
0xe6, 0x6a, 0xb2, 0xab, 0x25, 0x63, 0x5e, 0x36, 0xde, 0x14, 0x6d, 0xcc, 0x58, 0x04, 0x3d, 0x03,
|
||||||
0x58, 0xea, 0xec, 0xf6, 0x88, 0xd3, 0x1c, 0x12, 0xca, 0x71, 0xa1, 0x85, 0xb0, 0x35, 0x21, 0x75,
|
0x4b, 0x9d, 0xdd, 0x1e, 0x71, 0x9a, 0x43, 0x42, 0x39, 0x2e, 0xb4, 0x10, 0xb6, 0x26, 0xa4, 0x2e,
|
||||||
0x09, 0xe6, 0x9a, 0xdc, 0x5b, 0xd9, 0x26, 0xb3, 0x9a, 0x30, 0x63, 0x9e, 0x9b, 0xb1, 0x26, 0x1b,
|
0xc1, 0x5c, 0x93, 0x7b, 0x2b, 0xdb, 0x64, 0x56, 0x13, 0x66, 0xcc, 0x73, 0x33, 0xd6, 0x64, 0xc3,
|
||||||
0xde, 0x08, 0xe9, 0x4c, 0xad, 0x90, 0xb9, 0x4b, 0x9b, 0x31, 0x81, 0x02, 0x17, 0x98, 0x97, 0x8d,
|
0x1b, 0x21, 0x9d, 0xa9, 0x15, 0x32, 0x77, 0x69, 0x33, 0x26, 0x50, 0xe0, 0x02, 0xf3, 0xb2, 0xf1,
|
||||||
0x6f, 0xd2, 0x66, 0x5f, 0x26, 0xe9, 0x67, 0x8a, 0x03, 0x7e, 0x06, 0xd5, 0xa1, 0xc0, 0xfd, 0x26,
|
0x4d, 0xda, 0xec, 0xcb, 0x24, 0xfd, 0x4c, 0x71, 0xc0, 0xcf, 0xa0, 0x3a, 0x14, 0xb8, 0xdf, 0xc4,
|
||||||
0x26, 0xf5, 0x12, 0x57, 0x33, 0xfc, 0x44, 0x1b, 0x30, 0x4b, 0xa8, 0x15, 0x50, 0xb3, 0xe3, 0x13,
|
0xa4, 0x5e, 0xe2, 0x6a, 0x86, 0x9f, 0x68, 0x03, 0x66, 0x09, 0xb5, 0x02, 0x6a, 0x76, 0x7c, 0xe2,
|
||||||
0x87, 0xd9, 0x85, 0xd4, 0x61, 0x39, 0xbb, 0x5a, 0x5e, 0x5b, 0x56, 0x2e, 0xd2, 0xab, 0xb8, 0xb7,
|
0x30, 0xbb, 0x90, 0x3a, 0x2c, 0x67, 0x57, 0xcb, 0x6b, 0xcb, 0xca, 0x45, 0x7a, 0x15, 0xf7, 0xd6,
|
||||||
0x6e, 0x51, 0x6b, 0xd3, 0x72, 0x02, 0x63, 0x86, 0x0b, 0x6e, 0x86, 0x72, 0xdc, 0x99, 0xdd, 0xf1,
|
0x2d, 0x6a, 0x6d, 0x5a, 0x4e, 0x60, 0xcc, 0x70, 0xc1, 0xcd, 0x50, 0x8e, 0x3b, 0xb3, 0x3b, 0xbe,
|
||||||
0x2d, 0xfb, 0x78, 0x38, 0xb3, 0x8f, 0x34, 0xa8, 0x1b, 0xd8, 0xc5, 0x16, 0x39, 0x1e, 0xfb, 0x4c,
|
0x65, 0x1f, 0x0f, 0x67, 0xf6, 0x91, 0x06, 0x75, 0x03, 0xbb, 0xd8, 0x22, 0xc7, 0x63, 0x9f, 0xe9,
|
||||||
0xff, 0x9e, 0x06, 0x8f, 0xdd, 0xc2, 0x34, 0x86, 0x58, 0x6a, 0x51, 0x87, 0x50, 0xa7, 0x79, 0x94,
|
0xdf, 0xd3, 0xe0, 0xb1, 0x5b, 0x98, 0xc6, 0x10, 0x4b, 0x2d, 0xea, 0x10, 0xea, 0x34, 0x8f, 0xf2,
|
||||||
0xe7, 0xab, 0xfe, 0xb1, 0x06, 0x67, 0x53, 0xd5, 0x9a, 0x64, 0x03, 0x3f, 0x07, 0x39, 0xf6, 0x8b,
|
0x7c, 0xd5, 0x3f, 0xd6, 0xe0, 0x6c, 0xaa, 0x5a, 0x93, 0x6c, 0xe0, 0xe7, 0x20, 0xc7, 0x7e, 0x91,
|
||||||
0xd4, 0x33, 0x1c, 0x4f, 0x2b, 0x69, 0x78, 0x7a, 0x8b, 0xf9, 0x45, 0x0e, 0x28, 0xc1, 0xaf, 0xff,
|
0x7a, 0x86, 0xe3, 0x69, 0x25, 0x0d, 0x4f, 0x6f, 0x31, 0xbf, 0xc8, 0x01, 0x25, 0xf8, 0xf5, 0x7f,
|
||||||
0x43, 0x83, 0xa5, 0xad, 0x5d, 0x7f, 0xbf, 0xaf, 0xd2, 0xc3, 0x30, 0x50, 0xd2, 0xa5, 0x65, 0x07,
|
0x6a, 0xb0, 0xb4, 0xb5, 0xeb, 0xef, 0xf7, 0x55, 0x7a, 0x18, 0x06, 0x4a, 0xba, 0xb4, 0xec, 0x80,
|
||||||
0x5c, 0x1a, 0xba, 0x0a, 0xd3, 0xb4, 0xd7, 0xc1, 0xdc, 0x1b, 0xce, 0xac, 0x9d, 0xb9, 0xac, 0xb8,
|
0x4b, 0x43, 0x57, 0x61, 0x9a, 0xf6, 0x3a, 0x98, 0x7b, 0xc3, 0x99, 0xb5, 0x33, 0x97, 0x15, 0x61,
|
||||||
0x56, 0x5e, 0x66, 0x4a, 0xbe, 0xd1, 0xeb, 0x60, 0x83, 0xb3, 0xa2, 0x0b, 0x50, 0x1b, 0x30, 0x79,
|
0xe5, 0x65, 0xa6, 0xe4, 0x1b, 0xbd, 0x0e, 0x36, 0x38, 0x2b, 0xba, 0x00, 0xb5, 0x01, 0x93, 0x87,
|
||||||
0xe8, 0x14, 0x66, 0x93, 0x36, 0x27, 0xfa, 0x6f, 0x33, 0x70, 0x6a, 0x68, 0x8a, 0x93, 0x18, 0x5b,
|
0x4e, 0x61, 0x36, 0x69, 0x73, 0xa2, 0xff, 0x2e, 0x03, 0xa7, 0x86, 0xa6, 0x38, 0x89, 0xb1, 0x55,
|
||||||
0x35, 0x76, 0x46, 0x39, 0x36, 0x3a, 0x07, 0x31, 0x08, 0x98, 0x8e, 0xcd, 0x6e, 0x7e, 0xd9, 0xd5,
|
0x63, 0x67, 0x94, 0x63, 0xa3, 0x73, 0x10, 0x83, 0x80, 0xe9, 0xd8, 0x2c, 0xf2, 0xcb, 0xae, 0x66,
|
||||||
0xac, 0x51, 0x8d, 0xf9, 0x46, 0x9b, 0xa0, 0xa7, 0x00, 0x0d, 0xb9, 0x2c, 0xe1, 0x19, 0xa7, 0x8d,
|
0x8d, 0x6a, 0xcc, 0x37, 0xda, 0x04, 0x3d, 0x05, 0x68, 0xc8, 0x65, 0x09, 0xcf, 0x38, 0x6d, 0xcc,
|
||||||
0xb9, 0x41, 0x9f, 0xc5, 0xfd, 0xa2, 0xd2, 0x69, 0x09, 0x13, 0x4c, 0x1b, 0x0b, 0x0a, 0xaf, 0x45,
|
0x0d, 0xfa, 0x2c, 0xee, 0x17, 0x95, 0x4e, 0x4b, 0x98, 0x60, 0xda, 0x58, 0x50, 0x78, 0x2d, 0x82,
|
||||||
0xd0, 0x55, 0x58, 0x70, 0xbc, 0xbb, 0xb8, 0xed, 0x07, 0x3d, 0xb3, 0x83, 0x83, 0x26, 0xf6, 0xa8,
|
0xae, 0xc2, 0x82, 0xe3, 0xdd, 0xc5, 0x6d, 0x3f, 0xe8, 0x99, 0x1d, 0x1c, 0x34, 0xb1, 0x47, 0xad,
|
||||||
0xd5, 0xc2, 0xa4, 0x9e, 0xe7, 0x1a, 0xcd, 0x87, 0x6d, 0x9b, 0xfd, 0x26, 0xfd, 0x57, 0x1a, 0x2c,
|
0x16, 0x26, 0xf5, 0x3c, 0xd7, 0x68, 0x3e, 0x6c, 0xdb, 0xec, 0x37, 0xe9, 0xbf, 0xd2, 0x60, 0x49,
|
||||||
0x89, 0x9b, 0xdf, 0xa6, 0x15, 0x50, 0xe7, 0xa8, 0x4f, 0xcf, 0x73, 0x30, 0xd3, 0x09, 0xf5, 0x10,
|
0x44, 0x7e, 0x9b, 0x56, 0x40, 0x9d, 0xa3, 0x3e, 0x3d, 0xcf, 0xc1, 0x4c, 0x27, 0xd4, 0x43, 0xf0,
|
||||||
0x7c, 0xe2, 0x9e, 0x5a, 0x8d, 0xa8, 0x7c, 0x97, 0x7d, 0xaa, 0xc1, 0x02, 0xbb, 0xe8, 0x9d, 0x24,
|
0x89, 0x38, 0xb5, 0x1a, 0x51, 0xf9, 0x2e, 0xfb, 0x54, 0x83, 0x05, 0x16, 0xe8, 0x9d, 0x24, 0x9d,
|
||||||
0x9d, 0x7f, 0xa1, 0xc1, 0xfc, 0x6d, 0x8b, 0x9c, 0x24, 0x95, 0x7f, 0x2d, 0x8f, 0xa0, 0x48, 0xe7,
|
0x7f, 0xa1, 0xc1, 0xfc, 0x6d, 0x8b, 0x9c, 0x24, 0x95, 0x7f, 0x2d, 0x8f, 0xa0, 0x48, 0xe7, 0x23,
|
||||||
0x23, 0x7d, 0xba, 0x9c, 0x87, 0xd9, 0xa4, 0xd2, 0xe1, 0xcd, 0x62, 0x26, 0xa1, 0x35, 0xd1, 0x7f,
|
0xbd, 0xba, 0x9c, 0x87, 0xd9, 0xa4, 0xd2, 0x61, 0x64, 0x31, 0x93, 0xd0, 0x9a, 0xe8, 0xbf, 0xed,
|
||||||
0xd3, 0x3f, 0xab, 0x4e, 0x98, 0xe6, 0xbf, 0xd3, 0xe0, 0xcc, 0x2d, 0x4c, 0x23, 0xad, 0x8f, 0xc5,
|
0x9f, 0x55, 0x27, 0x4c, 0xf3, 0xdf, 0x6b, 0x70, 0xe6, 0x16, 0xa6, 0x91, 0xd6, 0xc7, 0xe2, 0x4c,
|
||||||
0x99, 0x36, 0x2e, 0x5a, 0x3e, 0x12, 0x27, 0xb2, 0x52, 0xf9, 0x23, 0x39, 0xf9, 0x3e, 0xc8, 0xc0,
|
0x1b, 0x17, 0x2d, 0x1f, 0x89, 0x13, 0x59, 0xa9, 0xfc, 0x91, 0x9c, 0x7c, 0x1f, 0x64, 0x60, 0x91,
|
||||||
0x22, 0x3b, 0x16, 0x8e, 0x07, 0x08, 0xc6, 0x79, 0x18, 0x28, 0x80, 0x92, 0x53, 0x01, 0x25, 0x3a,
|
0x1d, 0x0b, 0xc7, 0x03, 0x04, 0xe3, 0x5c, 0x0c, 0x14, 0x40, 0xc9, 0xa9, 0x80, 0x12, 0x9d, 0xa7,
|
||||||
0x4f, 0xf3, 0x63, 0x9f, 0xa7, 0xfa, 0x2f, 0x33, 0xe2, 0x1e, 0x10, 0xb7, 0xc6, 0x24, 0xcb, 0xa2,
|
0xf9, 0xb1, 0xcf, 0x53, 0xfd, 0x97, 0x19, 0x11, 0x07, 0xc4, 0xad, 0x31, 0xc9, 0xb2, 0x28, 0x74,
|
||||||
0xd0, 0x35, 0xa3, 0xd4, 0x55, 0x87, 0x4a, 0x44, 0xd9, 0x58, 0x0f, 0xcf, 0xc7, 0x04, 0xed, 0xd8,
|
0xcd, 0x28, 0x75, 0xd5, 0xa1, 0x12, 0x51, 0x36, 0xd6, 0xc3, 0xf3, 0x31, 0x41, 0x3b, 0xb6, 0xc7,
|
||||||
0x1e, 0x8f, 0x1f, 0x6a, 0xb0, 0x14, 0x3e, 0xc5, 0xb6, 0x70, 0xab, 0x8d, 0x3d, 0xfa, 0xe0, 0x18,
|
0xe3, 0x87, 0x1a, 0x2c, 0x85, 0x57, 0xb1, 0x2d, 0xdc, 0x6a, 0x63, 0x8f, 0x3e, 0x38, 0x86, 0x06,
|
||||||
0x1a, 0x44, 0x40, 0x46, 0x81, 0x80, 0xd3, 0x50, 0x22, 0x62, 0x9c, 0xe8, 0x95, 0xd5, 0x27, 0xe8,
|
0x11, 0x90, 0x51, 0x20, 0xe0, 0x34, 0x94, 0x88, 0x18, 0x27, 0xba, 0x65, 0xf5, 0x09, 0xfa, 0x27,
|
||||||
0x9f, 0x68, 0x70, 0x6a, 0x48, 0x9d, 0x49, 0x16, 0xb1, 0x0e, 0x05, 0xc7, 0xb3, 0xf1, 0xfd, 0x48,
|
0x1a, 0x9c, 0x1a, 0x52, 0x67, 0x92, 0x45, 0xac, 0x43, 0xc1, 0xf1, 0x6c, 0x7c, 0x3f, 0xd2, 0x26,
|
||||||
0x9b, 0xf0, 0x93, 0xb5, 0x6c, 0x77, 0x1d, 0xd7, 0x8e, 0xd4, 0x08, 0x3f, 0xd1, 0x0a, 0x54, 0xb0,
|
0xfc, 0x64, 0x2d, 0xdb, 0x5d, 0xc7, 0xb5, 0x23, 0x35, 0xc2, 0x4f, 0xb4, 0x02, 0x15, 0xec, 0x59,
|
||||||
0x67, 0x6d, 0xbb, 0xd8, 0xe4, 0xbc, 0x1c, 0xc8, 0x45, 0xa3, 0x2c, 0x68, 0x1b, 0x8c, 0xa4, 0x7f,
|
0xdb, 0x2e, 0x36, 0x39, 0x2f, 0x07, 0x72, 0xd1, 0x28, 0x0b, 0xda, 0x06, 0x23, 0xe9, 0xdf, 0xd6,
|
||||||
0x5b, 0x83, 0x79, 0x86, 0x35, 0xa9, 0x23, 0x79, 0xb8, 0x36, 0x5b, 0x86, 0x72, 0x0c, 0x4c, 0x52,
|
0x60, 0x9e, 0x61, 0x4d, 0xea, 0x48, 0x1e, 0xae, 0xcd, 0x96, 0xa1, 0x1c, 0x03, 0x93, 0x54, 0x37,
|
||||||
0xdd, 0x38, 0x49, 0xdf, 0x83, 0x85, 0xa4, 0x3a, 0x93, 0xd8, 0xec, 0x31, 0x80, 0x68, 0x45, 0x04,
|
0x4e, 0xd2, 0xf7, 0x60, 0x21, 0xa9, 0xce, 0x24, 0x36, 0x7b, 0x0c, 0x20, 0x5a, 0x11, 0x81, 0xf9,
|
||||||
0xe6, 0xb3, 0x46, 0x8c, 0xa2, 0x7f, 0x1e, 0x85, 0x40, 0xb9, 0x31, 0x8e, 0x38, 0xea, 0xb3, 0xe3,
|
0xac, 0x11, 0xa3, 0xe8, 0x9f, 0x47, 0x29, 0x50, 0x6e, 0x8c, 0x23, 0xce, 0xfa, 0xec, 0x38, 0xd8,
|
||||||
0x60, 0xd7, 0x8e, 0x7b, 0xed, 0x12, 0xa7, 0xf0, 0xe6, 0x75, 0xa8, 0xe0, 0xfb, 0x34, 0xb0, 0xcc,
|
0xb5, 0xe3, 0x5e, 0xbb, 0xc4, 0x29, 0xbc, 0x79, 0x1d, 0x2a, 0xf8, 0x3e, 0x0d, 0x2c, 0xb3, 0x63,
|
||||||
0x8e, 0x15, 0x58, 0x6d, 0xb1, 0x79, 0xc6, 0x72, 0xb0, 0x65, 0x2e, 0xb6, 0xc9, 0xa5, 0xf4, 0x3f,
|
0x05, 0x56, 0x5b, 0x6c, 0x9e, 0xb1, 0x1c, 0x6c, 0x99, 0x8b, 0x6d, 0x72, 0x29, 0xfd, 0x8f, 0x2c,
|
||||||
0xb0, 0xcb, 0x98, 0x04, 0xe5, 0x71, 0x9f, 0xf1, 0x19, 0x00, 0x0e, 0x5a, 0xd1, 0x9c, 0x13, 0xcd,
|
0x18, 0x93, 0xa0, 0x3c, 0xee, 0x33, 0x3e, 0x03, 0xc0, 0x41, 0x2b, 0x9a, 0x73, 0xa2, 0x99, 0x53,
|
||||||
0x9c, 0xc2, 0x8f, 0xb0, 0x4f, 0x34, 0xa8, 0xf1, 0x29, 0x88, 0xf9, 0x74, 0x58, 0xb7, 0x03, 0x32,
|
0xf8, 0x11, 0xf6, 0x89, 0x06, 0x35, 0x3e, 0x05, 0x31, 0x9f, 0x0e, 0xeb, 0x76, 0x40, 0x46, 0x1b,
|
||||||
0xda, 0x80, 0xcc, 0x88, 0x2d, 0xf4, 0x3f, 0x90, 0x97, 0x86, 0xcd, 0x8e, 0x6b, 0x58, 0x29, 0x70,
|
0x90, 0x19, 0xb1, 0x85, 0xfe, 0x07, 0xf2, 0xd2, 0xb0, 0xd9, 0x71, 0x0d, 0x2b, 0x05, 0x0e, 0x98,
|
||||||
0xc0, 0x34, 0xf4, 0x9f, 0x68, 0xb0, 0x38, 0x60, 0xf2, 0x49, 0x10, 0xfd, 0x06, 0x20, 0x31, 0x43,
|
0x86, 0xfe, 0x13, 0x0d, 0x16, 0x07, 0x4c, 0x3e, 0x09, 0xa2, 0xdf, 0x00, 0x24, 0x66, 0x68, 0xf7,
|
||||||
0xbb, 0x3f, 0xed, 0xf0, 0xb8, 0x3d, 0xa7, 0x3c, 0x5b, 0x06, 0x8d, 0x64, 0xcc, 0x39, 0x03, 0x14,
|
0xa7, 0x1d, 0x1e, 0xb7, 0xe7, 0x94, 0x67, 0xcb, 0xa0, 0x91, 0x8c, 0x39, 0x67, 0x80, 0x42, 0xf4,
|
||||||
0xa2, 0xff, 0x59, 0x83, 0xd3, 0xb7, 0x30, 0xe5, 0xac, 0x37, 0x98, 0xef, 0xd8, 0x0c, 0xfc, 0x56,
|
0xbf, 0x68, 0x70, 0xfa, 0x16, 0xa6, 0x9c, 0xf5, 0x06, 0xf3, 0x1d, 0x9b, 0x81, 0xdf, 0x0a, 0x30,
|
||||||
0x80, 0x09, 0x39, 0xb9, 0xf8, 0xf8, 0xbe, 0xb8, 0x9f, 0xa9, 0xa6, 0x34, 0x89, 0xfd, 0x57, 0xa0,
|
0x21, 0x27, 0x17, 0x1f, 0xdf, 0x17, 0xf1, 0x99, 0x6a, 0x4a, 0x93, 0xd8, 0x7f, 0x05, 0x2a, 0x7c,
|
||||||
0xc2, 0xc7, 0xc0, 0xb6, 0x19, 0xf8, 0xfb, 0x44, 0xe2, 0xa8, 0x2c, 0x69, 0x86, 0xbf, 0xcf, 0x01,
|
0x0c, 0x6c, 0x9b, 0x81, 0xbf, 0x4f, 0x24, 0x8e, 0xca, 0x92, 0x66, 0xf8, 0xfb, 0x1c, 0x10, 0xd4,
|
||||||
0x41, 0x7d, 0x6a, 0xb9, 0x82, 0x41, 0x1e, 0x0c, 0x9c, 0xc2, 0x9a, 0xf9, 0x1e, 0x0c, 0x15, 0x63,
|
0xa7, 0x96, 0x2b, 0x18, 0xe4, 0xc1, 0xc0, 0x29, 0xac, 0x99, 0xef, 0xc1, 0x50, 0x31, 0xd6, 0x39,
|
||||||
0x9d, 0xe3, 0x93, 0x6b, 0xe3, 0x9f, 0x69, 0xb0, 0x38, 0x30, 0x95, 0x49, 0x6c, 0xfb, 0xac, 0xb8,
|
0x3e, 0xb9, 0x36, 0xfe, 0x99, 0x06, 0x8b, 0x03, 0x53, 0x99, 0xc4, 0xb6, 0xcf, 0x8a, 0xe8, 0x51,
|
||||||
0x3d, 0x8a, 0xc9, 0xcc, 0xac, 0x9d, 0x55, 0xca, 0xc4, 0x06, 0x13, 0xdc, 0xe8, 0x2c, 0x94, 0x77,
|
0x4c, 0x66, 0x66, 0xed, 0xac, 0x52, 0x26, 0x36, 0x98, 0xe0, 0x46, 0x67, 0xa1, 0xbc, 0x63, 0x39,
|
||||||
0x2c, 0xc7, 0x35, 0x03, 0x6c, 0x11, 0xdf, 0x93, 0x13, 0x05, 0x46, 0x32, 0x38, 0x45, 0xff, 0x4c,
|
0xae, 0x19, 0x60, 0x8b, 0xf8, 0x9e, 0x9c, 0x28, 0x30, 0x92, 0xc1, 0x29, 0xfa, 0x67, 0x9a, 0x78,
|
||||||
0x13, 0x89, 0xa4, 0x13, 0xee, 0xf1, 0x7e, 0x9a, 0x81, 0xea, 0x86, 0x47, 0x70, 0x40, 0x8f, 0xff,
|
0x48, 0x3a, 0xe1, 0x1e, 0xef, 0xa7, 0x19, 0xa8, 0x6e, 0x78, 0x04, 0x07, 0xf4, 0xf8, 0xdf, 0x30,
|
||||||
0x0b, 0x03, 0xbd, 0x04, 0x65, 0x3e, 0x31, 0x62, 0xda, 0x16, 0xb5, 0xe4, 0x71, 0xf5, 0x98, 0x32,
|
0xd0, 0x4b, 0x50, 0xe6, 0x13, 0x23, 0xa6, 0x6d, 0x51, 0x4b, 0x1e, 0x57, 0x8f, 0x29, 0x33, 0xd9,
|
||||||
0x92, 0xfd, 0x0a, 0xe3, 0x5b, 0xb7, 0xa8, 0x65, 0x08, 0xeb, 0x10, 0xf6, 0x1b, 0x3d, 0x0a, 0xa5,
|
0xaf, 0x30, 0xbe, 0x75, 0x8b, 0x5a, 0x86, 0xb0, 0x0e, 0x61, 0xbf, 0xd1, 0xa3, 0x50, 0xda, 0xb5,
|
||||||
0x5d, 0x8b, 0xec, 0x9a, 0x7b, 0xb8, 0x27, 0xae, 0x7d, 0x55, 0xa3, 0xc8, 0x08, 0xaf, 0xe2, 0x1e,
|
0xc8, 0xae, 0xb9, 0x87, 0x7b, 0x22, 0xec, 0xab, 0x1a, 0x45, 0x46, 0x78, 0x15, 0xf7, 0x08, 0x7a,
|
||||||
0x41, 0x8f, 0x40, 0xd1, 0xeb, 0xb6, 0xc5, 0x06, 0x2b, 0x2c, 0x6b, 0xab, 0x55, 0xa3, 0xe0, 0x75,
|
0x04, 0x8a, 0x5e, 0xb7, 0x2d, 0x36, 0x58, 0x61, 0x59, 0x5b, 0xad, 0x1a, 0x05, 0xaf, 0xdb, 0xe6,
|
||||||
0xdb, 0x7c, 0x7b, 0xfd, 0x31, 0x03, 0x33, 0x77, 0xbb, 0xec, 0x3d, 0xc3, 0xe3, 0xf0, 0x5d, 0x97,
|
0xdb, 0xeb, 0x4f, 0x19, 0x98, 0xb9, 0xdb, 0x65, 0xf7, 0x19, 0x9e, 0x87, 0xef, 0xba, 0xf4, 0xc1,
|
||||||
0x3e, 0x18, 0x18, 0x2f, 0x42, 0x56, 0xdc, 0x19, 0x98, 0x44, 0x5d, 0xa9, 0xf8, 0xc6, 0x3a, 0x31,
|
0xc0, 0x78, 0x11, 0xb2, 0x22, 0x66, 0x60, 0x12, 0x75, 0xa5, 0xe2, 0x1b, 0xeb, 0xc4, 0x60, 0x4c,
|
||||||
0x18, 0x13, 0x8f, 0x41, 0x77, 0x9b, 0x4d, 0x79, 0xc9, 0xca, 0x72, 0x65, 0x4b, 0x8c, 0xc2, 0x11,
|
0x3c, 0x07, 0xdd, 0x6d, 0x36, 0x65, 0x90, 0x95, 0xe5, 0xca, 0x96, 0x18, 0x85, 0x23, 0x8e, 0x4d,
|
||||||
0xc7, 0xa6, 0x82, 0x83, 0x20, 0xba, 0x82, 0xf1, 0xa9, 0xe0, 0x20, 0x10, 0x8d, 0x3a, 0x54, 0xac,
|
0x05, 0x07, 0x41, 0x14, 0x82, 0xf1, 0xa9, 0xe0, 0x20, 0x10, 0x8d, 0x3a, 0x54, 0xac, 0xe6, 0x9e,
|
||||||
0xe6, 0x9e, 0xe7, 0xef, 0xbb, 0xd8, 0x6e, 0x61, 0x9b, 0x2f, 0x7b, 0xd1, 0x48, 0xd0, 0x04, 0x30,
|
0xe7, 0xef, 0xbb, 0xd8, 0x6e, 0x61, 0x9b, 0x2f, 0x7b, 0xd1, 0x48, 0xd0, 0x04, 0x30, 0xd8, 0xc2,
|
||||||
0xd8, 0xc2, 0x9b, 0x4d, 0x8f, 0xf2, 0x87, 0x44, 0x96, 0x01, 0x83, 0x51, 0x6e, 0x7a, 0x94, 0x35,
|
0x9b, 0x4d, 0x8f, 0xf2, 0x8b, 0x44, 0x96, 0x01, 0x83, 0x51, 0x6e, 0x7a, 0x94, 0x35, 0xdb, 0xd8,
|
||||||
0xdb, 0xd8, 0xc5, 0x14, 0xf3, 0xe6, 0x82, 0x68, 0x16, 0x14, 0xd9, 0xdc, 0xed, 0x44, 0xd2, 0x45,
|
0xc5, 0x14, 0xf3, 0xe6, 0x82, 0x68, 0x16, 0x14, 0xd9, 0xdc, 0xed, 0x44, 0xd2, 0x45, 0xd1, 0x2c,
|
||||||
0xd1, 0x2c, 0x28, 0xac, 0xf9, 0x34, 0x94, 0xfa, 0x81, 0xf6, 0x52, 0x3f, 0x1a, 0xc8, 0x09, 0xfa,
|
0x28, 0xac, 0xf9, 0x34, 0x94, 0xfa, 0x89, 0xf6, 0x52, 0x3f, 0x1b, 0xc8, 0x09, 0xfa, 0x3f, 0x34,
|
||||||
0xdf, 0x35, 0xa8, 0xae, 0xf3, 0xae, 0x4e, 0x00, 0xe8, 0x10, 0x4c, 0xe3, 0xfb, 0x9d, 0x40, 0x6e,
|
0xa8, 0xae, 0xf3, 0xae, 0x4e, 0x00, 0xe8, 0x10, 0x4c, 0xe3, 0xfb, 0x9d, 0x40, 0x6e, 0x1d, 0xfe,
|
||||||
0x1d, 0xfe, 0x7b, 0x24, 0x8e, 0xf4, 0x7b, 0x50, 0xdb, 0x74, 0xad, 0x26, 0xde, 0xf5, 0x5d, 0x1b,
|
0x7b, 0x24, 0x8e, 0xf4, 0x7b, 0x50, 0xdb, 0x74, 0xad, 0x26, 0xde, 0xf5, 0x5d, 0x1b, 0x07, 0xfc,
|
||||||
0x07, 0xfc, 0x6c, 0x47, 0x35, 0xc8, 0x52, 0xab, 0x25, 0x2f, 0x0f, 0xec, 0x27, 0x7a, 0x5e, 0xbe,
|
0x6c, 0x47, 0x35, 0xc8, 0x52, 0xab, 0x25, 0x83, 0x07, 0xf6, 0x13, 0x3d, 0x2f, 0x6f, 0x70, 0xc2,
|
||||||
0xe0, 0x84, 0x5b, 0xfa, 0x2f, 0xe5, 0x29, 0x1b, 0xeb, 0x26, 0x16, 0x18, 0x5d, 0x82, 0x3c, 0x4f,
|
0x2d, 0xfd, 0x97, 0xf2, 0x94, 0x8d, 0x75, 0x13, 0x4b, 0x8c, 0x2e, 0x41, 0x9e, 0x3f, 0x7e, 0x89,
|
||||||
0x7e, 0x89, 0x6b, 0x45, 0xc5, 0x90, 0x5f, 0xfa, 0xbb, 0x89, 0x71, 0x6f, 0x05, 0x7e, 0xb7, 0x83,
|
0xb0, 0xa2, 0x62, 0xc8, 0x2f, 0xfd, 0xdd, 0xc4, 0xb8, 0xb7, 0x02, 0xbf, 0xdb, 0x41, 0x1b, 0x50,
|
||||||
0x36, 0xa0, 0xd2, 0xe9, 0xd3, 0x18, 0x56, 0xd3, 0xcf, 0xf4, 0x41, 0xa5, 0x8d, 0x84, 0xa8, 0xfe,
|
0xe9, 0xf4, 0x69, 0x0c, 0xab, 0xe9, 0x67, 0xfa, 0xa0, 0xd2, 0x46, 0x42, 0x54, 0xff, 0x3c, 0x0b,
|
||||||
0x79, 0x16, 0xaa, 0x5b, 0xd8, 0x0a, 0x9a, 0xbb, 0x27, 0x21, 0x94, 0xc2, 0x2c, 0x6e, 0x13, 0x57,
|
0xd5, 0x2d, 0x6c, 0x05, 0xcd, 0xdd, 0x93, 0x90, 0x4a, 0x61, 0x16, 0xb7, 0x89, 0x2b, 0x57, 0x8d,
|
||||||
0xae, 0x1a, 0xfb, 0x89, 0x2e, 0xc1, 0x5c, 0x6c, 0x42, 0x66, 0x8b, 0x19, 0x88, 0xe3, 0xbe, 0x62,
|
0xfd, 0x44, 0x97, 0x60, 0x2e, 0x36, 0x21, 0xb3, 0xc5, 0x0c, 0xc4, 0x71, 0x5f, 0x31, 0x6a, 0x9d,
|
||||||
0xd4, 0x3a, 0x83, 0x86, 0x7b, 0x0e, 0x8a, 0x36, 0x71, 0x4d, 0xbe, 0x44, 0x05, 0xbe, 0x44, 0xea,
|
0x41, 0xc3, 0x3d, 0x07, 0x45, 0x9b, 0xb8, 0x26, 0x5f, 0xa2, 0x02, 0x5f, 0x22, 0xf5, 0xfc, 0xd6,
|
||||||
0xf9, 0xad, 0x13, 0x97, 0x2f, 0x4d, 0xc1, 0x16, 0x3f, 0xd0, 0xe3, 0x50, 0xf5, 0xbb, 0xb4, 0xd3,
|
0x89, 0xcb, 0x97, 0xa6, 0x60, 0x8b, 0x1f, 0xe8, 0x71, 0xa8, 0xfa, 0x5d, 0xda, 0xe9, 0x52, 0x53,
|
||||||
0xa5, 0xa6, 0xf0, 0x3b, 0xf5, 0x22, 0x57, 0xaf, 0x22, 0x88, 0xdc, 0x2d, 0x11, 0xf4, 0x0a, 0x54,
|
0xf8, 0x9d, 0x7a, 0x91, 0xab, 0x57, 0x11, 0x44, 0xee, 0x96, 0x08, 0x7a, 0x05, 0xaa, 0x84, 0x9b,
|
||||||
0x09, 0x37, 0x65, 0x78, 0xf3, 0x2e, 0x8d, 0x7b, 0x41, 0xac, 0x08, 0x39, 0x71, 0xf5, 0x46, 0x17,
|
0x32, 0x8c, 0xbc, 0x4b, 0xe3, 0x06, 0x88, 0x15, 0x21, 0x27, 0x42, 0x6f, 0x74, 0x01, 0x6a, 0x34,
|
||||||
0xa0, 0x46, 0x03, 0xeb, 0x1e, 0x76, 0x63, 0x69, 0x2d, 0xe0, 0xbb, 0x6d, 0x56, 0xd0, 0xfb, 0x29,
|
0xb0, 0xee, 0x61, 0x37, 0xf6, 0xac, 0x05, 0x7c, 0xb7, 0xcd, 0x0a, 0x7a, 0xff, 0x49, 0xeb, 0x0a,
|
||||||
0xad, 0x2b, 0x30, 0xdf, 0xea, 0x5a, 0x81, 0xe5, 0x51, 0x8c, 0x63, 0xdc, 0x65, 0xce, 0x8d, 0xa2,
|
0xcc, 0xb7, 0xba, 0x56, 0x60, 0x79, 0x14, 0xe3, 0x18, 0x77, 0x99, 0x73, 0xa3, 0xa8, 0x29, 0x12,
|
||||||
0xa6, 0x48, 0x40, 0x7f, 0x15, 0xa6, 0x6f, 0x3b, 0x94, 0x1b, 0x92, 0xf9, 0x2c, 0x8d, 0xbf, 0x73,
|
0xd0, 0x5f, 0x85, 0xe9, 0xdb, 0x0e, 0xe5, 0x86, 0x64, 0x3e, 0x4b, 0xe3, 0xf7, 0x1c, 0xee, 0x99,
|
||||||
0xb8, 0x67, 0x7a, 0x04, 0x8a, 0x81, 0xbf, 0x2f, 0x7c, 0x70, 0x86, 0x43, 0xb0, 0x10, 0xf8, 0xfb,
|
0x1e, 0x81, 0x62, 0xe0, 0xef, 0x0b, 0x1f, 0x9c, 0xe1, 0x10, 0x2c, 0x04, 0xfe, 0x3e, 0x77, 0xb0,
|
||||||
0xdc, 0xc1, 0xf2, 0xc4, 0xbd, 0x1f, 0x48, 0x6c, 0x66, 0x0c, 0xf9, 0xa5, 0x7f, 0x43, 0xeb, 0x83,
|
0xfc, 0xe1, 0xde, 0x0f, 0x24, 0x36, 0x33, 0x86, 0xfc, 0xd2, 0xbf, 0xa1, 0xf5, 0xc1, 0xc3, 0xdc,
|
||||||
0x87, 0xb9, 0x4f, 0xf2, 0x60, 0xfe, 0xf3, 0x25, 0x28, 0x04, 0x42, 0x7e, 0x64, 0x1a, 0x33, 0x3e,
|
0x27, 0x79, 0x30, 0xff, 0xf9, 0x12, 0x14, 0x02, 0x21, 0x3f, 0xf2, 0x19, 0x33, 0x3e, 0x12, 0x3f,
|
||||||
0x12, 0x3f, 0x03, 0x42, 0x29, 0xfd, 0xeb, 0x1a, 0x54, 0x5e, 0x71, 0xbb, 0xe4, 0x61, 0x60, 0x58,
|
0x03, 0x42, 0x29, 0xfd, 0xeb, 0x1a, 0x54, 0x5e, 0x71, 0xbb, 0xe4, 0x61, 0x60, 0x58, 0xf5, 0x68,
|
||||||
0x95, 0x34, 0xc8, 0xaa, 0x13, 0x16, 0xdf, 0xc9, 0x40, 0x55, 0xaa, 0x31, 0xc9, 0xdd, 0x26, 0x55,
|
0x90, 0x55, 0x3f, 0x58, 0x7c, 0x27, 0x03, 0x55, 0xa9, 0xc6, 0x24, 0xb1, 0x4d, 0xaa, 0x2a, 0x5b,
|
||||||
0x95, 0x2d, 0x28, 0xb3, 0x21, 0x4d, 0x82, 0x5b, 0x61, 0xc4, 0xa5, 0xbc, 0xb6, 0xa6, 0xdc, 0xf5,
|
0x50, 0x66, 0x43, 0x9a, 0x04, 0xb7, 0xc2, 0x8c, 0x4b, 0x79, 0x6d, 0x4d, 0xb9, 0xeb, 0x13, 0x6a,
|
||||||
0x09, 0x35, 0x78, 0x02, 0x78, 0x8b, 0x0b, 0x7d, 0xc9, 0xa3, 0x41, 0xcf, 0x80, 0x66, 0x44, 0x68,
|
0xf0, 0x07, 0xe0, 0x2d, 0x2e, 0xf4, 0x25, 0x8f, 0x06, 0x3d, 0x03, 0x9a, 0x11, 0xa1, 0xf1, 0x2e,
|
||||||
0xbc, 0x0b, 0xb3, 0x03, 0xcd, 0x0c, 0x1b, 0x7b, 0xb8, 0x17, 0xba, 0xb5, 0x3d, 0xdc, 0x43, 0xcf,
|
0xcc, 0x0e, 0x34, 0x33, 0x6c, 0xec, 0xe1, 0x5e, 0xe8, 0xd6, 0xf6, 0x70, 0x0f, 0x3d, 0x13, 0x7f,
|
||||||
0xc4, 0xd3, 0xf4, 0x69, 0x87, 0xf3, 0x1d, 0xdf, 0x6b, 0x5d, 0x0f, 0x02, 0xab, 0x27, 0xd3, 0xf8,
|
0xa6, 0x4f, 0x3b, 0x9c, 0xef, 0xf8, 0x5e, 0xeb, 0x7a, 0x10, 0x58, 0x3d, 0xf9, 0x8c, 0xff, 0x42,
|
||||||
0x2f, 0x64, 0x9e, 0xd7, 0xf4, 0xdf, 0x67, 0xa0, 0xf2, 0x7a, 0x17, 0x07, 0xbd, 0xa3, 0x74, 0x2f,
|
0xe6, 0x79, 0x4d, 0xff, 0x43, 0x06, 0x2a, 0xaf, 0x77, 0x71, 0xd0, 0x3b, 0x4a, 0xf7, 0x12, 0x3a,
|
||||||
0xa1, 0xb3, 0x9f, 0x8e, 0x39, 0xfb, 0xa1, 0x1d, 0x9d, 0x53, 0xec, 0x68, 0x85, 0x5f, 0xca, 0x2b,
|
0xfb, 0xe9, 0x98, 0xb3, 0x1f, 0xda, 0xd1, 0x39, 0xc5, 0x8e, 0x56, 0xf8, 0xa5, 0xbc, 0xd2, 0x2f,
|
||||||
0xfd, 0x92, 0x6a, 0xcb, 0x16, 0x0e, 0xb5, 0x65, 0x8b, 0xa9, 0x5b, 0x96, 0xa1, 0x5b, 0x9a, 0x70,
|
0xa9, 0xb6, 0x6c, 0xe1, 0x50, 0x5b, 0xb6, 0x98, 0xba, 0x65, 0x19, 0xba, 0xa5, 0x09, 0x27, 0xda,
|
||||||
0xa2, 0x4d, 0x96, 0xb8, 0x65, 0x65, 0x0e, 0x7b, 0xcb, 0xd2, 0x3f, 0xd5, 0xa0, 0xf4, 0x16, 0x6e,
|
0x64, 0x89, 0x28, 0x2b, 0x73, 0xd8, 0x28, 0x4b, 0xff, 0x54, 0x83, 0xd2, 0x5b, 0xb8, 0x49, 0xfd,
|
||||||
0x52, 0x3f, 0x60, 0xde, 0x42, 0x61, 0x7b, 0x6d, 0x8c, 0x8b, 0x6c, 0x66, 0xf0, 0x22, 0x7b, 0x0d,
|
0x80, 0x79, 0x0b, 0x85, 0xed, 0xb5, 0x31, 0x02, 0xd9, 0xcc, 0x60, 0x20, 0x7b, 0x0d, 0x8a, 0x8e,
|
||||||
0x8a, 0x8e, 0x6d, 0x5a, 0x0c, 0x36, 0x7c, 0xf1, 0x46, 0x5d, 0xa0, 0x0a, 0x8e, 0xcd, 0xf1, 0x35,
|
0x6d, 0x5a, 0x0c, 0x36, 0x7c, 0xf1, 0x46, 0x05, 0x50, 0x05, 0xc7, 0xe6, 0xf8, 0x1a, 0x3f, 0xf3,
|
||||||
0x7e, 0xe4, 0xfd, 0x07, 0x1a, 0x54, 0x84, 0xce, 0x44, 0x48, 0xbe, 0x18, 0x1b, 0x4e, 0x53, 0x61,
|
0xfe, 0x03, 0x0d, 0x2a, 0x42, 0x67, 0x22, 0x24, 0x5f, 0x8c, 0x0d, 0xa7, 0xa9, 0xb0, 0x2c, 0x3f,
|
||||||
0x59, 0x7e, 0x44, 0x13, 0xbd, 0x3d, 0xd5, 0x1f, 0xf6, 0x3a, 0x00, 0xb3, 0x9d, 0x14, 0x17, 0x5b,
|
0xa2, 0x89, 0xde, 0x9e, 0xea, 0x0f, 0x7b, 0x1d, 0x80, 0xd9, 0x4e, 0x8a, 0x8b, 0xad, 0xb0, 0xac,
|
||||||
0x61, 0x59, 0xa9, 0xad, 0x10, 0xe7, 0x76, 0xbc, 0x3d, 0x65, 0x94, 0x98, 0x14, 0xef, 0xe2, 0x46,
|
0xd4, 0x56, 0x88, 0x73, 0x3b, 0xde, 0x9e, 0x32, 0x4a, 0x4c, 0x8a, 0x77, 0x71, 0xa3, 0x00, 0x39,
|
||||||
0x01, 0x72, 0x5c, 0x5a, 0xff, 0x97, 0x06, 0xf3, 0x37, 0x2d, 0xb7, 0xb9, 0xee, 0x10, 0x6a, 0x79,
|
0x2e, 0xad, 0xff, 0x4b, 0x83, 0xf9, 0x9b, 0x96, 0xdb, 0x5c, 0x77, 0x08, 0xb5, 0xbc, 0xe6, 0x04,
|
||||||
0xcd, 0x09, 0xae, 0x4c, 0x2f, 0x40, 0xc1, 0xef, 0x98, 0x2e, 0xde, 0xa1, 0x52, 0xa5, 0x95, 0x11,
|
0x21, 0xd3, 0x0b, 0x50, 0xf0, 0x3b, 0xa6, 0x8b, 0x77, 0xa8, 0x54, 0x69, 0x65, 0xc4, 0x8c, 0x84,
|
||||||
0x33, 0x12, 0x66, 0x30, 0xf2, 0x7e, 0xe7, 0x0e, 0xde, 0xa1, 0xe8, 0x7f, 0xa1, 0xe8, 0x77, 0xcc,
|
0x19, 0x8c, 0xbc, 0xdf, 0xb9, 0x83, 0x77, 0x28, 0xfa, 0x5f, 0x28, 0xfa, 0x1d, 0x33, 0x70, 0x5a,
|
||||||
0xc0, 0x69, 0xed, 0x52, 0x69, 0xfd, 0x31, 0x84, 0x0b, 0x7e, 0xc7, 0x60, 0x12, 0xb1, 0x48, 0xc8,
|
0xbb, 0x54, 0x5a, 0x7f, 0x0c, 0xe1, 0x82, 0xdf, 0x31, 0x98, 0x44, 0x2c, 0x13, 0x32, 0x7d, 0xc8,
|
||||||
0xf4, 0x21, 0x23, 0x21, 0xfa, 0x5f, 0x86, 0xa6, 0x3f, 0x01, 0xb4, 0x5f, 0x80, 0xa2, 0xe3, 0x51,
|
0x4c, 0x88, 0xfe, 0xd7, 0xa1, 0xe9, 0x4f, 0x00, 0xed, 0x17, 0xa0, 0xe8, 0x78, 0xd4, 0xb4, 0x1d,
|
||||||
0xd3, 0x76, 0x48, 0x68, 0x82, 0x33, 0x6a, 0x0c, 0x79, 0x94, 0xcf, 0x80, 0xaf, 0xa9, 0x47, 0xd9,
|
0x12, 0x9a, 0xe0, 0x8c, 0x1a, 0x43, 0x1e, 0xe5, 0x33, 0xe0, 0x6b, 0xea, 0x51, 0x36, 0x36, 0x7a,
|
||||||
0xd8, 0xe8, 0x65, 0x80, 0x1d, 0xd7, 0xb7, 0xa4, 0xb4, 0xb0, 0xc1, 0x59, 0xf5, 0xae, 0x60, 0x6c,
|
0x19, 0x60, 0xc7, 0xf5, 0x2d, 0x29, 0x2d, 0x6c, 0x70, 0x56, 0xbd, 0x2b, 0x18, 0x5b, 0x28, 0x5f,
|
||||||
0xa1, 0x7c, 0x89, 0x0b, 0xb1, 0x1e, 0xfa, 0x4b, 0xfa, 0x27, 0x0d, 0x16, 0x37, 0x71, 0x40, 0x1c,
|
0xe2, 0x42, 0xac, 0x87, 0xfe, 0x92, 0xfe, 0x59, 0x83, 0xc5, 0x4d, 0x1c, 0x10, 0x87, 0x50, 0xec,
|
||||||
0x42, 0xb1, 0x47, 0x65, 0x54, 0x72, 0xc3, 0xdb, 0xf1, 0x93, 0xe1, 0x5f, 0x6d, 0x20, 0xfc, 0xfb,
|
0x51, 0x99, 0x95, 0xdc, 0xf0, 0x76, 0xfc, 0x64, 0xfa, 0x57, 0x1b, 0x48, 0xff, 0x7e, 0x31, 0xc9,
|
||||||
0xc5, 0x04, 0x43, 0x13, 0xef, 0x1c, 0x91, 0x84, 0x08, 0xdf, 0x39, 0x61, 0xaa, 0x45, 0xbc, 0x13,
|
0xd0, 0xc4, 0x3d, 0x47, 0x3c, 0x42, 0x84, 0xf7, 0x9c, 0xf0, 0xa9, 0x45, 0xdc, 0x13, 0x67, 0x52,
|
||||||
0x67, 0x52, 0x96, 0x49, 0xea, 0x1b, 0x7f, 0x2e, 0xeb, 0xdf, 0x15, 0x65, 0x0f, 0xca, 0x49, 0x3d,
|
0x96, 0x49, 0xea, 0x1b, 0xbf, 0x2e, 0xeb, 0xdf, 0x15, 0x65, 0x0f, 0xca, 0x49, 0x3d, 0x38, 0x60,
|
||||||
0x38, 0x60, 0x97, 0x40, 0x3a, 0xf0, 0x01, 0x77, 0xfe, 0x04, 0x0c, 0xf8, 0x8e, 0x94, 0x62, 0x8c,
|
0x97, 0x40, 0x3a, 0xf0, 0x01, 0x77, 0xfe, 0x04, 0x0c, 0xf8, 0x8e, 0x94, 0x62, 0x8c, 0x1f, 0x6a,
|
||||||
0x1f, 0x6a, 0xb0, 0x9c, 0xae, 0xd5, 0x24, 0x27, 0xef, 0xcb, 0x90, 0x73, 0xbc, 0x1d, 0x3f, 0x0c,
|
0xb0, 0x9c, 0xae, 0xd5, 0x24, 0x27, 0xef, 0xcb, 0x90, 0x73, 0xbc, 0x1d, 0x3f, 0x4c, 0x92, 0x5d,
|
||||||
0x92, 0x5d, 0x54, 0x5f, 0xa8, 0x95, 0xe3, 0x0a, 0x41, 0xfd, 0x9f, 0x1a, 0xd4, 0xb8, 0xaf, 0x3e,
|
0x54, 0x07, 0xd4, 0xca, 0x71, 0x85, 0xa0, 0xfe, 0x9b, 0x0c, 0xd4, 0xb8, 0xaf, 0x3e, 0x82, 0xe5,
|
||||||
0x82, 0xe5, 0x6f, 0xe3, 0xb6, 0x49, 0x9c, 0xf7, 0x70, 0xb8, 0xfc, 0x6d, 0xdc, 0xde, 0x72, 0xde,
|
0x6f, 0xe3, 0xb6, 0x49, 0x9c, 0xf7, 0x70, 0xb8, 0xfc, 0x6d, 0xdc, 0xde, 0x72, 0xde, 0xc3, 0x09,
|
||||||
0xc3, 0x09, 0x64, 0xe4, 0x92, 0xc8, 0x48, 0x86, 0x11, 0xf2, 0x23, 0x82, 0xa0, 0x85, 0x44, 0x10,
|
0x64, 0xe4, 0x92, 0xc8, 0x48, 0xa6, 0x11, 0xf2, 0x23, 0x92, 0xa0, 0x85, 0x64, 0x12, 0x74, 0x09,
|
||||||
0x54, 0xff, 0x48, 0x83, 0xc6, 0x2d, 0x4c, 0x07, 0xa7, 0x7a, 0x74, 0xa0, 0xf8, 0x58, 0x83, 0x47,
|
0xf2, 0x9e, 0x6f, 0xe3, 0x8d, 0x75, 0x79, 0x49, 0x94, 0x5f, 0x7d, 0xa8, 0x95, 0x0e, 0x09, 0xb5,
|
||||||
0x95, 0x0a, 0x4d, 0x82, 0x87, 0x17, 0x93, 0x78, 0x50, 0x3f, 0xb0, 0x86, 0x86, 0x94, 0x50, 0xb8,
|
0x8f, 0x34, 0x68, 0xdc, 0xc2, 0x74, 0xd0, 0x76, 0x47, 0x87, 0xb2, 0x8f, 0x35, 0x78, 0x54, 0xa9,
|
||||||
0x0a, 0x95, 0xf5, 0x6e, 0xbb, 0x1d, 0x5d, 0x7c, 0x56, 0xa0, 0x12, 0x88, 0x9f, 0xe2, 0xfd, 0x21,
|
0xd0, 0x24, 0x00, 0x7b, 0x31, 0x09, 0x30, 0xf5, 0x8d, 0x6d, 0x68, 0x48, 0x89, 0xad, 0xab, 0x50,
|
||||||
0x8e, 0xcb, 0xb2, 0xa4, 0xb1, 0x57, 0x86, 0x7e, 0x09, 0xaa, 0x52, 0x44, 0x6a, 0xdd, 0x80, 0x62,
|
0x59, 0xef, 0xb6, 0xdb, 0x51, 0x24, 0xb5, 0x02, 0x95, 0x40, 0xfc, 0x14, 0x17, 0x1a, 0x71, 0xfe,
|
||||||
0x20, 0x7f, 0x4b, 0xfe, 0xe8, 0x5b, 0x5f, 0x84, 0x79, 0x03, 0xb7, 0x18, 0x12, 0x83, 0x3b, 0x8e,
|
0x96, 0x25, 0x8d, 0x5d, 0x5b, 0xf4, 0x4b, 0x50, 0x95, 0x22, 0x52, 0xeb, 0x06, 0x14, 0x03, 0xf9,
|
||||||
0xb7, 0x27, 0x87, 0xd1, 0xdf, 0xd7, 0x60, 0x21, 0x49, 0x97, 0x7d, 0xfd, 0x37, 0x14, 0x2c, 0xdb,
|
0x5b, 0xf2, 0x47, 0xdf, 0xfa, 0x22, 0xcc, 0x1b, 0xb8, 0xc5, 0xa0, 0x1d, 0xdc, 0x71, 0xbc, 0x3d,
|
||||||
0x0e, 0x30, 0x21, 0x23, 0x97, 0xe5, 0xba, 0xe0, 0x31, 0x42, 0xe6, 0x98, 0xe5, 0x32, 0x63, 0x5b,
|
0x39, 0x8c, 0xfe, 0xbe, 0x06, 0x0b, 0x49, 0xba, 0xec, 0xeb, 0xbf, 0xa1, 0x60, 0xd9, 0x76, 0x80,
|
||||||
0x4e, 0x37, 0x61, 0xee, 0x16, 0xa6, 0x77, 0x31, 0x0d, 0x26, 0xca, 0x72, 0xd7, 0xd9, 0xcb, 0x80,
|
0x09, 0x19, 0xb9, 0x2c, 0xd7, 0x05, 0x8f, 0x11, 0x32, 0xc7, 0x2c, 0x97, 0x19, 0xdb, 0x72, 0xba,
|
||||||
0x0b, 0x4b, 0x58, 0x84, 0x9f, 0xfa, 0x87, 0x1a, 0xa0, 0xf8, 0x08, 0x93, 0x2c, 0x73, 0xdc, 0xca,
|
0x09, 0x73, 0xb7, 0x30, 0xbd, 0x8b, 0x69, 0x30, 0xd1, 0xb3, 0x79, 0x9d, 0x5d, 0x35, 0xb8, 0xb0,
|
||||||
0x99, 0xa4, 0x95, 0x45, 0x21, 0x50, 0xbb, 0xe3, 0x7b, 0xd8, 0xa3, 0xf1, 0x2b, 0x66, 0x35, 0xa2,
|
0x84, 0x45, 0xf8, 0xa9, 0x7f, 0xa8, 0x01, 0x8a, 0x8f, 0x30, 0xc9, 0x32, 0xc7, 0xad, 0x9c, 0x49,
|
||||||
0x32, 0xf8, 0x5d, 0x5c, 0x81, 0x62, 0x98, 0x98, 0x45, 0x05, 0xc8, 0x5e, 0x77, 0xdd, 0xda, 0x14,
|
0x5a, 0x59, 0x54, 0x16, 0xb5, 0x3b, 0xbe, 0x87, 0x3d, 0x1a, 0x8f, 0x59, 0xab, 0x11, 0x95, 0xc1,
|
||||||
0xaa, 0x40, 0x71, 0x43, 0x66, 0x1f, 0x6b, 0xda, 0xc5, 0xff, 0x87, 0xd9, 0x81, 0x97, 0x3f, 0x2a,
|
0xef, 0xe2, 0x0a, 0x14, 0xc3, 0x97, 0x5e, 0x54, 0x80, 0xec, 0x75, 0xd7, 0xad, 0x4d, 0xa1, 0x0a,
|
||||||
0xc2, 0xf4, 0x6b, 0xbe, 0x87, 0x6b, 0x53, 0xa8, 0x06, 0x95, 0x1b, 0x8e, 0x67, 0x05, 0x3d, 0x71,
|
0x14, 0x37, 0xe4, 0x73, 0x66, 0x4d, 0xbb, 0xf8, 0xff, 0x30, 0x3b, 0x90, 0x4a, 0x40, 0x45, 0x98,
|
||||||
0xd2, 0xd6, 0x6c, 0x34, 0x0b, 0x65, 0x7e, 0xe2, 0x48, 0x02, 0x5e, 0xfb, 0x5b, 0x03, 0xaa, 0x77,
|
0x7e, 0xcd, 0xf7, 0x70, 0x6d, 0x0a, 0xd5, 0xa0, 0x72, 0xc3, 0xf1, 0xac, 0xa0, 0x27, 0x8e, 0xee,
|
||||||
0xf9, 0x64, 0xb6, 0x70, 0x70, 0xcf, 0x69, 0x62, 0x64, 0x42, 0x6d, 0xb0, 0xbc, 0x1b, 0x3d, 0xa9,
|
0x9a, 0x8d, 0x66, 0xa1, 0xcc, 0x8f, 0x30, 0x49, 0xc0, 0x6b, 0x7f, 0x6f, 0x40, 0xf5, 0x2e, 0x9f,
|
||||||
0xc4, 0x68, 0x4a, 0x15, 0x78, 0x63, 0x94, 0x79, 0xf4, 0x29, 0xf4, 0x0e, 0xcc, 0x24, 0x0b, 0xaf,
|
0xcc, 0x16, 0x0e, 0xee, 0x39, 0x4d, 0x8c, 0x4c, 0xa8, 0x0d, 0xd6, 0x8b, 0xa3, 0x27, 0x95, 0x18,
|
||||||
0x91, 0xda, 0x25, 0x2a, 0xab, 0xb3, 0x0f, 0xea, 0xdc, 0x84, 0x6a, 0xa2, 0x8e, 0x1a, 0x5d, 0x50,
|
0x4d, 0x29, 0x2b, 0x6f, 0x8c, 0x32, 0x8f, 0x3e, 0x85, 0xde, 0x81, 0x99, 0x64, 0x25, 0x37, 0x52,
|
||||||
0xf6, 0xad, 0xaa, 0xb5, 0x6e, 0xa8, 0x6f, 0x29, 0xf1, 0x5a, 0x67, 0xa1, 0x7d, 0xb2, 0xd2, 0x32,
|
0xfb, 0x58, 0x65, 0xb9, 0xf7, 0x41, 0x9d, 0x9b, 0x50, 0x4d, 0x14, 0x66, 0xa3, 0x0b, 0xca, 0xbe,
|
||||||
0x45, 0x7b, 0x65, 0x39, 0xe6, 0x41, 0xda, 0x5b, 0x30, 0x37, 0x54, 0x38, 0x89, 0x9e, 0x52, 0xf6,
|
0x55, 0xc5, 0xdb, 0x0d, 0x75, 0xd8, 0x13, 0x2f, 0x9e, 0x16, 0xda, 0x27, 0x4b, 0x37, 0x53, 0xb4,
|
||||||
0x9f, 0x56, 0x60, 0x79, 0xd0, 0x10, 0xfb, 0x80, 0x86, 0xeb, 0x85, 0xd1, 0x65, 0xf5, 0x0a, 0xa4,
|
0x57, 0xd6, 0x77, 0x1e, 0xa4, 0xbd, 0x05, 0x73, 0x43, 0x95, 0x98, 0xe8, 0x29, 0x65, 0xff, 0x69,
|
||||||
0x55, 0x4b, 0x37, 0xae, 0x8c, 0xcd, 0x1f, 0x19, 0xee, 0x9b, 0x1a, 0x9c, 0x4a, 0xa9, 0x76, 0x44,
|
0x15, 0x9b, 0x07, 0x0d, 0xb1, 0x0f, 0x68, 0xb8, 0x00, 0x19, 0x5d, 0x56, 0xaf, 0x40, 0x5a, 0xf9,
|
||||||
0xd7, 0x94, 0xdd, 0x8d, 0x2e, 0xd9, 0x6c, 0x3c, 0x73, 0x38, 0xa1, 0x48, 0x11, 0x0f, 0x66, 0x07,
|
0x75, 0xe3, 0xca, 0xd8, 0xfc, 0x91, 0xe1, 0xbe, 0xa9, 0xc1, 0xa9, 0x94, 0xf2, 0x49, 0x74, 0x4d,
|
||||||
0x0a, 0x00, 0xd1, 0xa5, 0xd4, 0xa2, 0x88, 0xe1, 0x4a, 0xc8, 0xc6, 0x93, 0xe3, 0x31, 0x47, 0xe3,
|
0xd9, 0xdd, 0xe8, 0x1a, 0xd0, 0xc6, 0x33, 0x87, 0x13, 0x8a, 0x14, 0xf1, 0x60, 0x76, 0xa0, 0xa2,
|
||||||
0xb1, 0xb7, 0x70, 0xb2, 0x6a, 0x2e, 0x65, 0x3c, 0x75, 0x6d, 0xdd, 0x41, 0x0b, 0xfa, 0x36, 0x54,
|
0x10, 0x5d, 0x4a, 0xad, 0xb2, 0x18, 0x2e, 0xad, 0x6c, 0x3c, 0x39, 0x1e, 0x73, 0x34, 0x1e, 0xbb,
|
||||||
0x13, 0xe5, 0x6d, 0x29, 0x88, 0x57, 0x95, 0xc0, 0x1d, 0xd4, 0xf5, 0xbb, 0x50, 0x89, 0x57, 0xa1,
|
0x5c, 0x27, 0xcb, 0xf0, 0x52, 0xc6, 0x53, 0x17, 0xeb, 0x1d, 0xb4, 0xa0, 0x6f, 0x43, 0x35, 0x51,
|
||||||
0xa1, 0xd5, 0xb4, 0xbd, 0x34, 0xd4, 0xf1, 0x61, 0xb6, 0x52, 0xbf, 0xc8, 0x64, 0xc4, 0x56, 0x1a,
|
0x2f, 0x97, 0x82, 0x78, 0x55, 0x4d, 0xdd, 0x41, 0x5d, 0xbf, 0x0b, 0x95, 0x78, 0x59, 0x1b, 0x5a,
|
||||||
0xaa, 0xcb, 0x19, 0x7f, 0x2b, 0xc5, 0xfa, 0x1f, 0xb9, 0x95, 0x0e, 0x3d, 0xc4, 0xfb, 0x1a, 0x2c,
|
0x4d, 0xdb, 0x4b, 0x43, 0x1d, 0x1f, 0x66, 0x2b, 0xf5, 0xab, 0x56, 0x46, 0x6c, 0xa5, 0xa1, 0x42,
|
||||||
0xa9, 0x8b, 0x98, 0xd0, 0x5a, 0x1a, 0x36, 0xd3, 0xcb, 0xb5, 0x1a, 0xd7, 0x0e, 0x25, 0x13, 0x59,
|
0x9f, 0xf1, 0xb7, 0x52, 0xac, 0xff, 0x91, 0x5b, 0xe9, 0xd0, 0x43, 0xbc, 0xaf, 0xc1, 0x92, 0xba,
|
||||||
0x71, 0x0f, 0x66, 0x92, 0xa5, 0x3a, 0x29, 0x56, 0x54, 0x56, 0x37, 0x35, 0x2e, 0x8d, 0xc5, 0x1b,
|
0x2a, 0x0a, 0xad, 0xa5, 0x61, 0x33, 0xbd, 0xfe, 0xab, 0x71, 0xed, 0x50, 0x32, 0x91, 0x15, 0xf7,
|
||||||
0x0d, 0xf6, 0x26, 0x94, 0x63, 0xff, 0xd8, 0x42, 0xe7, 0x47, 0xe0, 0x38, 0xfe, 0xf7, 0xa5, 0x83,
|
0x60, 0x26, 0x59, 0xfb, 0x93, 0x62, 0x45, 0x65, 0xb9, 0x54, 0xe3, 0xd2, 0x58, 0xbc, 0xd1, 0x60,
|
||||||
0x2c, 0xf9, 0x3a, 0x94, 0xa2, 0x3f, 0x5a, 0xa1, 0x73, 0xa9, 0xf8, 0x3d, 0x4c, 0x97, 0x5b, 0x00,
|
0x6f, 0x42, 0x39, 0xf6, 0x17, 0x30, 0x74, 0x7e, 0x04, 0x8e, 0xe3, 0xff, 0x87, 0x3a, 0xc8, 0x92,
|
||||||
0xfd, 0x7f, 0x51, 0xa1, 0x27, 0x94, 0x7d, 0x0e, 0xfd, 0xcd, 0xea, 0xa0, 0x4e, 0xa3, 0xe9, 0x8b,
|
0xaf, 0x43, 0x29, 0xfa, 0xe7, 0x16, 0x3a, 0x97, 0x8a, 0xdf, 0xc3, 0x74, 0xb9, 0x05, 0xd0, 0xff,
|
||||||
0xd4, 0xc9, 0xa8, 0xe9, 0xc7, 0x73, 0x7d, 0x07, 0x75, 0xbb, 0x0b, 0xd5, 0x44, 0x86, 0x3e, 0x6d,
|
0x5b, 0x16, 0x7a, 0x42, 0xd9, 0xe7, 0xd0, 0xff, 0xb6, 0x0e, 0xea, 0x34, 0x9a, 0xbe, 0x78, 0x8b,
|
||||||
0x0b, 0x2b, 0x0a, 0x27, 0x1a, 0x17, 0xc7, 0x61, 0x8d, 0xd6, 0x6f, 0x17, 0xaa, 0x89, 0x7c, 0x69,
|
0x19, 0x35, 0xfd, 0xf8, 0xe3, 0xe1, 0x41, 0xdd, 0xee, 0x42, 0x35, 0xf1, 0xe4, 0x9f, 0xb6, 0x85,
|
||||||
0xca, 0x48, 0xaa, 0xf4, 0x70, 0xca, 0x48, 0xca, 0xf4, 0xab, 0x3e, 0x85, 0xbe, 0x16, 0x4b, 0xcd,
|
0x15, 0x95, 0x18, 0x8d, 0x8b, 0xe3, 0xb0, 0x46, 0xeb, 0xb7, 0x0b, 0xd5, 0xc4, 0x03, 0x6c, 0xca,
|
||||||
0x26, 0xd2, 0xdf, 0xe8, 0xea, 0xc8, 0x7e, 0x54, 0xd9, 0xff, 0xc6, 0xda, 0x61, 0x44, 0x22, 0x15,
|
0x48, 0xaa, 0xf7, 0xe6, 0x94, 0x91, 0x94, 0xef, 0xb9, 0xfa, 0x14, 0xfa, 0x5a, 0xec, 0xad, 0x37,
|
||||||
0x24, 0xaa, 0x84, 0x49, 0xd3, 0x51, 0x75, 0x98, 0x95, 0xda, 0x82, 0xbc, 0xc8, 0x80, 0x22, 0x3d,
|
0xf1, 0x9e, 0x8e, 0xae, 0x8e, 0xec, 0x47, 0x55, 0x4e, 0xd0, 0x58, 0x3b, 0x8c, 0x48, 0xa4, 0x82,
|
||||||
0xa5, 0xd6, 0x21, 0x96, 0x1e, 0x6d, 0x3c, 0xae, 0xe4, 0x49, 0x26, 0x07, 0x45, 0xa7, 0x22, 0xc3,
|
0x44, 0x95, 0x30, 0x69, 0x3a, 0xaa, 0x0e, 0xb3, 0x52, 0x5b, 0x90, 0x17, 0x4f, 0xaa, 0x48, 0x4f,
|
||||||
0x95, 0xd2, 0x69, 0x22, 0xfd, 0x35, 0x6e, 0xa7, 0x06, 0xe4, 0x45, 0x68, 0x3b, 0xa5, 0xd3, 0x44,
|
0x29, 0x9e, 0x88, 0xbd, 0xb7, 0x36, 0x1e, 0x57, 0xf2, 0x24, 0x5f, 0x1b, 0x45, 0xa7, 0xe2, 0xc9,
|
||||||
0x7a, 0xa6, 0x31, 0x9a, 0x47, 0xc4, 0xc3, 0xa7, 0xd0, 0x26, 0xe4, 0x78, 0x08, 0x18, 0xad, 0x8c,
|
0x2c, 0xa5, 0xd3, 0xc4, 0x7b, 0xda, 0xb8, 0x9d, 0x1a, 0x90, 0x17, 0xb9, 0xf2, 0x94, 0x4e, 0x13,
|
||||||
0x0a, 0x0f, 0x8f, 0xea, 0x31, 0x11, 0x41, 0xd6, 0xa7, 0xd0, 0x97, 0x21, 0xc7, 0x5f, 0x3a, 0x29,
|
0xef, 0x3d, 0x8d, 0xd1, 0x3c, 0x22, 0xc1, 0x3e, 0x85, 0x36, 0x21, 0xc7, 0x73, 0xca, 0x68, 0x65,
|
||||||
0x3d, 0xc6, 0x63, 0xbc, 0x8d, 0x91, 0x2c, 0xa1, 0x8a, 0x36, 0x54, 0xe2, 0x11, 0xa0, 0x94, 0x23,
|
0x54, 0xbe, 0x79, 0x54, 0x8f, 0x89, 0x94, 0xb4, 0x3e, 0x85, 0xbe, 0x0c, 0x39, 0x7e, 0xd3, 0x49,
|
||||||
0x4b, 0x11, 0x23, 0x6b, 0x8c, 0xc3, 0x19, 0x8e, 0xf2, 0x2d, 0x0d, 0xea, 0x69, 0xc1, 0x02, 0x94,
|
0xe9, 0x31, 0x9e, 0x34, 0x6e, 0x8c, 0x64, 0x09, 0x55, 0xb4, 0xa1, 0x12, 0x4f, 0x29, 0xa5, 0x1c,
|
||||||
0x7a, 0x2f, 0x19, 0x15, 0xf1, 0x68, 0x3c, 0x7b, 0x48, 0xa9, 0xc8, 0x84, 0xef, 0xc1, 0xbc, 0xe2,
|
0x59, 0x8a, 0xa4, 0x5b, 0x63, 0x1c, 0xce, 0x70, 0x94, 0x6f, 0x69, 0x50, 0x4f, 0xcb, 0x3e, 0xa0,
|
||||||
0x89, 0x8a, 0xae, 0xa4, 0xf5, 0x97, 0xf2, 0xba, 0x6e, 0x3c, 0x3d, 0xbe, 0x40, 0x34, 0xf6, 0x26,
|
0xd4, 0xb8, 0x64, 0x54, 0x0a, 0xa5, 0xf1, 0xec, 0x21, 0xa5, 0x22, 0x13, 0xbe, 0x07, 0xf3, 0x8a,
|
||||||
0xe4, 0xf8, 0xd3, 0x32, 0x65, 0xf9, 0xe2, 0x2f, 0xd5, 0x14, 0x40, 0x24, 0x5e, 0xa6, 0xfa, 0x14,
|
0x2b, 0x2a, 0xba, 0x92, 0xd6, 0x5f, 0xca, 0xed, 0xba, 0xf1, 0xf4, 0xf8, 0x02, 0xd1, 0xd8, 0x9b,
|
||||||
0xc2, 0x50, 0x89, 0xbf, 0x33, 0x53, 0xd6, 0x4f, 0xf1, 0x44, 0x6d, 0x5c, 0x18, 0x83, 0x33, 0x1a,
|
0x90, 0xe3, 0x57, 0xcb, 0x94, 0xe5, 0x8b, 0xdf, 0x54, 0x53, 0x00, 0x91, 0xb8, 0x99, 0xea, 0x53,
|
||||||
0xc6, 0x04, 0xe8, 0xbf, 0xf3, 0x52, 0x4e, 0x87, 0xa1, 0xa7, 0x66, 0xe3, 0xfc, 0x81, 0x7c, 0xe1,
|
0x08, 0x43, 0x25, 0x7e, 0xcf, 0x4c, 0x59, 0x3f, 0xc5, 0x15, 0xb5, 0x71, 0x61, 0x0c, 0xce, 0x68,
|
||||||
0x00, 0x6b, 0x5d, 0xa8, 0x6c, 0x06, 0xfe, 0xfd, 0x5e, 0xf8, 0xaa, 0xfa, 0xcf, 0xcc, 0xeb, 0xc6,
|
0x18, 0x13, 0xa0, 0x7f, 0xcf, 0x4b, 0x39, 0x1d, 0x86, 0xae, 0x9a, 0x8d, 0xf3, 0x07, 0xf2, 0x85,
|
||||||
0xb3, 0x5f, 0xb9, 0xd6, 0x72, 0xe8, 0x6e, 0x77, 0x9b, 0x79, 0xae, 0x2b, 0x82, 0xf7, 0x29, 0xc7,
|
0x03, 0xac, 0x75, 0xa1, 0xb2, 0x19, 0xf8, 0xf7, 0x7b, 0xe1, 0xad, 0xea, 0x3f, 0x33, 0xaf, 0x1b,
|
||||||
0x97, 0xbf, 0xae, 0x38, 0x1e, 0xc5, 0x81, 0x67, 0xb9, 0x57, 0x78, 0x5f, 0x92, 0xda, 0xd9, 0xde,
|
0xcf, 0x7e, 0xe5, 0x5a, 0xcb, 0xa1, 0xbb, 0xdd, 0x6d, 0xe6, 0xb9, 0xae, 0x08, 0xde, 0xa7, 0x1c,
|
||||||
0xce, 0xf3, 0xef, 0x6b, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xf1, 0xf3, 0xc7, 0x36, 0xd1, 0x3d,
|
0x5f, 0xfe, 0xba, 0xe2, 0x78, 0x14, 0x07, 0x9e, 0xe5, 0x5e, 0xe1, 0x7d, 0x49, 0x6a, 0x67, 0x7b,
|
||||||
|
0x3b, 0xcf, 0xbf, 0xaf, 0xfd, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xed, 0x71, 0xc6, 0x05, 0x22, 0x3e,
|
||||||
0x00, 0x00,
|
0x00, 0x00,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -161,9 +161,10 @@ message SegmentInfo {
|
||||||
string index_name = 7;
|
string index_name = 7;
|
||||||
int64 indexID = 8;
|
int64 indexID = 8;
|
||||||
string channelID = 9;
|
string channelID = 9;
|
||||||
SegmentState segment_state = 10;
|
SegmentState segment_state = 10; // will deprecated
|
||||||
repeated int64 compactionFrom = 11;
|
repeated int64 compactionFrom = 11;
|
||||||
bool createdByCompaction = 12;
|
bool createdByCompaction = 12;
|
||||||
|
common.SegmentState state = 13;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetSegmentInfoResponse {
|
message GetSegmentInfoResponse {
|
||||||
|
|
|
@ -981,21 +981,22 @@ func (m *GetSegmentInfoRequest) GetCollectionID() int64 {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SegmentInfo struct {
|
type SegmentInfo struct {
|
||||||
SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
|
SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
|
||||||
CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
|
CollectionID int64 `protobuf:"varint,2,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
|
||||||
PartitionID int64 `protobuf:"varint,3,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
PartitionID int64 `protobuf:"varint,3,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
|
||||||
NodeID int64 `protobuf:"varint,4,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
|
NodeID int64 `protobuf:"varint,4,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
|
||||||
MemSize int64 `protobuf:"varint,5,opt,name=mem_size,json=memSize,proto3" json:"mem_size,omitempty"`
|
MemSize int64 `protobuf:"varint,5,opt,name=mem_size,json=memSize,proto3" json:"mem_size,omitempty"`
|
||||||
NumRows int64 `protobuf:"varint,6,opt,name=num_rows,json=numRows,proto3" json:"num_rows,omitempty"`
|
NumRows int64 `protobuf:"varint,6,opt,name=num_rows,json=numRows,proto3" json:"num_rows,omitempty"`
|
||||||
IndexName string `protobuf:"bytes,7,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
|
IndexName string `protobuf:"bytes,7,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
|
||||||
IndexID int64 `protobuf:"varint,8,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
IndexID int64 `protobuf:"varint,8,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
||||||
ChannelID string `protobuf:"bytes,9,opt,name=channelID,proto3" json:"channelID,omitempty"`
|
ChannelID string `protobuf:"bytes,9,opt,name=channelID,proto3" json:"channelID,omitempty"`
|
||||||
SegmentState SegmentState `protobuf:"varint,10,opt,name=segment_state,json=segmentState,proto3,enum=milvus.proto.query.SegmentState" json:"segment_state,omitempty"`
|
SegmentState SegmentState `protobuf:"varint,10,opt,name=segment_state,json=segmentState,proto3,enum=milvus.proto.query.SegmentState" json:"segment_state,omitempty"`
|
||||||
CompactionFrom []int64 `protobuf:"varint,11,rep,packed,name=compactionFrom,proto3" json:"compactionFrom,omitempty"`
|
CompactionFrom []int64 `protobuf:"varint,11,rep,packed,name=compactionFrom,proto3" json:"compactionFrom,omitempty"`
|
||||||
CreatedByCompaction bool `protobuf:"varint,12,opt,name=createdByCompaction,proto3" json:"createdByCompaction,omitempty"`
|
CreatedByCompaction bool `protobuf:"varint,12,opt,name=createdByCompaction,proto3" json:"createdByCompaction,omitempty"`
|
||||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
State commonpb.SegmentState `protobuf:"varint,13,opt,name=state,proto3,enum=milvus.proto.common.SegmentState" json:"state,omitempty"`
|
||||||
XXX_unrecognized []byte `json:"-"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||||
XXX_sizecache int32 `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
||||||
|
XXX_sizecache int32 `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *SegmentInfo) Reset() { *m = SegmentInfo{} }
|
func (m *SegmentInfo) Reset() { *m = SegmentInfo{} }
|
||||||
|
@ -1107,6 +1108,13 @@ func (m *SegmentInfo) GetCreatedByCompaction() bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *SegmentInfo) GetState() commonpb.SegmentState {
|
||||||
|
if m != nil {
|
||||||
|
return m.State
|
||||||
|
}
|
||||||
|
return commonpb.SegmentState_SegmentStateNone
|
||||||
|
}
|
||||||
|
|
||||||
type GetSegmentInfoResponse struct {
|
type GetSegmentInfoResponse struct {
|
||||||
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
|
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
|
||||||
Infos []*SegmentInfo `protobuf:"bytes,2,rep,name=infos,proto3" json:"infos,omitempty"`
|
Infos []*SegmentInfo `protobuf:"bytes,2,rep,name=infos,proto3" json:"infos,omitempty"`
|
||||||
|
@ -2240,149 +2248,150 @@ func init() {
|
||||||
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
|
func init() { proto.RegisterFile("query_coord.proto", fileDescriptor_aab7cc9a69ed26e8) }
|
||||||
|
|
||||||
var fileDescriptor_aab7cc9a69ed26e8 = []byte{
|
var fileDescriptor_aab7cc9a69ed26e8 = []byte{
|
||||||
// 2261 bytes of a gzipped FileDescriptorProto
|
// 2274 bytes of a gzipped FileDescriptorProto
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6f, 0x1c, 0x49,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x19, 0x4d, 0x73, 0x1c, 0x47,
|
||||||
0x15, 0x77, 0xcf, 0x87, 0x67, 0xe6, 0xcd, 0x57, 0xa7, 0x12, 0xcf, 0x4e, 0x86, 0x24, 0x6b, 0x3a,
|
0x55, 0xb3, 0x1f, 0xda, 0xdd, 0xb7, 0x5f, 0xe3, 0xb6, 0xb5, 0x59, 0x2f, 0xb1, 0xa3, 0x8c, 0xe3,
|
||||||
0x9b, 0x8f, 0xf5, 0xb2, 0x4e, 0xd6, 0x59, 0x10, 0x2b, 0xd8, 0xc3, 0xc6, 0xb3, 0xf1, 0xce, 0x92,
|
0x8f, 0x28, 0x44, 0x76, 0xe4, 0xf0, 0x91, 0x82, 0x1c, 0x62, 0x6d, 0xac, 0x6c, 0xb0, 0x65, 0x31,
|
||||||
0x38, 0xa6, 0x9d, 0x5d, 0x44, 0x14, 0xa9, 0xe9, 0x99, 0x2e, 0x8f, 0x5b, 0xe9, 0xee, 0x9a, 0x74,
|
0x72, 0x42, 0xe1, 0x72, 0xd5, 0x30, 0xbb, 0xd3, 0x5a, 0x4d, 0x79, 0x66, 0x7a, 0x3d, 0x3d, 0x6b,
|
||||||
0xf5, 0x24, 0x71, 0xce, 0x1c, 0xe0, 0x80, 0xf8, 0x03, 0x40, 0x48, 0x48, 0x20, 0xc4, 0x81, 0x23,
|
0x5b, 0x3e, 0x73, 0x80, 0x03, 0xc5, 0x0f, 0x80, 0xa2, 0x8a, 0x2a, 0x28, 0x8a, 0x03, 0x47, 0x38,
|
||||||
0x20, 0x71, 0xda, 0x0b, 0x77, 0xfe, 0x02, 0x24, 0x04, 0x77, 0x4e, 0x70, 0x46, 0x5d, 0x55, 0xdd,
|
0x70, 0xca, 0x85, 0x3b, 0xbf, 0x80, 0x2a, 0x0a, 0xee, 0x70, 0x81, 0x33, 0x35, 0xdd, 0x3d, 0xb3,
|
||||||
0xd3, 0x1f, 0x35, 0xf6, 0xd8, 0x26, 0x24, 0x5a, 0x71, 0xeb, 0x7e, 0xf5, 0xea, 0xbd, 0x57, 0xef,
|
0xf3, 0xd1, 0x2b, 0xad, 0x24, 0x8c, 0x5d, 0x29, 0x6e, 0x33, 0xef, 0xbd, 0x7e, 0xef, 0xf5, 0xfb,
|
||||||
0xe3, 0xf7, 0xea, 0x03, 0xce, 0x3c, 0x99, 0x62, 0xff, 0xc0, 0x18, 0x11, 0xe2, 0x5b, 0xeb, 0x13,
|
0xec, 0xd7, 0x0d, 0x67, 0x1e, 0x4f, 0xb1, 0x7f, 0x60, 0x8c, 0x08, 0xf1, 0xad, 0xf5, 0x89, 0x4f,
|
||||||
0x9f, 0x04, 0x04, 0x21, 0xd7, 0x76, 0x9e, 0x4e, 0x29, 0xff, 0x5b, 0x67, 0xe3, 0xbd, 0xc6, 0x88,
|
0x02, 0x82, 0x90, 0x6b, 0x3b, 0x4f, 0xa6, 0x94, 0xff, 0xad, 0x33, 0x7c, 0xaf, 0x31, 0x22, 0xae,
|
||||||
0xb8, 0x2e, 0xf1, 0x38, 0xad, 0xd7, 0x48, 0x72, 0xf4, 0x5a, 0xb6, 0x17, 0x60, 0xdf, 0x33, 0x9d,
|
0x4b, 0x3c, 0x0e, 0xeb, 0x35, 0x92, 0x14, 0xbd, 0x96, 0xed, 0x05, 0xd8, 0xf7, 0x4c, 0x27, 0xc2,
|
||||||
0x68, 0x94, 0x8e, 0xf6, 0xb1, 0x6b, 0x8a, 0x3f, 0xd5, 0x32, 0x03, 0x33, 0x29, 0x5f, 0xfb, 0xa1,
|
0xd2, 0xd1, 0x3e, 0x76, 0x4d, 0xf1, 0xa7, 0x5a, 0x66, 0x60, 0x26, 0xf9, 0x6b, 0x3f, 0x54, 0xa0,
|
||||||
0x02, 0x9d, 0xdd, 0x7d, 0xf2, 0x6c, 0x93, 0x38, 0x0e, 0x1e, 0x05, 0x36, 0xf1, 0xa8, 0x8e, 0x9f,
|
0xb3, 0xbb, 0x4f, 0x9e, 0x6e, 0x12, 0xc7, 0xc1, 0xa3, 0xc0, 0x26, 0x1e, 0xd5, 0xf1, 0xe3, 0x29,
|
||||||
0x4c, 0x31, 0x0d, 0xd0, 0x4d, 0x28, 0x0d, 0x4d, 0x8a, 0xbb, 0xca, 0xaa, 0x72, 0xbd, 0xbe, 0x71,
|
0xa6, 0x01, 0xba, 0x01, 0xa5, 0xa1, 0x49, 0x71, 0x57, 0x59, 0x55, 0xae, 0xd5, 0x37, 0x5e, 0x5f,
|
||||||
0x61, 0x3d, 0x65, 0x89, 0x30, 0xe1, 0x1e, 0x1d, 0xdf, 0x36, 0x29, 0xd6, 0x19, 0x27, 0x42, 0x50,
|
0x4f, 0x69, 0x22, 0x54, 0xb8, 0x4b, 0xc7, 0xb7, 0x4c, 0x8a, 0x75, 0x46, 0x89, 0x10, 0x94, 0xac,
|
||||||
0xb2, 0x86, 0x83, 0x7e, 0xb7, 0xb0, 0xaa, 0x5c, 0x2f, 0xea, 0xec, 0x1b, 0xbd, 0x05, 0xcd, 0x51,
|
0xe1, 0xa0, 0xdf, 0x2d, 0xac, 0x2a, 0xd7, 0x8a, 0x3a, 0xfb, 0x46, 0x6f, 0x41, 0x73, 0x14, 0xf3,
|
||||||
0x2c, 0x7b, 0xd0, 0xa7, 0xdd, 0xe2, 0x6a, 0xf1, 0x7a, 0x51, 0x4f, 0x13, 0xb5, 0xdf, 0x28, 0xf0,
|
0x1e, 0xf4, 0x69, 0xb7, 0xb8, 0x5a, 0xbc, 0x56, 0xd4, 0xd3, 0x40, 0xed, 0x37, 0x0a, 0xbc, 0x96,
|
||||||
0x46, 0xce, 0x0c, 0x3a, 0x21, 0x1e, 0xc5, 0xe8, 0x16, 0x2c, 0xd3, 0xc0, 0x0c, 0xa6, 0x54, 0x58,
|
0x53, 0x83, 0x4e, 0x88, 0x47, 0x31, 0xba, 0x09, 0xcb, 0x34, 0x30, 0x83, 0x29, 0x15, 0x9a, 0x7c,
|
||||||
0xf2, 0x15, 0xa9, 0x25, 0xbb, 0x8c, 0x45, 0x17, 0xac, 0x79, 0xb5, 0x05, 0x89, 0x5a, 0xf4, 0x1e,
|
0x45, 0xaa, 0xc9, 0x2e, 0x23, 0xd1, 0x05, 0x69, 0x5e, 0x6c, 0x41, 0x22, 0x16, 0xbd, 0x07, 0xe7,
|
||||||
0x9c, 0xb3, 0xbd, 0x7b, 0xd8, 0x25, 0xfe, 0x81, 0x31, 0xc1, 0xfe, 0x08, 0x7b, 0x81, 0x39, 0xc6,
|
0x6c, 0xef, 0x2e, 0x76, 0x89, 0x7f, 0x60, 0x4c, 0xb0, 0x3f, 0xc2, 0x5e, 0x60, 0x8e, 0x71, 0xa4,
|
||||||
0x91, 0x8d, 0x67, 0xa3, 0xb1, 0x9d, 0xd9, 0x90, 0xf6, 0x6b, 0x05, 0x56, 0x42, 0x4b, 0x77, 0x4c,
|
0xe3, 0xd9, 0x08, 0xb7, 0x33, 0x43, 0x69, 0xbf, 0x56, 0x60, 0x25, 0xd4, 0x74, 0xc7, 0xf4, 0x03,
|
||||||
0x3f, 0xb0, 0x5f, 0x82, 0xbf, 0x34, 0x68, 0x24, 0x6d, 0xec, 0x16, 0xd9, 0x58, 0x8a, 0x16, 0xf2,
|
0xfb, 0x05, 0xd8, 0x4b, 0x83, 0x46, 0x52, 0xc7, 0x6e, 0x91, 0xe1, 0x52, 0xb0, 0x90, 0x66, 0x12,
|
||||||
0x4c, 0x22, 0xf5, 0xe1, 0xda, 0x4a, 0xcc, 0xdc, 0x14, 0x4d, 0xfb, 0x95, 0x08, 0x6c, 0xd2, 0xce,
|
0x89, 0x0f, 0xf7, 0x56, 0x62, 0xea, 0xa6, 0x60, 0xda, 0xaf, 0x84, 0x63, 0x93, 0x7a, 0x9e, 0xc6,
|
||||||
0xd3, 0x38, 0x34, 0xab, 0xb3, 0x90, 0xd7, 0x79, 0x12, 0x77, 0x7e, 0xa1, 0xc0, 0xca, 0x5d, 0x62,
|
0xa0, 0x59, 0x99, 0x85, 0xbc, 0xcc, 0x93, 0x98, 0xf3, 0x0b, 0x05, 0x56, 0xee, 0x10, 0xd3, 0x9a,
|
||||||
0x5a, 0xb3, 0xc0, 0xff, 0xef, 0xdd, 0xf9, 0x21, 0x2c, 0xf3, 0x2a, 0xe9, 0x96, 0x98, 0xae, 0x2b,
|
0x39, 0xfe, 0x7f, 0x6f, 0xce, 0x0f, 0x61, 0x99, 0x67, 0x49, 0xb7, 0xc4, 0x64, 0x5d, 0x4e, 0xcb,
|
||||||
0x69, 0x5d, 0xa2, 0x82, 0x66, 0x16, 0xee, 0x32, 0x82, 0x2e, 0x26, 0x69, 0x3f, 0x57, 0xa0, 0xab,
|
0x12, 0x19, 0x34, 0xd3, 0x70, 0x97, 0x01, 0x74, 0xb1, 0x48, 0xfb, 0xb9, 0x02, 0x5d, 0x1d, 0x3b,
|
||||||
0x63, 0x07, 0x9b, 0x14, 0xbf, 0xca, 0x55, 0x74, 0x60, 0xd9, 0x23, 0x16, 0x1e, 0xf4, 0xd9, 0x2a,
|
0xd8, 0xa4, 0xf8, 0x65, 0xee, 0xa2, 0x03, 0xcb, 0x1e, 0xb1, 0xf0, 0xa0, 0xcf, 0x76, 0x51, 0xd4,
|
||||||
0x8a, 0xba, 0xf8, 0xd3, 0xfe, 0x21, 0x3c, 0xfc, 0x9a, 0x27, 0x6c, 0x22, 0x0a, 0xe5, 0x93, 0x44,
|
0xc5, 0x9f, 0xf6, 0x77, 0x61, 0xe1, 0x57, 0x3c, 0x60, 0x13, 0x5e, 0x28, 0x9f, 0xc4, 0x0b, 0x5f,
|
||||||
0xe1, 0x8b, 0x59, 0x14, 0x5e, 0xf7, 0x95, 0xce, 0x22, 0x55, 0x4e, 0x45, 0xea, 0xfb, 0x70, 0x7e,
|
0xcc, 0xbc, 0xf0, 0xaa, 0xef, 0x74, 0xe6, 0xa9, 0x72, 0xca, 0x53, 0xdf, 0x87, 0xf3, 0x9b, 0x3e,
|
||||||
0xd3, 0xc7, 0x66, 0x80, 0xbf, 0x1b, 0xc2, 0xfc, 0xe6, 0xbe, 0xe9, 0x79, 0xd8, 0x89, 0x96, 0x90,
|
0x36, 0x03, 0xfc, 0xdd, 0xb0, 0xcc, 0x6f, 0xee, 0x9b, 0x9e, 0x87, 0x9d, 0x68, 0x0b, 0x59, 0xe1,
|
||||||
0x55, 0xae, 0x48, 0x94, 0x77, 0xa1, 0x32, 0xf1, 0xc9, 0xf3, 0x83, 0xd8, 0xee, 0xe8, 0x57, 0xfb,
|
0x8a, 0x44, 0x78, 0x17, 0x2a, 0x13, 0x9f, 0x3c, 0x3b, 0x88, 0xf5, 0x8e, 0x7e, 0xb5, 0x5f, 0x2a,
|
||||||
0xa5, 0x02, 0x3d, 0x99, 0xec, 0xd3, 0x20, 0xc2, 0x35, 0x68, 0xfb, 0xdc, 0x38, 0x63, 0xc4, 0xe5,
|
0xd0, 0x93, 0xf1, 0x3e, 0x4d, 0x45, 0xb8, 0x0a, 0x6d, 0x9f, 0x2b, 0x67, 0x8c, 0x38, 0x3f, 0x26,
|
||||||
0x31, 0xad, 0x35, 0xbd, 0x25, 0xc8, 0x42, 0x0b, 0xba, 0x02, 0x2d, 0x1f, 0xd3, 0xa9, 0x33, 0xe3,
|
0xb5, 0xa6, 0xb7, 0x04, 0x58, 0x48, 0x41, 0x97, 0xa1, 0xe5, 0x63, 0x3a, 0x75, 0x66, 0x74, 0x45,
|
||||||
0x2b, 0x32, 0xbe, 0x26, 0xa7, 0x0a, 0x36, 0xed, 0xb7, 0x0a, 0x9c, 0xdf, 0xc2, 0x41, 0x1c, 0xbd,
|
0x46, 0xd7, 0xe4, 0x50, 0x41, 0xa6, 0xfd, 0x56, 0x81, 0xf3, 0x5b, 0x38, 0x88, 0xbd, 0x17, 0x8a,
|
||||||
0x50, 0x1d, 0x7e, 0x4d, 0xd1, 0xf5, 0x17, 0x0a, 0xb4, 0x33, 0x86, 0xa2, 0x55, 0xa8, 0x27, 0x78,
|
0xc3, 0xaf, 0x68, 0x75, 0xfd, 0x85, 0x02, 0xed, 0x8c, 0xa2, 0x68, 0x15, 0xea, 0x09, 0x1a, 0xe1,
|
||||||
0x44, 0x80, 0x92, 0x24, 0xf4, 0x4d, 0x28, 0x87, 0xbe, 0xc3, 0xcc, 0xa4, 0xd6, 0x86, 0xb6, 0x9e,
|
0xa0, 0x24, 0x08, 0x7d, 0x13, 0xca, 0xa1, 0xed, 0x30, 0x53, 0xa9, 0xb5, 0xa1, 0xad, 0xe7, 0x9b,
|
||||||
0x6f, 0xee, 0xeb, 0x69, 0xa9, 0x3a, 0x9f, 0x80, 0x6e, 0xc0, 0x59, 0x09, 0xb2, 0x0a, 0xf3, 0x51,
|
0xfb, 0x7a, 0x9a, 0xab, 0xce, 0x17, 0xa0, 0xeb, 0x70, 0x56, 0x52, 0x59, 0x85, 0xfa, 0x28, 0x5f,
|
||||||
0x1e, 0x58, 0xb5, 0xdf, 0x29, 0xd0, 0x93, 0x39, 0xf3, 0x34, 0x01, 0x7f, 0x08, 0x9d, 0x78, 0x35,
|
0x58, 0xb5, 0xdf, 0x29, 0xd0, 0x93, 0x19, 0xf3, 0x34, 0x0e, 0x7f, 0x00, 0x9d, 0x78, 0x37, 0x86,
|
||||||
0x86, 0x85, 0xe9, 0xc8, 0xb7, 0x27, 0xac, 0xcc, 0x58, 0x33, 0xa8, 0x6f, 0x5c, 0x3e, 0x7a, 0x3d,
|
0x85, 0xe9, 0xc8, 0xb7, 0x27, 0x2c, 0xcd, 0x58, 0x33, 0xa8, 0x6f, 0x5c, 0x3a, 0x7a, 0x3f, 0x54,
|
||||||
0x54, 0x5f, 0x89, 0x45, 0xf4, 0x13, 0x12, 0xb4, 0x9f, 0x28, 0xb0, 0xb2, 0x85, 0x83, 0x5d, 0x3c,
|
0x5f, 0x89, 0x59, 0xf4, 0x13, 0x1c, 0xb4, 0x9f, 0x28, 0xb0, 0xb2, 0x85, 0x83, 0x5d, 0x3c, 0x76,
|
||||||
0x76, 0xb1, 0x17, 0x0c, 0xbc, 0x3d, 0x72, 0xf2, 0xc0, 0x5f, 0x02, 0xa0, 0x42, 0x4e, 0xdc, 0xa8,
|
0xb1, 0x17, 0x0c, 0xbc, 0x3d, 0x72, 0x72, 0xc7, 0x5f, 0x04, 0xa0, 0x82, 0x4f, 0xdc, 0xa8, 0x12,
|
||||||
0x12, 0x94, 0x45, 0x92, 0x40, 0xfb, 0x63, 0x11, 0xea, 0x09, 0x63, 0xd0, 0x05, 0xa8, 0xc5, 0x12,
|
0x90, 0x45, 0x82, 0x40, 0xfb, 0x67, 0x11, 0xea, 0x09, 0x65, 0xd0, 0xeb, 0x50, 0x8b, 0x39, 0x08,
|
||||||
0x44, 0x68, 0x67, 0x84, 0x9c, 0xc4, 0x82, 0x24, 0xad, 0x32, 0xe9, 0x51, 0xcc, 0xa7, 0xc7, 0x1c,
|
0xd7, 0xce, 0x00, 0x39, 0x8e, 0x05, 0x49, 0x58, 0x65, 0xc2, 0xa3, 0x98, 0x0f, 0x8f, 0x39, 0x15,
|
||||||
0x04, 0x47, 0xe7, 0xa1, 0xea, 0x62, 0xd7, 0xa0, 0xf6, 0x0b, 0x2c, 0x10, 0xa3, 0xe2, 0x62, 0x77,
|
0x1c, 0x9d, 0x87, 0xaa, 0x8b, 0x5d, 0x83, 0xda, 0xcf, 0xb1, 0xa8, 0x18, 0x15, 0x17, 0xbb, 0xbb,
|
||||||
0xd7, 0x7e, 0x81, 0xc3, 0x21, 0x6f, 0xea, 0x1a, 0x3e, 0x79, 0x46, 0xbb, 0xcb, 0x7c, 0xc8, 0x9b,
|
0xf6, 0x73, 0x1c, 0xa2, 0xbc, 0xa9, 0x6b, 0xf8, 0xe4, 0x29, 0xed, 0x2e, 0x73, 0x94, 0x37, 0x75,
|
||||||
0xba, 0x3a, 0x79, 0x46, 0xd1, 0x45, 0x00, 0xdb, 0xb3, 0xf0, 0x73, 0xc3, 0x33, 0x5d, 0xdc, 0xad,
|
0x75, 0xf2, 0x94, 0xa2, 0x0b, 0x00, 0xb6, 0x67, 0xe1, 0x67, 0x86, 0x67, 0xba, 0xb8, 0x5b, 0x61,
|
||||||
0xb0, 0x8a, 0xab, 0x31, 0xca, 0xb6, 0xe9, 0xe2, 0x10, 0x2b, 0xd8, 0xcf, 0xa0, 0xdf, 0xad, 0xf2,
|
0x19, 0x57, 0x63, 0x90, 0x6d, 0xd3, 0xc5, 0x61, 0xad, 0x60, 0x3f, 0x83, 0x7e, 0xb7, 0xca, 0x17,
|
||||||
0x89, 0xe2, 0x37, 0x5c, 0xaa, 0xa8, 0xd3, 0x41, 0xbf, 0x5b, 0xe3, 0xf3, 0x62, 0x02, 0xfa, 0x18,
|
0x8a, 0xdf, 0x70, 0xab, 0x22, 0x4f, 0x07, 0xfd, 0x6e, 0x8d, 0xaf, 0x8b, 0x01, 0xe8, 0x63, 0x68,
|
||||||
0x9a, 0x62, 0xdd, 0x06, 0xcf, 0x65, 0x60, 0xb9, 0xbc, 0x2a, 0x8b, 0xbd, 0x70, 0x20, 0xcf, 0xe4,
|
0x8a, 0x7d, 0x1b, 0x3c, 0x96, 0x81, 0xc5, 0xf2, 0xaa, 0xcc, 0xf7, 0xc2, 0x80, 0x3c, 0x92, 0x1b,
|
||||||
0x06, 0x4d, 0xfc, 0xa1, 0xab, 0xd0, 0x1a, 0x11, 0x77, 0x62, 0x32, 0xef, 0xdc, 0xf1, 0x89, 0xdb,
|
0x34, 0xf1, 0x87, 0xae, 0x40, 0x6b, 0x44, 0xdc, 0x89, 0xc9, 0xac, 0x73, 0xdb, 0x27, 0x6e, 0xb7,
|
||||||
0xad, 0xb3, 0x38, 0x65, 0xa8, 0xe8, 0x26, 0x9c, 0x1d, 0x31, 0xdc, 0xb2, 0x6e, 0x1f, 0x6c, 0xc6,
|
0xce, 0xfc, 0x94, 0x81, 0xa2, 0x1b, 0x70, 0x76, 0xc4, 0xea, 0x96, 0x75, 0xeb, 0x60, 0x33, 0x46,
|
||||||
0x43, 0xdd, 0xc6, 0xaa, 0x72, 0xbd, 0xaa, 0xcb, 0x86, 0xd8, 0x8e, 0x36, 0x9b, 0x49, 0xa7, 0xc9,
|
0x75, 0x1b, 0xab, 0xca, 0xb5, 0xaa, 0x2e, 0x43, 0xa1, 0x6f, 0x44, 0x49, 0xd6, 0x64, 0x8a, 0xbd,
|
||||||
0xfa, 0xaf, 0x43, 0xd9, 0xf6, 0xf6, 0x48, 0x94, 0xe4, 0x6f, 0x1e, 0xb2, 0x50, 0xa6, 0x8c, 0x73,
|
0x29, 0x8f, 0xec, 0xa4, 0x66, 0x9c, 0x9e, 0x1d, 0x85, 0xb3, 0x21, 0x78, 0x9a, 0x74, 0xf9, 0x1a,
|
||||||
0x6b, 0x7f, 0x28, 0x42, 0xe7, 0x23, 0xcb, 0x92, 0x41, 0xf9, 0xf1, 0x33, 0x7a, 0x96, 0x19, 0x85,
|
0x94, 0x6d, 0x6f, 0x8f, 0x44, 0xd9, 0xf1, 0xc6, 0x21, 0x16, 0x62, 0xc2, 0x38, 0xb5, 0xf6, 0x87,
|
||||||
0x54, 0x66, 0x2c, 0x02, 0x67, 0xef, 0xc0, 0x99, 0x0c, 0x4c, 0x8b, 0x04, 0xab, 0xe9, 0x6a, 0x1a,
|
0x22, 0x74, 0x3e, 0xb2, 0x2c, 0x59, 0x0f, 0x38, 0x7e, 0x2a, 0xcc, 0x42, 0xaa, 0x90, 0x0a, 0xa9,
|
||||||
0xa8, 0x07, 0x7d, 0xf4, 0x36, 0xa8, 0x69, 0xa8, 0x16, 0x4d, 0xaa, 0xa6, 0xb7, 0x53, 0x60, 0x3d,
|
0x45, 0xea, 0xe0, 0x3b, 0x70, 0x26, 0x53, 0xdf, 0x45, 0x64, 0xd6, 0x74, 0x35, 0x5d, 0xe1, 0x07,
|
||||||
0xe8, 0xa3, 0x6f, 0xc0, 0x1b, 0x63, 0x87, 0x0c, 0x4d, 0xc7, 0xa0, 0xd8, 0x74, 0xb0, 0x65, 0xcc,
|
0x7d, 0xf4, 0x36, 0xa8, 0xe9, 0x1a, 0x2f, 0xba, 0x5b, 0x4d, 0x6f, 0xa7, 0xaa, 0xfc, 0xa0, 0x8f,
|
||||||
0xea, 0x63, 0x99, 0x85, 0x72, 0x85, 0x0f, 0xef, 0xb2, 0xd1, 0xdd, 0xb8, 0x56, 0xb6, 0xc2, 0x04,
|
0xbe, 0x0e, 0xaf, 0x8d, 0x1d, 0x32, 0x34, 0x1d, 0x83, 0x62, 0xd3, 0xc1, 0x96, 0x31, 0x4b, 0xac,
|
||||||
0xc2, 0x8f, 0x8d, 0x09, 0xa1, 0x2c, 0xf1, 0x59, 0x6a, 0xd6, 0xb3, 0x60, 0x18, 0x1f, 0x63, 0xee,
|
0x65, 0x16, 0x03, 0x2b, 0x1c, 0xbd, 0xcb, 0xb0, 0xbb, 0x71, 0x92, 0x6d, 0x85, 0x91, 0x87, 0x1f,
|
||||||
0xd1, 0xf1, 0x8e, 0xe0, 0x0c, 0x53, 0x08, 0x3f, 0x8e, 0xfe, 0xd0, 0x67, 0xd0, 0x91, 0x1a, 0x40,
|
0x19, 0x13, 0x42, 0x59, 0xc6, 0xb0, 0x98, 0xae, 0x67, 0xab, 0x68, 0x3c, 0xff, 0xdc, 0xa5, 0xe3,
|
||||||
0xbb, 0xd5, 0xc5, 0x22, 0x75, 0x4e, 0x62, 0x20, 0xd5, 0xfe, 0xa6, 0xc0, 0x79, 0x1d, 0xbb, 0xe4,
|
0x1d, 0x41, 0x19, 0xc6, 0x1e, 0x7e, 0x14, 0xfd, 0xa1, 0xcf, 0xa0, 0x23, 0x55, 0x80, 0x76, 0xab,
|
||||||
0x29, 0xfe, 0xd2, 0xc6, 0x4e, 0xfb, 0x7b, 0x01, 0x3a, 0xdf, 0x33, 0x83, 0xd1, 0x7e, 0xdf, 0x15,
|
0x8b, 0x79, 0xea, 0x9c, 0x44, 0x41, 0xaa, 0xfd, 0x55, 0x81, 0xf3, 0x3a, 0x76, 0xc9, 0x13, 0xfc,
|
||||||
0x44, 0xfa, 0x6a, 0x16, 0x98, 0x01, 0xc5, 0x52, 0x1e, 0x14, 0xe3, 0xf2, 0x2b, 0xcb, 0x82, 0x1a,
|
0xa5, 0xf5, 0x9d, 0xf6, 0xb7, 0x02, 0x74, 0xbe, 0x67, 0x06, 0xa3, 0xfd, 0xbe, 0x2b, 0x80, 0xf4,
|
||||||
0x9e, 0x67, 0xd7, 0x3f, 0x8f, 0xd6, 0x3b, 0x2b, 0xbf, 0xc4, 0x6e, 0x72, 0xf9, 0x04, 0xbb, 0x49,
|
0xe5, 0x6c, 0x30, 0x53, 0x4d, 0x4b, 0xf9, 0x6a, 0x1a, 0xa7, 0x5f, 0x59, 0xe6, 0xd4, 0x70, 0x10,
|
||||||
0xb4, 0x09, 0x4d, 0xfc, 0x7c, 0xe4, 0x4c, 0x2d, 0x6c, 0x70, 0xed, 0x15, 0xa6, 0xfd, 0x92, 0x44,
|
0x5e, 0xff, 0x3c, 0xda, 0xef, 0x2c, 0xfd, 0x12, 0xc7, 0xd0, 0xe5, 0x13, 0x1c, 0x43, 0xd1, 0x26,
|
||||||
0x7b, 0x32, 0xa3, 0x1a, 0x62, 0xd2, 0x80, 0x41, 0xc0, 0x8f, 0x8a, 0xd0, 0x16, 0xa3, 0xe1, 0x06,
|
0x34, 0xf1, 0xb3, 0x91, 0x33, 0xb5, 0xb0, 0xc1, 0xa5, 0x57, 0x98, 0xf4, 0x8b, 0x12, 0xe9, 0xc9,
|
||||||
0x7c, 0x81, 0x3e, 0x92, 0x71, 0x47, 0x21, 0xef, 0x8e, 0x45, 0x9c, 0x1a, 0x6d, 0x7c, 0x4a, 0x89,
|
0x88, 0x6a, 0x88, 0x45, 0x03, 0x56, 0x02, 0x7e, 0x54, 0x84, 0xb6, 0xc0, 0x86, 0x27, 0xf7, 0x05,
|
||||||
0x8d, 0xcf, 0x45, 0x80, 0x3d, 0x67, 0x4a, 0xf7, 0x8d, 0xc0, 0x76, 0xa3, 0x2e, 0x52, 0x63, 0x94,
|
0x1a, 0x50, 0xc6, 0x1c, 0x85, 0xbc, 0x39, 0x16, 0x31, 0x6a, 0x74, 0x62, 0x2a, 0x25, 0x4e, 0x4c,
|
||||||
0x07, 0xb6, 0x8b, 0xd1, 0x47, 0xd0, 0x18, 0xda, 0x9e, 0x43, 0xc6, 0xc6, 0xc4, 0x0c, 0xf6, 0x29,
|
0x17, 0x00, 0xf6, 0x9c, 0x29, 0xdd, 0x37, 0x02, 0xdb, 0x8d, 0xda, 0x4f, 0x8d, 0x41, 0xee, 0xdb,
|
||||||
0xab, 0x60, 0xf9, 0x72, 0xef, 0xd8, 0xd8, 0xb1, 0x6e, 0x33, 0x5e, 0xbd, 0xce, 0xe7, 0xec, 0x84,
|
0x2e, 0x46, 0x1f, 0x41, 0x63, 0x68, 0x7b, 0x0e, 0x19, 0x1b, 0x13, 0x33, 0xd8, 0xa7, 0x2c, 0x83,
|
||||||
0x53, 0xd0, 0x25, 0xa8, 0x87, 0xad, 0x88, 0xec, 0xf1, 0x6e, 0x54, 0xe1, 0x2a, 0xbc, 0xa9, 0x7b,
|
0xe5, 0xdb, 0xbd, 0x6d, 0x63, 0xc7, 0xba, 0xc5, 0x68, 0xf5, 0x3a, 0x5f, 0xb3, 0x13, 0x2e, 0x41,
|
||||||
0x7f, 0x8f, 0xf5, 0xa3, 0x6f, 0x43, 0x2d, 0x44, 0x54, 0xea, 0x90, 0x71, 0x54, 0xa1, 0x47, 0xc9,
|
0x17, 0xa1, 0x1e, 0xf6, 0x30, 0xb2, 0xc7, 0xdb, 0x58, 0x85, 0x8b, 0xf0, 0xa6, 0xee, 0xbd, 0x3d,
|
||||||
0x9f, 0x4d, 0x40, 0x1f, 0x42, 0xcd, 0xc2, 0x4e, 0x60, 0xb2, 0xd9, 0xb5, 0xb9, 0xa9, 0xd0, 0x0f,
|
0xd6, 0xc8, 0xbe, 0x0d, 0xb5, 0xb0, 0xa2, 0x52, 0x87, 0x8c, 0xa3, 0x0c, 0x3d, 0x8a, 0xff, 0x6c,
|
||||||
0x79, 0xee, 0x92, 0x31, 0x8b, 0xc6, 0x6c, 0x86, 0xf6, 0xef, 0x02, 0x9c, 0x0d, 0x63, 0x10, 0x55,
|
0x01, 0xfa, 0x10, 0x6a, 0x16, 0x76, 0x02, 0x93, 0xad, 0xae, 0xcd, 0x0d, 0x85, 0x7e, 0x48, 0x73,
|
||||||
0xf9, 0xc9, 0xb3, 0xfd, 0x22, 0x80, 0x45, 0x03, 0x23, 0x95, 0xf1, 0x35, 0x8b, 0x06, 0xdb, 0x3c,
|
0x87, 0x8c, 0x99, 0x37, 0x66, 0x2b, 0xb4, 0x7f, 0x17, 0xe0, 0x6c, 0xe8, 0x83, 0x28, 0xcb, 0x4f,
|
||||||
0xe9, 0x3f, 0x88, 0xd2, 0xb5, 0x38, 0x7f, 0x4b, 0x94, 0xc9, 0x89, 0x7c, 0xca, 0x9e, 0xe4, 0x18,
|
0x1e, 0xed, 0x17, 0x00, 0x2c, 0x1a, 0x18, 0xa9, 0x88, 0xaf, 0x59, 0x34, 0xd8, 0xe6, 0x41, 0xff,
|
||||||
0x8a, 0xbe, 0x03, 0x2d, 0x87, 0x98, 0x96, 0x31, 0x22, 0x9e, 0xc5, 0x81, 0xb5, 0xcc, 0x3a, 0xf3,
|
0x41, 0x14, 0xae, 0xc5, 0xf9, 0x67, 0xa9, 0x4c, 0x4c, 0xe4, 0x43, 0xf6, 0x24, 0xf3, 0x2b, 0xfa,
|
||||||
0x5b, 0x32, 0x13, 0x1e, 0xf8, 0xf6, 0x78, 0x8c, 0xfd, 0xcd, 0x88, 0x57, 0x6f, 0x3a, 0xec, 0x10,
|
0x0e, 0xb4, 0x1c, 0x62, 0x5a, 0xc6, 0x88, 0x78, 0x16, 0x2f, 0xac, 0x65, 0xd6, 0x39, 0xdf, 0x92,
|
||||||
0x2e, 0x7e, 0xd1, 0x65, 0x68, 0x52, 0x32, 0xf5, 0x47, 0x38, 0x5a, 0x28, 0xdf, 0x5c, 0x34, 0x38,
|
0xa9, 0x70, 0xdf, 0xb7, 0xc7, 0x63, 0xec, 0x6f, 0x46, 0xb4, 0x7a, 0xd3, 0x61, 0xd3, 0xbb, 0xf8,
|
||||||
0x71, 0x5b, 0x5e, 0xe0, 0x15, 0xc9, 0x3e, 0xea, 0xaf, 0x0a, 0x74, 0xc4, 0xb1, 0xec, 0xf4, 0xbe,
|
0x45, 0x97, 0xa0, 0x49, 0xc9, 0xd4, 0x1f, 0xe1, 0x68, 0xa3, 0xfc, 0x54, 0xd2, 0xe0, 0xc0, 0x6d,
|
||||||
0x9f, 0x87, 0x34, 0x51, 0xc2, 0x17, 0x0f, 0xd9, 0xe9, 0x97, 0x16, 0xd8, 0xe9, 0x97, 0x25, 0x87,
|
0x79, 0x82, 0x57, 0x24, 0x07, 0xb0, 0xbf, 0x28, 0xd0, 0x11, 0xf3, 0xdc, 0xe9, 0x6d, 0x3f, 0xaf,
|
||||||
0xb5, 0xf4, 0x66, 0x72, 0x39, 0xbb, 0x99, 0xd4, 0x1e, 0x40, 0x33, 0x06, 0x51, 0x56, 0xe1, 0x97,
|
0xd2, 0x44, 0x01, 0x5f, 0x3c, 0x64, 0x44, 0x28, 0x2d, 0x30, 0x22, 0x94, 0x25, 0x53, 0x5e, 0xfa,
|
||||||
0xa1, 0xc9, 0xcd, 0x32, 0x42, 0x97, 0x62, 0x2b, 0x3a, 0xa9, 0x71, 0xe2, 0x5d, 0x46, 0x0b, 0xa5,
|
0x14, 0xba, 0x9c, 0x3d, 0x85, 0x6a, 0xf7, 0xa1, 0x19, 0x17, 0x51, 0x96, 0xe1, 0x97, 0xa0, 0xc9,
|
||||||
0xc6, 0x20, 0xcd, 0x77, 0x16, 0x35, 0x3d, 0x41, 0xd1, 0x7e, 0x5f, 0x00, 0x35, 0xd9, 0x7e, 0x98,
|
0xd5, 0x32, 0x42, 0x93, 0x62, 0x2b, 0x1a, 0xf1, 0x38, 0xf0, 0x0e, 0x83, 0x85, 0x5c, 0xe3, 0x22,
|
||||||
0xe4, 0x45, 0x8e, 0x80, 0xd7, 0xa0, 0x2d, 0x2e, 0x11, 0xe3, 0x1e, 0x20, 0x0e, 0x65, 0x4f, 0x92,
|
0xcd, 0x4f, 0x16, 0x35, 0x3d, 0x01, 0xd1, 0x7e, 0x5f, 0x00, 0x35, 0xd9, 0x7e, 0x18, 0xe7, 0x45,
|
||||||
0xe2, 0xfa, 0xe8, 0x7d, 0xe8, 0x70, 0xc6, 0x5c, 0xcf, 0xe0, 0x87, 0xb3, 0x73, 0x6c, 0x54, 0xcf,
|
0x66, 0xc7, 0xab, 0xd0, 0x16, 0xb7, 0x8f, 0x71, 0x0f, 0x10, 0xd3, 0xdc, 0xe3, 0x24, 0xbb, 0x3e,
|
||||||
0x34, 0xfd, 0xf9, 0x3d, 0xb7, 0x74, 0x8a, 0x9e, 0x9b, 0xdf, 0x13, 0x94, 0x4f, 0xb6, 0x27, 0xd0,
|
0x7a, 0x1f, 0x3a, 0x9c, 0x30, 0xd7, 0x33, 0xf8, 0x54, 0x77, 0x8e, 0x61, 0xf5, 0x4c, 0xd3, 0x9f,
|
||||||
0xfe, 0x52, 0x84, 0xd6, 0xac, 0x42, 0x16, 0xf6, 0xda, 0x22, 0x97, 0x5b, 0xdb, 0xa0, 0xce, 0x4e,
|
0xdf, 0x73, 0x4b, 0xa7, 0xe8, 0xb9, 0xf9, 0x33, 0x41, 0xf9, 0x64, 0x67, 0x02, 0xed, 0xcf, 0x45,
|
||||||
0x3f, 0x6c, 0xeb, 0x7b, 0x68, 0x91, 0x67, 0xcf, 0x3d, 0xed, 0x49, 0xe6, 0xb8, 0x78, 0x07, 0x9a,
|
0x68, 0xcd, 0x32, 0x64, 0x61, 0xab, 0x2d, 0x72, 0x2b, 0xb6, 0x0d, 0xea, 0x6c, 0x6c, 0x62, 0x47,
|
||||||
0xc2, 0xe7, 0xa2, 0xc5, 0x70, 0x0f, 0x7e, 0x55, 0x26, 0x2c, 0x95, 0x61, 0x7a, 0x23, 0xd1, 0xef,
|
0xcd, 0x43, 0x93, 0x3c, 0x3b, 0x30, 0xb5, 0x27, 0x99, 0x39, 0xf3, 0x36, 0x34, 0x85, 0xcd, 0x45,
|
||||||
0x28, 0xfa, 0x00, 0x6a, 0xac, 0xee, 0x83, 0x83, 0x09, 0x16, 0x25, 0x7f, 0x41, 0x26, 0x23, 0xcc,
|
0x8b, 0xe1, 0x16, 0x7c, 0x53, 0xc6, 0x2c, 0x15, 0x61, 0x7a, 0x23, 0xd1, 0xef, 0x28, 0xfa, 0x00,
|
||||||
0xbc, 0x07, 0x07, 0x13, 0xac, 0x57, 0x1d, 0xf1, 0x75, 0xda, 0x26, 0x79, 0x0b, 0x56, 0x7c, 0x5e,
|
0x6a, 0x2c, 0xef, 0x83, 0x83, 0x09, 0x16, 0x29, 0xff, 0xba, 0x8c, 0x47, 0x18, 0x79, 0xf7, 0x0f,
|
||||||
0xda, 0x96, 0x91, 0x72, 0x5f, 0x85, 0xb9, 0xef, 0x5c, 0x34, 0xb8, 0x93, 0x74, 0xe3, 0x9c, 0x93,
|
0x26, 0x58, 0xaf, 0x3a, 0xe2, 0xeb, 0xb4, 0x4d, 0xf2, 0x26, 0xac, 0xf8, 0x3c, 0xb5, 0x2d, 0x23,
|
||||||
0x6c, 0x75, 0xee, 0x49, 0xf6, 0x67, 0x05, 0xe8, 0x84, 0xb6, 0xdf, 0x36, 0x1d, 0xd3, 0x1b, 0xe1,
|
0x65, 0xbe, 0x0a, 0x33, 0xdf, 0xb9, 0x08, 0xb9, 0x93, 0x34, 0xe3, 0x9c, 0x11, 0xb8, 0x3a, 0x77,
|
||||||
0xc5, 0x0f, 0x65, 0xff, 0x9d, 0x66, 0x9a, 0x43, 0xc2, 0x92, 0x04, 0x09, 0xd3, 0x4d, 0xa1, 0x9c,
|
0x04, 0xfe, 0x59, 0x01, 0x3a, 0xa1, 0xee, 0xb7, 0x4c, 0xc7, 0xf4, 0x46, 0x78, 0xf1, 0x69, 0xee,
|
||||||
0x6d, 0x0a, 0x6f, 0x42, 0x5d, 0xc8, 0xb0, 0x88, 0x87, 0x99, 0xb3, 0xab, 0x3a, 0x70, 0x52, 0x9f,
|
0xbf, 0xd3, 0x4c, 0x73, 0x95, 0xb0, 0x24, 0xa9, 0x84, 0xe9, 0xa6, 0x50, 0xce, 0x36, 0x85, 0x37,
|
||||||
0x78, 0xec, 0x18, 0x17, 0xce, 0x67, 0xa3, 0x15, 0x36, 0x5a, 0xb1, 0x68, 0xc0, 0x86, 0x2e, 0x02,
|
0xa0, 0x2e, 0x78, 0x58, 0xc4, 0xc3, 0xcc, 0xd8, 0x55, 0x1d, 0x38, 0xa8, 0x4f, 0x3c, 0x36, 0xff,
|
||||||
0x3c, 0x35, 0x1d, 0xdb, 0x62, 0x49, 0xc2, 0xdc, 0x54, 0xd5, 0x6b, 0x8c, 0x12, 0xba, 0x40, 0xfb,
|
0x85, 0xeb, 0x19, 0xb6, 0xc2, 0xb0, 0x15, 0x8b, 0x06, 0x0c, 0x75, 0x01, 0xe0, 0x89, 0xe9, 0xd8,
|
||||||
0xa9, 0x02, 0x9d, 0x4f, 0x4c, 0xcf, 0x22, 0x7b, 0x7b, 0xa7, 0xc7, 0xd7, 0x4d, 0x88, 0x0e, 0x69,
|
0x16, 0x0b, 0x12, 0x66, 0xa6, 0xaa, 0x5e, 0x63, 0x90, 0xd0, 0x04, 0xda, 0x4f, 0x15, 0xe8, 0x7c,
|
||||||
0x83, 0xe3, 0x9c, 0x78, 0x52, 0x93, 0xb4, 0x3f, 0x29, 0x80, 0x12, 0xf1, 0x3a, 0xb9, 0x35, 0x57,
|
0x62, 0x7a, 0x16, 0xd9, 0xdb, 0x3b, 0x7d, 0x7d, 0xdd, 0x84, 0x68, 0xba, 0x1b, 0x1c, 0x67, 0xe2,
|
||||||
0xa0, 0x95, 0xf2, 0x7c, 0x7c, 0x87, 0x9f, 0x74, 0x3d, 0x0d, 0xfb, 0xde, 0x90, 0xab, 0x32, 0x7c,
|
0x49, 0x2d, 0xd2, 0xfe, 0xa8, 0x00, 0x4a, 0xf8, 0xeb, 0xe4, 0xda, 0x5c, 0x86, 0x56, 0xca, 0xf2,
|
||||||
0x6c, 0x52, 0xe2, 0xb1, 0x30, 0x2e, 0xdc, 0xf7, 0x86, 0x91, 0x99, 0xe1, 0x54, 0xed, 0x5f, 0x0a,
|
0xf1, 0xe5, 0x7f, 0xd2, 0xf4, 0x34, 0xec, 0x7b, 0x43, 0x2e, 0xca, 0xf0, 0xb1, 0x49, 0x89, 0xc7,
|
||||||
0x9c, 0x11, 0x4b, 0x0b, 0x2b, 0x6e, 0x8c, 0x23, 0x48, 0x27, 0x9e, 0x63, 0x7b, 0x71, 0x0e, 0x08,
|
0xdc, 0xb8, 0x70, 0xdf, 0x1b, 0x46, 0x6a, 0x86, 0x4b, 0xb5, 0x7f, 0x29, 0x70, 0x46, 0x6c, 0x2d,
|
||||||
0x0c, 0xe1, 0x44, 0x11, 0xe4, 0x4f, 0xa0, 0x2d, 0x98, 0x62, 0x4c, 0x5c, 0xd0, 0x7f, 0x2d, 0x3e,
|
0xcc, 0xb8, 0x31, 0x8e, 0x4a, 0x3a, 0xf1, 0x1c, 0xdb, 0x8b, 0x63, 0x40, 0xd4, 0x10, 0x0e, 0x14,
|
||||||
0x2f, 0x46, 0xc3, 0x2b, 0xd0, 0x22, 0x7b, 0x7b, 0x49, 0x7d, 0x3c, 0x31, 0x9b, 0x82, 0x2a, 0x14,
|
0x4e, 0xfe, 0x04, 0xda, 0x82, 0x28, 0xae, 0x89, 0x0b, 0xda, 0xaf, 0xc5, 0xd7, 0xc5, 0xd5, 0xf0,
|
||||||
0x7e, 0x0a, 0x6a, 0xc4, 0x76, 0x5c, 0x14, 0x6e, 0x8b, 0x89, 0xf1, 0xa1, 0xe7, 0xc7, 0x0a, 0x74,
|
0x32, 0xb4, 0xc8, 0xde, 0x5e, 0x52, 0x1e, 0x0f, 0xcc, 0xa6, 0x80, 0x0a, 0x81, 0x9f, 0x82, 0x1a,
|
||||||
0xd3, 0x98, 0x9c, 0x58, 0xfe, 0xf1, 0x43, 0xf7, 0xad, 0xf4, 0x99, 0xf9, 0xca, 0x21, 0xf6, 0xcc,
|
0x91, 0x1d, 0xb7, 0x0a, 0xb7, 0xc5, 0xc2, 0x78, 0xe8, 0xf9, 0xb1, 0x02, 0xdd, 0x74, 0x4d, 0x4e,
|
||||||
0xf4, 0x88, 0x7d, 0xd0, 0xda, 0x0b, 0x68, 0xa5, 0xc1, 0x13, 0x35, 0xa0, 0xba, 0x4d, 0x82, 0x8f,
|
0x6c, 0xff, 0xf8, 0xae, 0xfb, 0x56, 0x7a, 0x66, 0xbe, 0x7c, 0x88, 0x3e, 0x33, 0x39, 0xe2, 0x1c,
|
||||||
0x9f, 0xdb, 0x34, 0x50, 0x97, 0x50, 0x0b, 0x60, 0x9b, 0x04, 0x3b, 0x3e, 0xa6, 0xd8, 0x0b, 0x54,
|
0xb4, 0xf6, 0x1c, 0x5a, 0xe9, 0xe2, 0x89, 0x1a, 0x50, 0xdd, 0x26, 0xc1, 0xc7, 0xcf, 0x6c, 0x1a,
|
||||||
0x05, 0x01, 0x2c, 0xdf, 0xf7, 0xfa, 0x36, 0x7d, 0xac, 0x16, 0xd0, 0x59, 0x71, 0x2d, 0x67, 0x3a,
|
0xa8, 0x4b, 0xa8, 0x05, 0xb0, 0x4d, 0x82, 0x1d, 0x1f, 0x53, 0xec, 0x05, 0xaa, 0x82, 0x00, 0x96,
|
||||||
0x03, 0x81, 0x24, 0x6a, 0x31, 0x9c, 0x1e, 0xff, 0x95, 0x90, 0x0a, 0x8d, 0x98, 0x65, 0x6b, 0xe7,
|
0xef, 0x79, 0x7d, 0x9b, 0x3e, 0x52, 0x0b, 0xe8, 0xac, 0xb8, 0xcf, 0x33, 0x9d, 0x81, 0xa8, 0x24,
|
||||||
0x33, 0xb5, 0x8c, 0x6a, 0x50, 0xe6, 0x9f, 0xcb, 0x6b, 0xf7, 0x41, 0xcd, 0xa6, 0x08, 0xaa, 0x43,
|
0x6a, 0x31, 0x5c, 0x1e, 0xff, 0x95, 0x90, 0x0a, 0x8d, 0x98, 0x64, 0x6b, 0xe7, 0x33, 0xb5, 0x8c,
|
||||||
0x65, 0x9f, 0x57, 0x98, 0xba, 0x84, 0xda, 0x50, 0x77, 0x66, 0xc9, 0xad, 0x2a, 0x21, 0x61, 0xec,
|
0x6a, 0x50, 0xe6, 0x9f, 0xcb, 0x6b, 0xf7, 0x40, 0xcd, 0x86, 0x08, 0xaa, 0x43, 0x65, 0x9f, 0x67,
|
||||||
0x4f, 0x46, 0x22, 0xcd, 0xd5, 0x42, 0xa8, 0x2d, 0x8c, 0x5a, 0x9f, 0x3c, 0xf3, 0xd4, 0xe2, 0xda,
|
0x98, 0xba, 0x84, 0xda, 0x50, 0x77, 0x66, 0xc1, 0xad, 0x2a, 0x21, 0x60, 0xec, 0x4f, 0x46, 0x22,
|
||||||
0xa7, 0xd0, 0x48, 0xde, 0x82, 0xa0, 0x2a, 0x94, 0xb6, 0x89, 0x87, 0xd5, 0xa5, 0x50, 0xec, 0x96,
|
0xcc, 0xd5, 0x42, 0x28, 0x2d, 0xf4, 0x5a, 0x9f, 0x3c, 0xf5, 0xd4, 0xe2, 0xda, 0xa7, 0xd0, 0x48,
|
||||||
0x4f, 0x9e, 0xd9, 0xde, 0x98, 0xaf, 0xe1, 0x8e, 0x4f, 0x5e, 0x60, 0x4f, 0x2d, 0x84, 0x03, 0x61,
|
0x5e, 0x52, 0xa0, 0x2a, 0x94, 0xb6, 0x89, 0x87, 0xd5, 0xa5, 0x90, 0xed, 0x96, 0x4f, 0x9e, 0xda,
|
||||||
0x73, 0x0d, 0x07, 0x8a, 0xe1, 0x00, 0xef, 0xb4, 0x6a, 0x69, 0xed, 0x3d, 0xa8, 0x46, 0x20, 0x8e,
|
0xde, 0x98, 0xef, 0xe1, 0xb6, 0x4f, 0x9e, 0x63, 0x4f, 0x2d, 0x84, 0x88, 0xb0, 0xb9, 0x86, 0x88,
|
||||||
0xce, 0x40, 0x33, 0x75, 0xa9, 0xaf, 0x2e, 0x21, 0xc4, 0x37, 0x80, 0x33, 0xb8, 0x56, 0x95, 0x8d,
|
0x62, 0x88, 0xe0, 0x9d, 0x56, 0x2d, 0xad, 0xbd, 0x07, 0xd5, 0xa8, 0x88, 0xa3, 0x33, 0xd0, 0x4c,
|
||||||
0x7f, 0x02, 0x00, 0xdf, 0x47, 0x10, 0xe2, 0x5b, 0x68, 0x02, 0x68, 0x0b, 0x07, 0x9b, 0xc4, 0x9d,
|
0xbd, 0x06, 0xa8, 0x4b, 0x08, 0xf1, 0x03, 0xe0, 0xac, 0x5c, 0xab, 0xca, 0xc6, 0x3f, 0x00, 0x80,
|
||||||
0x10, 0x2f, 0x32, 0x89, 0xa2, 0x9b, 0x73, 0xda, 0x6c, 0x9e, 0x55, 0xac, 0xb2, 0x77, 0x75, 0xce,
|
0x9f, 0x23, 0x08, 0xf1, 0x2d, 0x34, 0x01, 0xb4, 0x85, 0x83, 0x4d, 0xe2, 0x4e, 0x88, 0x17, 0xa9,
|
||||||
0x8c, 0x0c, 0xbb, 0xb6, 0x84, 0x5c, 0xa6, 0x31, 0x3c, 0x63, 0x3c, 0xb0, 0x47, 0x8f, 0xa3, 0x1b,
|
0x44, 0xd1, 0x8d, 0x39, 0x6d, 0x36, 0x4f, 0x2a, 0x76, 0xd9, 0xbb, 0x32, 0x67, 0x45, 0x86, 0x5c,
|
||||||
0xe1, 0x43, 0x34, 0x66, 0x58, 0x23, 0x8d, 0x99, 0x1e, 0x2b, 0x7e, 0x76, 0x03, 0xdf, 0xf6, 0xc6,
|
0x5b, 0x42, 0x2e, 0x93, 0x18, 0xce, 0x18, 0xf7, 0xed, 0xd1, 0xa3, 0xe8, 0x2a, 0xf9, 0x10, 0x89,
|
||||||
0xd1, 0xfd, 0x8e, 0xb6, 0x84, 0x9e, 0xc0, 0xb9, 0x2d, 0xcc, 0xb4, 0xdb, 0x34, 0xb0, 0x47, 0x34,
|
0x19, 0xd2, 0x48, 0x62, 0xa6, 0xc7, 0x8a, 0x9f, 0xdd, 0xc0, 0xb7, 0xbd, 0x71, 0x74, 0xbf, 0xa3,
|
||||||
0x52, 0xb8, 0x31, 0x5f, 0x61, 0x8e, 0xf9, 0x98, 0x2a, 0x1d, 0x68, 0x67, 0x5e, 0x2e, 0xd1, 0x9a,
|
0x2d, 0xa1, 0xc7, 0x70, 0x6e, 0x0b, 0x33, 0xe9, 0x36, 0x0d, 0xec, 0x11, 0x8d, 0x04, 0x6e, 0xcc,
|
||||||
0x34, 0xdf, 0xa5, 0xaf, 0xac, 0xbd, 0x77, 0x16, 0xe2, 0x8d, 0xb5, 0xd9, 0xd0, 0x4a, 0xbf, 0xea,
|
0x17, 0x98, 0x23, 0x3e, 0xa6, 0x48, 0x07, 0xda, 0x99, 0x27, 0x4f, 0xb4, 0x26, 0x8d, 0x77, 0xe9,
|
||||||
0xa1, 0xb7, 0xe7, 0x09, 0xc8, 0x3d, 0x83, 0xf4, 0xd6, 0x16, 0x61, 0x8d, 0x55, 0x3d, 0x84, 0x56,
|
0xf3, 0x6c, 0xef, 0x9d, 0x85, 0x68, 0x63, 0x69, 0x36, 0xb4, 0xd2, 0xcf, 0x81, 0xe8, 0xed, 0x79,
|
||||||
0xfa, 0xdd, 0x48, 0xae, 0x4a, 0xfa, 0xb6, 0xd4, 0x3b, 0xec, 0x6a, 0x4d, 0x5b, 0x42, 0x3f, 0x80,
|
0x0c, 0x72, 0xef, 0x27, 0xbd, 0xb5, 0x45, 0x48, 0x63, 0x51, 0x0f, 0xa0, 0x95, 0x7e, 0x70, 0x92,
|
||||||
0x33, 0xb9, 0xc7, 0x1a, 0xf4, 0x35, 0x99, 0xf8, 0x79, 0x6f, 0x3a, 0x47, 0x69, 0x10, 0xd6, 0xcf,
|
0x8b, 0x92, 0x3e, 0x4a, 0xf5, 0x0e, 0xbb, 0x5a, 0xd3, 0x96, 0xd0, 0x0f, 0xe0, 0x4c, 0xee, 0x95,
|
||||||
0xbc, 0x38, 0xdf, 0xfa, 0xdc, 0xab, 0xdd, 0xe2, 0xd6, 0x27, 0xc4, 0x1f, 0x66, 0xfd, 0xb1, 0x35,
|
0x07, 0x7d, 0x55, 0xc6, 0x7e, 0xde, 0x63, 0xd0, 0x51, 0x12, 0x84, 0xf6, 0x33, 0x2b, 0xce, 0xd7,
|
||||||
0x4c, 0x01, 0xe5, 0x9f, 0x6b, 0xd0, 0xbb, 0x32, 0x15, 0x73, 0x9f, 0x8c, 0x7a, 0xeb, 0x8b, 0xb2,
|
0x3e, 0xf7, 0xdc, 0xb7, 0xb8, 0xf6, 0x09, 0xf6, 0x87, 0x69, 0x7f, 0x6c, 0x09, 0x53, 0x40, 0xf9,
|
||||||
0xc7, 0x21, 0x9f, 0xb2, 0x6a, 0xcd, 0x3e, 0x6c, 0x48, 0xd5, 0xce, 0x7d, 0xa9, 0x91, 0xab, 0x9d,
|
0x77, 0x1e, 0xf4, 0xae, 0x4c, 0xc4, 0xdc, 0xb7, 0xa6, 0xde, 0xfa, 0xa2, 0xe4, 0xb1, 0xcb, 0xa7,
|
||||||
0xff, 0x16, 0xc1, 0x93, 0x3a, 0x7d, 0x63, 0x2b, 0x8f, 0x95, 0xf4, 0x7d, 0x40, 0x9e, 0xd4, 0xf2,
|
0x2c, 0x5b, 0xb3, 0x2f, 0x22, 0x52, 0xb1, 0x73, 0x9f, 0x78, 0xe4, 0x62, 0xe7, 0x3f, 0x62, 0xf0,
|
||||||
0x0b, 0x60, 0x6d, 0x09, 0x19, 0x00, 0x5b, 0x38, 0xb8, 0x87, 0x03, 0xdf, 0x1e, 0x51, 0x74, 0x55,
|
0xa0, 0x4e, 0xdf, 0xd8, 0xca, 0x7d, 0x25, 0x7d, 0x58, 0x90, 0x07, 0xb5, 0xfc, 0x02, 0x58, 0x5b,
|
||||||
0x5a, 0xe2, 0x33, 0x86, 0x48, 0xc7, 0xb5, 0x23, 0xf9, 0x22, 0x05, 0x1b, 0x7f, 0xae, 0x41, 0x8d,
|
0x42, 0x06, 0xc0, 0x16, 0x0e, 0xee, 0xe2, 0xc0, 0xb7, 0x47, 0x14, 0x5d, 0x91, 0xa6, 0xf8, 0x8c,
|
||||||
0x79, 0x37, 0xec, 0xd2, 0xff, 0x07, 0xdc, 0x97, 0x00, 0xb8, 0x8f, 0xa0, 0x9d, 0xb9, 0x58, 0x97,
|
0x20, 0x92, 0x71, 0xf5, 0x48, 0xba, 0x48, 0xc0, 0xc6, 0x9f, 0x6a, 0x50, 0x63, 0xd6, 0x0d, 0xbb,
|
||||||
0x03, 0xae, 0xfc, 0xf6, 0xfd, 0xa8, 0xca, 0x1b, 0x02, 0xca, 0xdf, 0xfe, 0xca, 0x4b, 0x60, 0xee,
|
0xf4, 0xff, 0x0b, 0xee, 0x0b, 0x28, 0xb8, 0x0f, 0xa1, 0x9d, 0xb9, 0x58, 0x97, 0x17, 0x5c, 0xf9,
|
||||||
0x2d, 0xf1, 0x51, 0x3a, 0x1e, 0x41, 0x3b, 0x73, 0xfb, 0x2a, 0x5f, 0x81, 0xfc, 0x8a, 0xf6, 0x28,
|
0xed, 0xfb, 0x51, 0x99, 0x37, 0x04, 0x94, 0xbf, 0xfd, 0x95, 0xa7, 0xc0, 0xdc, 0x5b, 0xe2, 0xa3,
|
||||||
0xe9, 0x9f, 0x43, 0x23, 0x79, 0xd5, 0x85, 0xae, 0xcd, 0xc3, 0xbd, 0xcc, 0x81, 0xe1, 0xd5, 0xa3,
|
0x64, 0x3c, 0x84, 0x76, 0xe6, 0xf6, 0x55, 0xbe, 0x03, 0xf9, 0x15, 0xed, 0x51, 0xdc, 0x3f, 0x87,
|
||||||
0xde, 0xcb, 0xef, 0x0a, 0x8f, 0xa0, 0x9d, 0xb9, 0x8d, 0x92, 0x7b, 0x5e, 0x7e, 0x65, 0x75, 0x94,
|
0x46, 0xf2, 0xaa, 0x0b, 0x5d, 0x9d, 0x57, 0xf7, 0x32, 0x03, 0xc3, 0xcb, 0xaf, 0x7a, 0x2f, 0xbe,
|
||||||
0xf4, 0x2f, 0x11, 0x8e, 0xdd, 0x7e, 0xff, 0xe1, 0xc6, 0xd8, 0x0e, 0xf6, 0xa7, 0xc3, 0x70, 0x95,
|
0x2b, 0x3c, 0x84, 0x76, 0xe6, 0x36, 0x4a, 0x6e, 0x79, 0xf9, 0x95, 0xd5, 0x51, 0xdc, 0xbf, 0x44,
|
||||||
0x37, 0x38, 0xe7, 0xbb, 0x36, 0x11, 0x5f, 0x37, 0xa2, 0x82, 0xbe, 0xc1, 0x24, 0xdd, 0x60, 0xd6,
|
0x75, 0xec, 0xd6, 0xfb, 0x0f, 0x36, 0xc6, 0x76, 0xb0, 0x3f, 0x1d, 0x86, 0xbb, 0xbc, 0xce, 0x29,
|
||||||
0x4e, 0x86, 0xc3, 0x65, 0xf6, 0x7b, 0xeb, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x61, 0x1b, 0x06,
|
0xdf, 0xb5, 0x89, 0xf8, 0xba, 0x1e, 0x25, 0xf4, 0x75, 0xc6, 0xe9, 0x3a, 0xd3, 0x76, 0x32, 0x1c,
|
||||||
0x95, 0xca, 0x26, 0x00, 0x00,
|
0x2e, 0xb3, 0xdf, 0x9b, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xa4, 0xa4, 0xde, 0x9c, 0x03, 0x27,
|
||||||
|
0x00, 0x00,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reference imports to suppress errors if they are not otherwise used.
|
// Reference imports to suppress errors if they are not otherwise used.
|
||||||
|
|
|
@ -2199,6 +2199,8 @@ func (node *Proxy) GetQuerySegmentInfo(ctx context.Context, req *milvuspb.GetQue
|
||||||
MemSize: info.MemSize,
|
MemSize: info.MemSize,
|
||||||
IndexName: info.IndexName,
|
IndexName: info.IndexName,
|
||||||
IndexID: info.IndexID,
|
IndexID: info.IndexID,
|
||||||
|
NodeID: info.NodeID,
|
||||||
|
State: info.State,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
resp.Status.ErrorCode = commonpb.ErrorCode_Success
|
resp.Status.ErrorCode = commonpb.ErrorCode_Success
|
||||||
|
|
|
@ -457,15 +457,17 @@ func (node *QueryNode) GetSegmentInfo(ctx context.Context, in *queryPb.GetSegmen
|
||||||
}
|
}
|
||||||
infos := make([]*queryPb.SegmentInfo, 0)
|
infos := make([]*queryPb.SegmentInfo, 0)
|
||||||
// TODO: remove segmentType and use queryPb.SegmentState instead
|
// TODO: remove segmentType and use queryPb.SegmentState instead
|
||||||
getSegmentStateBySegmentType := func(segType segmentType) queryPb.SegmentState {
|
getSegmentStateBySegmentType := func(segType segmentType) commonpb.SegmentState {
|
||||||
switch segType {
|
switch segType {
|
||||||
case segmentTypeGrowing:
|
case segmentTypeGrowing:
|
||||||
return queryPb.SegmentState_Growing
|
return commonpb.SegmentState_Growing
|
||||||
case segmentTypeSealed:
|
case segmentTypeSealed:
|
||||||
return queryPb.SegmentState_sealed
|
return commonpb.SegmentState_Sealed
|
||||||
|
// TODO: remove segmentTypeIndexing
|
||||||
|
case segmentTypeIndexing:
|
||||||
|
return commonpb.SegmentState_Sealed
|
||||||
default:
|
default:
|
||||||
// TODO: remove segmentTypeIndexing
|
return commonpb.SegmentState_NotExist
|
||||||
return queryPb.SegmentState_None
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
getSegmentInfo := func(segment *Segment) *queryPb.SegmentInfo {
|
getSegmentInfo := func(segment *Segment) *queryPb.SegmentInfo {
|
||||||
|
@ -487,7 +489,7 @@ func (node *QueryNode) GetSegmentInfo(ctx context.Context, in *queryPb.GetSegmen
|
||||||
IndexName: indexName,
|
IndexName: indexName,
|
||||||
IndexID: indexID,
|
IndexID: indexID,
|
||||||
ChannelID: segment.vChannelID,
|
ChannelID: segment.vChannelID,
|
||||||
SegmentState: getSegmentStateBySegmentType(segment.segmentType),
|
State: getSegmentStateBySegmentType(segment.segmentType),
|
||||||
}
|
}
|
||||||
return info
|
return info
|
||||||
}
|
}
|
||||||
|
|
|
@ -439,6 +439,11 @@ func TestImpl_GetSegmentInfo(t *testing.T) {
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Equal(t, commonpb.ErrorCode_Success, rsp.Status.ErrorCode)
|
assert.Equal(t, commonpb.ErrorCode_Success, rsp.Status.ErrorCode)
|
||||||
|
|
||||||
|
seg.setType(segmentTypeIndexing)
|
||||||
|
rsp, err = node.GetSegmentInfo(ctx, req)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
assert.Equal(t, commonpb.ErrorCode_Success, rsp.Status.ErrorCode)
|
||||||
|
|
||||||
seg.setType(-100)
|
seg.setType(-100)
|
||||||
rsp, err = node.GetSegmentInfo(ctx, req)
|
rsp, err = node.GetSegmentInfo(ctx, req)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
|
|
Loading…
Reference in New Issue