10 Commits

Author SHA1 Message Date
Cai Yudong
608c86e8cb #758 enhance config description (#804) 2019-12-21 11:02:01 +08:00
yukun
79957330d7 Put C++ sdk out of milvus/core (#785)
* 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
2019-12-20 14:08:45 +08:00
Zhiru Zhu
e99896ac62 Add Opentracing (#729)
* 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
2019-12-10 15:24:54 +08:00
yudong.cai
2aad94b678 #560 add version in server config file 2019-11-28 16:12:39 +08:00
yudong.cai
37df2b6fc4 #346 rename gpu_resource_config.enable_gpu to gpu_resource_config.enable 2019-11-20 10:22:42 +08:00
fishpenguin
7f5c2fefd8 Remove OnlyGpuPass and add MILVUS_GPU_VERSION define 2019-11-19 19:18:54 +08:00
yudong.cai
0d1923c61f #346 update gpu resource config APIs 2019-11-19 15:49:40 +08:00
yudong.cai
fddfd1eb03 #346 update config APIs to support build index with multiple GPUs 2019-11-18 18:47:52 +08:00
ZhifengZhang-CN
03f297fff4 format server_cpu_config.template and server_gpu_config.template 2019-11-13 13:52:16 +08:00
ZhifengZhang-CN
613c74afcf rename server_config.template to server_cpu_config.template 2019-11-13 13:43:44 +08:00