Commit Graph

4752 Commits (61b2c0ad16198c1fa3d57bb8a632e32272f3b7a8)

Author SHA1 Message Date
quicksilver 529f2f9b4a update ci/docker/centos-7-core.dockerfile 2019-12-14 11:49:00 +08:00
quicksilver 660b3f3bd1 fix bug 2019-12-14 11:45:51 +08:00
quicksilver 3ef1843402 fix bug 2019-12-14 11:42:58 +08:00
quicksilver b8133a7316 fix bug 2019-12-14 11:41:29 +08:00
quicksilver ad299b7b40 add centos7 on github actions 2019-12-14 11:39:52 +08:00
quicksilver 3928037fd1 Merge remote-tracking branch 'upstream/master' 2019-12-14 11:19:52 +08:00
quicksilver ca37da59a2 add centos7 build cpu version enviroment 2019-12-14 11:19:11 +08:00
quicksilver 03af301e0c add centos7_build_deps.sh 2019-12-14 00:29:04 +08:00
quicksilver 0444062e32
Update Dockerfile 2019-12-13 23:50:46 +08:00
quicksilver cde8b3d008
Update Dockerfile 2019-12-13 23:12:51 +08:00
quicksilver 10c5093781
Update Dockerfile 2019-12-13 22:27:24 +08:00
quicksilver baee59901e
Update Dockerfile 2019-12-13 22:10:15 +08:00
quicksilver dcd358222f
Update Dockerfile 2019-12-13 22:03:16 +08:00
quicksilver f4d639767d
Update Dockerfile 2019-12-13 22:00:19 +08:00
quicksilver 14141e3474
Update Dockerfile 2019-12-13 21:58:10 +08:00
quicksilver cfa9791d9c
Update build enviroment Centos7 dockerfile 2019-12-13 21:55:13 +08:00
quicksilver a6e774aed6 enable build milvus on centos7 2019-12-13 21:21:33 +08:00
groot 86b83fb32a #744 do not return partition table for show_tables (#747) 2019-12-13 10:54:17 +08:00
quicksilver 93d9dc37e8
Merge pull request #761 from ZhifengZhang-CN/master
update github actions core.yml
2019-12-12 16:25:26 +08:00
quicksilver 2d4344fd34 update github actions core.yml 2019-12-12 16:24:37 +08:00
quicksilver d1b79da6d8 Add Github Actions and remove Travis CI (#752)
* add github actions

* add amd64-ubuntu-18.04-cache volumes

* update core.yml in github actions

* update ci/docker/ubuntu-18.04-core.dockerfile

* update CI scripts file

* update github actions

* update github actions

* update github actions

* remove Travis CI

* update docker-compose.yml

* update ci scripts files

* update docker-compose.yml
2019-12-12 14:19:13 +08:00
BossZou 5e045af51f Refactor server module separating Grpc from server handler and scheduler (#757)
* 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
2019-12-12 14:13:22 +08:00
Yukikaze-CZR 47621f06fb clang-format (#743)
* Add log to debug #678

* Rename nsg_mix to RNSG in C++ sdk #735

* [skip ci] change __function__

* clang-format
2019-12-11 14:06:04 +08:00
Yukikaze-CZR f37509213b Add log to debug #678 (#733)
* Add log to debug #678

* Rename nsg_mix to RNSG in C++ sdk #735

* [skip ci] change __function__
2019-12-10 16:47:35 +08:00
Lutkin Wang 77d2d9b6ee [skip ci] Update the number of contributors. (#741) 2019-12-10 16:35:58 +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
milvus-ci-robot 79181aa1fb update jenkins ci (#734) 2019-12-10 11:09:16 +08:00
allcontributors[bot] 2b27ea5806 docs: add levylll as a contributor (#730)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]
2019-12-09 19:09:53 +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
allcontributors[bot] ce1b42c651 docs: add PizzaL as a contributor (#726)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]
2019-12-09 14:29:48 +08:00
XuPeng-SH 0a134dab82 Mishards synced to 0.6.0 release (#725)
* [skip ci](shards): update to support milvus 0.6.0

* [skip ci](shards): add show partitions

* [skip ci](shards): add drop partition

* [skip ci](shards): add create partition

* [skip ci](shards): update search for partition

* [skip ci](shards): fix search partion bugs

* [skip ci](shards): update all in one demo

* [skip ci](shards/doc): update image in readme
2019-12-09 10:55:32 +08:00
Jin Hai 6ade56018e
Merge pull request #724 from milvus-io/0.6.0
0.6.0
2019-12-07 17:01:10 +08:00
Cai Yudong c11a4c594e #709 handle the case when git fail to get last commit id (#723) 2019-12-07 17:00:21 +08:00
Jin Hai 827ed1fd3d
Update CHANGELOG.md (#722) 2019-12-07 16:25:32 +08:00
JinHai-CN f831f3cf3b Update CHANGELOG.md 2019-12-07 16:18:17 +08:00
Jin Hai d199e2e080
Merge pull request #721 from milvus-io/0.6.0
Merge from 0.6.0
2019-12-07 13:48:23 +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
Cai Yudong 1193526719 show last commit id when server start (#717)
* #709 show last commit id when server start

* #709 fix typo error
2019-12-06 14:31:53 +08:00
groot 5bec93bffa Set nlist to default after drop index (#719)
* #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
2019-12-06 14:30:17 +08:00
groot b6f22c7370 Fix unittest failure (#714) 2019-12-05 20:08:15 +08:00
Jin Hai fae3220cd9
Merge pull request #711 from milvus-io/0.6.0
Merge from 0.6.0
2019-12-05 17:34:32 +08:00
groot ebb4cedeb7 #696 metric_type changed from IP to L2 (#710)
* #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
2019-12-05 17:32:41 +08:00
groot 564095fd8d #674 server down in stability test (#708)
* #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
2019-12-05 16:50:53 +08:00
Cai Yudong 5970450d48 #705 fix search SQ8H crash without GPU resource (#706) 2019-12-05 11:42:09 +08:00
allcontributors[bot] ae630a804b [skip ci] docs: add zerowe-seven as a contributor (#698)
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* [skip ci] Update README.md.
2019-12-04 19:37:31 +08:00
Yukikaze-CZR 8574b8b93f add code coverage rate and fix #670 (#693) 2019-12-04 19:37:13 +08:00
Lutkin Wang 51c11ed15b [skip ci] Update Chinese and Japanese readme (#699)
* [skip ci] Update README.md.

Minor fixes for consistency with the English readme.

* [skip ci] Update README.

Minor fixes to match the English readme.
2019-12-04 17:53:40 +08:00
Lutkin Wang b234fd404f [skip ci] Update README.md. (#697)
1. Change "API" to "SDK".
2. Fix the "all contributors" badge.
2019-12-04 16:28:26 +08:00
jielinxu d82c7da629 [skip ci] update install.md (#688)
* [skip ci] update install.md

* Update install.md
2019-12-04 16:27:44 +08:00
groot 20e0710661 Add important log (#694)
* #670 Random failure of unittest db_test::SEARCH_TEST

* add an important log

* add an important log

* add an important log
2019-12-04 16:19:52 +08:00