Tags: sunwsh/milvus
Tags
Switch to knowhere v1.0.1. Also switch to forked gorocksdb v0.0.1 (mi… …lvus-io#15603) Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
Make SessionWatch keep watch even no Rewatch func when find ErrCompac… …ted (milvus-io#15497) Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Revert go.mod change of forked gorocksdb (milvus-io#15528) Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Move Logutil to Util dir (milvus-io#15447) Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
Get indexInfo and segment size by queryCoord (milvus-io#14207) Signed-off-by: xige-16 <xi.ge@zilliz.com>
Support windows compliation (milvus-io#15448) - remove dl dependency while compiling some lib under MSYS - int types aligement in golang - core/src/utils adaptation for compile under MSYS issue: milvus-io#7706 Signed-off-by: Ji Bin <matrixji@live.com>
Use MsgChannelConfig in GlobalParams for all components (milvus-io#15163 ) Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
[skip e2e] Fix component name for IndexCoordComponent comment (milvus… …-io#15138) Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Fix timetick inconsistency in drop collection (milvus-io#15408) When rootcoord drops a collection, it'll produce a `drop-collection DDL` msg and one last timetick into DML channels of this collection. So that when DataNode receives this msg, DN can release the resources for the specific collection. Before this PR, RootCoord produced these two msgs with an older timestamp, generated before many time-consuming RPCs. Once these RPCs spend more time than timetick producing interval, the timetick of these 2 msgs are older to the channel current timestamp, causing in-consistency in time, thus making msgstream fail to consume the last `drop-collection DDL` msg. This PR generates a new timestamp for `drop-collection DDL` msg and timetick msg after those time-consuming RPCs Fixes: milvus-io#15406 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Make SearchResults and QueryResults return collectionID (milvus-io#15377 ) * Make SearchResults and QueryResults return collectionID Signed-off-by: Filipe Caixeta <filipecaixeta@gmail.com> * add return collection name from QueryRequest and SearchRequest Signed-off-by: Filipe Caixeta <filipecaixeta@gmail.com> * remove comment Signed-off-by: Filipe Caixeta <filipecaixeta@gmail.com>
PreviousNext