1. 06 1月, 2020 1 次提交
  2. 04 1月, 2020 2 次提交
    • C
      28da6c73
    • C
      support minio storage (#895) · b9d9b8ec
      Cai Yudong 提交于
      * #815 add S3 client
      
      * #815 update S3 interface
      
      * #815 add bucket_name_ as class field, add StartService() and StopService()
      
      * #815 add FileIOReader and FileIOWriter
      
      * #815 fix unittest test_storage build error
      
      * #815 add GetObjectStr()
      
      * #815 add S3IOReader/S3IOWriter
      
      * #815 add ListObjects(), support put string with \0, launch S3 service when server start
      
      * #815 read/write s3 index file pass
      
      * #815 add MinIO related config
      
      * #815 fix storage config issuegs
      
      * #815 code clean
      
      * #815 use local file or S3 via minio_enable
      
      * #815 add DeleteObjects() for S3
      
      * #815 print out IO rate when read_index & write_index
      
      * #815 clean code
      
      * #815 fix centos build error
      
      * #815 support MinIO storage
      
      * #815 fix typo
      b9d9b8ec
  3. 02 1月, 2020 2 次提交
    • S
      Fix mysqlmetaimpl (#869) · ba36d18d
      shengjh 提交于
      * *fix mysqlMetaImpl Initialize failed create directory
      
      * *style: format code
      
      * *style: format code
      
      * *style: format code
      
      * *style: format code
      
      * *fix: sqliteMetaImpl Initialize failed create directory
      
      * add empty line to trigger CI
      ba36d18d
    • Y
      IVFTest.gpu_seal_test unittest failed #805 (#888) · 397a757f
      Yukikaze-CZR 提交于
      * Add log to debug #678
      
      * Rename nsg_mix to RNSG in C++ sdk #735
      
      * [skip ci] change __function__
      
      * clang-format
      
      * IVFTest.gpu_seal_test unittest failed #805
      
      * rerun jenkins CI
      
      * fix test_util
      397a757f
  4. 28 12月, 2019 1 次提交
  5. 20 12月, 2019 1 次提交
    • Y
      Put C++ sdk out of milvus/core (#785) · 79957330
      yukun 提交于
      * Put C++ sdk out of milvus/core
      
      * Delete core/src/sdk
      
      * Add clang-format for c++ sdk
      
      * Add README.md for sdk
      
      * Server unittest run failed on low-end server
      
      * set gpu_cache_capacity to 1G
      79957330
  6. 18 12月, 2019 1 次提交
  7. 17 12月, 2019 1 次提交
  8. 16 12月, 2019 1 次提交
    • Q
      enable build milvus on centos7 (#769) · 952f3435
      quicksilver 提交于
      * enable build milvus on centos7
      
      * Update build enviroment Centos7 dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * add centos7_build_deps.sh
      
      * add centos7 build cpu version enviroment
      
      * add centos7 on github actions
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * update ci/docker/centos-7-core.dockerfile
      
      * fix github actions bug
      
      * update centos7 case on github actions
      
      * update docker-compose.yml
      
      * debug centos case on github actions
      
      * debug centos case on github actions
      
      * add centos7 deploy dockerfile
      952f3435
  9. 14 12月, 2019 3 次提交
    • C
      support config cli test 2 (#764) · 41d7500f
      Cai Yudong 提交于
      * #665 support get/set config via CLI
      
      * #665 support get/set config via CLI
      
      * #665 add unittest for config CLI
      
      * #665 remove config_node_map_
      
      * #665 remove config_node_map_
      
      * #665 fix clang-format
      
      * #665 fix clang-format
      
      * #665 update changelog
      
      * #665 code clean
      
      * #665 update API interface
      
      * #665 update API interface
      
      * #665 handle server status
      
      * #665 handle unknown command
      
      * #665 update debug log
      
      * #665 rollback CmdRequest.cpp
      41d7500f
    • Q
      fix bug · b8133a73
      quicksilver 提交于
      b8133a73
    • Q
      add centos7 build cpu version enviroment · ca37da59
      quicksilver 提交于
      ca37da59
  10. 12 12月, 2019 1 次提交
    • B
      Refactor server module separating Grpc from server handler and scheduler (#757) · 5e045af5
      BossZou 提交于
      * refactoring(create_table done)
      
      * refactoring
      
      * refactor server delivery (insert done)
      
      * refactoring server module (count_table done)
      
      * server refactor done
      
      * cmake pass
      
      * refactor server module done.
      
      * set grpc response status correctly
      
      * format done.
      
      * fix redefine ErrorMap()
      
      * optimize insert reducing ids data copy
      
      * optimize grpc request with reducing data copy
      
      * clang format
      
      * [skip ci] Refactor server module done. update changlog. prepare for PR
      
      * remove explicit and change int32_t to int64_t
      5e045af5
  11. 10 12月, 2019 1 次提交
    • Z
      Add Opentracing (#729) · e99896ac
      Zhiru Zhu 提交于
      * add TracerUtil
      
      * Interceptor ok
      
      * add handler
      
      * add context
      
      * minor update
      
      * keep span in trace context
      
      * add span in search okay
      
      * Update Context.cpp
      
      * refactor
      
      * refactor
      
      * refactor
      
      * format
      
      * add context in SearchJob
      
      * trace search okay
      
      * add back finish span in interceptor
      
      * add namespace
      
      * add tracing config in server config
      
      * add random id
      
      * debug mode okay
      
      * update CMakeLists
      
      * add opentracing to cmake
      
      * update unittest
      
      * add tracing namespace
      
      * remove std::run_time error
      
      * add lock when erasing context_map
      
      * update tracing config
      
      * lint
      
      * update CHANGELOG
      
      * small fix
      
      * fix server unit test
      
      * fix scheduler unit test
      
      * fix db unit test
      
      * lint
      
      * fix db unit test gpu version
      
      * rename to tracing_config
      
      * fix
      
      * update
      
      * trigger ci
      e99896ac
  12. 09 12月, 2019 1 次提交
    • W
      Remove unused codes (#732) · 4847e502
      Wang XiangYu 提交于
      * remove unused function and comments
      
      * remove always-true parameter
      
      * run on python2 explicitly
      
      * fix clang-format
      4847e502
  13. 06 12月, 2019 1 次提交
    • G
      fix unittest (#720) · 2b40ddbb
      groot 提交于
      * #670 Random failure of unittest db_test::SEARCH_TEST
      
      * add an important log
      
      * add an important log
      
      * add an important log
      
      * #674 server down in stability test
      
      * add more log
      
      * remove log
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      2b40ddbb
  14. 05 12月, 2019 1 次提交
  15. 04 12月, 2019 2 次提交
  16. 03 12月, 2019 1 次提交
  17. 02 12月, 2019 4 次提交
  18. 30 11月, 2019 1 次提交
  19. 29 11月, 2019 5 次提交
  20. 28 11月, 2019 3 次提交
  21. 27 11月, 2019 2 次提交
  22. 26 11月, 2019 1 次提交
  23. 23 11月, 2019 2 次提交
  24. 22 11月, 2019 1 次提交