Enhance log when create index failed (#6871)

* Enhance log when create index failed

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>

* Fix bug for repeatedly drop index

Signed-off-by: xiaocai2333 <cai.zhang@zilliz.com>
pull/6891/head
cai.zhang 2021-07-29 14:47:22 +08:00 committed by GitHub
parent dbcd62f130
commit d51fec6678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 549 additions and 404 deletions

View File

@ -1556,6 +1556,7 @@ const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_milvus_2eproto::offsets[] PROT
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetIndexStateResponse, status_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetIndexStateResponse, state_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetIndexStateResponse, fail_reason_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::DropIndexRequest, _internal_metadata_),
~0u, // no _extensions_
@ -1848,35 +1849,35 @@ static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOB
{ 271, -1, sizeof(::milvus::proto::milvus::GetIndexBuildProgressResponse)},
{ 279, -1, sizeof(::milvus::proto::milvus::GetIndexStateRequest)},
{ 289, -1, sizeof(::milvus::proto::milvus::GetIndexStateResponse)},
{ 296, -1, sizeof(::milvus::proto::milvus::DropIndexRequest)},
{ 306, -1, sizeof(::milvus::proto::milvus::InsertRequest)},
{ 318, -1, sizeof(::milvus::proto::milvus::MutationResult)},
{ 332, -1, sizeof(::milvus::proto::milvus::PlaceholderValue)},
{ 340, -1, sizeof(::milvus::proto::milvus::PlaceholderGroup)},
{ 346, -1, sizeof(::milvus::proto::milvus::SearchRequest)},
{ 362, -1, sizeof(::milvus::proto::milvus::RetrieveRequest)},
{ 375, -1, sizeof(::milvus::proto::milvus::RetrieveResults)},
{ 383, -1, sizeof(::milvus::proto::milvus::Hits)},
{ 391, -1, sizeof(::milvus::proto::milvus::SearchResults)},
{ 398, -1, sizeof(::milvus::proto::milvus::FlushRequest)},
{ 406, 413, sizeof(::milvus::proto::milvus::FlushResponse_CollSegIDsEntry_DoNotUse)},
{ 415, -1, sizeof(::milvus::proto::milvus::FlushResponse)},
{ 423, -1, sizeof(::milvus::proto::milvus::QueryRequest)},
{ 434, -1, sizeof(::milvus::proto::milvus::QueryResults)},
{ 441, -1, sizeof(::milvus::proto::milvus::VectorIDs)},
{ 450, -1, sizeof(::milvus::proto::milvus::VectorsArray)},
{ 458, -1, sizeof(::milvus::proto::milvus::CalcDistanceRequest)},
{ 467, -1, sizeof(::milvus::proto::milvus::CalcDistanceResults)},
{ 476, -1, sizeof(::milvus::proto::milvus::PersistentSegmentInfo)},
{ 486, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoRequest)},
{ 494, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoResponse)},
{ 501, -1, sizeof(::milvus::proto::milvus::QuerySegmentInfo)},
{ 513, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoRequest)},
{ 521, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoResponse)},
{ 528, -1, sizeof(::milvus::proto::milvus::DummyRequest)},
{ 534, -1, sizeof(::milvus::proto::milvus::DummyResponse)},
{ 540, -1, sizeof(::milvus::proto::milvus::RegisterLinkRequest)},
{ 545, -1, sizeof(::milvus::proto::milvus::RegisterLinkResponse)},
{ 297, -1, sizeof(::milvus::proto::milvus::DropIndexRequest)},
{ 307, -1, sizeof(::milvus::proto::milvus::InsertRequest)},
{ 319, -1, sizeof(::milvus::proto::milvus::MutationResult)},
{ 333, -1, sizeof(::milvus::proto::milvus::PlaceholderValue)},
{ 341, -1, sizeof(::milvus::proto::milvus::PlaceholderGroup)},
{ 347, -1, sizeof(::milvus::proto::milvus::SearchRequest)},
{ 363, -1, sizeof(::milvus::proto::milvus::RetrieveRequest)},
{ 376, -1, sizeof(::milvus::proto::milvus::RetrieveResults)},
{ 384, -1, sizeof(::milvus::proto::milvus::Hits)},
{ 392, -1, sizeof(::milvus::proto::milvus::SearchResults)},
{ 399, -1, sizeof(::milvus::proto::milvus::FlushRequest)},
{ 407, 414, sizeof(::milvus::proto::milvus::FlushResponse_CollSegIDsEntry_DoNotUse)},
{ 416, -1, sizeof(::milvus::proto::milvus::FlushResponse)},
{ 424, -1, sizeof(::milvus::proto::milvus::QueryRequest)},
{ 435, -1, sizeof(::milvus::proto::milvus::QueryResults)},
{ 442, -1, sizeof(::milvus::proto::milvus::VectorIDs)},
{ 451, -1, sizeof(::milvus::proto::milvus::VectorsArray)},
{ 459, -1, sizeof(::milvus::proto::milvus::CalcDistanceRequest)},
{ 468, -1, sizeof(::milvus::proto::milvus::CalcDistanceResults)},
{ 477, -1, sizeof(::milvus::proto::milvus::PersistentSegmentInfo)},
{ 487, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoRequest)},
{ 495, -1, sizeof(::milvus::proto::milvus::GetPersistentSegmentInfoResponse)},
{ 502, -1, sizeof(::milvus::proto::milvus::QuerySegmentInfo)},
{ 514, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoRequest)},
{ 522, -1, sizeof(::milvus::proto::milvus::GetQuerySegmentInfoResponse)},
{ 529, -1, sizeof(::milvus::proto::milvus::DummyRequest)},
{ 535, -1, sizeof(::milvus::proto::milvus::DummyResponse)},
{ 541, -1, sizeof(::milvus::proto::milvus::RegisterLinkRequest)},
{ 546, -1, sizeof(::milvus::proto::milvus::RegisterLinkResponse)},
};
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
@ -2061,194 +2062,195 @@ const char descriptor_table_protodef_milvus_2eproto[] PROTOBUF_SECTION_VARIABLE(
"\n\004base\030\001 \001(\0132\034.milvus.proto.common.MsgBa"
"se\022\017\n\007db_name\030\002 \001(\t\022\027\n\017collection_name\030\003"
" \001(\t\022\022\n\nfield_name\030\004 \001(\t\022\022\n\nindex_name\030\005"
" \001(\t\"t\n\025GetIndexStateResponse\022+\n\006status\030"
"\001 \001(\0132\033.milvus.proto.common.Status\022.\n\005st"
"ate\030\002 \001(\0162\037.milvus.proto.common.IndexSta"
"te\"\220\001\n\020DropIndexRequest\022*\n\004base\030\001 \001(\0132\034."
"milvus.proto.common.MsgBase\022\017\n\007db_name\030\002"
" \001(\t\022\027\n\017collection_name\030\003 \001(\t\022\022\n\nfield_n"
"ame\030\004 \001(\t\022\022\n\nindex_name\030\005 \001(\t\"\327\001\n\rInsert"
"Request\022*\n\004base\030\001 \001(\0132\034.milvus.proto.com"
"mon.MsgBase\022\017\n\007db_name\030\002 \001(\t\022\027\n\017collecti"
"on_name\030\003 \001(\t\022\026\n\016partition_name\030\004 \001(\t\0223\n"
"\013fields_data\030\005 \003(\0132\036.milvus.proto.schema"
".FieldData\022\021\n\thash_keys\030\006 \003(\r\022\020\n\010num_row"
"s\030\007 \001(\r\"\360\001\n\016MutationResult\022+\n\006status\030\001 \001"
"(\0132\033.milvus.proto.common.Status\022%\n\003IDs\030\002"
" \001(\0132\030.milvus.proto.schema.IDs\022\022\n\nsucc_i"
"ndex\030\003 \003(\r\022\021\n\terr_index\030\004 \003(\r\022\024\n\014acknowl"
"edged\030\005 \001(\010\022\022\n\ninsert_cnt\030\006 \001(\003\022\022\n\ndelet"
"e_cnt\030\007 \001(\003\022\022\n\nupsert_cnt\030\010 \001(\003\022\021\n\ttimes"
"tamp\030\t \001(\004\"c\n\020PlaceholderValue\022\013\n\003tag\030\001 "
"\001(\t\0222\n\004type\030\002 \001(\0162$.milvus.proto.milvus."
"PlaceholderType\022\016\n\006values\030\003 \003(\014\"O\n\020Place"
"holderGroup\022;\n\014placeholders\030\001 \003(\0132%.milv"
"us.proto.milvus.PlaceholderValue\"\336\002\n\rSea"
"rchRequest\022*\n\004base\030\001 \001(\0132\034.milvus.proto."
"common.MsgBase\022\017\n\007db_name\030\002 \001(\t\022\027\n\017colle"
"ction_name\030\003 \001(\t\022\027\n\017partition_names\030\004 \003("
"\t\022\013\n\003dsl\030\005 \001(\t\022\031\n\021placeholder_group\030\006 \001("
"\014\022.\n\010dsl_type\030\007 \001(\0162\034.milvus.proto.commo"
"n.DslType\022\025\n\routput_fields\030\010 \003(\t\0228\n\rsear"
"ch_params\030\t \003(\0132!.milvus.proto.common.Ke"
"yValuePair\022\030\n\020travel_timestamp\030\n \001(\004\022\033\n\023"
"guarantee_timestamp\030\013 \001(\004\"\365\001\n\017RetrieveRe"
" \001(\t\"\211\001\n\025GetIndexStateResponse\022+\n\006status"
"\030\001 \001(\0132\033.milvus.proto.common.Status\022.\n\005s"
"tate\030\002 \001(\0162\037.milvus.proto.common.IndexSt"
"ate\022\023\n\013fail_reason\030\003 \001(\t\"\220\001\n\020DropIndexRe"
"quest\022*\n\004base\030\001 \001(\0132\034.milvus.proto.commo"
"n.MsgBase\022\017\n\007db_name\030\002 \001(\t\022\027\n\017collection"
"_name\030\003 \001(\t\022\027\n\017partition_names\030\004 \003(\t\022%\n\003"
"ids\030\005 \001(\0132\030.milvus.proto.schema.IDs\022\025\n\ro"
"utput_fields\030\006 \003(\t\022\030\n\020travel_timestamp\030\007"
" \001(\004\022\033\n\023guarantee_timestamp\030\010 \001(\004\"\232\001\n\017Re"
"trieveResults\022+\n\006status\030\001 \001(\0132\033.milvus.p"
"roto.common.Status\022%\n\003ids\030\002 \001(\0132\030.milvus"
".proto.schema.IDs\0223\n\013fields_data\030\003 \003(\0132\036"
".milvus.proto.schema.FieldData\"5\n\004Hits\022\013"
"\n\003IDs\030\001 \003(\003\022\020\n\010row_data\030\002 \003(\014\022\016\n\006scores\030"
"\003 \003(\002\"t\n\rSearchResults\022+\n\006status\030\001 \001(\0132\033"
".milvus.proto.common.Status\0226\n\007results\030\002"
" \001(\0132%.milvus.proto.schema.SearchResultD"
"ata\"e\n\014FlushRequest\022*\n\004base\030\001 \001(\0132\034.milv"
"us.proto.common.MsgBase\022\017\n\007db_name\030\002 \001(\t"
"\022\030\n\020collection_names\030\003 \003(\t\"\351\001\n\rFlushResp"
"onse\022+\n\006status\030\001 \001(\0132\033.milvus.proto.comm"
"on.Status\022\017\n\007db_name\030\002 \001(\t\022G\n\013coll_segID"
"s\030\003 \003(\01322.milvus.proto.milvus.FlushRespo"
"nse.CollSegIDsEntry\032Q\n\017CollSegIDsEntry\022\013"
"\n\003key\030\001 \001(\t\022-\n\005value\030\002 \001(\0132\036.milvus.prot"
"o.schema.LongArray:\0028\001\"\242\001\n\014QueryRequest\022"
"*\n\004base\030\001 \001(\0132\034.milvus.proto.common.MsgB"
"ase\022\017\n\007db_name\030\002 \001(\t\022\027\n\017collection_name\030"
"\003 \001(\t\022\014\n\004expr\030\004 \001(\t\022\025\n\routput_fields\030\005 \003"
"(\t\022\027\n\017partition_names\030\006 \003(\t\"p\n\014QueryResu"
"lts\022+\n\006status\030\001 \001(\0132\033.milvus.proto.commo"
"n.Status\0223\n\013fields_data\030\002 \003(\0132\036.milvus.p"
"roto.schema.FieldData\"}\n\tVectorIDs\022\027\n\017co"
"llection_name\030\001 \001(\t\022\022\n\nfield_name\030\002 \001(\t\022"
"*\n\010id_array\030\003 \001(\0132\030.milvus.proto.schema."
"IDs\022\027\n\017partition_names\030\004 \003(\t\"\203\001\n\014Vectors"
"Array\0222\n\010id_array\030\001 \001(\0132\036.milvus.proto.m"
"ilvus.VectorIDsH\000\0226\n\ndata_array\030\002 \001(\0132 ."
"milvus.proto.schema.VectorFieldH\000B\007\n\005arr"
"ay\"\335\001\n\023CalcDistanceRequest\022*\n\004base\030\001 \001(\013"
"2\034.milvus.proto.common.MsgBase\0222\n\007op_lef"
"t\030\002 \001(\0132!.milvus.proto.milvus.VectorsArr"
"ay\0223\n\010op_right\030\003 \001(\0132!.milvus.proto.milv"
"us.VectorsArray\0221\n\006params\030\004 \003(\0132!.milvus"
".proto.common.KeyValuePair\"\265\001\n\023CalcDista"
"nceResults\022+\n\006status\030\001 \001(\0132\033.milvus.prot"
"o.common.Status\0221\n\010int_dist\030\002 \001(\0132\035.milv"
"us.proto.schema.IntArrayH\000\0225\n\nfloat_dist"
"\030\003 \001(\0132\037.milvus.proto.schema.FloatArrayH"
"\000B\007\n\005array\"\231\001\n\025PersistentSegmentInfo\022\021\n\t"
"segmentID\030\001 \001(\003\022\024\n\014collectionID\030\002 \001(\003\022\023\n"
"\013partitionID\030\003 \001(\003\022\020\n\010num_rows\030\004 \001(\003\0220\n\005"
"state\030\005 \001(\0162!.milvus.proto.common.Segmen"
"tState\"u\n\037GetPersistentSegmentInfoReques"
"_name\030\003 \001(\t\022\022\n\nfield_name\030\004 \001(\t\022\022\n\nindex"
"_name\030\005 \001(\t\"\327\001\n\rInsertRequest\022*\n\004base\030\001 "
"\001(\0132\034.milvus.proto.common.MsgBase\022\017\n\007db_"
"name\030\002 \001(\t\022\027\n\017collection_name\030\003 \001(\t\022\026\n\016p"
"artition_name\030\004 \001(\t\0223\n\013fields_data\030\005 \003(\013"
"2\036.milvus.proto.schema.FieldData\022\021\n\thash"
"_keys\030\006 \003(\r\022\020\n\010num_rows\030\007 \001(\r\"\360\001\n\016Mutati"
"onResult\022+\n\006status\030\001 \001(\0132\033.milvus.proto."
"common.Status\022%\n\003IDs\030\002 \001(\0132\030.milvus.prot"
"o.schema.IDs\022\022\n\nsucc_index\030\003 \003(\r\022\021\n\terr_"
"index\030\004 \003(\r\022\024\n\014acknowledged\030\005 \001(\010\022\022\n\nins"
"ert_cnt\030\006 \001(\003\022\022\n\ndelete_cnt\030\007 \001(\003\022\022\n\nups"
"ert_cnt\030\010 \001(\003\022\021\n\ttimestamp\030\t \001(\004\"c\n\020Plac"
"eholderValue\022\013\n\003tag\030\001 \001(\t\0222\n\004type\030\002 \001(\0162"
"$.milvus.proto.milvus.PlaceholderType\022\016\n"
"\006values\030\003 \003(\014\"O\n\020PlaceholderGroup\022;\n\014pla"
"ceholders\030\001 \003(\0132%.milvus.proto.milvus.Pl"
"aceholderValue\"\336\002\n\rSearchRequest\022*\n\004base"
"\030\001 \001(\0132\034.milvus.proto.common.MsgBase\022\017\n\007"
"db_name\030\002 \001(\t\022\027\n\017collection_name\030\003 \001(\t\022\027"
"\n\017partition_names\030\004 \003(\t\022\013\n\003dsl\030\005 \001(\t\022\031\n\021"
"placeholder_group\030\006 \001(\014\022.\n\010dsl_type\030\007 \001("
"\0162\034.milvus.proto.common.DslType\022\025\n\routpu"
"t_fields\030\010 \003(\t\0228\n\rsearch_params\030\t \003(\0132!."
"milvus.proto.common.KeyValuePair\022\030\n\020trav"
"el_timestamp\030\n \001(\004\022\033\n\023guarantee_timestam"
"p\030\013 \001(\004\"\365\001\n\017RetrieveRequest\022*\n\004base\030\001 \001("
"\0132\034.milvus.proto.common.MsgBase\022\017\n\007db_na"
"me\030\002 \001(\t\022\027\n\017collection_name\030\003 \001(\t\022\027\n\017par"
"tition_names\030\004 \003(\t\022%\n\003ids\030\005 \001(\0132\030.milvus"
".proto.schema.IDs\022\025\n\routput_fields\030\006 \003(\t"
"\022\030\n\020travel_timestamp\030\007 \001(\004\022\033\n\023guarantee_"
"timestamp\030\010 \001(\004\"\232\001\n\017RetrieveResults\022+\n\006s"
"tatus\030\001 \001(\0132\033.milvus.proto.common.Status"
"\022%\n\003ids\030\002 \001(\0132\030.milvus.proto.schema.IDs\022"
"3\n\013fields_data\030\003 \003(\0132\036.milvus.proto.sche"
"ma.FieldData\"5\n\004Hits\022\013\n\003IDs\030\001 \003(\003\022\020\n\010row"
"_data\030\002 \003(\014\022\016\n\006scores\030\003 \003(\002\"t\n\rSearchRes"
"ults\022+\n\006status\030\001 \001(\0132\033.milvus.proto.comm"
"on.Status\0226\n\007results\030\002 \001(\0132%.milvus.prot"
"o.schema.SearchResultData\"e\n\014FlushReques"
"t\022*\n\004base\030\001 \001(\0132\034.milvus.proto.common.Ms"
"gBase\022\016\n\006dbName\030\002 \001(\t\022\026\n\016collectionName\030"
"\003 \001(\t\"\212\001\n GetPersistentSegmentInfoRespon"
"se\022+\n\006status\030\001 \001(\0132\033.milvus.proto.common"
".Status\0229\n\005infos\030\002 \003(\0132*.milvus.proto.mi"
"lvus.PersistentSegmentInfo\"\231\001\n\020QuerySegm"
"entInfo\022\021\n\tsegmentID\030\001 \001(\003\022\024\n\014collection"
"ID\030\002 \001(\003\022\023\n\013partitionID\030\003 \001(\003\022\020\n\010mem_siz"
"e\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\032GetQuerySegmen"
"tInfoRequest\022*\n\004base\030\001 \001(\0132\034.milvus.prot"
"o.common.MsgBase\022\016\n\006dbName\030\002 \001(\t\022\026\n\016coll"
"ectionName\030\003 \001(\t\"\200\001\n\033GetQuerySegmentInfo"
"Response\022+\n\006status\030\001 \001(\0132\033.milvus.proto."
"common.Status\0224\n\005infos\030\002 \003(\0132%.milvus.pr"
"oto.milvus.QuerySegmentInfo\"$\n\014DummyRequ"
"est\022\024\n\014request_type\030\001 \001(\t\"!\n\rDummyRespon"
"se\022\020\n\010response\030\001 \001(\t\"\025\n\023RegisterLinkRequ"
"est\"r\n\024RegisterLinkResponse\022-\n\007address\030\001"
" \001(\0132\034.milvus.proto.common.Address\022+\n\006st"
"atus\030\002 \001(\0132\033.milvus.proto.common.Status*"
",\n\023ShowCollectionsType\022\007\n\003All\020\000\022\014\n\010InMem"
"ory\020\001*>\n\017PlaceholderType\022\010\n\004None\020\000\022\020\n\014Bi"
"naryVector\020d\022\017\n\013FloatVector\020e2\372\027\n\rMilvus"
"Service\022_\n\020CreateCollection\022,.milvus.pro"
"to.milvus.CreateCollectionRequest\032\033.milv"
"us.proto.common.Status\"\000\022[\n\016DropCollecti"
"on\022*.milvus.proto.milvus.DropCollectionR"
"equest\032\033.milvus.proto.common.Status\"\000\022_\n"
"\rHasCollection\022).milvus.proto.milvus.Has"
"CollectionRequest\032!.milvus.proto.milvus."
"BoolResponse\"\000\022[\n\016LoadCollection\022*.milvu"
"s.proto.milvus.LoadCollectionRequest\032\033.m"
"ilvus.proto.common.Status\"\000\022a\n\021ReleaseCo"
"llection\022-.milvus.proto.milvus.ReleaseCo"
"gBase\022\017\n\007db_name\030\002 \001(\t\022\030\n\020collection_nam"
"es\030\003 \003(\t\"\351\001\n\rFlushResponse\022+\n\006status\030\001 \001"
"(\0132\033.milvus.proto.common.Status\022\017\n\007db_na"
"me\030\002 \001(\t\022G\n\013coll_segIDs\030\003 \003(\01322.milvus.p"
"roto.milvus.FlushResponse.CollSegIDsEntr"
"y\032Q\n\017CollSegIDsEntry\022\013\n\003key\030\001 \001(\t\022-\n\005val"
"ue\030\002 \001(\0132\036.milvus.proto.schema.LongArray"
":\0028\001\"\242\001\n\014QueryRequest\022*\n\004base\030\001 \001(\0132\034.mi"
"lvus.proto.common.MsgBase\022\017\n\007db_name\030\002 \001"
"(\t\022\027\n\017collection_name\030\003 \001(\t\022\014\n\004expr\030\004 \001("
"\t\022\025\n\routput_fields\030\005 \003(\t\022\027\n\017partition_na"
"mes\030\006 \003(\t\"p\n\014QueryResults\022+\n\006status\030\001 \001("
"\0132\033.milvus.proto.common.Status\0223\n\013fields"
"_data\030\002 \003(\0132\036.milvus.proto.schema.FieldD"
"ata\"}\n\tVectorIDs\022\027\n\017collection_name\030\001 \001("
"\t\022\022\n\nfield_name\030\002 \001(\t\022*\n\010id_array\030\003 \001(\0132"
"\030.milvus.proto.schema.IDs\022\027\n\017partition_n"
"ames\030\004 \003(\t\"\203\001\n\014VectorsArray\0222\n\010id_array\030"
"\001 \001(\0132\036.milvus.proto.milvus.VectorIDsH\000\022"
"6\n\ndata_array\030\002 \001(\0132 .milvus.proto.schem"
"a.VectorFieldH\000B\007\n\005array\"\335\001\n\023CalcDistanc"
"eRequest\022*\n\004base\030\001 \001(\0132\034.milvus.proto.co"
"mmon.MsgBase\0222\n\007op_left\030\002 \001(\0132!.milvus.p"
"roto.milvus.VectorsArray\0223\n\010op_right\030\003 \001"
"(\0132!.milvus.proto.milvus.VectorsArray\0221\n"
"\006params\030\004 \003(\0132!.milvus.proto.common.KeyV"
"aluePair\"\265\001\n\023CalcDistanceResults\022+\n\006stat"
"us\030\001 \001(\0132\033.milvus.proto.common.Status\0221\n"
"\010int_dist\030\002 \001(\0132\035.milvus.proto.schema.In"
"tArrayH\000\0225\n\nfloat_dist\030\003 \001(\0132\037.milvus.pr"
"oto.schema.FloatArrayH\000B\007\n\005array\"\231\001\n\025Per"
"sistentSegmentInfo\022\021\n\tsegmentID\030\001 \001(\003\022\024\n"
"\014collectionID\030\002 \001(\003\022\023\n\013partitionID\030\003 \001(\003"
"\022\020\n\010num_rows\030\004 \001(\003\0220\n\005state\030\005 \001(\0162!.milv"
"us.proto.common.SegmentState\"u\n\037GetPersi"
"stentSegmentInfoRequest\022*\n\004base\030\001 \001(\0132\034."
"milvus.proto.common.MsgBase\022\016\n\006dbName\030\002 "
"\001(\t\022\026\n\016collectionName\030\003 \001(\t\"\212\001\n GetPersi"
"stentSegmentInfoResponse\022+\n\006status\030\001 \001(\013"
"2\033.milvus.proto.common.Status\0229\n\005infos\030\002"
" \003(\0132*.milvus.proto.milvus.PersistentSeg"
"mentInfo\"\231\001\n\020QuerySegmentInfo\022\021\n\tsegment"
"ID\030\001 \001(\003\022\024\n\014collectionID\030\002 \001(\003\022\023\n\013partit"
"ionID\030\003 \001(\003\022\020\n\010mem_size\030\004 \001(\003\022\020\n\010num_row"
"s\030\005 \001(\003\022\022\n\nindex_name\030\006 \001(\t\022\017\n\007indexID\030\007"
" \001(\003\"p\n\032GetQuerySegmentInfoRequest\022*\n\004ba"
"se\030\001 \001(\0132\034.milvus.proto.common.MsgBase\022\016"
"\n\006dbName\030\002 \001(\t\022\026\n\016collectionName\030\003 \001(\t\"\200"
"\001\n\033GetQuerySegmentInfoResponse\022+\n\006status"
"\030\001 \001(\0132\033.milvus.proto.common.Status\0224\n\005i"
"nfos\030\002 \003(\0132%.milvus.proto.milvus.QuerySe"
"gmentInfo\"$\n\014DummyRequest\022\024\n\014request_typ"
"e\030\001 \001(\t\"!\n\rDummyResponse\022\020\n\010response\030\001 \001"
"(\t\"\025\n\023RegisterLinkRequest\"r\n\024RegisterLin"
"kResponse\022-\n\007address\030\001 \001(\0132\034.milvus.prot"
"o.common.Address\022+\n\006status\030\002 \001(\0132\033.milvu"
"s.proto.common.Status*,\n\023ShowCollections"
"Type\022\007\n\003All\020\000\022\014\n\010InMemory\020\001*>\n\017Placehold"
"erType\022\010\n\004None\020\000\022\020\n\014BinaryVector\020d\022\017\n\013Fl"
"oatVector\020e2\372\027\n\rMilvusService\022_\n\020CreateC"
"ollection\022,.milvus.proto.milvus.CreateCo"
"llectionRequest\032\033.milvus.proto.common.St"
"atus\"\000\022w\n\022DescribeCollection\022..milvus.pr"
"oto.milvus.DescribeCollectionRequest\032/.m"
"ilvus.proto.milvus.DescribeCollectionRes"
"ponse\"\000\022\206\001\n\027GetCollectionStatistics\0223.mi"
"lvus.proto.milvus.GetCollectionStatistic"
"sRequest\0324.milvus.proto.milvus.GetCollec"
"tionStatisticsResponse\"\000\022n\n\017ShowCollecti"
"ons\022+.milvus.proto.milvus.ShowCollection"
"sRequest\032,.milvus.proto.milvus.ShowColle"
"ctionsResponse\"\000\022]\n\017CreatePartition\022+.mi"
"lvus.proto.milvus.CreatePartitionRequest"
"\032\033.milvus.proto.common.Status\"\000\022Y\n\rDropP"
"artition\022).milvus.proto.milvus.DropParti"
"tionRequest\032\033.milvus.proto.common.Status"
"\"\000\022]\n\014HasPartition\022(.milvus.proto.milvus"
".HasPartitionRequest\032!.milvus.proto.milv"
"us.BoolResponse\"\000\022[\n\016LoadPartitions\022*.mi"
"lvus.proto.milvus.LoadPartitionsRequest\032"
"\033.milvus.proto.common.Status\"\000\022a\n\021Releas"
"ePartitions\022-.milvus.proto.milvus.Releas"
"ePartitionsRequest\032\033.milvus.proto.common"
".Status\"\000\022\203\001\n\026GetPartitionStatistics\0222.m"
"ilvus.proto.milvus.GetPartitionStatistic"
"sRequest\0323.milvus.proto.milvus.GetPartit"
"ionStatisticsResponse\"\000\022k\n\016ShowPartition"
"s\022*.milvus.proto.milvus.ShowPartitionsRe"
"quest\032+.milvus.proto.milvus.ShowPartitio"
"nsResponse\"\000\022U\n\013CreateIndex\022\'.milvus.pro"
"to.milvus.CreateIndexRequest\032\033.milvus.pr"
"oto.common.Status\"\000\022h\n\rDescribeIndex\022).m"
"ilvus.proto.milvus.DescribeIndexRequest\032"
"*.milvus.proto.milvus.DescribeIndexRespo"
"nse\"\000\022h\n\rGetIndexState\022).milvus.proto.mi"
"lvus.GetIndexStateRequest\032*.milvus.proto"
".milvus.GetIndexStateResponse\"\000\022\200\001\n\025GetI"
"ndexBuildProgress\0221.milvus.proto.milvus."
"GetIndexBuildProgressRequest\0322.milvus.pr"
"oto.milvus.GetIndexBuildProgressResponse"
"\"\000\022Q\n\tDropIndex\022%.milvus.proto.milvus.Dr"
"opIndexRequest\032\033.milvus.proto.common.Sta"
"tus\"\000\022S\n\006Insert\022\".milvus.proto.milvus.In"
"sertRequest\032#.milvus.proto.milvus.Mutati"
"onResult\"\000\022R\n\006Search\022\".milvus.proto.milv"
"us.SearchRequest\032\".milvus.proto.milvus.S"
"earchResults\"\000\022X\n\010Retrieve\022$.milvus.prot"
"o.milvus.RetrieveRequest\032$.milvus.proto."
"milvus.RetrieveResults\"\000\022P\n\005Flush\022!.milv"
"us.proto.milvus.FlushRequest\032\".milvus.pr"
"oto.milvus.FlushResponse\"\000\022O\n\005Query\022!.mi"
"lvus.proto.milvus.QueryRequest\032!.milvus."
"proto.milvus.QueryResults\"\000\022d\n\014CalcDista"
"nce\022(.milvus.proto.milvus.CalcDistanceRe"
"quest\032(.milvus.proto.milvus.CalcDistance"
"Results\"\000\022\211\001\n\030GetPersistentSegmentInfo\0224"
".milvus.proto.milvus.GetPersistentSegmen"
"tInfoRequest\0325.milvus.proto.milvus.GetPe"
"rsistentSegmentInfoResponse\"\000\022z\n\023GetQuer"
"ySegmentInfo\022/.milvus.proto.milvus.GetQu"
"erySegmentInfoRequest\0320.milvus.proto.mil"
"vus.GetQuerySegmentInfoResponse\"\000\022P\n\005Dum"
"my\022!.milvus.proto.milvus.DummyRequest\032\"."
"milvus.proto.milvus.DummyResponse\"\000\022e\n\014R"
"egisterLink\022(.milvus.proto.milvus.Regist"
"erLinkRequest\032).milvus.proto.milvus.Regi"
"sterLinkResponse\"\0002u\n\014ProxyService\022e\n\014Re"
"gisterLink\022(.milvus.proto.milvus.Registe"
"rLinkRequest\032).milvus.proto.milvus.Regis"
"terLinkResponse\"\000B5Z3github.com/milvus-i"
"o/milvus/internal/proto/milvuspbb\006proto3"
"atus\"\000\022[\n\016DropCollection\022*.milvus.proto."
"milvus.DropCollectionRequest\032\033.milvus.pr"
"oto.common.Status\"\000\022_\n\rHasCollection\022).m"
"ilvus.proto.milvus.HasCollectionRequest\032"
"!.milvus.proto.milvus.BoolResponse\"\000\022[\n\016"
"LoadCollection\022*.milvus.proto.milvus.Loa"
"dCollectionRequest\032\033.milvus.proto.common"
".Status\"\000\022a\n\021ReleaseCollection\022-.milvus."
"proto.milvus.ReleaseCollectionRequest\032\033."
"milvus.proto.common.Status\"\000\022w\n\022Describe"
"Collection\022..milvus.proto.milvus.Describ"
"eCollectionRequest\032/.milvus.proto.milvus"
".DescribeCollectionResponse\"\000\022\206\001\n\027GetCol"
"lectionStatistics\0223.milvus.proto.milvus."
"GetCollectionStatisticsRequest\0324.milvus."
"proto.milvus.GetCollectionStatisticsResp"
"onse\"\000\022n\n\017ShowCollections\022+.milvus.proto"
".milvus.ShowCollectionsRequest\032,.milvus."
"proto.milvus.ShowCollectionsResponse\"\000\022]"
"\n\017CreatePartition\022+.milvus.proto.milvus."
"CreatePartitionRequest\032\033.milvus.proto.co"
"mmon.Status\"\000\022Y\n\rDropPartition\022).milvus."
"proto.milvus.DropPartitionRequest\032\033.milv"
"us.proto.common.Status\"\000\022]\n\014HasPartition"
"\022(.milvus.proto.milvus.HasPartitionReque"
"st\032!.milvus.proto.milvus.BoolResponse\"\000\022"
"[\n\016LoadPartitions\022*.milvus.proto.milvus."
"LoadPartitionsRequest\032\033.milvus.proto.com"
"mon.Status\"\000\022a\n\021ReleasePartitions\022-.milv"
"us.proto.milvus.ReleasePartitionsRequest"
"\032\033.milvus.proto.common.Status\"\000\022\203\001\n\026GetP"
"artitionStatistics\0222.milvus.proto.milvus"
".GetPartitionStatisticsRequest\0323.milvus."
"proto.milvus.GetPartitionStatisticsRespo"
"nse\"\000\022k\n\016ShowPartitions\022*.milvus.proto.m"
"ilvus.ShowPartitionsRequest\032+.milvus.pro"
"to.milvus.ShowPartitionsResponse\"\000\022U\n\013Cr"
"eateIndex\022\'.milvus.proto.milvus.CreateIn"
"dexRequest\032\033.milvus.proto.common.Status\""
"\000\022h\n\rDescribeIndex\022).milvus.proto.milvus"
".DescribeIndexRequest\032*.milvus.proto.mil"
"vus.DescribeIndexResponse\"\000\022h\n\rGetIndexS"
"tate\022).milvus.proto.milvus.GetIndexState"
"Request\032*.milvus.proto.milvus.GetIndexSt"
"ateResponse\"\000\022\200\001\n\025GetIndexBuildProgress\022"
"1.milvus.proto.milvus.GetIndexBuildProgr"
"essRequest\0322.milvus.proto.milvus.GetInde"
"xBuildProgressResponse\"\000\022Q\n\tDropIndex\022%."
"milvus.proto.milvus.DropIndexRequest\032\033.m"
"ilvus.proto.common.Status\"\000\022S\n\006Insert\022\"."
"milvus.proto.milvus.InsertRequest\032#.milv"
"us.proto.milvus.MutationResult\"\000\022R\n\006Sear"
"ch\022\".milvus.proto.milvus.SearchRequest\032\""
".milvus.proto.milvus.SearchResults\"\000\022X\n\010"
"Retrieve\022$.milvus.proto.milvus.RetrieveR"
"equest\032$.milvus.proto.milvus.RetrieveRes"
"ults\"\000\022P\n\005Flush\022!.milvus.proto.milvus.Fl"
"ushRequest\032\".milvus.proto.milvus.FlushRe"
"sponse\"\000\022O\n\005Query\022!.milvus.proto.milvus."
"QueryRequest\032!.milvus.proto.milvus.Query"
"Results\"\000\022d\n\014CalcDistance\022(.milvus.proto"
".milvus.CalcDistanceRequest\032(.milvus.pro"
"to.milvus.CalcDistanceResults\"\000\022\211\001\n\030GetP"
"ersistentSegmentInfo\0224.milvus.proto.milv"
"us.GetPersistentSegmentInfoRequest\0325.mil"
"vus.proto.milvus.GetPersistentSegmentInf"
"oResponse\"\000\022z\n\023GetQuerySegmentInfo\022/.mil"
"vus.proto.milvus.GetQuerySegmentInfoRequ"
"est\0320.milvus.proto.milvus.GetQuerySegmen"
"tInfoResponse\"\000\022P\n\005Dummy\022!.milvus.proto."
"milvus.DummyRequest\032\".milvus.proto.milvu"
"s.DummyResponse\"\000\022e\n\014RegisterLink\022(.milv"
"us.proto.milvus.RegisterLinkRequest\032).mi"
"lvus.proto.milvus.RegisterLinkResponse\"\000"
"2u\n\014ProxyService\022e\n\014RegisterLink\022(.milvu"
"s.proto.milvus.RegisterLinkRequest\032).mil"
"vus.proto.milvus.RegisterLinkResponse\"\000B"
"5Z3github.com/milvus-io/milvus/internal/"
"proto/milvuspbb\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_milvus_2eproto_deps[2] = {
&::descriptor_table_common_2eproto,
@ -2322,7 +2324,7 @@ static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_mil
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_milvus_2eproto_once;
static bool descriptor_table_milvus_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_milvus_2eproto = {
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 12120,
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 12142,
&descriptor_table_milvus_2eproto_once, descriptor_table_milvus_2eproto_sccs, descriptor_table_milvus_2eproto_deps, 63, 2,
schemas, file_default_instances, TableStruct_milvus_2eproto::offsets,
file_level_metadata_milvus_2eproto, 63, file_level_enum_descriptors_milvus_2eproto, file_level_service_descriptors_milvus_2eproto,
@ -16697,6 +16699,10 @@ GetIndexStateResponse::GetIndexStateResponse(const GetIndexStateResponse& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
fail_reason_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.fail_reason().empty()) {
fail_reason_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.fail_reason_);
}
if (from.has_status()) {
status_ = new ::milvus::proto::common::Status(*from.status_);
} else {
@ -16708,6 +16714,7 @@ GetIndexStateResponse::GetIndexStateResponse(const GetIndexStateResponse& from)
void GetIndexStateResponse::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_GetIndexStateResponse_milvus_2eproto.base);
fail_reason_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&status_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&state_) -
reinterpret_cast<char*>(&status_)) + sizeof(state_));
@ -16719,6 +16726,7 @@ GetIndexStateResponse::~GetIndexStateResponse() {
}
void GetIndexStateResponse::SharedDtor() {
fail_reason_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (this != internal_default_instance()) delete status_;
}
@ -16737,6 +16745,7 @@ void GetIndexStateResponse::Clear() {
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
fail_reason_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (GetArenaNoVirtual() == nullptr && status_ != nullptr) {
delete status_;
}
@ -16768,6 +16777,13 @@ const char* GetIndexStateResponse::_InternalParse(const char* ptr, ::PROTOBUF_NA
set_state(static_cast<::milvus::proto::common::IndexState>(val));
} else goto handle_unusual;
continue;
// string fail_reason = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_fail_reason(), ptr, ctx, "milvus.proto.milvus.GetIndexStateResponse.fail_reason");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
@ -16823,6 +16839,21 @@ bool GetIndexStateResponse::MergePartialFromCodedStream(
break;
}
// string fail_reason = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_fail_reason()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fail_reason().data(), static_cast<int>(this->fail_reason().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"milvus.proto.milvus.GetIndexStateResponse.fail_reason"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
@ -16862,6 +16893,16 @@ void GetIndexStateResponse::SerializeWithCachedSizes(
2, this->state(), output);
}
// string fail_reason = 3;
if (this->fail_reason().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fail_reason().data(), static_cast<int>(this->fail_reason().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"milvus.proto.milvus.GetIndexStateResponse.fail_reason");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->fail_reason(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
@ -16888,6 +16929,17 @@ void GetIndexStateResponse::SerializeWithCachedSizes(
2, this->state(), target);
}
// string fail_reason = 3;
if (this->fail_reason().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fail_reason().data(), static_cast<int>(this->fail_reason().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"milvus.proto.milvus.GetIndexStateResponse.fail_reason");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->fail_reason(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
@ -16909,6 +16961,13 @@ size_t GetIndexStateResponse::ByteSizeLong() const {
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string fail_reason = 3;
if (this->fail_reason().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->fail_reason());
}
// .milvus.proto.common.Status status = 1;
if (this->has_status()) {
total_size += 1 +
@ -16949,6 +17008,10 @@ void GetIndexStateResponse::MergeFrom(const GetIndexStateResponse& from) {
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.fail_reason().size() > 0) {
fail_reason_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.fail_reason_);
}
if (from.has_status()) {
mutable_status()->::milvus::proto::common::Status::MergeFrom(from.status());
}
@ -16978,6 +17041,8 @@ bool GetIndexStateResponse::IsInitialized() const {
void GetIndexStateResponse::InternalSwap(GetIndexStateResponse* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
fail_reason_.Swap(&other->fail_reason_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(status_, other->status_);
swap(state_, other->state_);
}

View File

@ -6012,9 +6012,21 @@ class GetIndexStateResponse :
// accessors -------------------------------------------------------
enum : int {
kFailReasonFieldNumber = 3,
kStatusFieldNumber = 1,
kStateFieldNumber = 2,
};
// string fail_reason = 3;
void clear_fail_reason();
const std::string& fail_reason() const;
void set_fail_reason(const std::string& value);
void set_fail_reason(std::string&& value);
void set_fail_reason(const char* value);
void set_fail_reason(const char* value, size_t size);
std::string* mutable_fail_reason();
std::string* release_fail_reason();
void set_allocated_fail_reason(std::string* fail_reason);
// .milvus.proto.common.Status status = 1;
bool has_status() const;
void clear_status();
@ -6033,6 +6045,7 @@ class GetIndexStateResponse :
class _Internal;
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr fail_reason_;
::milvus::proto::common::Status* status_;
int state_;
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
@ -16152,6 +16165,57 @@ inline void GetIndexStateResponse::set_state(::milvus::proto::common::IndexState
// @@protoc_insertion_point(field_set:milvus.proto.milvus.GetIndexStateResponse.state)
}
// string fail_reason = 3;
inline void GetIndexStateResponse::clear_fail_reason() {
fail_reason_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
inline const std::string& GetIndexStateResponse::fail_reason() const {
// @@protoc_insertion_point(field_get:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
return fail_reason_.GetNoArena();
}
inline void GetIndexStateResponse::set_fail_reason(const std::string& value) {
fail_reason_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
// @@protoc_insertion_point(field_set:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
}
inline void GetIndexStateResponse::set_fail_reason(std::string&& value) {
fail_reason_.SetNoArena(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
// @@protoc_insertion_point(field_set_rvalue:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
}
inline void GetIndexStateResponse::set_fail_reason(const char* value) {
GOOGLE_DCHECK(value != nullptr);
fail_reason_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
// @@protoc_insertion_point(field_set_char:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
}
inline void GetIndexStateResponse::set_fail_reason(const char* value, size_t size) {
fail_reason_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
::std::string(reinterpret_cast<const char*>(value), size));
// @@protoc_insertion_point(field_set_pointer:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
}
inline std::string* GetIndexStateResponse::mutable_fail_reason() {
// @@protoc_insertion_point(field_mutable:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
return fail_reason_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
inline std::string* GetIndexStateResponse::release_fail_reason() {
// @@protoc_insertion_point(field_release:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
return fail_reason_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
inline void GetIndexStateResponse::set_allocated_fail_reason(std::string* fail_reason) {
if (fail_reason != nullptr) {
} else {
}
fail_reason_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), fail_reason);
// @@protoc_insertion_point(field_set_allocated:milvus.proto.milvus.GetIndexStateResponse.fail_reason)
}
// -------------------------------------------------------------------
// DropIndexRequest

View File

@ -221,7 +221,7 @@ func (mt *metaTable) MarkIndexAsDeleted(indexID UniqueID) error {
log.Debug("IndexCoord metaTable MarkIndexAsDeleted ", zap.Int64("indexID", indexID))
for _, meta := range mt.indexBuildID2Meta {
if meta.indexMeta.Req.IndexID == indexID {
if meta.indexMeta.Req.IndexID == indexID && !meta.indexMeta.MarkDeleted {
meta.indexMeta.MarkDeleted = true
if err := mt.saveIndexMeta(&meta); err != nil {
log.Debug("IndexCoord metaTable MarkIndexAsDeleted saveIndexMeta failed", zap.Error(err))
@ -458,9 +458,12 @@ func (mt *metaTable) LoadMetaFromETCD(indexBuildID int64, revision int64) bool {
if meta.revision >= revision {
return false
}
} else {
log.Debug("Index not exist", zap.Int64("IndexBuildID", indexBuildID))
return false
}
m, err := mt.reloadMeta(meta.indexMeta.IndexBuildID)
m, err := mt.reloadMeta(indexBuildID)
if m == nil {
log.Debug("IndexCoord metaTable reloadMeta failed", zap.Error(err))
return false

View File

@ -155,6 +155,7 @@ func (it *IndexBuildTask) checkIndexMeta(ctx context.Context, pre bool) error {
if it.err != nil {
log.Debug("IndexNode CreateIndex Failed", zap.Int64("IndexBuildID", indexMeta.IndexBuildID), zap.Any("err", err))
indexMeta.State = commonpb.IndexState_Failed
indexMeta.FailReason = it.err.Error()
}
log.Debug("IndexNode", zap.Int64("indexBuildID", indexMeta.IndexBuildID), zap.Any("IndexState", indexMeta.State))
err = it.etcdKV.CompareVersionAndSwap(it.req.MetaPath, versions[0],

View File

@ -278,6 +278,7 @@ message GetIndexStateRequest {
message GetIndexStateResponse {
common.Status status = 1;
common.IndexState state = 2;
string fail_reason = 3;
}
message DropIndexRequest {

View File

@ -2098,6 +2098,7 @@ func (m *GetIndexStateRequest) GetIndexName() string {
type GetIndexStateResponse struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
State commonpb.IndexState `protobuf:"varint,2,opt,name=state,proto3,enum=milvus.proto.common.IndexState" json:"state,omitempty"`
FailReason string `protobuf:"bytes,3,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@ -2142,6 +2143,13 @@ func (m *GetIndexStateResponse) GetState() commonpb.IndexState {
return commonpb.IndexState_IndexStateNone
}
func (m *GetIndexStateResponse) GetFailReason() string {
if m != nil {
return m.FailReason
}
return ""
}
type DropIndexRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
@ -3991,191 +3999,192 @@ func init() {
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
var fileDescriptor_02345ba45cc0e303 = []byte{
// 2934 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3a, 0xcd, 0x6f, 0x24, 0xc5,
0xf5, 0xae, 0x19, 0xcf, 0xd7, 0x9b, 0x1e, 0x7b, 0xb6, 0xbc, 0xf6, 0x0e, 0xc3, 0x2e, 0x78, 0x1b,
0xf6, 0x87, 0x77, 0x17, 0x76, 0xc1, 0x0b, 0x3f, 0x08, 0x90, 0xc0, 0xee, 0x3a, 0xec, 0x5a, 0xec,
0x12, 0xd3, 0x06, 0x14, 0x82, 0xd0, 0xa8, 0x3d, 0x5d, 0x3b, 0xd3, 0x72, 0x4f, 0xf7, 0xa4, 0xab,
0xc6, 0xde, 0xe1, 0x14, 0x09, 0x88, 0x14, 0x25, 0x01, 0x45, 0x89, 0x12, 0xe5, 0x9a, 0x88, 0x43,
0x4e, 0x09, 0x22, 0x52, 0xa4, 0x9c, 0x72, 0xe0, 0x90, 0x43, 0xa4, 0x7c, 0x5c, 0x73, 0x4d, 0x8e,
0xfc, 0x03, 0x51, 0x24, 0xa2, 0xaa, 0xea, 0xee, 0xe9, 0x6e, 0x57, 0x8f, 0xc7, 0x3b, 0x80, 0xed,
0x5b, 0xf7, 0xab, 0xf7, 0xaa, 0xde, 0x57, 0xbd, 0x57, 0xf5, 0xea, 0x81, 0xd6, 0xb3, 0x9d, 0x9d,
0x01, 0xbd, 0xd4, 0xf7, 0x3d, 0xe6, 0xe1, 0x85, 0xf8, 0xdf, 0x25, 0xf9, 0xd3, 0xd4, 0xda, 0x5e,
0xaf, 0xe7, 0xb9, 0x12, 0xd8, 0xd4, 0x68, 0xbb, 0x4b, 0x7a, 0xa6, 0xfc, 0xd3, 0x3f, 0x45, 0x70,
0xea, 0xba, 0x4f, 0x4c, 0x46, 0xae, 0x7b, 0x8e, 0x43, 0xda, 0xcc, 0xf6, 0x5c, 0x83, 0x7c, 0x77,
0x40, 0x28, 0xc3, 0x8f, 0xc3, 0xec, 0x96, 0x49, 0x49, 0x03, 0x2d, 0xa3, 0x95, 0xea, 0xea, 0xe9,
0x4b, 0x89, 0xb9, 0x83, 0x39, 0x6f, 0xd3, 0xce, 0x35, 0x93, 0x12, 0x43, 0x60, 0xe2, 0x53, 0x50,
0xb2, 0xb6, 0x5a, 0xae, 0xd9, 0x23, 0x8d, 0xdc, 0x32, 0x5a, 0xa9, 0x18, 0x45, 0x6b, 0xeb, 0x15,
0xb3, 0x47, 0xf0, 0x23, 0x30, 0xdf, 0x8e, 0xe6, 0x97, 0x08, 0x79, 0x81, 0x30, 0x37, 0x02, 0x0b,
0xc4, 0x25, 0x28, 0x4a, 0xfe, 0x1a, 0xb3, 0xcb, 0x68, 0x45, 0x33, 0x82, 0x3f, 0x7c, 0x06, 0x80,
0x76, 0x4d, 0xdf, 0xa2, 0x2d, 0x77, 0xd0, 0x6b, 0x14, 0x96, 0xd1, 0x4a, 0xc1, 0xa8, 0x48, 0xc8,
0x2b, 0x83, 0x9e, 0xfe, 0x43, 0x04, 0x8b, 0x6b, 0xbe, 0xd7, 0x3f, 0x12, 0x42, 0xe8, 0xbf, 0x41,
0x70, 0xf2, 0xa6, 0x49, 0x8f, 0x86, 0x46, 0xcf, 0x00, 0x30, 0xbb, 0x47, 0x5a, 0x94, 0x99, 0xbd,
0xbe, 0xd0, 0xea, 0xac, 0x51, 0xe1, 0x90, 0x4d, 0x0e, 0xd0, 0xdf, 0x04, 0xed, 0x9a, 0xe7, 0x39,
0x06, 0xa1, 0x7d, 0xcf, 0xa5, 0x04, 0x5f, 0x81, 0x22, 0x65, 0x26, 0x1b, 0xd0, 0x80, 0xc9, 0xfb,
0x95, 0x4c, 0x6e, 0x0a, 0x14, 0x23, 0x40, 0xc5, 0x27, 0xa1, 0xb0, 0x63, 0x3a, 0x03, 0xc9, 0x63,
0xd9, 0x90, 0x3f, 0xfa, 0x5b, 0x30, 0xb7, 0xc9, 0x7c, 0xdb, 0xed, 0x7c, 0x81, 0x93, 0x57, 0xc2,
0xc9, 0xff, 0x81, 0xe0, 0xbe, 0x35, 0x42, 0xdb, 0xbe, 0xbd, 0x75, 0x44, 0x5c, 0x57, 0x07, 0x6d,
0x04, 0x59, 0x5f, 0x13, 0xaa, 0xce, 0x1b, 0x09, 0x58, 0xca, 0x18, 0x85, 0xb4, 0x31, 0x3e, 0xcf,
0x41, 0x53, 0x25, 0xd4, 0x34, 0xea, 0xfb, 0x7a, 0xb4, 0xa3, 0x72, 0x82, 0xe8, 0x5c, 0x92, 0x28,
0x88, 0x06, 0xa3, 0xd5, 0x36, 0x05, 0x20, 0xda, 0x78, 0x69, 0xa9, 0xf2, 0x0a, 0xa9, 0x56, 0x61,
0x71, 0xc7, 0xf6, 0xd9, 0xc0, 0x74, 0x5a, 0xed, 0xae, 0xe9, 0xba, 0xc4, 0x11, 0x7a, 0xa2, 0x8d,
0xd9, 0xe5, 0xfc, 0x4a, 0xc5, 0x58, 0x08, 0x06, 0xaf, 0xcb, 0x31, 0xae, 0x2c, 0x8a, 0x9f, 0x84,
0xa5, 0x7e, 0x77, 0x48, 0xed, 0xf6, 0x1e, 0xa2, 0x82, 0x20, 0x3a, 0x19, 0x8e, 0x26, 0xa8, 0x2e,
0xc2, 0x89, 0xb6, 0x88, 0x56, 0x56, 0x8b, 0x6b, 0x4d, 0xaa, 0xb1, 0x28, 0xd4, 0x58, 0x0f, 0x06,
0x5e, 0x0b, 0xe1, 0x9c, 0xad, 0x10, 0x79, 0xc0, 0xda, 0x31, 0x82, 0x92, 0x20, 0x58, 0x08, 0x06,
0x5f, 0x67, 0xed, 0x88, 0x46, 0x04, 0x92, 0x5b, 0x9e, 0x69, 0x1d, 0x8d, 0x40, 0xf2, 0x01, 0x82,
0x86, 0x41, 0x1c, 0x62, 0xd2, 0xa3, 0xe1, 0xe3, 0xfa, 0xcf, 0x10, 0x3c, 0x70, 0x83, 0xb0, 0x98,
0xb7, 0x30, 0x93, 0xd9, 0x94, 0xd9, 0x6d, 0x7a, 0x98, 0x6c, 0x7d, 0x88, 0xe0, 0xc1, 0x4c, 0xb6,
0xa6, 0xd9, 0x3c, 0x4f, 0x43, 0x81, 0x7f, 0xd1, 0x46, 0x6e, 0x39, 0xbf, 0x52, 0x5d, 0x3d, 0xab,
0xa4, 0x79, 0x99, 0x0c, 0xdf, 0xe0, 0x31, 0x69, 0xc3, 0xb4, 0x7d, 0x43, 0xe2, 0xeb, 0x7f, 0x42,
0xb0, 0xb4, 0xd9, 0xf5, 0x76, 0x47, 0x2c, 0x7d, 0x19, 0x0a, 0x4a, 0x86, 0x93, 0x7c, 0x2a, 0x9c,
0xe0, 0xe7, 0x61, 0x96, 0x0d, 0xfb, 0x44, 0x44, 0xa2, 0xb9, 0xd5, 0x95, 0x4b, 0x8a, 0xc3, 0xc1,
0xa5, 0x14, 0x93, 0xaf, 0x0d, 0xfb, 0xc4, 0x10, 0x54, 0xfa, 0xfb, 0x39, 0x38, 0xb5, 0x47, 0x84,
0x69, 0x94, 0x79, 0x1e, 0xea, 0x29, 0x73, 0x4a, 0xbd, 0x56, 0x8c, 0xf9, 0xa4, 0x3d, 0x29, 0x3e,
0x07, 0x31, 0x13, 0xb7, 0x6c, 0x8b, 0x36, 0xf2, 0xcb, 0xf9, 0x95, 0xbc, 0x51, 0x8b, 0xc5, 0x1d,
0x8b, 0xe2, 0xc7, 0x00, 0xef, 0x09, 0x07, 0x32, 0xea, 0xcc, 0x1a, 0x27, 0xd2, 0xf1, 0x40, 0xc4,
0x1c, 0x65, 0x40, 0x90, 0x31, 0x67, 0xd6, 0x38, 0xa9, 0x88, 0x08, 0x54, 0xff, 0x04, 0xc1, 0x92,
0x3c, 0x22, 0x6d, 0x98, 0x3e, 0xb3, 0x0f, 0x3b, 0xcd, 0x9c, 0x83, 0xb9, 0x7e, 0xc8, 0x87, 0xc4,
0x9b, 0x15, 0x78, 0xb5, 0x08, 0x2a, 0xb6, 0xc4, 0xc7, 0x08, 0x4e, 0xf2, 0x13, 0xd1, 0x71, 0xe2,
0xf9, 0x77, 0x08, 0x16, 0x6e, 0x9a, 0xf4, 0x38, 0xb1, 0xfc, 0xfb, 0x20, 0x5f, 0x44, 0x3c, 0x1f,
0x66, 0x1c, 0xe4, 0x88, 0x49, 0xa6, 0xc3, 0x14, 0x3c, 0x97, 0xe0, 0x9a, 0xea, 0x7f, 0x18, 0x25,
0x96, 0x63, 0xc6, 0xf9, 0x1f, 0x11, 0x9c, 0xb9, 0x41, 0x58, 0xc4, 0xf5, 0x91, 0x48, 0x40, 0x93,
0x7a, 0xcb, 0x07, 0x32, 0x7d, 0x2a, 0x99, 0x3f, 0x94, 0x34, 0xf5, 0x5b, 0x04, 0x8b, 0x3c, 0xc6,
0x1f, 0x0d, 0x27, 0x98, 0xe0, 0x04, 0xad, 0x7f, 0x1e, 0x24, 0xd6, 0x38, 0xc7, 0xd3, 0xa8, 0x4e,
0xe1, 0x78, 0x39, 0x95, 0xe3, 0x71, 0xe6, 0x22, 0xc8, 0xfa, 0x5a, 0x98, 0x90, 0x12, 0xb0, 0xaf,
0x26, 0x1f, 0xfd, 0x08, 0xc1, 0x52, 0x78, 0x49, 0xd8, 0x24, 0x9d, 0x1e, 0x71, 0xd9, 0xbd, 0x1b,
0x2d, 0xad, 0xf2, 0x9c, 0xe2, 0x78, 0x7f, 0x1a, 0x2a, 0x54, 0xae, 0x13, 0x9d, 0xff, 0x47, 0x00,
0xfd, 0x23, 0x04, 0xa7, 0xf6, 0xb0, 0x33, 0x8d, 0x45, 0x1a, 0x50, 0xb2, 0x5d, 0x8b, 0xdc, 0x8d,
0xb8, 0x09, 0x7f, 0xf9, 0xc8, 0xd6, 0xc0, 0x76, 0xac, 0x88, 0x8d, 0xf0, 0x17, 0x9f, 0x05, 0x8d,
0xb8, 0xe6, 0x96, 0x43, 0x5a, 0x02, 0x57, 0x78, 0x4e, 0xd9, 0xa8, 0x4a, 0xd8, 0x3a, 0x07, 0xe9,
0x3f, 0x46, 0xb0, 0xc0, 0x1d, 0x27, 0xe0, 0x91, 0x7e, 0xb9, 0x3a, 0x5b, 0x86, 0x6a, 0xcc, 0x33,
0x02, 0x76, 0xe3, 0x20, 0x7d, 0x1b, 0x4e, 0x26, 0xd9, 0x99, 0x46, 0x67, 0x0f, 0x00, 0x44, 0x16,
0x91, 0x0e, 0x9c, 0x37, 0x62, 0x10, 0xfd, 0x33, 0x04, 0x58, 0x9e, 0x61, 0x84, 0x32, 0x0e, 0xb9,
0x1e, 0x71, 0xc7, 0x26, 0x8e, 0x15, 0x0f, 0x93, 0x15, 0x01, 0x11, 0xc3, 0x6b, 0xa0, 0x91, 0xbb,
0xcc, 0x37, 0x5b, 0x7d, 0xd3, 0x37, 0x7b, 0x72, 0x27, 0x4c, 0x14, 0xd1, 0xaa, 0x82, 0x6c, 0x43,
0x50, 0xe9, 0x7f, 0xe6, 0xa7, 0x9f, 0xc0, 0x29, 0x8f, 0xba, 0xc4, 0x67, 0x00, 0x84, 0xd3, 0xca,
0xe1, 0x82, 0x1c, 0x16, 0x10, 0x91, 0x33, 0x3e, 0x42, 0x50, 0x17, 0x22, 0x48, 0x79, 0xfa, 0x7c,
0xda, 0x14, 0x0d, 0x4a, 0xd1, 0x8c, 0xd9, 0x42, 0x5f, 0x83, 0x62, 0xa0, 0xd8, 0xfc, 0xa4, 0x8a,
0x0d, 0x08, 0xf6, 0x11, 0x43, 0xff, 0x15, 0x82, 0xc5, 0x94, 0xca, 0xa7, 0xf1, 0xe8, 0xd7, 0x00,
0x4b, 0x09, 0xad, 0x91, 0xd8, 0x61, 0x7e, 0x3b, 0xa7, 0xbc, 0xc9, 0xa4, 0x95, 0x64, 0x9c, 0xb0,
0x53, 0x10, 0xaa, 0xff, 0x0d, 0xc1, 0xe9, 0x1b, 0x84, 0x09, 0xd4, 0x6b, 0x3c, 0x76, 0x6c, 0xf8,
0x5e, 0xc7, 0x27, 0x94, 0x1e, 0x5f, 0xff, 0xf8, 0xb9, 0x3c, 0x10, 0xa9, 0x44, 0x9a, 0x46, 0xff,
0x67, 0x41, 0x13, 0x6b, 0x10, 0xab, 0xe5, 0x7b, 0xbb, 0x34, 0xf0, 0xa3, 0x6a, 0x00, 0x33, 0xbc,
0x5d, 0xe1, 0x10, 0xcc, 0x63, 0xa6, 0x23, 0x11, 0x82, 0xc4, 0x20, 0x20, 0x7c, 0x58, 0xec, 0xc1,
0x90, 0x31, 0x3e, 0x39, 0x39, 0xbe, 0x3a, 0x7e, 0x17, 0xc1, 0x62, 0x4a, 0x94, 0x69, 0x74, 0xfb,
0x94, 0x3c, 0xae, 0x49, 0x61, 0xe6, 0x56, 0x1f, 0x54, 0xd2, 0xc4, 0x16, 0x93, 0xd8, 0xfa, 0xa7,
0x08, 0xea, 0xfc, 0x4a, 0x77, 0xcc, 0x03, 0xda, 0xaf, 0x73, 0x50, 0x5b, 0x77, 0x29, 0xf1, 0xd9,
0xd1, 0x3f, 0xb1, 0xe3, 0x17, 0xa0, 0x2a, 0x04, 0xa3, 0x2d, 0xcb, 0x64, 0x66, 0x90, 0x8d, 0x1e,
0x50, 0x96, 0x50, 0x5f, 0xe2, 0x78, 0x6b, 0x26, 0x33, 0x0d, 0xa9, 0x1d, 0xca, 0xbf, 0xf1, 0xfd,
0x50, 0xe9, 0x9a, 0xb4, 0xdb, 0xda, 0x26, 0x43, 0xda, 0x28, 0x2e, 0xe7, 0x57, 0x6a, 0x46, 0x99,
0x03, 0x5e, 0x26, 0x43, 0x8a, 0xef, 0x83, 0xb2, 0x3b, 0xe8, 0xc9, 0xfd, 0x53, 0x5a, 0x46, 0x2b,
0x35, 0xa3, 0xe4, 0x0e, 0x7a, 0x62, 0xf7, 0xfc, 0x25, 0x07, 0x73, 0xb7, 0x07, 0xfc, 0x7e, 0x20,
0x0a, 0xc0, 0x03, 0x87, 0xdd, 0x9b, 0xaf, 0x5d, 0x80, 0xbc, 0x3c, 0x12, 0x70, 0x8a, 0x86, 0x92,
0xf1, 0xf5, 0x35, 0x6a, 0x70, 0x24, 0xf1, 0xc8, 0x32, 0x68, 0xb7, 0x83, 0x33, 0x54, 0x5e, 0x30,
0x5b, 0xe1, 0x10, 0xe1, 0x71, 0x5c, 0x14, 0xe2, 0xfb, 0xd1, 0x09, 0x4b, 0x88, 0x42, 0x7c, 0x5f,
0x0e, 0xea, 0xa0, 0x99, 0xed, 0x6d, 0xd7, 0xdb, 0x75, 0x88, 0xd5, 0x21, 0x96, 0x30, 0x7b, 0xd9,
0x48, 0xc0, 0xa4, 0x63, 0x70, 0xc3, 0xb7, 0xda, 0x2e, 0x13, 0x65, 0xdb, 0x3c, 0x77, 0x0c, 0x0e,
0xb9, 0xee, 0x32, 0x3e, 0x6c, 0x11, 0x87, 0x30, 0x22, 0x86, 0x4b, 0x72, 0x58, 0x42, 0x82, 0xe1,
0x41, 0x3f, 0xa2, 0x2e, 0xcb, 0x61, 0x09, 0xe1, 0xc3, 0xa7, 0xa1, 0x32, 0xaa, 0xf0, 0x56, 0x46,
0xa5, 0x30, 0x59, 0xd7, 0xdd, 0x81, 0xfa, 0x86, 0x63, 0xb6, 0x49, 0xd7, 0x73, 0x2c, 0xe2, 0x8b,
0xe4, 0x86, 0xeb, 0x90, 0x67, 0x66, 0x27, 0xc8, 0x9e, 0xfc, 0x13, 0x3f, 0x13, 0x14, 0xcc, 0xe4,
0xbe, 0x7c, 0x58, 0x99, 0x66, 0x62, 0xd3, 0x8c, 0x8a, 0x65, 0x78, 0x09, 0x8a, 0xe2, 0x5d, 0x42,
0xe6, 0x55, 0xcd, 0x08, 0xfe, 0xf4, 0xb7, 0x13, 0xeb, 0xde, 0xf0, 0xbd, 0x41, 0x1f, 0xaf, 0x83,
0xd6, 0x1f, 0xc1, 0xb8, 0x35, 0xb3, 0x93, 0x5a, 0x9a, 0x69, 0x23, 0x41, 0xaa, 0x7f, 0x96, 0x87,
0xda, 0x26, 0x31, 0xfd, 0x76, 0xf7, 0x38, 0x5c, 0xde, 0xb9, 0xc6, 0x2d, 0xea, 0x04, 0x21, 0x81,
0x7f, 0xe2, 0x8b, 0x70, 0x22, 0x26, 0x50, 0xab, 0xc3, 0x15, 0x24, 0x3c, 0x43, 0x33, 0xea, 0xfd,
0xb4, 0xe2, 0x9e, 0x86, 0xb2, 0x45, 0x9d, 0x96, 0x30, 0x51, 0x49, 0x98, 0x48, 0x2d, 0xdf, 0x1a,
0x75, 0x84, 0x69, 0x4a, 0x96, 0xfc, 0xc0, 0x0f, 0x41, 0xcd, 0x1b, 0xb0, 0xfe, 0x80, 0xb5, 0xe4,
0xce, 0x6c, 0x94, 0x05, 0x7b, 0x9a, 0x04, 0x8a, 0x8d, 0x4b, 0xf1, 0x4b, 0x50, 0xa3, 0x42, 0x95,
0xe1, 0xd1, 0xb3, 0x32, 0xe9, 0x09, 0x49, 0x93, 0x74, 0xf2, 0xec, 0x89, 0xcf, 0x43, 0x9d, 0xf9,
0xe6, 0x0e, 0x71, 0x62, 0x2f, 0x0e, 0x20, 0xfc, 0x71, 0x5e, 0xc2, 0x47, 0x2f, 0x14, 0x97, 0x61,
0xa1, 0x33, 0x30, 0x7d, 0xd3, 0x65, 0x84, 0xc4, 0xb0, 0xab, 0x02, 0x1b, 0x47, 0x43, 0xa3, 0xe7,
0x89, 0x7f, 0xe6, 0x60, 0xde, 0x20, 0xcc, 0xb7, 0xc9, 0x0e, 0x39, 0x16, 0x16, 0xbf, 0x00, 0x79,
0xdb, 0xa2, 0xc2, 0xe2, 0x63, 0xc3, 0x8f, 0x6d, 0xd1, 0xbd, 0x56, 0x2a, 0x2a, 0xac, 0xa4, 0xd2,
0x6e, 0xe9, 0x40, 0xda, 0x2d, 0x67, 0x6a, 0xf7, 0x13, 0x14, 0xd7, 0x2e, 0x8f, 0xb9, 0xf4, 0x9e,
0x83, 0x2e, 0x97, 0x3a, 0x37, 0x89, 0xd4, 0xa9, 0x0c, 0x93, 0x3f, 0x68, 0x86, 0xd1, 0x5f, 0x86,
0xd9, 0x9b, 0x36, 0x13, 0x9b, 0x8b, 0x47, 0x7a, 0x24, 0x2e, 0x7f, 0x22, 0x9e, 0xdf, 0x07, 0x65,
0xdf, 0xdb, 0x95, 0xf3, 0xe6, 0x44, 0x58, 0x2a, 0xf9, 0xde, 0xae, 0x48, 0x4b, 0xe2, 0x9d, 0xdd,
0xf3, 0x83, 0x78, 0x95, 0x33, 0x82, 0x3f, 0xfd, 0x7d, 0x34, 0x0a, 0x28, 0x53, 0x28, 0xe0, 0x05,
0x28, 0xf9, 0x92, 0x7e, 0xec, 0xab, 0x63, 0x7c, 0x25, 0x21, 0x57, 0x48, 0xa5, 0xbf, 0x87, 0x40,
0x7b, 0xc9, 0x19, 0xd0, 0x2f, 0x23, 0xae, 0xa9, 0xde, 0x21, 0xf2, 0xca, 0x77, 0x08, 0xfd, 0x27,
0x39, 0xa8, 0x05, 0x6c, 0x4c, 0x73, 0xe0, 0xcb, 0x64, 0x65, 0x13, 0xaa, 0x7c, 0xc9, 0x16, 0x25,
0x9d, 0xb0, 0xa6, 0x54, 0x5d, 0x5d, 0x55, 0x66, 0x82, 0x04, 0x1b, 0xe2, 0xbd, 0x76, 0x53, 0x10,
0x7d, 0xd3, 0x65, 0xfe, 0xd0, 0x80, 0x76, 0x04, 0x68, 0xbe, 0x0d, 0xf3, 0xa9, 0x61, 0xee, 0x1b,
0xdb, 0x64, 0x18, 0xa6, 0xba, 0x6d, 0x32, 0xc4, 0x4f, 0xc6, 0x5f, 0xd5, 0xb3, 0x1c, 0xee, 0x96,
0xe7, 0x76, 0xae, 0xfa, 0xbe, 0x39, 0x0c, 0x5e, 0xdd, 0x9f, 0xcd, 0x3d, 0x83, 0xf4, 0x7f, 0x21,
0xd0, 0x5e, 0x1d, 0x10, 0x7f, 0x78, 0x98, 0x01, 0x08, 0xc3, 0x2c, 0xb9, 0xdb, 0xf7, 0x83, 0x43,
0x9b, 0xf8, 0xde, 0x1b, 0x3f, 0x0a, 0x8a, 0xf8, 0xa1, 0x88, 0x5c, 0x45, 0x65, 0xa1, 0xf9, 0xbd,
0x91, 0x98, 0x53, 0x6d, 0x84, 0xc4, 0xee, 0xce, 0x1d, 0x78, 0x77, 0x7f, 0x8c, 0xa0, 0xf2, 0x06,
0x69, 0x33, 0xcf, 0xe7, 0x3b, 0x5a, 0xa1, 0x1f, 0x34, 0xc1, 0x11, 0x3d, 0x97, 0x3e, 0xa2, 0x5f,
0x81, 0xb2, 0x6d, 0xb5, 0x4c, 0x6e, 0x5a, 0xa1, 0xe0, 0x71, 0x51, 0xaa, 0x64, 0x5b, 0xc2, 0x07,
0x26, 0xaf, 0xd1, 0xff, 0x02, 0x81, 0x26, 0x79, 0xa6, 0x92, 0xf2, 0xb9, 0xd8, 0x72, 0x48, 0xe5,
0x6f, 0xc1, 0x4f, 0x24, 0xe8, 0xcd, 0x99, 0xd1, 0xb2, 0x57, 0x01, 0xb8, 0xee, 0x02, 0x72, 0xe9,
0xae, 0xcb, 0x4a, 0x6e, 0x25, 0xb9, 0xd0, 0xe3, 0xcd, 0x19, 0xa3, 0xc2, 0xa9, 0xc4, 0x14, 0xd7,
0x4a, 0x50, 0x10, 0xd4, 0xfa, 0x7f, 0x11, 0x2c, 0x5c, 0x37, 0x9d, 0xf6, 0x9a, 0x4d, 0x99, 0xe9,
0xb6, 0xa7, 0xc8, 0xa1, 0xcf, 0x42, 0xc9, 0xeb, 0xb7, 0x1c, 0x72, 0x87, 0x05, 0x2c, 0x9d, 0x1d,
0x23, 0x91, 0x54, 0x83, 0x51, 0xf4, 0xfa, 0xb7, 0xc8, 0x1d, 0x86, 0x9f, 0x87, 0xb2, 0xd7, 0x6f,
0xf9, 0x76, 0xa7, 0xcb, 0x02, 0xed, 0x4f, 0x40, 0x5c, 0xf2, 0xfa, 0x06, 0xa7, 0x88, 0x95, 0x70,
0x66, 0x0f, 0x58, 0xc2, 0xd1, 0xff, 0xbe, 0x47, 0xfc, 0x29, 0x5c, 0xfb, 0x59, 0x28, 0xdb, 0x2e,
0x6b, 0x59, 0x36, 0x0d, 0x55, 0x70, 0x46, 0xed, 0x43, 0x2e, 0x13, 0x12, 0x08, 0x9b, 0xba, 0x8c,
0xaf, 0x8d, 0x5f, 0x04, 0xb8, 0xe3, 0x78, 0x66, 0x40, 0x2d, 0x75, 0xf0, 0xa0, 0x7a, 0x57, 0x70,
0xb4, 0x90, 0xbe, 0x22, 0x88, 0xf8, 0x0c, 0x23, 0x93, 0xfe, 0x15, 0xc1, 0xe2, 0x06, 0xf1, 0xa9,
0x4d, 0x19, 0x71, 0x59, 0x50, 0x4e, 0x5d, 0x77, 0xef, 0x78, 0xc9, 0xba, 0x35, 0x4a, 0xd5, 0xad,
0xbf, 0x98, 0x2a, 0x6e, 0xe2, 0x06, 0x27, 0x9f, 0x2b, 0xc2, 0x1b, 0x5c, 0xf8, 0x28, 0x23, 0x6f,
0xc0, 0x73, 0x19, 0x66, 0x0a, 0xf8, 0x4d, 0xdc, 0xf3, 0x7f, 0x2a, 0xbb, 0x19, 0x94, 0x42, 0xdd,
0xbb, 0xc3, 0x2e, 0x41, 0x10, 0x64, 0x53, 0x21, 0xf7, 0xff, 0x20, 0x15, 0x3b, 0x32, 0x7a, 0x2c,
0x7e, 0x89, 0x60, 0x39, 0x9b, 0xab, 0x69, 0xb2, 0xe3, 0x8b, 0x50, 0xb0, 0xdd, 0x3b, 0x5e, 0x58,
0xdd, 0xbb, 0xa0, 0xbe, 0x08, 0x29, 0xd7, 0x95, 0x84, 0xfa, 0xbf, 0x11, 0xd4, 0x45, 0xac, 0x3e,
0x04, 0xf3, 0xf7, 0x48, 0xaf, 0x45, 0xed, 0x77, 0x48, 0x68, 0xfe, 0x1e, 0xe9, 0x6d, 0xda, 0xef,
0x90, 0x84, 0x67, 0x14, 0x92, 0x9e, 0x91, 0x2c, 0x90, 0x14, 0xc7, 0x54, 0x6f, 0x4b, 0x89, 0xea,
0xad, 0xfe, 0x01, 0x82, 0xe6, 0x0d, 0xc2, 0xd2, 0xa2, 0x1e, 0x9e, 0x53, 0x7c, 0x88, 0xe0, 0x7e,
0x25, 0x43, 0xd3, 0xf8, 0xc3, 0x73, 0x49, 0x7f, 0x50, 0x5f, 0x8c, 0xf7, 0x2c, 0x19, 0xb8, 0xc2,
0x13, 0xa0, 0xad, 0x0d, 0x7a, 0xbd, 0xe8, 0x70, 0x72, 0x16, 0x34, 0x5f, 0x7e, 0xca, 0x7b, 0xa3,
0x4c, 0x97, 0xd5, 0x00, 0xc6, 0x6f, 0x87, 0xfa, 0x45, 0xa8, 0x05, 0x24, 0x01, 0xd7, 0x4d, 0x28,
0xfb, 0xc1, 0x77, 0x80, 0x1f, 0xfd, 0xeb, 0x8b, 0xb0, 0x60, 0x90, 0x0e, 0xf7, 0x44, 0xff, 0x96,
0xed, 0x6e, 0x07, 0xcb, 0xe8, 0xef, 0x22, 0x38, 0x99, 0x84, 0x07, 0x73, 0xfd, 0x3f, 0x94, 0x4c,
0xcb, 0xf2, 0x09, 0xa5, 0x63, 0xcd, 0x72, 0x55, 0xe2, 0x18, 0x21, 0x72, 0x4c, 0x73, 0xb9, 0x89,
0x35, 0x77, 0xe1, 0x51, 0xf9, 0xc4, 0x95, 0xea, 0xe7, 0xc1, 0x25, 0xc8, 0x5f, 0x75, 0x9c, 0xfa,
0x0c, 0xd6, 0xa0, 0xbc, 0xee, 0xde, 0x26, 0x3d, 0xcf, 0x1f, 0xd6, 0xd1, 0x85, 0x6f, 0xc0, 0x7c,
0xaa, 0x98, 0x81, 0xcb, 0x30, 0xfb, 0x8a, 0xe7, 0x92, 0xfa, 0x0c, 0xae, 0x83, 0x76, 0xcd, 0x76,
0x4d, 0x7f, 0x28, 0x93, 0x50, 0xdd, 0xc2, 0xf3, 0x50, 0x15, 0xc1, 0x38, 0x00, 0x90, 0xd5, 0xff,
0x9c, 0x82, 0xda, 0x6d, 0xc1, 0xd4, 0x26, 0xf1, 0x77, 0xec, 0x36, 0xc1, 0x2d, 0xa8, 0xa7, 0x9b,
0x89, 0xf1, 0xa3, 0x4a, 0xf3, 0x65, 0xf4, 0x1c, 0x37, 0xc7, 0x89, 0xa9, 0xcf, 0xe0, 0xb7, 0x60,
0x2e, 0xd9, 0xe6, 0x8b, 0xd5, 0xd1, 0x42, 0xd9, 0x0b, 0xbc, 0xdf, 0xe4, 0x2d, 0xa8, 0x25, 0xba,
0x76, 0xf1, 0x79, 0xe5, 0xdc, 0xaa, 0xce, 0xde, 0xa6, 0x3a, 0x81, 0xc7, 0x3b, 0x6b, 0x25, 0xf7,
0xc9, 0xde, 0xc2, 0x0c, 0xee, 0x95, 0x0d, 0x88, 0xfb, 0x71, 0x6f, 0xc2, 0x89, 0x3d, 0xad, 0x82,
0xf8, 0x31, 0xe5, 0xfc, 0x59, 0x2d, 0x85, 0xfb, 0x2d, 0xb1, 0x0b, 0x78, 0x6f, 0x77, 0x2a, 0xbe,
0xa4, 0xb6, 0x40, 0x56, 0x6f, 0x6e, 0xf3, 0xf2, 0xc4, 0xf8, 0x91, 0xe2, 0xbe, 0x8f, 0xe0, 0x54,
0x46, 0x7f, 0x1f, 0xbe, 0xa2, 0x9c, 0x6e, 0x7c, 0x93, 0x62, 0xf3, 0xc9, 0x83, 0x11, 0x45, 0x8c,
0xb8, 0x30, 0x9f, 0xda, 0x60, 0xf8, 0xe2, 0x24, 0x6d, 0x75, 0xe1, 0xba, 0x8f, 0x4e, 0x86, 0x1c,
0xad, 0xc7, 0xaf, 0x72, 0xc9, 0xd6, 0xb3, 0x8c, 0xf5, 0xd4, 0x0d, 0x6a, 0xfb, 0x19, 0xf4, 0x4d,
0xa8, 0x25, 0x7a, 0xc4, 0x32, 0x3c, 0x5e, 0xd5, 0x47, 0xb6, 0xdf, 0xd4, 0x6f, 0x83, 0x16, 0x6f,
0xe5, 0xc2, 0x2b, 0x59, 0x7b, 0x69, 0xcf, 0xc4, 0x07, 0xd9, 0x4a, 0xa3, 0x2e, 0x90, 0x31, 0x5b,
0x69, 0x4f, 0x73, 0xcb, 0xe4, 0x5b, 0x29, 0x36, 0xff, 0xd8, 0xad, 0x74, 0xe0, 0x25, 0xde, 0x45,
0xb0, 0xa4, 0xee, 0x04, 0xc2, 0xab, 0x59, 0xbe, 0x99, 0xdd, 0xf3, 0xd4, 0xbc, 0x72, 0x20, 0x9a,
0x48, 0x8b, 0xdb, 0x30, 0x97, 0xec, 0xa5, 0xc9, 0xd0, 0xa2, 0xb2, 0x45, 0xa8, 0x79, 0x71, 0x22,
0xdc, 0x68, 0xb1, 0xd7, 0xa1, 0x1a, 0x6b, 0x41, 0xc0, 0x8f, 0x8c, 0xf1, 0xe3, 0xf8, 0x0b, 0xd7,
0x7e, 0x9a, 0xec, 0x42, 0x2d, 0xf1, 0xec, 0x9c, 0xe5, 0xc3, 0x8a, 0x6e, 0x80, 0xe6, 0x85, 0x49,
0x50, 0x23, 0x01, 0xba, 0x50, 0x4b, 0x3c, 0x02, 0x66, 0xac, 0xa4, 0x7a, 0xf3, 0xcc, 0x58, 0x49,
0xf9, 0xa6, 0xa8, 0xcf, 0xe0, 0xef, 0xc5, 0xde, 0x1b, 0x13, 0x6f, 0xba, 0xf8, 0x89, 0xb1, 0xf3,
0xa8, 0x9e, 0xb4, 0x9b, 0xab, 0x07, 0x21, 0x89, 0x58, 0x78, 0x15, 0x2a, 0xd1, 0x5b, 0x23, 0x3e,
0x97, 0x19, 0x16, 0x0e, 0x62, 0xa9, 0x4d, 0x28, 0xca, 0x77, 0x3f, 0xac, 0x67, 0x3c, 0xe0, 0xc7,
0x1e, 0x05, 0x9b, 0x0f, 0x29, 0x71, 0x92, 0x4f, 0x62, 0xfa, 0x0c, 0x36, 0xa0, 0x28, 0xab, 0x88,
0x19, 0x93, 0x26, 0x5e, 0x47, 0x9a, 0xe3, 0x71, 0x64, 0xe9, 0x71, 0x06, 0x7f, 0x1b, 0xca, 0x61,
0x19, 0x18, 0x3f, 0x9c, 0xb1, 0xed, 0x13, 0x35, 0xf8, 0xe6, 0x7e, 0x58, 0xe1, 0xcc, 0x1b, 0x50,
0x10, 0x75, 0x3c, 0x7c, 0x76, 0x5c, 0x8d, 0x6f, 0x1c, 0xaf, 0x89, 0x32, 0xa0, 0x3e, 0x83, 0xbf,
0x05, 0x05, 0x71, 0x14, 0xce, 0x98, 0x31, 0x5e, 0xa8, 0x6b, 0x8e, 0x45, 0x09, 0x59, 0xb4, 0x40,
0x8b, 0x97, 0x08, 0x32, 0x02, 0xb7, 0xa2, 0x88, 0xd2, 0x9c, 0x04, 0x33, 0x5c, 0xe5, 0x07, 0x08,
0x1a, 0x59, 0xb7, 0x49, 0x9c, 0x99, 0x9d, 0xc7, 0x5d, 0x89, 0x9b, 0x4f, 0x1d, 0x90, 0x2a, 0x52,
0xe1, 0x3b, 0xb0, 0xa0, 0xb8, 0xc3, 0xe0, 0xcb, 0x59, 0xf3, 0x65, 0x5c, 0xbf, 0x9a, 0x8f, 0x4f,
0x4e, 0x10, 0xad, 0xbd, 0x01, 0x05, 0x71, 0xf7, 0xc8, 0x30, 0x5f, 0xfc, 0x2a, 0x93, 0xe1, 0x10,
0x89, 0xab, 0x8b, 0x3e, 0x83, 0x09, 0x68, 0xf1, 0x8b, 0x48, 0x86, 0xfd, 0x14, 0x77, 0x98, 0xe6,
0xf9, 0x09, 0x30, 0xc3, 0x65, 0x56, 0x07, 0xa0, 0x6d, 0xf8, 0xde, 0xdd, 0x61, 0x78, 0xf4, 0xff,
0x6a, 0x96, 0xbd, 0xf6, 0xd4, 0x77, 0xae, 0x74, 0x6c, 0xd6, 0x1d, 0x6c, 0xf1, 0xe8, 0x72, 0x59,
0xe2, 0x3e, 0x66, 0x7b, 0xc1, 0xd7, 0x65, 0xdb, 0x65, 0xc4, 0x77, 0x4d, 0xe7, 0xb2, 0x98, 0x2b,
0x80, 0xf6, 0xb7, 0xb6, 0x8a, 0xe2, 0xff, 0xca, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x6a, 0xdb,
0xbb, 0x29, 0x2e, 0x39, 0x00, 0x00,
// 2951 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x1a, 0x4d, 0x6f, 0x24, 0xc5,
0xd5, 0x35, 0xe3, 0xf9, 0x7a, 0xd3, 0x63, 0xcf, 0x96, 0xd7, 0x5e, 0x33, 0xec, 0xb2, 0xde, 0x86,
0x0d, 0xde, 0x5d, 0xd8, 0x05, 0x2f, 0x04, 0x02, 0x24, 0xb0, 0xbb, 0x0e, 0xbb, 0x16, 0xbb, 0xc4,
0xb4, 0x01, 0x85, 0x20, 0x34, 0x6a, 0x4f, 0x97, 0x67, 0x5a, 0xee, 0xe9, 0x9e, 0x74, 0xd5, 0xd8,
0x3b, 0x9c, 0x22, 0x01, 0x91, 0xa2, 0x24, 0xa0, 0x28, 0x51, 0xa2, 0x5c, 0x93, 0x70, 0xc8, 0x29,
0x41, 0x44, 0x8a, 0x94, 0x53, 0x0e, 0x1c, 0x72, 0x88, 0x94, 0x8f, 0x6b, 0xae, 0xc9, 0x91, 0x3f,
0x10, 0x45, 0x22, 0xaa, 0xaa, 0xee, 0x9e, 0xee, 0x76, 0xf5, 0x78, 0xbc, 0x03, 0xd8, 0xbe, 0x75,
0xbf, 0x7a, 0xaf, 0xea, 0x7d, 0xd5, 0x7b, 0x55, 0xaf, 0x1e, 0x68, 0x5d, 0xdb, 0xd9, 0xe9, 0xd3,
0xcb, 0x3d, 0xdf, 0x63, 0x1e, 0x9e, 0x8b, 0xff, 0x5d, 0x96, 0x3f, 0x0d, 0xad, 0xe5, 0x75, 0xbb,
0x9e, 0x2b, 0x81, 0x0d, 0x8d, 0xb6, 0x3a, 0xa4, 0x6b, 0xca, 0x3f, 0xfd, 0x13, 0x04, 0xa7, 0x6e,
0xf8, 0xc4, 0x64, 0xe4, 0x86, 0xe7, 0x38, 0xa4, 0xc5, 0x6c, 0xcf, 0x35, 0xc8, 0x77, 0xfb, 0x84,
0x32, 0xfc, 0x18, 0x4c, 0x6f, 0x9a, 0x94, 0x2c, 0xa2, 0x25, 0xb4, 0x5c, 0x5d, 0x39, 0x7d, 0x39,
0x31, 0x77, 0x30, 0xe7, 0x1d, 0xda, 0xbe, 0x6e, 0x52, 0x62, 0x08, 0x4c, 0x7c, 0x0a, 0x4a, 0xd6,
0x66, 0xd3, 0x35, 0xbb, 0x64, 0x31, 0xb7, 0x84, 0x96, 0x2b, 0x46, 0xd1, 0xda, 0x7c, 0xd9, 0xec,
0x12, 0xfc, 0x30, 0xcc, 0xb6, 0xa2, 0xf9, 0x25, 0x42, 0x5e, 0x20, 0xcc, 0x0c, 0xc1, 0x02, 0x71,
0x01, 0x8a, 0x92, 0xbf, 0xc5, 0xe9, 0x25, 0xb4, 0xac, 0x19, 0xc1, 0x1f, 0x3e, 0x03, 0x40, 0x3b,
0xa6, 0x6f, 0xd1, 0xa6, 0xdb, 0xef, 0x2e, 0x16, 0x96, 0xd0, 0x72, 0xc1, 0xa8, 0x48, 0xc8, 0xcb,
0xfd, 0xae, 0xfe, 0x43, 0x04, 0xf3, 0xab, 0xbe, 0xd7, 0x3b, 0x12, 0x42, 0xe8, 0xbf, 0x45, 0x70,
0xf2, 0x96, 0x49, 0x8f, 0x86, 0x46, 0xcf, 0x00, 0x30, 0xbb, 0x4b, 0x9a, 0x94, 0x99, 0xdd, 0x9e,
0xd0, 0xea, 0xb4, 0x51, 0xe1, 0x90, 0x0d, 0x0e, 0xd0, 0xdf, 0x00, 0xed, 0xba, 0xe7, 0x39, 0x06,
0xa1, 0x3d, 0xcf, 0xa5, 0x04, 0x5f, 0x85, 0x22, 0x65, 0x26, 0xeb, 0xd3, 0x80, 0xc9, 0xfb, 0x95,
0x4c, 0x6e, 0x08, 0x14, 0x23, 0x40, 0xc5, 0x27, 0xa1, 0xb0, 0x63, 0x3a, 0x7d, 0xc9, 0x63, 0xd9,
0x90, 0x3f, 0xfa, 0x9b, 0x30, 0xb3, 0xc1, 0x7c, 0xdb, 0x6d, 0x7f, 0x8e, 0x93, 0x57, 0xc2, 0xc9,
0xff, 0x89, 0xe0, 0xbe, 0x55, 0x42, 0x5b, 0xbe, 0xbd, 0x79, 0x44, 0x5c, 0x57, 0x07, 0x6d, 0x08,
0x59, 0x5b, 0x15, 0xaa, 0xce, 0x1b, 0x09, 0x58, 0xca, 0x18, 0x85, 0xb4, 0x31, 0x3e, 0xcb, 0x41,
0x43, 0x25, 0xd4, 0x24, 0xea, 0xfb, 0x7a, 0xb4, 0xa3, 0x72, 0x82, 0xe8, 0x7c, 0x92, 0x28, 0x88,
0x06, 0xc3, 0xd5, 0x36, 0x04, 0x20, 0xda, 0x78, 0x69, 0xa9, 0xf2, 0x0a, 0xa9, 0x56, 0x60, 0x7e,
0xc7, 0xf6, 0x59, 0xdf, 0x74, 0x9a, 0xad, 0x8e, 0xe9, 0xba, 0xc4, 0x11, 0x7a, 0xa2, 0x8b, 0xd3,
0x4b, 0xf9, 0xe5, 0x8a, 0x31, 0x17, 0x0c, 0xde, 0x90, 0x63, 0x5c, 0x59, 0x14, 0x3f, 0x01, 0x0b,
0xbd, 0xce, 0x80, 0xda, 0xad, 0x3d, 0x44, 0x05, 0x41, 0x74, 0x32, 0x1c, 0x4d, 0x50, 0x5d, 0x82,
0x13, 0x2d, 0x11, 0xad, 0xac, 0x26, 0xd7, 0x9a, 0x54, 0x63, 0x51, 0xa8, 0xb1, 0x1e, 0x0c, 0xbc,
0x1a, 0xc2, 0x39, 0x5b, 0x21, 0x72, 0x9f, 0xb5, 0x62, 0x04, 0x25, 0x41, 0x30, 0x17, 0x0c, 0xbe,
0xc6, 0x5a, 0x11, 0x8d, 0x08, 0x24, 0xb7, 0x3d, 0xd3, 0x3a, 0x1a, 0x81, 0xe4, 0x7d, 0x04, 0x8b,
0x06, 0x71, 0x88, 0x49, 0x8f, 0x86, 0x8f, 0xeb, 0x3f, 0x43, 0xf0, 0xc0, 0x4d, 0xc2, 0x62, 0xde,
0xc2, 0x4c, 0x66, 0x53, 0x66, 0xb7, 0xe8, 0x61, 0xb2, 0xf5, 0x01, 0x82, 0xb3, 0x99, 0x6c, 0x4d,
0xb2, 0x79, 0x9e, 0x82, 0x02, 0xff, 0xa2, 0x8b, 0xb9, 0xa5, 0xfc, 0x72, 0x75, 0xe5, 0x9c, 0x92,
0xe6, 0x25, 0x32, 0x78, 0x9d, 0xc7, 0xa4, 0x75, 0xd3, 0xf6, 0x0d, 0x89, 0xaf, 0xff, 0x19, 0xc1,
0xc2, 0x46, 0xc7, 0xdb, 0x1d, 0xb2, 0xf4, 0x45, 0x28, 0x28, 0x19, 0x4e, 0xf2, 0xa9, 0x70, 0x82,
0x9f, 0x83, 0x69, 0x36, 0xe8, 0x11, 0x11, 0x89, 0x66, 0x56, 0x96, 0x2f, 0x2b, 0x0e, 0x07, 0x97,
0x53, 0x4c, 0xbe, 0x3a, 0xe8, 0x11, 0x43, 0x50, 0xe9, 0xef, 0xe5, 0xe0, 0xd4, 0x1e, 0x11, 0x26,
0x51, 0xe6, 0x05, 0xa8, 0xa7, 0xcc, 0x29, 0xf5, 0x5a, 0x31, 0x66, 0x93, 0xf6, 0xa4, 0xf8, 0x3c,
0xc4, 0x4c, 0xdc, 0xb4, 0x2d, 0xba, 0x98, 0x5f, 0xca, 0x2f, 0xe7, 0x8d, 0x5a, 0x2c, 0xee, 0x58,
0x14, 0x3f, 0x0a, 0x78, 0x4f, 0x38, 0x90, 0x51, 0x67, 0xda, 0x38, 0x91, 0x8e, 0x07, 0x22, 0xe6,
0x28, 0x03, 0x82, 0x8c, 0x39, 0xd3, 0xc6, 0x49, 0x45, 0x44, 0xa0, 0xfa, 0xc7, 0x08, 0x16, 0xe4,
0x11, 0x69, 0xdd, 0xf4, 0x99, 0x7d, 0xd8, 0x69, 0xe6, 0x3c, 0xcc, 0xf4, 0x42, 0x3e, 0x24, 0xde,
0xb4, 0xc0, 0xab, 0x45, 0x50, 0xb1, 0x25, 0x3e, 0x42, 0x70, 0x92, 0x9f, 0x88, 0x8e, 0x13, 0xcf,
0xbf, 0x47, 0x30, 0x77, 0xcb, 0xa4, 0xc7, 0x89, 0xe5, 0x3f, 0x04, 0xf9, 0x22, 0xe2, 0xf9, 0x30,
0xe3, 0x20, 0x47, 0x4c, 0x32, 0x1d, 0xa6, 0xe0, 0x99, 0x04, 0xd7, 0x54, 0xff, 0xe3, 0x30, 0xb1,
0x1c, 0x33, 0xce, 0xff, 0x84, 0xe0, 0xcc, 0x4d, 0xc2, 0x22, 0xae, 0x8f, 0x44, 0x02, 0x1a, 0xd7,
0x5b, 0xde, 0x97, 0xe9, 0x53, 0xc9, 0xfc, 0xa1, 0xa4, 0xa9, 0xdf, 0x21, 0x98, 0xe7, 0x31, 0xfe,
0x68, 0x38, 0xc1, 0x18, 0x27, 0x68, 0xfd, 0xb3, 0x20, 0xb1, 0xc6, 0x39, 0x9e, 0x44, 0x75, 0x0a,
0xc7, 0xcb, 0xa9, 0x1c, 0x8f, 0x33, 0x17, 0x41, 0xd6, 0x56, 0xc3, 0x84, 0x94, 0x80, 0x7d, 0x39,
0xf9, 0xe8, 0x47, 0x08, 0x16, 0xc2, 0x4b, 0xc2, 0x06, 0x69, 0x77, 0x89, 0xcb, 0xee, 0xdd, 0x68,
0x69, 0x95, 0xe7, 0x14, 0xc7, 0xfb, 0xd3, 0x50, 0xa1, 0x72, 0x9d, 0xe8, 0xfc, 0x3f, 0x04, 0xe8,
0x1f, 0x22, 0x38, 0xb5, 0x87, 0x9d, 0x49, 0x2c, 0xb2, 0x08, 0x25, 0xdb, 0xb5, 0xc8, 0xdd, 0x88,
0x9b, 0xf0, 0x97, 0x8f, 0x6c, 0xf6, 0x6d, 0xc7, 0x8a, 0xd8, 0x08, 0x7f, 0xf1, 0x39, 0xd0, 0x88,
0x6b, 0x6e, 0x3a, 0xa4, 0x29, 0x70, 0x85, 0xe7, 0x94, 0x8d, 0xaa, 0x84, 0xad, 0x71, 0x90, 0xfe,
0x63, 0x04, 0x73, 0xdc, 0x71, 0x02, 0x1e, 0xe9, 0x17, 0xab, 0xb3, 0x25, 0xa8, 0xc6, 0x3c, 0x23,
0x60, 0x37, 0x0e, 0xd2, 0xb7, 0xe1, 0x64, 0x92, 0x9d, 0x49, 0x74, 0xf6, 0x00, 0x40, 0x64, 0x11,
0xe9, 0xc0, 0x79, 0x23, 0x06, 0xd1, 0x3f, 0x45, 0x80, 0xe5, 0x19, 0x46, 0x28, 0xe3, 0x90, 0xeb,
0x11, 0x5b, 0x36, 0x71, 0xac, 0x78, 0x98, 0xac, 0x08, 0x88, 0x18, 0x5e, 0x05, 0x8d, 0xdc, 0x65,
0xbe, 0xd9, 0xec, 0x99, 0xbe, 0xd9, 0x95, 0x3b, 0x61, 0xac, 0x88, 0x56, 0x15, 0x64, 0xeb, 0x82,
0x4a, 0xff, 0x0b, 0x3f, 0xfd, 0x04, 0x4e, 0x79, 0xd4, 0x25, 0x3e, 0x03, 0x20, 0x9c, 0x56, 0x0e,
0x17, 0xe4, 0xb0, 0x80, 0x88, 0x9c, 0xf1, 0x21, 0x82, 0xba, 0x10, 0x41, 0xca, 0xd3, 0xe3, 0xd3,
0xa6, 0x68, 0x50, 0x8a, 0x66, 0xc4, 0x16, 0xfa, 0x1a, 0x14, 0x03, 0xc5, 0xe6, 0xc7, 0x55, 0x6c,
0x40, 0xb0, 0x8f, 0x18, 0xfa, 0xaf, 0x10, 0xcc, 0xa7, 0x54, 0x3e, 0x89, 0x47, 0xbf, 0x0a, 0x58,
0x4a, 0x68, 0x0d, 0xc5, 0x0e, 0xf3, 0xdb, 0x79, 0xe5, 0x4d, 0x26, 0xad, 0x24, 0xe3, 0x84, 0x9d,
0x82, 0x50, 0xfd, 0xef, 0x08, 0x4e, 0xdf, 0x24, 0x4c, 0xa0, 0x5e, 0xe7, 0xb1, 0x63, 0xdd, 0xf7,
0xda, 0x3e, 0xa1, 0xf4, 0xf8, 0xfa, 0xc7, 0xcf, 0xe5, 0x81, 0x48, 0x25, 0xd2, 0x24, 0xfa, 0x3f,
0x07, 0x9a, 0x58, 0x83, 0x58, 0x4d, 0xdf, 0xdb, 0xa5, 0x81, 0x1f, 0x55, 0x03, 0x98, 0xe1, 0xed,
0x0a, 0x87, 0x60, 0x1e, 0x33, 0x1d, 0x89, 0x10, 0x24, 0x06, 0x01, 0xe1, 0xc3, 0x62, 0x0f, 0x86,
0x8c, 0xf1, 0xc9, 0xc9, 0xf1, 0xd5, 0xf1, 0x6f, 0x10, 0xcc, 0xa7, 0x44, 0x99, 0x44, 0xb7, 0x4f,
0xca, 0xe3, 0x9a, 0x14, 0x66, 0x66, 0xe5, 0xac, 0x92, 0x26, 0xb6, 0x98, 0xc4, 0xc6, 0x67, 0xa1,
0xba, 0x65, 0xda, 0x4e, 0xd3, 0x27, 0x26, 0xf5, 0xdc, 0x40, 0x50, 0xe0, 0x20, 0x43, 0x40, 0xf4,
0x4f, 0x10, 0xd4, 0xf9, 0x9d, 0xef, 0x98, 0x47, 0xbc, 0x5f, 0xe7, 0xa0, 0xb6, 0xe6, 0x52, 0xe2,
0xb3, 0xa3, 0x7f, 0xa4, 0xc7, 0xcf, 0x43, 0x55, 0x08, 0x46, 0x9b, 0x96, 0xc9, 0xcc, 0x20, 0x5d,
0x3d, 0xa0, 0xac, 0xb1, 0xbe, 0xc8, 0xf1, 0x56, 0x4d, 0x66, 0x1a, 0x52, 0x3b, 0x94, 0x7f, 0xe3,
0xfb, 0xa1, 0xd2, 0x31, 0x69, 0xa7, 0xb9, 0x4d, 0x06, 0x74, 0xb1, 0xb8, 0x94, 0x5f, 0xae, 0x19,
0x65, 0x0e, 0x78, 0x89, 0x0c, 0x28, 0xbe, 0x0f, 0xca, 0x6e, 0xbf, 0x2b, 0x37, 0x58, 0x69, 0x09,
0x2d, 0xd7, 0x8c, 0x92, 0xdb, 0xef, 0x8a, 0xed, 0xf5, 0xd7, 0x1c, 0xcc, 0xdc, 0xe9, 0xf3, 0x0b,
0x84, 0xa8, 0x10, 0xf7, 0x1d, 0x76, 0x6f, 0xce, 0x78, 0x11, 0xf2, 0xf2, 0xcc, 0xc0, 0x29, 0x16,
0x95, 0x8c, 0xaf, 0xad, 0x52, 0x83, 0x23, 0x89, 0x57, 0x98, 0x7e, 0xab, 0x15, 0x1c, 0xb2, 0xf2,
0x82, 0xd9, 0x0a, 0x87, 0x08, 0x8f, 0xe3, 0xa2, 0x10, 0xdf, 0x8f, 0x8e, 0x60, 0x42, 0x14, 0xe2,
0xfb, 0x72, 0x50, 0x07, 0xcd, 0x6c, 0x6d, 0xbb, 0xde, 0xae, 0x43, 0xac, 0x36, 0xb1, 0x84, 0xd9,
0xcb, 0x46, 0x02, 0x26, 0x1d, 0x83, 0x1b, 0xbe, 0xd9, 0x72, 0x99, 0xa8, 0xeb, 0xe6, 0xb9, 0x63,
0x70, 0xc8, 0x0d, 0x97, 0xf1, 0x61, 0x8b, 0x38, 0x84, 0x11, 0x31, 0x5c, 0x92, 0xc3, 0x12, 0x12,
0x0c, 0xf7, 0x7b, 0x11, 0x75, 0x59, 0x0e, 0x4b, 0x08, 0x1f, 0x3e, 0x0d, 0x95, 0x61, 0x09, 0xb8,
0x32, 0xac, 0x95, 0xc9, 0xc2, 0xef, 0x0e, 0xd4, 0xd7, 0x1d, 0xb3, 0x45, 0x3a, 0x9e, 0x63, 0x11,
0x5f, 0x64, 0x3f, 0x5c, 0x87, 0x3c, 0x33, 0xdb, 0x41, 0x7a, 0xe5, 0x9f, 0xf8, 0xe9, 0xa0, 0xa2,
0x26, 0x37, 0xee, 0x43, 0xca, 0x3c, 0x14, 0x9b, 0x66, 0x58, 0x4d, 0xc3, 0x0b, 0x50, 0x14, 0x0f,
0x17, 0x32, 0xf1, 0x6a, 0x46, 0xf0, 0xa7, 0xbf, 0x95, 0x58, 0xf7, 0xa6, 0xef, 0xf5, 0x7b, 0x78,
0x0d, 0xb4, 0xde, 0x10, 0xc6, 0xad, 0x99, 0x9d, 0xf5, 0xd2, 0x4c, 0x1b, 0x09, 0x52, 0xfd, 0xd3,
0x3c, 0xd4, 0x36, 0x88, 0xe9, 0xb7, 0x3a, 0xc7, 0xe1, 0x76, 0xcf, 0x35, 0x6e, 0x51, 0x27, 0x08,
0x09, 0xfc, 0x13, 0x5f, 0x82, 0x13, 0x31, 0x81, 0x9a, 0x6d, 0xae, 0x20, 0xe1, 0x19, 0x9a, 0x51,
0xef, 0xa5, 0x15, 0xf7, 0x14, 0x94, 0x2d, 0xea, 0x34, 0x85, 0x89, 0x4a, 0xc2, 0x44, 0x6a, 0xf9,
0x56, 0xa9, 0x23, 0x4c, 0x53, 0xb2, 0xe4, 0x07, 0x7e, 0x10, 0x6a, 0x5e, 0x9f, 0xf5, 0xfa, 0xac,
0x29, 0x77, 0xe6, 0x62, 0x59, 0xb0, 0xa7, 0x49, 0xa0, 0xd8, 0xb8, 0x14, 0xbf, 0x08, 0x35, 0x2a,
0x54, 0x19, 0x9e, 0x4d, 0x2b, 0xe3, 0x1e, 0xa1, 0x34, 0x49, 0x27, 0x0f, 0xa7, 0xf8, 0x02, 0xd4,
0x99, 0x6f, 0xee, 0x10, 0x27, 0xf6, 0x24, 0x01, 0xc2, 0x1f, 0x67, 0x25, 0x7c, 0xf8, 0x84, 0x71,
0x05, 0xe6, 0xda, 0x7d, 0xd3, 0x37, 0x5d, 0x46, 0x48, 0x0c, 0xbb, 0x2a, 0xb0, 0x71, 0x34, 0x34,
0x7c, 0xbf, 0xf8, 0x57, 0x0e, 0x66, 0x0d, 0xc2, 0x7c, 0x9b, 0xec, 0x90, 0x63, 0x61, 0xf1, 0x8b,
0x90, 0xb7, 0x2d, 0x2a, 0x2c, 0x3e, 0x32, 0xfc, 0xd8, 0x16, 0xdd, 0x6b, 0xa5, 0xa2, 0xc2, 0x4a,
0x2a, 0xed, 0x96, 0x0e, 0xa4, 0xdd, 0x72, 0xa6, 0x76, 0x3f, 0x46, 0x71, 0xed, 0xf2, 0x98, 0x4b,
0xef, 0x39, 0xe8, 0x72, 0xa9, 0x73, 0xe3, 0x48, 0x9d, 0xca, 0x30, 0xf9, 0x83, 0x66, 0x18, 0xfd,
0x25, 0x98, 0xbe, 0x65, 0x33, 0xb1, 0xb9, 0x78, 0xa4, 0x47, 0xe2, 0x76, 0x28, 0xe2, 0xf9, 0x7d,
0x50, 0xf6, 0xbd, 0x5d, 0x39, 0x6f, 0x4e, 0x84, 0xa5, 0x92, 0xef, 0xed, 0x8a, 0xb4, 0x24, 0x1e,
0xe2, 0x3d, 0x3f, 0x88, 0x57, 0x39, 0x23, 0xf8, 0xd3, 0xdf, 0x43, 0xc3, 0x80, 0x32, 0x81, 0x02,
0x9e, 0x87, 0x92, 0x2f, 0xe9, 0x47, 0x3e, 0x4b, 0xc6, 0x57, 0x12, 0x72, 0x85, 0x54, 0xfa, 0xbb,
0x08, 0xb4, 0x17, 0x9d, 0x3e, 0xfd, 0x22, 0xe2, 0x9a, 0xea, 0xa1, 0x22, 0xaf, 0x7c, 0xa8, 0xd0,
0x7f, 0x92, 0x83, 0x5a, 0xc0, 0xc6, 0x24, 0x27, 0xc2, 0x4c, 0x56, 0x36, 0xa0, 0xca, 0x97, 0x6c,
0x52, 0xd2, 0x0e, 0x8b, 0x4e, 0xd5, 0x95, 0x15, 0x65, 0x26, 0x48, 0xb0, 0x21, 0x1e, 0x74, 0x37,
0x04, 0xd1, 0x37, 0x5d, 0xe6, 0x0f, 0x0c, 0x68, 0x45, 0x80, 0xc6, 0x5b, 0x30, 0x9b, 0x1a, 0xe6,
0xbe, 0xb1, 0x4d, 0x06, 0x61, 0xaa, 0xdb, 0x26, 0x03, 0xfc, 0x44, 0xfc, 0xd9, 0x3d, 0xcb, 0xe1,
0x6e, 0x7b, 0x6e, 0xfb, 0x9a, 0xef, 0x9b, 0x83, 0xe0, 0x59, 0xfe, 0x99, 0xdc, 0xd3, 0x48, 0xff,
0x37, 0x02, 0xed, 0x95, 0x3e, 0xf1, 0x07, 0x87, 0x19, 0x80, 0x30, 0x4c, 0x93, 0xbb, 0x3d, 0x3f,
0x38, 0xb4, 0x89, 0xef, 0xbd, 0xf1, 0xa3, 0xa0, 0x88, 0x1f, 0x8a, 0xc8, 0x55, 0x54, 0x56, 0xa2,
0xdf, 0x1d, 0x8a, 0x39, 0xd1, 0x46, 0x48, 0xec, 0xee, 0xdc, 0x81, 0x77, 0xf7, 0x47, 0x08, 0x2a,
0xaf, 0x93, 0x16, 0xf3, 0x7c, 0xbe, 0xa3, 0x15, 0xfa, 0x41, 0x63, 0x1c, 0xd1, 0x73, 0xe9, 0x23,
0xfa, 0x55, 0x28, 0xdb, 0x56, 0xd3, 0xe4, 0xa6, 0x15, 0x0a, 0x1e, 0x15, 0xa5, 0x4a, 0xb6, 0x25,
0x7c, 0x60, 0xfc, 0x22, 0xfe, 0x2f, 0x10, 0x68, 0x92, 0x67, 0x2a, 0x29, 0x9f, 0x8d, 0x2d, 0x87,
0x54, 0xfe, 0x16, 0xfc, 0x44, 0x82, 0xde, 0x9a, 0x1a, 0x2e, 0x7b, 0x0d, 0x80, 0xeb, 0x2e, 0x20,
0x97, 0xee, 0xba, 0xa4, 0xe4, 0x56, 0x92, 0x0b, 0x3d, 0xde, 0x9a, 0x32, 0x2a, 0x9c, 0x4a, 0x4c,
0x71, 0xbd, 0x04, 0x05, 0x41, 0xad, 0xff, 0x0f, 0xc1, 0xdc, 0x0d, 0xd3, 0x69, 0xad, 0xda, 0x94,
0x99, 0x6e, 0x6b, 0x82, 0x1c, 0xfa, 0x0c, 0x94, 0xbc, 0x5e, 0xd3, 0x21, 0x5b, 0x2c, 0x60, 0xe9,
0xdc, 0x08, 0x89, 0xa4, 0x1a, 0x8c, 0xa2, 0xd7, 0xbb, 0x4d, 0xb6, 0x18, 0x7e, 0x0e, 0xca, 0x5e,
0xaf, 0xe9, 0xdb, 0xed, 0x0e, 0x0b, 0xb4, 0x3f, 0x06, 0x71, 0xc9, 0xeb, 0x19, 0x9c, 0x22, 0x56,
0xe3, 0x99, 0x3e, 0x60, 0x8d, 0x47, 0xff, 0xc7, 0x1e, 0xf1, 0x27, 0x70, 0xed, 0x67, 0xa0, 0x6c,
0xbb, 0xac, 0x69, 0xd9, 0x34, 0x54, 0xc1, 0x19, 0xb5, 0x0f, 0xb9, 0x4c, 0x48, 0x20, 0x6c, 0xea,
0x32, 0xbe, 0x36, 0x7e, 0x01, 0x60, 0xcb, 0xf1, 0xcc, 0x80, 0x5a, 0xea, 0xe0, 0xac, 0x7a, 0x57,
0x70, 0xb4, 0x90, 0xbe, 0x22, 0x88, 0xf8, 0x0c, 0x43, 0x93, 0xfe, 0x0d, 0xc1, 0xfc, 0x3a, 0xf1,
0xa9, 0x4d, 0x19, 0x71, 0x59, 0x50, 0x6f, 0x5d, 0x73, 0xb7, 0xbc, 0x64, 0x61, 0x1b, 0xa5, 0x0a,
0xdb, 0x9f, 0x4f, 0x99, 0x37, 0x71, 0x83, 0x93, 0xef, 0x19, 0xe1, 0x0d, 0x2e, 0x7c, 0xb5, 0x91,
0x37, 0xe0, 0x99, 0x0c, 0x33, 0x05, 0xfc, 0xc6, 0x0b, 0x01, 0xfa, 0x4f, 0x65, 0xbb, 0x83, 0x52,
0xa8, 0x7b, 0x77, 0xd8, 0x05, 0x08, 0x82, 0x6c, 0x2a, 0xe4, 0x7e, 0x05, 0x52, 0xb1, 0x23, 0xa3,
0x09, 0xe3, 0x97, 0x08, 0x96, 0xb2, 0xb9, 0x9a, 0x24, 0x3b, 0xbe, 0x00, 0x05, 0xdb, 0xdd, 0xf2,
0xc2, 0xf2, 0xdf, 0x45, 0xf5, 0x45, 0x48, 0xb9, 0xae, 0x24, 0xd4, 0xff, 0x83, 0xa0, 0x2e, 0x62,
0xf5, 0x21, 0x98, 0xbf, 0x4b, 0xba, 0x4d, 0x6a, 0xbf, 0x4d, 0x42, 0xf3, 0x77, 0x49, 0x77, 0xc3,
0x7e, 0x9b, 0x24, 0x3c, 0xa3, 0x90, 0xf4, 0x8c, 0x64, 0x81, 0xa4, 0x38, 0xa2, 0xbc, 0x5b, 0x4a,
0x94, 0x77, 0xf5, 0xf7, 0x11, 0x34, 0x6e, 0x12, 0x96, 0x16, 0xf5, 0xf0, 0x9c, 0xe2, 0x03, 0x04,
0xf7, 0x2b, 0x19, 0x9a, 0xc4, 0x1f, 0x9e, 0x4d, 0xfa, 0x83, 0xfa, 0x62, 0xbc, 0x67, 0xc9, 0xc0,
0x15, 0x1e, 0x07, 0x6d, 0xb5, 0xdf, 0xed, 0x46, 0x87, 0x93, 0x73, 0xa0, 0xf9, 0xf2, 0x53, 0xde,
0x1b, 0x65, 0xba, 0xac, 0x06, 0x30, 0x7e, 0x3b, 0xd4, 0x2f, 0x41, 0x2d, 0x20, 0x09, 0xb8, 0x6e,
0x40, 0xd9, 0x0f, 0xbe, 0x03, 0xfc, 0xe8, 0x5f, 0x9f, 0x87, 0x39, 0x83, 0xb4, 0xb9, 0x27, 0xfa,
0xb7, 0x6d, 0x77, 0x3b, 0x58, 0x46, 0x7f, 0x07, 0xc1, 0xc9, 0x24, 0x3c, 0x98, 0xeb, 0xab, 0x50,
0x32, 0x2d, 0xcb, 0x27, 0x94, 0x8e, 0x34, 0xcb, 0x35, 0x89, 0x63, 0x84, 0xc8, 0x31, 0xcd, 0xe5,
0xc6, 0xd6, 0xdc, 0xc5, 0x47, 0xe4, 0x1b, 0x58, 0xaa, 0xe1, 0x07, 0x97, 0x20, 0x7f, 0xcd, 0x71,
0xea, 0x53, 0x58, 0x83, 0xf2, 0x9a, 0x7b, 0x87, 0x74, 0x3d, 0x7f, 0x50, 0x47, 0x17, 0xbf, 0x01,
0xb3, 0xa9, 0x62, 0x06, 0x2e, 0xc3, 0xf4, 0xcb, 0x9e, 0x4b, 0xea, 0x53, 0xb8, 0x0e, 0xda, 0x75,
0xdb, 0x35, 0xfd, 0x81, 0x4c, 0x42, 0x75, 0x0b, 0xcf, 0x42, 0x55, 0x04, 0xe3, 0x00, 0x40, 0x56,
0xfe, 0x7b, 0x0a, 0x6a, 0x77, 0x04, 0x53, 0x1b, 0xc4, 0xdf, 0xb1, 0x5b, 0x04, 0x37, 0xa1, 0x9e,
0xee, 0x36, 0xc6, 0x8f, 0x28, 0xcd, 0x97, 0xd1, 0x94, 0xdc, 0x18, 0x25, 0xa6, 0x3e, 0x85, 0xdf,
0x84, 0x99, 0x64, 0x1f, 0x30, 0x56, 0x47, 0x0b, 0x65, 0xb3, 0xf0, 0x7e, 0x93, 0x37, 0xa1, 0x96,
0x68, 0xeb, 0xc5, 0x17, 0x94, 0x73, 0xab, 0x5a, 0x7f, 0x1b, 0xea, 0x04, 0x1e, 0x6f, 0xbd, 0x95,
0xdc, 0x27, 0x9b, 0x0f, 0x33, 0xb8, 0x57, 0x76, 0x28, 0xee, 0xc7, 0xbd, 0x09, 0x27, 0xf6, 0xf4,
0x12, 0xe2, 0x47, 0x95, 0xf3, 0x67, 0xf5, 0x1c, 0xee, 0xb7, 0xc4, 0x2e, 0xe0, 0xbd, 0xed, 0xab,
0xf8, 0xb2, 0xda, 0x02, 0x59, 0xcd, 0xbb, 0x8d, 0x2b, 0x63, 0xe3, 0x47, 0x8a, 0xfb, 0x3e, 0x82,
0x53, 0x19, 0x0d, 0x80, 0xf8, 0xaa, 0x72, 0xba, 0xd1, 0x5d, 0x8c, 0x8d, 0x27, 0x0e, 0x46, 0x14,
0x31, 0xe2, 0xc2, 0x6c, 0x6a, 0x83, 0xe1, 0x4b, 0xe3, 0xf4, 0xdd, 0x85, 0xeb, 0x3e, 0x32, 0x1e,
0x72, 0xb4, 0x1e, 0xbf, 0xca, 0x25, 0x7b, 0xd3, 0x32, 0xd6, 0x53, 0x77, 0xb0, 0xed, 0x67, 0xd0,
0x37, 0xa0, 0x96, 0x68, 0x22, 0xcb, 0xf0, 0x78, 0x55, 0xa3, 0xd9, 0x7e, 0x53, 0xbf, 0x05, 0x5a,
0xbc, 0xd7, 0x0b, 0x2f, 0x67, 0xed, 0xa5, 0x3d, 0x13, 0x1f, 0x64, 0x2b, 0x0d, 0xdb, 0x44, 0x46,
0x6c, 0xa5, 0x3d, 0xdd, 0x2f, 0xe3, 0x6f, 0xa5, 0xd8, 0xfc, 0x23, 0xb7, 0xd2, 0x81, 0x97, 0x78,
0x07, 0xc1, 0x82, 0xba, 0x55, 0x08, 0xaf, 0x64, 0xf9, 0x66, 0x76, 0x53, 0x54, 0xe3, 0xea, 0x81,
0x68, 0x22, 0x2d, 0x6e, 0xc3, 0x4c, 0xb2, 0xd9, 0x26, 0x43, 0x8b, 0xca, 0x1e, 0xa2, 0xc6, 0xa5,
0xb1, 0x70, 0xa3, 0xc5, 0x5e, 0x83, 0x6a, 0xac, 0x47, 0x01, 0x3f, 0x3c, 0xc2, 0x8f, 0xe3, 0x2f,
0x5c, 0xfb, 0x69, 0xb2, 0x03, 0xb5, 0xc4, 0xbb, 0x74, 0x96, 0x0f, 0x2b, 0xda, 0x05, 0x1a, 0x17,
0xc7, 0x41, 0x8d, 0x04, 0xe8, 0x40, 0x2d, 0xf1, 0x4a, 0x98, 0xb1, 0x92, 0xea, 0x51, 0x34, 0x63,
0x25, 0xe5, 0xa3, 0xa3, 0x3e, 0x85, 0xbf, 0x17, 0x7b, 0x90, 0x4c, 0x3c, 0xfa, 0xe2, 0xc7, 0x47,
0xce, 0xa3, 0x7a, 0xf3, 0x6e, 0xac, 0x1c, 0x84, 0x24, 0x62, 0xe1, 0x15, 0xa8, 0x44, 0x6f, 0x8d,
0xf8, 0x7c, 0x66, 0x58, 0x38, 0x88, 0xa5, 0x36, 0xa0, 0x28, 0xdf, 0xfd, 0xb0, 0x9e, 0xf1, 0xc2,
0x1f, 0x7b, 0x14, 0x6c, 0x3c, 0xa8, 0xc4, 0x49, 0x3e, 0x89, 0xe9, 0x53, 0xd8, 0x80, 0xa2, 0xac,
0x22, 0x66, 0x4c, 0x9a, 0x78, 0x1d, 0x69, 0x8c, 0xc6, 0x91, 0xa5, 0xc7, 0x29, 0xfc, 0x6d, 0x28,
0x87, 0x65, 0x60, 0xfc, 0x50, 0xc6, 0xb6, 0x4f, 0xd4, 0xe0, 0x1b, 0xfb, 0x61, 0x85, 0x33, 0xaf,
0x43, 0x41, 0xd4, 0xf1, 0xf0, 0xb9, 0x51, 0x35, 0xbe, 0x51, 0xbc, 0x26, 0xca, 0x80, 0xfa, 0x14,
0xfe, 0x16, 0x14, 0xc4, 0x51, 0x38, 0x63, 0xc6, 0x78, 0xa1, 0xae, 0x31, 0x12, 0x25, 0x64, 0xd1,
0x02, 0x2d, 0x5e, 0x22, 0xc8, 0x08, 0xdc, 0x8a, 0x22, 0x4a, 0x63, 0x1c, 0xcc, 0x70, 0x95, 0x1f,
0x20, 0x58, 0xcc, 0xba, 0x4d, 0xe2, 0xcc, 0xec, 0x3c, 0xea, 0x4a, 0xdc, 0x78, 0xf2, 0x80, 0x54,
0x91, 0x0a, 0xdf, 0x86, 0x39, 0xc5, 0x1d, 0x06, 0x5f, 0xc9, 0x9a, 0x2f, 0xe3, 0xfa, 0xd5, 0x78,
0x6c, 0x7c, 0x82, 0x68, 0xed, 0x75, 0x28, 0x88, 0xbb, 0x47, 0x86, 0xf9, 0xe2, 0x57, 0x99, 0x0c,
0x87, 0x48, 0x5c, 0x5d, 0xf4, 0x29, 0x4c, 0x40, 0x8b, 0x5f, 0x44, 0x32, 0xec, 0xa7, 0xb8, 0xc3,
0x34, 0x2e, 0x8c, 0x81, 0x19, 0x2e, 0xb3, 0xd2, 0x07, 0x6d, 0xdd, 0xf7, 0xee, 0x0e, 0xc2, 0xa3,
0xff, 0x97, 0xb3, 0xec, 0xf5, 0x27, 0xbf, 0x73, 0xb5, 0x6d, 0xb3, 0x4e, 0x7f, 0x93, 0x47, 0x97,
0x2b, 0x12, 0xf7, 0x51, 0xdb, 0x0b, 0xbe, 0xae, 0xd8, 0x2e, 0x23, 0xbe, 0x6b, 0x3a, 0x57, 0xc4,
0x5c, 0x01, 0xb4, 0xb7, 0xb9, 0x59, 0x14, 0xff, 0x57, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x12,
0x6b, 0x2a, 0xc1, 0x4f, 0x39, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

View File

@ -3879,7 +3879,8 @@ func (gist *GetIndexStateTask) Execute(ctx context.Context) error {
ErrorCode: commonpb.ErrorCode_Success,
Reason: "",
},
State: commonpb.IndexState_Finished,
State: commonpb.IndexState_Finished,
FailReason: "",
}
log.Debug("Proxy GetIndexState", zap.Int("IndexBuildIDs", len(getIndexStatesRequest.IndexBuildIDs)), zap.Error(err))
@ -3903,8 +3904,9 @@ func (gist *GetIndexStateTask) Execute(ctx context.Context) error {
for _, state := range states.States {
if state.State != commonpb.IndexState_Finished {
gist.result = &milvuspb.GetIndexStateResponse{
Status: states.Status,
State: state.State,
Status: states.Status,
State: state.State,
FailReason: state.Reason,
}
return nil
}