SimFG
2008f60e50
Simplify the implementations of the ToPhysicalChannel and the ConvertChannelName func ( #17605 )
...
Signed-off-by: SimFG <bang.fu@zilliz.com>
2022-06-17 10:22:11 +08:00
yah01
0f87763682
Fix LoadBalance may not update the shard leader ( #17608 )
...
This happens probably with concurrent updating replicas,
some goroutines modify the nodes list of replicas,
and the others modify the shard leaders of replicas
Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-06-17 08:58:10 +08:00
binbin
380c788ec9
[skip e2e] Update compaction related test cases for code change ( #17596 )
...
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-06-16 21:20:11 +08:00
yanliang567
bea6fcd5fd
verify data_queryable state after bulk load ( #17601 )
...
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2022-06-16 21:14:10 +08:00
cai.zhang
53a49a9255
GetIndexState only get the state generated call CreateIndex ( #17549 )
...
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
2022-06-16 20:12:11 +08:00
Bingyi Sun
00089de2c5
Use v0.6.7 pulsar go client ( #17594 )
...
Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
2022-06-16 19:34:10 +08:00
yah01
3f42f5f345
Set the task state to TaskFailed if error occurs ( #17598 )
...
Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-06-16 19:18:11 +08:00
Jiquan Long
8e2797fe30
Print error when failed to broadcast message ( #17595 )
...
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2022-06-16 18:32:10 +08:00
shaoyue
04f836f516
Fix s3 delete file ( #17574 )
...
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
2022-06-16 18:14:10 +08:00
Letian Jiang
be4077421e
Filter duplicated sealed segments which are both online and offline ( #17593 )
...
Signed-off-by: Letian Jiang <letian.jiang@zilliz.com>
2022-06-16 17:42:11 +08:00
Xiaofan
1f6fbf91b2
Fix pulsar unsubsribe issue ( #17562 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-06-16 17:28:11 +08:00
Jiquan Long
2f66531fdf
Fix wrong IP distances ( #17590 )
...
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2022-06-16 16:34:11 +08:00
Jenny Li
0c2970f916
Add Image size after build docker image ( #17591 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-06-16 16:28:11 +08:00
yah01
7d5c8c5f38
Fix bug not remove offline node ( #17560 )
...
The LoadBalance task won't remove the offline node if the node never load/watch any segment/dmchannel
Signed-off-by: yah01 <yang.cen@zilliz.com>
2022-06-16 16:00:10 +08:00
Jenny Li
a6f0a23145
[skip e2e] Move feature label to exemptLabels ( #17586 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-06-16 14:18:10 +08:00
groot
b5e62023ea
Return error when bulkload pending list hit limit ( #17570 )
...
Signed-off-by: groot <yihua.mo@zilliz.com>
2022-06-16 13:02:10 +08:00
wayblink
eb5b0b7fc8
Move SegmentInfo out of VchannelInfo, leave Id only to decrease kv size. Get complete SegmentInfo through RPC ( #17441 )
...
Resolves : #17233 #16047
Signed-off-by: wayblink <anyang.wang@zilliz.com>
2022-06-16 12:00:10 +08:00
Jenny Li
5cfc4a0fc8
[skip e2e] Upgrade codecov-action && add retry upload cov ( #17575 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-06-16 09:52:10 +08:00
Xiaofan
54aeb077e9
Refine compaction selection poliy ( #17486 )
...
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
2022-06-15 23:14:10 +08:00
cai.zhang
ea5041aec2
Acquiring the segment reference lock on task level ( #17544 )
...
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
2022-06-15 21:38:10 +08:00
Jiquan Long
875b6f88b0
Add channel information to flow graph node ( #17349 )
...
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2022-06-15 21:04:10 +08:00
Ten Thousand Leaves
51a9e54b21
Fix a bug that causes infinite loop ( #17550 )
...
This will cause AddNode() to keep its lock forever so DataCoord would just hang
issue: #17366
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-06-15 20:50:10 +08:00
xige-16
98b32f3eba
Improve time record log in search/query ( #17545 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-06-15 20:48:10 +08:00
xige-16
dd483beefd
Delete the log that prints a lot of deleteMsg.timestamps ( #17543 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-06-15 20:46:14 +08:00
sre-ci-robot
d20566e04a
Update all contributors
...
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-06-15 12:01:07 +00:00
Bingyi Sun
d4fdfab818
Fix VDC-510 ( #17554 )
...
Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
2022-06-15 19:58:10 +08:00
xing.zhao
76523b313b
Fix bug #17403 by double check collmeta prefix and alias prefix ( #17548 )
...
Signed-off-by: xingzhao <xing.zhao@zilliz.com>
Co-authored-by: xingzhao <xing.zhao@zilliz.com>
2022-06-15 19:14:10 +08:00
SimFG
e825215c44
Remove the redundant 'for' in the TaskCondition ( #17558 )
...
Signed-off-by: SimFG <bang.fu@zilliz.com>
2022-06-15 16:32:10 +08:00
Ten Thousand Leaves
65ab847815
Add segment reference lock for bulk load ( #17457 )
...
So we can support DataQueryable and DataIndexed states
issue: #16607
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
2022-06-15 12:20:10 +08:00
Jiquan Long
e751663fdc
Fix err msg when the dimension of query vectors mismatch field ( #17553 )
...
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2022-06-15 10:54:09 +08:00
congqixia
f9553970f9
Add BindContext function for querycoord task scheduler ( #17531 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-06-14 17:12:09 +08:00
congqixia
ed3a1164dd
Handle wrapped grpc error in funcutil.IsGrpcError ( #17547 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-06-14 17:10:10 +08:00
groot
ab9b186f15
Change bulkload bufsize for row-based parser ( #17473 )
...
Signed-off-by: groot <yihua.mo@zilliz.com>
2022-06-14 16:18:09 +08:00
zhuwenxing
40326f0cac
[skip e2e]Enable serviceMonitor for installation ( #17539 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-14 11:40:09 +08:00
bigsheeper
cdcdfa1ea5
Disable jemalloc and use malloc_trim instead ( #17538 )
...
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-06-14 11:12:09 +08:00
zhuwenxing
47881e7a59
[skip e2e]Set the log to be exported when the job is not successful ( #17533 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-14 09:10:09 +08:00
sre-ci-robot
731137d4d8
Update all contributors
...
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-06-13 12:01:01 +00:00
xing.zhao
e9dcda161f
Add aliases return value in describeCollection task ( #17516 )
...
Signed-off-by: xingzhao <xing.zhao@zilliz.com>
Co-authored-by: 赵星 <zhaoxing@zhaoxings-MacBook-Pro.local>
2022-06-13 19:22:10 +08:00
congqixia
a0d3f37c0d
Sync grpc DefaultKeepAliveTimeout to milvus.yaml ( #17519 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-06-13 16:18:09 +08:00
zhuwenxing
aa9c307a09
[skip e2e]Make work node number can be configured ( #17522 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-13 16:04:09 +08:00
XuanYang-cn
e6225d923b
Cancel timers while adding new timer ( #17511 )
...
See also: #17335
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2022-06-13 14:46:08 +08:00
congqixia
d1de8cabdd
Fix %w verb for error wrapping in grpcclient ( #17484 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2022-06-13 12:48:08 +08:00
zhuwenxing
a206f7274b
[skip e2e]Remove node selector ( #17514 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-13 12:44:08 +08:00
Bingyi Sun
b3f0bbadff
Adjust keepalive timeout to 20s as default ( #17510 )
...
Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
2022-06-13 11:54:08 +08:00
xige-16
16f0815184
Add time record log on search/query execution path ( #17497 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-06-13 11:42:09 +08:00
zhuwenxing
eb4e39099c
[skip e2e]Update pod template and etcd version ( #17507 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-13 11:40:09 +08:00
Jenny Li
6375a223d1
[skip e2e] Update url to ci jenkins and clean old qa jenkins data ( #17509 )
...
Signed-off-by: Jenny Li <jing.li@zilliz.com>
2022-06-13 11:06:09 +08:00
zhuwenxing
440bce9d45
[skip e2e]Add default value for schedule job ( #17501 )
...
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-06-11 15:10:08 +08:00
bigsheeper
c77bc81057
Set jemalloc LD_PRELOAD env to linux image ( #17494 )
...
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-06-10 21:58:08 +08:00
xige-16
36ad989590
Fix segOffset grater than insert barrier when mark delete ( #17444 )
...
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-06-10 20:02:08 +08:00