[go: up one dir, main page]

Skip to content

Tags: sunwsh/milvus

Tags

v2.0.0-testing-20220217

Toggle v2.0.0-testing-20220217's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.0.0-testing-20220215

Toggle v2.0.0-testing-20220215's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make SessionWatch keep watch even no Rewatch func when find ErrCompac…

…ted (milvus-io#15497)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

v2.0.0-testing-20220210

Toggle v2.0.0-testing-20220210's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert go.mod change of forked gorocksdb (milvus-io#15528)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

v2.0.0-testing-20220209

Toggle v2.0.0-testing-20220209's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move Logutil to Util dir (milvus-io#15447)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>

v2.0.0-testing-20220208

Toggle v2.0.0-testing-20220208's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get indexInfo and segment size by queryCoord (milvus-io#14207)

Signed-off-by: xige-16 <xi.ge@zilliz.com>

v2.0.0-testing-20220207

Toggle v2.0.0-testing-20220207's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.0.0-testing-20220201

Toggle v2.0.0-testing-20220201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use MsgChannelConfig in GlobalParams for all components (milvus-io#15163

)

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

v2.0.0-testing-20220129

Toggle v2.0.0-testing-20220129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[skip e2e] Fix component name for IndexCoordComponent comment (milvus…

…-io#15138)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

v2.0.0-testing-20220128

Toggle v2.0.0-testing-20220128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.0.0-testing-20220127

Toggle v2.0.0-testing-20220127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>