Bennu
04161bca42
Update Milvus dashboard ( #16635 )
...
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
2022-05-09 21:47:53 +08:00
Ten Thousand Leaves
5afdf3d49f
Move locks back to meta table methods ( #16848 )
...
/kind improvement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-05-09 20:47:52 +08:00
Bingyi Sun
76bfd41952
Refine DataNode logs. ( #16849 )
...
Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
2022-05-09 16:25:52 +08:00
Jenny Li
d1c58833a4
[skip e2e]Update the right links for install milvus ( #16852 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-05-09 15:59:52 +08:00
jingkl
94aced645b
[test]Add the string testcase of insert ( #16847 )
...
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2022-05-09 15:53:52 +08:00
ThreadDao
8945b80a64
[test][skip-e2e] Add counter decorater and scale query multi replicas test ( #16845 )
...
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2022-05-09 14:51:52 +08:00
Xiaofan
62658dcda6
Fix pulsar unscubsribe fail because of consumer not found ( #16839 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-05-09 12:07:52 +08:00
cai.zhang
b0c9f25352
Sort out the log of IndexCoord ( #16810 )
...
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
2022-05-09 12:05:52 +08:00
xige-16
8fcf349609
Fix create index failed after drop index ( #16836 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-05-09 11:35:53 +08:00
jingkl
885d57c44a
[test] Add string testcase to collection ( #16834 )
...
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2022-05-07 20:05:51 +08:00
congqixia
c7935d1a86
Add legacySegments for load balance segments rc track ( #16831 )
...
- Add legacySegments in ShardCluster tracking old segment inUse
- Apply node id check for segment online/inUse check
- Add unit test simulating load balance case
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-05-07 18:25:52 +08:00
Jiquan Long
ac389f3e93
Limit and translate pattern match operations ( #16818 )
...
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2022-05-07 16:31:52 +08:00
jingkl
57e9f9ad3e
[test]Modify the common func ( #16828 )
...
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2022-05-07 15:47:51 +08:00
zhuwenxing
bc7972eb87
[test]Update testcase tag ( #16799 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-05-07 14:51:51 +08:00
zhuwenxing
507cf26277
[skip e2e]Update dependency for deploy test ( #16827 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-05-07 14:47:51 +08:00
Ten Thousand Leaves
6b2d3c3ec1
Make each dataNode only accept one bulk load task simultaneously ( #16820 )
...
issue: #16674
/kind improvement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-05-07 14:05:52 +08:00
Xiaofan
92b6293be4
Fix QueryNode log level ( #16604 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-05-07 10:27:51 +08:00
sre-ci-robot
25add4414e
Update all contributors
...
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-05-07 00:01:09 +00:00
Enwei Jiao
67ce206cf0
make SegmentMaxLifetime configurable ( #16783 )
...
Signed-off-by: Enwei Jiao <jiaoew2011@gmail.com>
2022-05-06 23:41:51 +08:00
Ten Thousand Leaves
31ddff2056
Some minor fixes and improvements ( #16814 )
...
/kind improvement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-05-06 21:35:51 +08:00
bigsheeper
64d2793fe9
Fix wrong result topks when reduce search result ( #16815 )
...
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-05-06 21:17:51 +08:00
binbin
c55c793da3
[skip e2e] Add a new case label for cluster mode ( #16800 )
...
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-05-06 21:01:51 +08:00
jingkl
a0110998e8
[test]Update common func with string ( #16803 )
...
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2022-05-06 20:17:51 +08:00
sre-ci-robot
b60998038f
Update all contributors
...
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-05-06 12:01:20 +00:00
Ten Thousand Leaves
a8e1c8fa9d
Make duplicate flush recalls success and other logic update ( #16755 )
...
Latest logic:
1) Duplicate flush calls on same segments will not result in errors (same as the original design)
2) `FlushSegments` now still flushes stale segments even if non-stale segments failed to get flushed
issue: #16749
/kind enhancement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-05-06 17:49:51 +08:00
Jiquan Long
98ceb162aa
Support antlr as plan parser ( #16696 )
...
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
Co-authored-by: xaxys <tpnnghd@163.com>
Co-authored-by: xaxys <tpnnghd@163.com>
2022-05-06 17:43:51 +08:00
Letian Jiang
b0053b7a45
Add isShardLeader field in search/query request ( #16798 )
...
Signed-off-by: Letian Jiang <letian.jiang@zilliz.com>
2022-05-06 16:55:51 +08:00
Ji Bin
abdbc65988
[skip e2e] Force go 1.17 for Code Checker MinGW ( #16797 )
...
- Also lock rocksdb to 6.26
Signed-off-by: Ji Bin <matrixji@live.com>
2022-05-06 16:27:50 +08:00
xige-16
009b773b6e
Delete set default type param max_len for varchar field ( #16794 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-05-06 15:59:51 +08:00
Jenny Li
5022858894
[skip e2e]Disable contributor action when repo is not milvus ( #16795 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-05-06 11:57:51 +08:00
groot
8736372fd2
Fix bulkload bugs ( #16760 )
...
Signed-off-by: groot <yihua.mo@zilliz.com>
2022-05-06 11:21:50 +08:00
yanliang567
84baa93cb1
Add tests for bulk load ( #16780 )
...
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2022-05-06 09:51:51 +08:00
xige-16
7cc995d085
Prohibit creating diff indexes with same index_name on a collection ( #16774 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-05-05 21:33:51 +08:00
Ten Thousand Leaves
1acd256481
Add DataQueryable and DataIndexed states for bulk load tasks ( #16725 )
...
issue: #16607
/kind enhancement
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-05-05 21:17:50 +08:00
yah01
c82e2453eb
Modify the replicas' shard info after load balance ( #16785 )
...
Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-05-05 21:15:50 +08:00
Xiaofan
5922f147e5
Fix stale etcd dependency ( #16777 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-05-05 20:07:50 +08:00
binbin
b60c7f9ba3
Support replica as input parameters and update test cases to adapt to different replicas ( #16757 )
...
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-05-05 18:15:51 +08:00
congqixia
8c004fa981
Fix replicaID is allow zero from watch channel task ( #16788 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-05-05 18:11:51 +08:00
yah01
20936f78da
Fix LoadBalance failed to sync segments to shard leader when the leader is offline ( #16770 )
...
Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-05-05 16:25:50 +08:00
Xiaofan
333b439a6c
Support config grpc log level ( #16618 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-05-05 10:35:50 +08:00
shaoyue
fa97f86cda
Clean up not used id_cache related code ( #16655 )
...
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
2022-05-05 09:59:51 +08:00
Xiaofan
337ad53613
Support config small index nprobe and nlist ( #16731 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-05-05 09:49:50 +08:00
cai.zhang
2be46a01c0
Reduce the number of retries and add error log ( #16754 )
...
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2022-05-05 09:31:51 +08:00
jaime
c25b337c36
Remove AddTenant from meta table ( #16717 )
...
Signed-off-by: yun.zhang <yun.zhang@zilliz.com>
2022-05-05 09:23:51 +08:00
sre-ci-robot
0b5a593d69
Update all contributors
...
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-05-04 12:01:02 +00:00
Chenglong.li
a3fc596fb3
[skip e2e]Change insight to Attu in Readme ( #16766 )
...
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
2022-05-04 19:13:51 +08:00
Eng Zer Jun
5375161777
test: use T.TempDir
to create temporary test directory ( #16758 )
...
This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.
Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
defer func() {
if err := os.RemoveAll(dir); err != nil {
t.Fatal(err)
}
}
is also tedious, but `t.TempDir` handles this for us nicely.
Fixes : #16759
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-04 11:35:50 +08:00
Cai Yudong
21a1311f66
Merge utils/Utils.h into common/Utils.h ( #16762 )
...
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
2022-05-03 12:05:50 +08:00
Cai Yudong
6a62ff18bf
Support easylogging config for segcore and knowhere ( #16751 )
...
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
2022-05-03 08:39:49 +08:00
Cai Yudong
d5db4ae463
Merge utils/Types.h with common/Types.h ( #16445 )
...
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
2022-05-02 22:21:51 +08:00