mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
5f2f8bdc8b
* [skip ci](shards): export MAX_WORKERS as configurable parameter Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): skip mishards .env git info Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): support more robust static discovery host configuration Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): update static provider that terminate server if connection to downstream server error during startup Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): add topology.py Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): add connection pool Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): add topology test Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): refactory using topo Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): refactory static discovery using topo Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): refactory kubernetes discovery using topo Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): add more test for connection pool Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): export 19541 and 19542 for all_in_one demo Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): check version on new connection Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): mock connections Signed-off-by: peng.xu <peng.xu@zilliz.com> * [skip ci](shards): update tests Signed-off-by: peng.xu <peng.xu@zilliz.com>
35 lines
417 B
Plaintext
35 lines
417 B
Plaintext
# CLion generated files
|
|
core/cmake-build-debug/
|
|
core/cmake-build-release/
|
|
core/cmake_build
|
|
core/.idea/
|
|
core/thirdparty/knowhere_build
|
|
|
|
.idea/
|
|
.ycm_extra_conf.py
|
|
__pycache__
|
|
|
|
# vscode generated files
|
|
.vscode
|
|
|
|
build
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
cmake_build
|
|
|
|
# Compiled source
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.o
|
|
*.lo
|
|
*.tar.gz
|
|
*.log
|
|
.coverage
|
|
*.pyc
|
|
cov_html/
|
|
|
|
# temp
|
|
shards/all_in_one_with_mysql/metadata/
|
|
shards/mishards/.env
|