yihao.dai
cefdd25ef7
enhance: [2.6] Don't start cdc by default ( #45217 )
...
issue: https://github.com/milvus-io/milvus/issues/44123
pr: https://github.com/milvus-io/milvus/pull/45216
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-11-03 20:51:33 +08:00
zhenshan.cao
691a8df953
feat: Add RESTful api for rolling upgrade support ( #44381 )
...
issue: https://github.com/milvus-io/milvus/issues/43968
Co-authored-by: chyezh <ye.zhen@zilliz.com>
2025-09-16 20:08:00 +08:00
yihao.dai
51f69f32d0
feat: Add CDC support ( #44124 )
...
This PR implements a new CDC service for Milvus 2.6, providing log-based
cross-cluster replication.
issue: https://github.com/milvus-io/milvus/issues/44123
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: chyezh <chyezh@outlook.com>
Co-authored-by: chyezh <chyezh@outlook.com>
2025-09-16 16:32:01 +08:00
Zhen Ye
ae43230703
enhance: set jemalloc prof disable by default ( #41850 )
...
issue: #40730
- add assertion for insert message
- add more buffer for seal notifier
Signed-off-by: chyezh <chyezh@outlook.com>
2025-05-15 20:10:23 +08:00
Xianhui Lin
f9febe3bae
enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord ( #41006 )
...
Merge RootCoord, DataCoord And QueryCoord into MixCoord
Make Session into one
issue : https://github.com/milvus-io/milvus/issues/37764
---------
Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2025-04-11 16:36:30 +08:00
Zhen Ye
8db708f67d
enhance: enable memory prof based on jemalloc ( #40731 )
...
issue: #40730
also see: https://github.com/milvus-io/cgosymbolizer/pull/2
After these PR, at linux:
- the milvus will always enable jemalloc by default.
- jemalloc will always compiled with --enable-prof options.
- all image will always enable the jemalloc prof by default.
- a pprof http service for jemalloc at `/debug/jemalloc/` will be
registered into restful.
- `jeprof` can remote profile the memory of milvus.
Signed-off-by: chyezh <chyezh@outlook.com>
2025-03-19 14:46:18 +08:00
yihao.dai
b2a8694686
enhance: Merge IndexNode and DataNode ( #40272 )
...
Merge DataNode and IndexNode into DataNode.
issue: https://github.com/milvus-io/milvus/issues/39115
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-03-13 14:26:11 +08:00
Zhen Ye
944f018375
enhance: [skip e2e] only use mixcoord for scripts ( #40273 )
...
issue: #38399
Signed-off-by: chyezh <chyezh@outlook.com>
2025-03-02 18:05:58 +08:00
Zhen Ye
bc8e02df44
enhance: always enable streaming service ( #40253 )
...
issue: #38399
Signed-off-by: chyezh <chyezh@outlook.com>
2025-02-28 15:38:01 +08:00
zhagnlu
56d7225673
fix: Add LD_LIBRARY_PATH when local start milvus ( #29287 )
...
#28165
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2023-12-19 10:08:41 +08:00
jaime
ec1fe3549e
Add a stop hook to clean session ( #27564 )
...
Signed-off-by: jaime <yun.zhang@zilliz.com>
2023-10-16 10:24:10 +08:00
XuanYang-cn
b90fa5f459
Refine codes of datanode buffer ( #23168 )
...
This PR refines deltabuffer of datanode:
- Add last sync time for compacted segment, see also: #23210
- Ensure all deltabuffermanager handles all delete related operations
- Change usedMemory to atomic.Int64
- Remove allocator in delete buffer
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-04-10 18:42:30 +08:00
cai.zhang
aa203acfb3
Low IndexCoord weight ( #21548 )
...
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2023-01-06 14:21:37 +08:00
bigsheeper
004ba37436
Set LD_PRELOAD env for jemalloc ( #18612 )
...
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-08-11 19:50:37 +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
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
bigsheeper
2d9a52206d
Use jemalloc in QueryNode, DataNode and IndexNode ( #17470 )
...
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2022-06-10 11:24:08 +08:00
groot
c0e719119c
[skip ci] Fix script bug ( #13401 )
...
Signed-off-by: yhmo <yihua.mo@zilliz.com>
2021-12-15 10:33:35 +08:00
XuanYang-cn
4a32f1b0fc
[skip ci]Add LF AI&Data foundation license ( #9507 )
...
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2021-10-09 18:01:27 +08:00
groot
4be169635d
[skip ci] Modify script description ( #9401 )
...
Signed-off-by: groot <yihua.mo@zilliz.com>
2021-10-07 18:01:28 +08:00
quicksilver
2834c8532f
[skip ci] Update README.md and DEVELOPMENT.md ( #6173 )
...
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
2021-06-28 16:30:17 +08:00