Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete and WAL feature branch merge #1436

Merged
merged 845 commits into from
Feb 29, 2020
Merged

Delete and WAL feature branch merge #1436

merged 845 commits into from
Feb 29, 2020

Conversation

JinHai-CN
Copy link
Contributor

What type of PR is this?

Feature

What this PR does / why we need it:
This PR is crud branch which include

Which issue(s) this PR fixes:

Fixes #830, #861

Special notes for your reviewer:

Does this PR introduce a user-facing change?:
Introduce several APIs

Additional documentation (e.g. design docs, usage docs, etc.):

youny626 and others added 30 commits February 18, 2020 16:25
implement get vector by id
Signed-off-by: jinhai <hai.jin@zilliz.com>
update wal flush_merge_compact_mutex_
add recovery test && fix dbimpl
del-zhenwu and others added 17 commits February 28, 2020 19:23
Signed-off-by: zhenwu <zw@zilliz.com>
Signed-off-by: jinhai <hai.jin@zilliz.com>
* support ip

Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com>

* IP result distance sort by descend

Signed-off-by: Nicky <nicky.xj.lin@gmail.com>

* update

Signed-off-by: Nicky <nicky.xj.lin@gmail.com>

* format

Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com>
Signed-off-by: jinhai <hai.jin@zilliz.com>
Signed-off-by: jinhai <hai.jin@zilliz.com>
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
validate partition tag
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
@codecov
Copy link

codecov bot commented Feb 29, 2020

Codecov Report

Merging #1436 into master will decrease coverage by 3.56%.
The diff coverage is 72.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1436      +/-   ##
==========================================
- Coverage   96.19%   92.62%   -3.57%     
==========================================
  Files         348      390      +42     
  Lines       18647    22149    +3502     
==========================================
+ Hits        17937    20515    +2578     
- Misses        710     1634     +924
Flag Coverage Δ
#cpu_version_centos7_unittest 92.17% <72.47%> (-3.87%) ⬇️
#cpu_version_ubuntu_18_04_unittest ?
#gpu_version_centos7_unittest 92.54% <71.74%> (-3.63%) ⬇️
#gpu_version_ubuntu18_04_unittest ?
#nightly ?
Impacted Files Coverage Δ
core/src/db/insert/MemTableFile.h 100% <ø> (ø) ⬆️
core/src/server/delivery/request/SearchRequest.h 100% <ø> (ø) ⬆️
...src/server/delivery/request/DropPartitionRequest.h 100% <ø> (ø) ⬆️
core/unittest/db/test_meta_mysql.cpp 99.8% <ø> (-0.02%) ⬇️
core/src/db/engine/ExecutionEngineImpl.h 100% <ø> (ø) ⬆️
core/unittest/server/test_web.cpp 99.72% <ø> (-0.01%) ⬇️
core/src/wrapper/ConfAdapter.h 100% <ø> (ø) ⬆️
core/src/scheduler/task/SearchTask.h 100% <ø> (ø) ⬆️
core/unittest/db/test_engine.cpp 100% <ø> (ø) ⬆️
core/src/db/insert/MemTable.h 100% <ø> (ø) ⬆️
... and 211 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 636f5c9...b4ff34c. Read the comment docs.

@JinHai-CN JinHai-CN merged commit dab7470 into master Feb 29, 2020
@JinHai-CN JinHai-CN deleted the crud branch March 19, 2020 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add WAL(write-ahead logging) in milvus
9 participants