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
Wang XiangYu
4847e5027f
Remove unused codes ( #732 )
...
* remove unused function and comments
* remove always-true parameter
* run on python2 explicitly
* fix clang-format
2019-12-09 19:09:14 +08:00
groot
2b40ddbb27
fix unittest ( #720 )
...
* #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
2019-12-06 16:40:51 +08:00
groot
b6f22c7370
Fix unittest failure ( #714 )
2019-12-05 20:08:15 +08:00
Yukikaze-CZR
8574b8b93f
add code coverage rate and fix #670 ( #693 )
2019-12-04 19:37:13 +08:00
groot
3321a82c32
#670 Random failure of unittest db_test::SEARCH_TEST ( #671 )
2019-12-04 10:11:50 +08:00
Lizhou Gao
6c14297a29
use better names for timing MACROs milvus-io#556
2019-12-03 10:49:00 +08:00
groot
3df535e11e
#649 Typo partiton should be partition
2019-12-02 15:39:16 +08:00
groot
0b3f7e15c0
Merge remote-tracking branch 'source/0.6.0' into ongoing
2019-11-30 16:26:02 +08:00
groot
c220e0e157
refine code
2019-11-29 16:18:57 +08:00
yudong.cai
a023511f16
#611 remove MILVUS_CPU_VERSION
2019-11-29 16:02:08 +08:00
groot
85211d537f
reconstruct code
2019-11-29 12:38:18 +08:00
groot
3a36d75404
Merge remote-tracking branch 'source/0.6.0' into ongoing
2019-11-29 10:47:46 +08:00
groot
50cd6dd8d2
add unittest case
2019-11-29 10:47:23 +08:00
groot
930097128b
#596 Frequently insert operation cost too much disk space
2019-11-29 10:30:10 +08:00
Yukikaze-CZR
09d6165290
Increase code coverage rate #485
2019-11-28 19:37:36 +08:00
Jin Hai
095d07bf01
Merge pull request #562 from yhmo/migration
...
#354 Build migration scripts into milvus docker image
2019-11-27 15:53:43 +08:00
Yukikaze-CZR
47abe4ff47
#504 The code coverage rate of core/src/scheduler/optimizer is too low
2019-11-27 14:21:53 +08:00
groot
73f12432cc
random failure of unittest
2019-11-27 11:01:29 +08:00
groot
8b652a00e2
#530 BuildIndex stop when do build index and search simultaneously
2019-11-26 18:08:15 +08:00
groot
2b805489a1
#485 Increase code coverage rate
2019-11-23 11:34:45 +08:00
groot
e96c97c8f7
#470 raw files should not be build index
2019-11-22 11:28:31 +08:00
fishpenguin
29006f3cb5
fix conflict
2019-11-20 19:00:56 +08:00
fishpenguin
8a42c8759e
Query API in customization still uses old version
2019-11-20 18:44:11 +08:00
groot
50c4f98dc5
merge from 0.6.0
2019-11-20 12:25:17 +08:00
groot
15dcce417e
#377 Create partition success if tag name only contains spaces
2019-11-20 12:24:18 +08:00
fishpenguin
7f5c2fefd8
Remove OnlyGpuPass and add MILVUS_GPU_VERSION define
2019-11-19 19:18:54 +08:00
Zhiru Zhu
a7cb907e44
remove gpu in unittest
2019-11-15 20:15:34 +08:00
groot
a57bfae626
merge 0.5.3 to 0.6.0
2019-11-14 16:16:11 +08:00
groot
dbe90c7abc
support table partition
2019-11-07 16:46:31 +08:00
yudong.cai
2deba2dcb9
#208 optimize unittest to support run single test more easily
2019-11-06 16:22:38 +08:00
groot
55bfdd3fb6
merge 0.5.2 into 0.6.0
2019-11-06 11:39:30 +08:00
youny626
2a1f2ab09d
change default config to gpu
2019-11-05 21:48:23 +08:00
youny626
bede77751e
clang format
2019-11-05 13:35:24 +08:00
groot
bc802b04a0
fix build error
2019-11-05 12:02:58 +08:00
youny626
4ca6b59b91
add CPU version
2019-11-05 10:23:59 +08:00
yudong.cai
5150647eeb
#168 fix reduce bug
...
Former-commit-id: 5c6f2e25cbf9efe4a58bf89757fc4983ebda4f35
2019-11-02 21:54:01 +08:00
yudong.cai
f49d23badd
#168 improve result reduce
...
Former-commit-id: 21887800b9afe47b759a09c1f9fbed97b467cab1
2019-11-02 21:54:01 +08:00
xiaojun.lin
39e127d707
Upgrade Faiss to v1.6
...
Former-commit-id: 637f6933c77c2644d4d90120d9d2aed77e4e70ff
2019-10-29 20:05:01 +08:00
starlord
e7876f6343
avoid relative header path
...
Former-commit-id: d4a01b720ac7011e17076b7c36a20af0ebe2b58a
2019-10-23 15:05:22 +08:00
starlord
bbc2c90741
format code
...
Former-commit-id: 1e15f2112b93a17958c2e663fafc79cf39dd3148
2019-10-21 19:30:54 +08:00
starlord
19dca4c969
#59 Topk result is incorrect for small dataset
...
Former-commit-id: f8c4a38365881252e66f280647aedf1e4c6395e5
2019-10-21 19:24:18 +08:00
Yu Kun
6c7bb57cb2
add unitteest
...
Former-commit-id: 9ad0fddedf0ace50845a7d516452b986162204f8
2019-10-16 20:46:09 +08:00
yudong.cai
44b830639a
MS-606 fix result reduce bug
...
Former-commit-id: 86bf350874b7a5ec72e77eea2be1f8a5a8548e19
2019-10-14 18:20:15 +08:00
starlord
004bd81ac8
Merge remote-tracking branch 'source/branch-0.5.0' into branch-0.5.0
...
Former-commit-id: 4496b80869e6be02b8fbbe92a3ab08f8bf763acf
2019-10-14 09:51:56 +08:00
starlord
41d37f9648
re-organize project
...
Former-commit-id: 898c2c8b0b2cfdc1b8664062aa0ea910a93566dd
2019-10-14 09:51:48 +08:00