mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 03:13:22 +08:00
* add read/write lock * change compact to ddl queue * add api to get vector data * add flush / merge / compact lock * add api to get vector data * add data size for table info * add db recovery test * add data_size check * change file name to uppercase Signed-off-by: jinhai <hai.jin@zilliz.com> * update wal flush_merge_compact_mutex_ * update wal flush_merge_compact_mutex_ * change requirement * change requirement * upd requirement * add logging * add logging * add logging * add logging * add logging * add logging * add logging * add logging * add logging * delete part * add all size checks * fix bug * update faiss get_vector_by_id * add get_vector case * update get vector by id * update server * fix DBImpl * attempting to fix #1268 * lint * update unit test * fix #1259 * issue 1271 fix wal config * update * fix cases Signed-off-by: del.zhenwu <zhenxiang.li@zilliz.com> * update read / write error message * update read / write error message * [skip ci] get vectors by id from raw files instead faiss * [skip ci] update FilesByType meta * update * fix ci error * update * lint * Hide partition_name parameter * Remove douban pip source Signed-off-by: zhenwu <zw@zilliz.com> * Update epsilon value in test cases Signed-off-by: zhenwu <zw@zilliz.com> * Add default partition * Caiyd crud (#1313) * fix clang format Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix unittest build error Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * add faiss_bitset_test Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * avoid user directly operate partition table * fix has table bug * Caiyd crud (#1323) * fix clang format Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix unittest build error Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * use compile option -O3 Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * update faiss_bitset_test.cpp Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * change open flags * change OngoingFileChecker to static instance * mark ongoing files when applying deletes * update clean up with ttl * fix centos ci * update * lint * update partition Signed-off-by: zhenwu <zw@zilliz.com> * update delete and flush to include partitions * update * Update cases Signed-off-by: zhenwu <zw@zilliz.com> * Fix test cases crud (#1350) * fix order * add wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix invalid operation issue Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix invalid operation issue Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix bug Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix bug Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * crud fix Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * crud fix Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * add table info test cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * merge cases Signed-off-by: zhenwu <zw@zilliz.com> * Shengjun (#1349) * Add GPU sharing solution on native Kubernetes (#1102) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Fix http server bug (#1096) * 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 * add web server * [skip ci] add license in web module * modify header include & comment oatpp environment config * add port configure & create table in handler * modify web url * simple url complation done & add swagger * make sure web url * web functionality done. debuging * add web unittest * web test pass * add web server port * add web server port in template * update unittest cmake file * change web server default port to 19121 * rename method in web module & unittest pass * add search case in unittest for web module * rename some variables * fix bug * unittest pass * web prepare * fix cmd bug(check server status) * update changlog * add web port validate & default set * clang-format pass * add web port test in unittest * add CORS & redirect root to swagger ui * add web status * web table method func cascade test pass * add config url in web module * modify thirdparty cmake to avoid building oatpp test * clang format * update changlog * add constants in web module * reserve Config.cpp * fix constants reference bug * replace web server with async module * modify component to support async * format * developing controller & add test clent into unittest * add web port into demo/server_config * modify thirdparty cmake to allow build test * remove unnecessary comment * add endpoint info in controller * finish web test(bug here) * clang format * add web test cpp to lint exclusions * check null field in GetConfig * add macro RETURN STATUS DTo * fix cmake conflict * fix crash when exit server * remove surplus comments & add http param check * add uri /docs to direct swagger * format * change cmd to system * add default value & unittest in web module * add macros to judge if GPU supported * add macros in unit & add default in index dto & print error message when bind http port fail * format (fix #788) * fix cors bug (not completed) * comment cors * change web framework to simple api * comments optimize * change to simple API * remove comments in controller.hpp * remove EP_COMMON_CMAKE_ARGS in oatpp and oatpp-swagger * add ep cmake args to sqlite * clang-format * change a format * test pass * change name to * fix compiler issue(oatpp-swagger depend on oatpp) * add & in start_server.h * specify lib location with oatpp and oatpp-swagger * add comments * add swagger definition * [skip ci] change http method options status code * remove oatpp swagger(fix #970) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * [skip ci] Fix some broken links (#960) * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken links * fix issue 373 (#964) * fix issue 373 * Adjustment format * Adjustment format * Adjustment format * change readme * #966 update NOTICE.md (#967) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * adjust web port cofig place * rename web_port variable * change gpu resources invoke way to cmd() * set advanced config name add DEFAULT * change config setting to cmd * modify .. * optimize code * assign TableDto' count default value 0 (fix #995) * check if table exists when show partitions (fix #1028) * check table exists when drop partition (fix #1029) * check if partition name is legal (fix #1022) * modify status code when partition tag is illegal * update changlog * add info to /system url * add binary index and add bin uri & handler method(not completed) * optimize http insert and search time(fix #1066) | add binary vectors support(fix #1067) * fix test partition bug * fix test bug when check insert records * add binary vectors test * add default for offset and page_size * fix uinttest bug * [skip ci] remove comments * optimize web code for PR comments * add new folder named utils * check offset and pagesize (fix #1082) * improve error message if offset or page_size is not legal (fix #1075) * add log into web module * update changlog * check gpu sources setting when assign repeated value (fix #990) * update changlog * clang-format pass * add default handler in http handler * [skip ci] improve error msg when check gpu resources * change check offset way * remove func IsIntStr * add case * change int32 to int64 when check number str * add log in we module(doing) * update test case * add log in web controller Co-authored-by: jielinxu <52057195+jielinxu@users.noreply.github.com> Co-authored-by: JackLCL <53512883+JackLCL@users.noreply.github.com> Co-authored-by: Cai Yudong <yudong.cai@zilliz.com> * Filtering for specific paths in Jenkins CI (#1107) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Fix Filtering for specific paths in Jenkins CI bug (#1109) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Fix Filtering for specific paths in Jenkins CI bug (#1110) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Don't skip ci when triggered by a time (#1113) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Don't skip ci when triggered by a time * Don't skip ci when triggered by a time * Set default sending to Milvus Dev mail group (#1121) * run hadolint with reviewdog * add LINCENSE in Dockerfile * run hadolint with reviewdog * Reporter of reviewdog command is "github-pr-check" * format Dockerfile * ignore DL3007 in hadolint * clean up old docker images * Add GPU sharing solution on native Kubernetes * nightly test mailer * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Test filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * Filtering for specific paths in Jenkins CI * No skip ci when triggered by a time * Don't skip ci when triggered by a time * Set default sending to Milvus Dev * Support hnsw (#1131) * add hnsw * add config * format... * format.. * Remove test.template (#1129) * Update framework * remove files * Remove files * Remove ann-acc cases && Update java-sdk cases * change cn to en * [skip ci] remove doc test * [skip ci] change cn to en * Case stability * Add mail notification when test failed * Add main notification * Add main notification * gen milvus instance from utils * Distable case with multiprocess * Add mail notification when nightly test failed * add milvus handler param * add http handler * Remove test.template Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com> * Add doc for the RESTful API / Update contributor number in Milvus readme (#1100) * [skip ci] Update contributor number. * [skip ci] Add RESTful API doc. * [skip ci] Some updates. * [skip ci] Change port to 19121. * [skip ci] Update README.md. Update the descriptions for OPTIONS. * Update README.md Fix a typo. * #1105 update error message when creating IVFSQ8H index without GPU resources (#1117) * [skip ci] Update README (#1104) * remove Nvidia owned files from faiss (#1136) * #1135 remove Nvidia owned files from faiss * Revert "#1135 remove Nvidia owned files from faiss" This reverts commit 3bc007c28c8df5861fdd0452fd64c0e2e719eda2. * #1135 remove Nvidia API implementation * #1135 remove Nvidia owned files from faiss * Update CODE_OF_CONDUCT.md (#1163) * Improve codecov (#1095) * Optimize config test. Dir src/config 99% lines covered * add unittest coverage * optimize cache&config unittest * code format * format * format code * fix merge conflict * cover src/utils unittest * '#831 fix exe_path judge error' * #831 fix exe_path judge error * add some unittest coverage * add some unittest coverage * improve coverage of src/wrapper * improve src/wrapper coverage * *test optimize db/meta unittest * fix bug * *test optimize mysqlMetaImpl unittest * *style: format code * import server& scheduler unittest coverage * handover next work * *test: add some test_meta test case * *format code * *fix: fix typo * feat(codecov): improve code coverage for src/db(#872) * feat(codecov): improve code coverage for src/db/engine(#872) * feat(codecov): improve code coverage(#872) * fix config unittest bug * feat(codecov): improve code coverage core/db/engine(#872) * feat(codecov): improve code coverage core/knowhere * feat(codecov): improve code coverage core/knowhere * feat(codecov): improve code coverage * feat(codecov): fix cpu test some error * feat(codecov): improve code coverage * feat(codecov): rename some fiu * fix(db/meta): fix switch/case default action * feat(codecov): improve code coverage(#872) * fix error caused by merge code * format code * feat(codecov): improve code coverage & format code(#872) * feat(codecov): fix test error(#872) * feat(codecov): fix unittest test_mem(#872) * feat(codecov): fix unittest(#872) * feat(codecov): fix unittest for resource manager(#872) * feat(codecov): code format (#872) * feat(codecov): trigger ci(#872) * fix(RequestScheduler): remove a wrong sleep statement * test(test_rpc): fix rpc test * Fix format issue * Remove unused comments * Fix unit test error Co-authored-by: ABNER-1 <ABNER-1@users.noreply.github.com> Co-authored-by: Jin Hai <hai.jin@zilliz.com> * Support run dev test with http handler in python SDK (#1116) * 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 * add web server * [skip ci] add license in web module * modify header include & comment oatpp environment config * add port configure & create table in handler * modify web url * simple url complation done & add swagger * make sure web url * web functionality done. debuging * add web unittest * web test pass * add web server port * add web server port in template * update unittest cmake file * change web server default port to 19121 * rename method in web module & unittest pass * add search case in unittest for web module * rename some variables * fix bug * unittest pass * web prepare * fix cmd bug(check server status) * update changlog * add web port validate & default set * clang-format pass * add web port test in unittest * add CORS & redirect root to swagger ui * add web status * web table method func cascade test pass * add config url in web module * modify thirdparty cmake to avoid building oatpp test * clang format * update changlog * add constants in web module * reserve Config.cpp * fix constants reference bug * replace web server with async module * modify component to support async * format * developing controller & add test clent into unittest * add web port into demo/server_config * modify thirdparty cmake to allow build test * remove unnecessary comment * add endpoint info in controller * finish web test(bug here) * clang format * add web test cpp to lint exclusions * check null field in GetConfig * add macro RETURN STATUS DTo * fix cmake conflict * fix crash when exit server * remove surplus comments & add http param check * add uri /docs to direct swagger * format * change cmd to system * add default value & unittest in web module * add macros to judge if GPU supported * add macros in unit & add default in index dto & print error message when bind http port fail * format (fix #788) * fix cors bug (not completed) * comment cors * change web framework to simple api * comments optimize * change to simple API * remove comments in controller.hpp * remove EP_COMMON_CMAKE_ARGS in oatpp and oatpp-swagger * add ep cmake args to sqlite * clang-format * change a format * test pass * change name to * fix compiler issue(oatpp-swagger depend on oatpp) * add & in start_server.h * specify lib location with oatpp and oatpp-swagger * add comments * add swagger definition * [skip ci] change http method options status code * remove oatpp swagger(fix #970) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * [skip ci] Fix some broken links (#960) * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken link * [skip ci] Fix broken links * fix issue 373 (#964) * fix issue 373 * Adjustment format * Adjustment format * Adjustment format * change readme * #966 update NOTICE.md (#967) * remove comments * check Start web behavior * add default to cpu_cache_capacity * remove swagger component.hpp & /docs url * remove /docs info * remove /docs in unittest * remove space in test rpc * remove repeate info in CHANGLOG * change cache_insert_data default value as a constant * adjust web port cofig place * rename web_port variable * change gpu resources invoke way to cmd() * set advanced config name add DEFAULT * change config setting to cmd * modify .. * optimize code * assign TableDto' count default value 0 (fix #995) * check if table exists when show partitions (fix #1028) * check table exists when drop partition (fix #1029) * check if partition name is legal (fix #1022) * modify status code when partition tag is illegal * update changlog * add info to /system url * add binary index and add bin uri & handler method(not completed) * optimize http insert and search time(fix #1066) | add binary vectors support(fix #1067) * fix test partition bug * fix test bug when check insert records * add binary vectors test * add default for offset and page_size * fix uinttest bug * [skip ci] remove comments * optimize web code for PR comments * add new folder named utils * check offset and pagesize (fix #1082) * improve error message if offset or page_size is not legal (fix #1075) * add log into web module * update changlog * check gpu sources setting when assign repeated value (fix #990) * update changlog * clang-format pass * add default handler in http handler * [skip ci] improve error msg when check gpu resources * change check offset way * remove func IsIntStr * add case * change int32 to int64 when check number str * add log in we module(doing) * update test case * add log in web controller * remove surplus dot * add preload into /system/ * change get_milvus() to get_milvus(args['handler']) * support load table into memory with http server (fix #1115) * [skip ci] comment surplus dto in VectorDto Co-authored-by: jielinxu <52057195+jielinxu@users.noreply.github.com> Co-authored-by: JackLCL <53512883+JackLCL@users.noreply.github.com> Co-authored-by: Cai Yudong <yudong.cai@zilliz.com> * Fix #1140 (#1162) * fix Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update... Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * fix2 Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * fix3 Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update changelog Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * Update INSTALL.md (#1175) * Update INSTALL.md 1. Change image tag and Milvus source code to latest. 2. Fix a typo Signed-off-by: Lu Wang <yamasite@qq.com> * Update INSTALL.md Signed-off-by: lu.wang <yamasite@qq.com> * add Tanimoto ground truth (#1138) * add milvus ground truth * add milvus groundtruth * [skip ci] add milvus ground truth * [skip ci]add tanimoto ground truth * fix mix case bug (#1208) * fix mix case bug Signed-off-by: del.zhenwu <zhenxiang.li@zilliz.com> * Remove case.md Signed-off-by: del.zhenwu <zhenxiang.li@zilliz.com> * Update README.md (#1206) Add LFAI mailing lists. Signed-off-by: Lutkin Wang <yamasite@qq.com> * Add design.md to store links to design docs (#1219) * Update README.md Add link to Milvus design docs Signed-off-by: Lutkin Wang <yamasite@qq.com> * Create design.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update design.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Add troubleshooting info about libmysqlpp.so.3 error (#1225) * Update INSTALL.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update INSTALL.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update README.md (#1233) Signed-off-by: Lutkin Wang <yamasite@qq.com> * #1240 Update license declaration of each file (#1241) * #1240 Update license declaration of each files Signed-off-by: jinhai <hai.jin@zilliz.com> * #1240 Update CHANGELOG Signed-off-by: jinhai <hai.jin@zilliz.com> * Update README.md (#1258) Add Jenkins master badge. Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update INSTALL.md (#1265) Fix indentation. * support CPU profiling (#1251) * #1250 support CPU profiling Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * #1250 fix code coverage Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * Fix HNSW crash (#1262) * fix Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * update. Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * Add troubleshooting information for INSTALL.md and enhance readability (#1274) * Update INSTALL.md 1. Add new troubleshooting message; 2. Enhance readability. Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update INSTALL.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update INSTALL.md Signed-off-by: Lutkin Wang <yamasite@qq.com> * Update INSTALL.md Add CentOS link. Signed-off-by: Lutkin Wang <yamasite@qq.com> * Create COMMUNITY.md (#1292) Signed-off-by: Lutkin Wang <yamasite@qq.com> * fix gtest * add copyright * fix gtest * MERGE_NOT_YET * fix lint Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com> Co-authored-by: BossZou <40255591+BossZou@users.noreply.github.com> Co-authored-by: jielinxu <52057195+jielinxu@users.noreply.github.com> Co-authored-by: JackLCL <53512883+JackLCL@users.noreply.github.com> Co-authored-by: Cai Yudong <yudong.cai@zilliz.com> Co-authored-by: Tinkerrr <linxiaojun.cn@outlook.com> Co-authored-by: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Co-authored-by: Lutkin Wang <yamasite@qq.com> Co-authored-by: shengjh <46514371+shengjh@users.noreply.github.com> Co-authored-by: ABNER-1 <ABNER-1@users.noreply.github.com> Co-authored-by: Jin Hai <hai.jin@zilliz.com> Co-authored-by: shiyu22 <cshiyu22@gmail.com> * #1302 Get all record IDs in a segment by given a segment id * Remove query time ranges Signed-off-by: zhenwu <zw@zilliz.com> * #1295 let wal enable by default * fix cases Signed-off-by: zhenwu <zw@zilliz.com> * fix partition cases Signed-off-by: zhenwu <zw@zilliz.com> * [skip ci] update test_db * update * fix case bug Signed-off-by: zhenwu <zw@zilliz.com> * lint * fix test case failures * remove some code * Caiyd crud 1 (#1377) * fix clang format Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix unittest build error Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix build issue when enable profiling Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix hastable bug * update bloom filter * update * benchmark * update benchmark * update * update * remove wal record size Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * remove wal record size config Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * update apply deletes: switch to binary search * update sdk_simple Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * update apply deletes: switch to binary search * add test_search_by_id Signed-off-by: zhenwu <zw@zilliz.com> * add more log * flush error with multi same ids Signed-off-by: zhenwu <zw@zilliz.com> * modify wal config Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * update * add binary search_by_id * fix case bug Signed-off-by: zhenwu <zw@zilliz.com> * update cases Signed-off-by: zhenwu <zw@zilliz.com> * fix unit test #1395 * improve merge performance * add uids_ for VectorIndex to improve search performance Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix error Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * update * fix search * fix record num Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * refine code * refine code * Add get_vector_ids test cases (#1407) * fix order * add wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix invalid operation issue Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix invalid operation issue Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix bug Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix bug Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * crud fix Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * crud fix Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * add table info test cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * add to compact case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add to compact case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add to compact case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add case and debug compact Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * test pdb Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * test pdb Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * test pdb Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update table_info case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update table_info case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update table_info case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update get vector ids case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update get vector ids case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update get vector ids case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update get vector ids case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * update case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * pdb test Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * pdb test Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add tests for get_vector_ids Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix case Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add binary and ip Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix binary index Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix pdb Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * #1408 fix search result in-correct after DeleteById Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * add one case * delete failed segment * update serialize * update serialize * fix case Signed-off-by: zhenwu <zw@zilliz.com> * update * update case assertion Signed-off-by: zhenwu <zw@zilliz.com> * [skip ci] update config * change bloom filter msync flag to async * #1319 add more timing debug info Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * update * update * add normalize Signed-off-by: zhenwu <zw@zilliz.com> * add normalize Signed-off-by: zhenwu <zw@zilliz.com> * add normalize Signed-off-by: zhenwu <zw@zilliz.com> * Fix compiling error Signed-off-by: jinhai <hai.jin@zilliz.com> * support ip (#1383) * 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> * get table lsn * Remove unused third party Signed-off-by: jinhai <hai.jin@zilliz.com> * Refine code Signed-off-by: jinhai <hai.jin@zilliz.com> * #1319 fix clang format Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * fix wal applied lsn Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * validate partition tag * #1319 improve search performance Signed-off-by: yudong.cai <yudong.cai@zilliz.com> * build error Co-authored-by: Zhiru Zhu <youny626@hotmail.com> Co-authored-by: groot <yihua.mo@zilliz.com> Co-authored-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> Co-authored-by: shengjh <46514371+shengjh@users.noreply.github.com> Co-authored-by: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Co-authored-by: shengjun.li <49774184+shengjun1985@users.noreply.github.com> Co-authored-by: Cai Yudong <yudong.cai@zilliz.com> Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com> Co-authored-by: BossZou <40255591+BossZou@users.noreply.github.com> Co-authored-by: jielinxu <52057195+jielinxu@users.noreply.github.com> Co-authored-by: JackLCL <53512883+JackLCL@users.noreply.github.com> Co-authored-by: Tinkerrr <linxiaojun.cn@outlook.com> Co-authored-by: Lutkin Wang <yamasite@qq.com> Co-authored-by: ABNER-1 <ABNER-1@users.noreply.github.com> Co-authored-by: shiyu22 <cshiyu22@gmail.com>
811 lines
29 KiB
C++
811 lines
29 KiB
C++
// Copyright (C) 2019-2020 Zilliz. All rights reserved.
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
|
|
// with the License. You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
// or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
|
|
#include "db/wal/WalDefinations.h"
|
|
#define private public
|
|
#include <gtest/gtest.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
|
|
#include <fstream>
|
|
#include <sstream>
|
|
#include <thread>
|
|
|
|
#include "db/meta/SqliteMetaImpl.h"
|
|
#include "db/wal/WalBuffer.h"
|
|
#include "db/wal/WalFileHandler.h"
|
|
#include "db/wal/WalManager.h"
|
|
#include "db/wal/WalMetaHandler.h"
|
|
#include "utils/Error.h"
|
|
|
|
namespace {
|
|
|
|
#define WAL_GTEST_PATH "/tmp/milvus/wal/test/" // end with '/'
|
|
|
|
void
|
|
MakeEmptyTestPath() {
|
|
if (access(WAL_GTEST_PATH, 0) == 0) {
|
|
::system("rm -rf " WAL_GTEST_PATH "*");
|
|
} else {
|
|
::system("mkdir -m 777 -p " WAL_GTEST_PATH);
|
|
}
|
|
}
|
|
|
|
} // namespace
|
|
|
|
namespace milvus {
|
|
namespace engine {
|
|
namespace meta {
|
|
|
|
class TestWalMeta : public SqliteMetaImpl {
|
|
public:
|
|
explicit TestWalMeta(const DBMetaOptions& options) : SqliteMetaImpl(options) {
|
|
}
|
|
|
|
Status
|
|
CreateTable(TableSchema& table_schema) override {
|
|
tables_.push_back(table_schema);
|
|
return Status::OK();
|
|
}
|
|
|
|
Status
|
|
AllTables(std::vector<TableSchema>& table_schema_array) override {
|
|
table_schema_array = tables_;
|
|
return Status::OK();
|
|
}
|
|
|
|
Status
|
|
SetGlobalLastLSN(uint64_t lsn) override {
|
|
global_lsn_ = lsn;
|
|
return Status::OK();
|
|
}
|
|
|
|
Status
|
|
GetGlobalLastLSN(uint64_t& lsn) override {
|
|
lsn = global_lsn_;
|
|
return Status::OK();
|
|
}
|
|
|
|
private:
|
|
std::vector<TableSchema> tables_;
|
|
uint64_t global_lsn_ = 0;
|
|
};
|
|
|
|
class TestWalMetaError : public SqliteMetaImpl {
|
|
public:
|
|
explicit TestWalMetaError(const DBMetaOptions& options) : SqliteMetaImpl(options) {
|
|
}
|
|
|
|
Status
|
|
AllTables(std::vector<TableSchema>& table_schema_array) override {
|
|
return Status(DB_ERROR, "error");
|
|
}
|
|
};
|
|
|
|
} // namespace meta
|
|
} // namespace engine
|
|
} // namespace milvus
|
|
|
|
|
|
TEST(WalTest, FILE_HANDLER_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
std::string file_name = "1.wal";
|
|
milvus::engine::wal::MXLogFileHandler file_handler(WAL_GTEST_PATH);
|
|
file_handler.SetFilePath(WAL_GTEST_PATH);
|
|
file_handler.SetFileName(file_name);
|
|
file_handler.SetFileOpenMode("w");
|
|
ASSERT_FALSE(file_handler.FileExists());
|
|
|
|
ASSERT_TRUE(file_handler.OpenFile());
|
|
ASSERT_EQ(0, file_handler.GetFileSize());
|
|
|
|
std::string write_content = "hello, world!\n";
|
|
ASSERT_TRUE(file_handler.Write(const_cast<char*>(write_content.data()), write_content.size()));
|
|
ASSERT_TRUE(file_handler.CloseFile());
|
|
|
|
file_handler.SetFileOpenMode("r");
|
|
char* buf = (char*)malloc(write_content.size() + 10);
|
|
memset(buf, 0, write_content.size() + 10);
|
|
ASSERT_TRUE(file_handler.Load(buf, 0, write_content.size()));
|
|
ASSERT_STREQ(buf, write_content.c_str());
|
|
ASSERT_FALSE(file_handler.Load(buf, write_content.size()));
|
|
free(buf);
|
|
ASSERT_TRUE(file_handler.CloseFile());
|
|
file_handler.DeleteFile();
|
|
|
|
file_handler.ReBorn("2", "w");
|
|
write_content += ", aaaaa";
|
|
file_handler.Write(const_cast<char*>(write_content.data()), write_content.size());
|
|
ASSERT_EQ("2", file_handler.GetFileName());
|
|
ASSERT_TRUE(file_handler.CloseFile());
|
|
file_handler.DeleteFile();
|
|
}
|
|
|
|
TEST(WalTest, META_HANDLER_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
uint64_t wal_lsn = 0;
|
|
uint64_t new_lsn = 103920;
|
|
milvus::engine::wal::MXLogMetaHandler *meta_handler = nullptr;
|
|
|
|
// first start
|
|
meta_handler = new milvus::engine::wal::MXLogMetaHandler(WAL_GTEST_PATH);
|
|
ASSERT_TRUE(meta_handler->GetMXLogInternalMeta(wal_lsn));
|
|
ASSERT_EQ(wal_lsn, 0);
|
|
delete meta_handler;
|
|
|
|
// never write
|
|
meta_handler = new milvus::engine::wal::MXLogMetaHandler(WAL_GTEST_PATH);
|
|
ASSERT_TRUE(meta_handler->GetMXLogInternalMeta(wal_lsn));
|
|
ASSERT_EQ(wal_lsn, 0);
|
|
// write
|
|
ASSERT_TRUE(meta_handler->SetMXLogInternalMeta(new_lsn));
|
|
delete meta_handler;
|
|
|
|
// read
|
|
meta_handler = new milvus::engine::wal::MXLogMetaHandler(WAL_GTEST_PATH);
|
|
ASSERT_TRUE(meta_handler->GetMXLogInternalMeta(wal_lsn));
|
|
ASSERT_EQ(wal_lsn, new_lsn);
|
|
delete meta_handler;
|
|
|
|
// read error and nullptr point
|
|
std::string file_full_path = WAL_GTEST_PATH;
|
|
file_full_path += milvus::engine::wal::WAL_META_FILE_NAME;
|
|
FILE *fi = fopen(file_full_path.c_str(), "w");
|
|
uint64_t w[3] = {3, 4, 3};
|
|
fwrite(w, sizeof(w), 1, fi);
|
|
fclose(fi);
|
|
|
|
meta_handler = new milvus::engine::wal::MXLogMetaHandler(WAL_GTEST_PATH);
|
|
ASSERT_TRUE(meta_handler->GetMXLogInternalMeta(wal_lsn));
|
|
ASSERT_EQ(wal_lsn, 3);
|
|
|
|
if (meta_handler->wal_meta_fp_ != nullptr) {
|
|
fclose(meta_handler->wal_meta_fp_);
|
|
meta_handler->wal_meta_fp_ = nullptr;
|
|
}
|
|
meta_handler->SetMXLogInternalMeta(4);
|
|
delete meta_handler;
|
|
}
|
|
|
|
TEST(WalTest, BUFFER_INIT_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
FILE* fi = nullptr;
|
|
char buff[128];
|
|
milvus::engine::wal::MXLogBuffer buffer(WAL_GTEST_PATH, 0);
|
|
|
|
// start_lsn == end_lsn, start_lsn == 0
|
|
ASSERT_TRUE(buffer.Init(0, 0));
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.file_no, 0);
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.buf_offset, 0);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.file_no, 0);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.buf_offset, 0);
|
|
ASSERT_EQ(buffer.file_no_from_, 0);
|
|
|
|
// start_lsn == end_lsn, start_lsn != 0
|
|
uint32_t file_no = 1;
|
|
uint32_t buf_off = 32;
|
|
uint64_t lsn = (uint64_t)file_no << 32 | buf_off;
|
|
ASSERT_TRUE(buffer.Init(lsn, lsn));
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.file_no, file_no + 1);
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.buf_offset, 0);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.file_no, file_no + 1);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.buf_offset, 0);
|
|
ASSERT_EQ(buffer.file_no_from_, file_no + 1);
|
|
|
|
// start_lsn != end_lsn, start_file == end_file
|
|
uint32_t start_file_no = 3;
|
|
uint32_t start_buf_off = 32;
|
|
uint64_t start_lsn = (uint64_t)start_file_no << 32 | start_buf_off;
|
|
uint32_t end_file_no = 3;
|
|
uint32_t end_buf_off = 64;
|
|
uint64_t end_lsn = (uint64_t)end_file_no << 32 | end_buf_off;
|
|
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file not exist
|
|
fi = fopen(WAL_GTEST_PATH "3.wal", "w");
|
|
fclose(fi);
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file size zero
|
|
fi = fopen(WAL_GTEST_PATH "3.wal", "w");
|
|
fwrite(buff, 1, end_buf_off - 1, fi);
|
|
fclose(fi);
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file size error
|
|
fi = fopen(WAL_GTEST_PATH "3.wal", "w");
|
|
fwrite(buff, 1, end_buf_off, fi);
|
|
fclose(fi);
|
|
ASSERT_TRUE(buffer.Init(start_lsn, end_lsn)); // success
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.file_no, start_file_no);
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.buf_offset, start_buf_off);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.file_no, end_file_no);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.buf_offset, end_buf_off);
|
|
ASSERT_EQ(buffer.file_no_from_, start_file_no);
|
|
|
|
// start_lsn != end_lsn, start_file != end_file
|
|
start_file_no = 4;
|
|
start_buf_off = 32;
|
|
start_lsn = (uint64_t)start_file_no << 32 | start_buf_off;
|
|
end_file_no = 5;
|
|
end_buf_off = 64;
|
|
end_lsn = (uint64_t)end_file_no << 32 | end_buf_off;
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file 4 not exist
|
|
fi = fopen(WAL_GTEST_PATH "4.wal", "w");
|
|
fwrite(buff, 1, start_buf_off, fi);
|
|
fclose(fi);
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file 5 not exist
|
|
fi = fopen(WAL_GTEST_PATH "5.wal", "w");
|
|
fclose(fi);
|
|
ASSERT_FALSE(buffer.Init(start_lsn, end_lsn)); // file 5 size error
|
|
fi = fopen(WAL_GTEST_PATH "5.wal", "w");
|
|
fwrite(buff, 1, end_buf_off, fi);
|
|
fclose(fi);
|
|
buffer.mxlog_buffer_size_ = 0; // to correct the buff size by buffer_size_need
|
|
ASSERT_TRUE(buffer.Init(start_lsn, end_lsn)); // success
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.file_no, start_file_no);
|
|
ASSERT_EQ(buffer.mxlog_buffer_reader_.buf_offset, start_buf_off);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.file_no, end_file_no);
|
|
ASSERT_EQ(buffer.mxlog_buffer_writer_.buf_offset, end_buf_off);
|
|
ASSERT_EQ(buffer.file_no_from_, start_file_no);
|
|
ASSERT_EQ(buffer.mxlog_buffer_size_, end_buf_off);
|
|
}
|
|
|
|
TEST(WalTest, BUFFER_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
milvus::engine::wal::MXLogBuffer buffer(WAL_GTEST_PATH, WAL_BUFFER_MAX_SIZE + 1);
|
|
|
|
uint32_t file_no = 4;
|
|
uint32_t buf_off = 100;
|
|
uint64_t lsn = (uint64_t)file_no << 32 | buf_off;
|
|
buffer.mxlog_buffer_size_ = 1000;
|
|
buffer.Reset(lsn);
|
|
|
|
milvus::engine::wal::MXLogRecord record[4];
|
|
milvus::engine::wal::MXLogRecord read_rst;
|
|
|
|
// write 0
|
|
record[0].type = milvus::engine::wal::MXLogType::InsertVector;
|
|
record[0].table_id = "insert_table";
|
|
record[0].partition_tag = "parti1";
|
|
record[0].length = 50;
|
|
record[0].ids = (milvus::engine::IDNumber*)malloc(record[0].length * sizeof(milvus::engine::IDNumber));
|
|
record[0].data_size = record[0].length * sizeof(float);
|
|
record[0].data = malloc(record[0].data_size);
|
|
ASSERT_EQ(buffer.Append(record[0]), milvus::WAL_SUCCESS);
|
|
uint32_t new_file_no = uint32_t(record[0].lsn >> 32);
|
|
ASSERT_EQ(new_file_no, ++file_no);
|
|
|
|
// write 1
|
|
record[1].type = milvus::engine::wal::MXLogType::Delete;
|
|
record[1].table_id = "insert_table";
|
|
record[1].partition_tag = "parti1";
|
|
record[1].length = 10;
|
|
record[1].ids = (milvus::engine::IDNumber*)malloc(record[0].length * sizeof(milvus::engine::IDNumber));
|
|
record[1].data_size = 0;
|
|
record[1].data = nullptr;
|
|
ASSERT_EQ(buffer.Append(record[1]), milvus::WAL_SUCCESS);
|
|
new_file_no = uint32_t(record[1].lsn >> 32);
|
|
ASSERT_EQ(new_file_no, file_no);
|
|
|
|
// read 0
|
|
ASSERT_EQ(buffer.Next(record[1].lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, record[0].type);
|
|
ASSERT_EQ(read_rst.table_id, record[0].table_id);
|
|
ASSERT_EQ(read_rst.partition_tag, record[0].partition_tag);
|
|
ASSERT_EQ(read_rst.length, record[0].length);
|
|
ASSERT_EQ(memcmp(read_rst.ids, record[0].ids, read_rst.length * sizeof(milvus::engine::IDNumber)), 0);
|
|
ASSERT_EQ(read_rst.data_size, record[0].data_size);
|
|
ASSERT_EQ(memcmp(read_rst.data, record[0].data, read_rst.data_size), 0);
|
|
|
|
// read 1
|
|
ASSERT_EQ(buffer.Next(record[1].lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, record[1].type);
|
|
ASSERT_EQ(read_rst.table_id, record[1].table_id);
|
|
ASSERT_EQ(read_rst.partition_tag, record[1].partition_tag);
|
|
ASSERT_EQ(read_rst.length, record[1].length);
|
|
ASSERT_EQ(memcmp(read_rst.ids, record[1].ids, read_rst.length * sizeof(milvus::engine::IDNumber)), 0);
|
|
ASSERT_EQ(read_rst.data_size, 0);
|
|
ASSERT_EQ(read_rst.data, nullptr);
|
|
|
|
// read empty
|
|
ASSERT_EQ(buffer.Next(record[1].lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, milvus::engine::wal::MXLogType::None);
|
|
|
|
// write 2 (new file)
|
|
record[2].type = milvus::engine::wal::MXLogType::InsertVector;
|
|
record[2].table_id = "insert_table";
|
|
record[2].partition_tag = "parti1";
|
|
record[2].length = 50;
|
|
record[2].ids = (milvus::engine::IDNumber*)malloc(record[2].length * sizeof(milvus::engine::IDNumber));
|
|
record[2].data_size = record[2].length * sizeof(float);
|
|
record[2].data = malloc(record[2].data_size);
|
|
ASSERT_EQ(buffer.Append(record[2]), milvus::WAL_SUCCESS);
|
|
new_file_no = uint32_t(record[2].lsn >> 32);
|
|
ASSERT_EQ(new_file_no, ++file_no);
|
|
|
|
// write 3 (new file)
|
|
record[3].type = milvus::engine::wal::MXLogType::InsertBinary;
|
|
record[3].table_id = "insert_table";
|
|
record[3].partition_tag = "parti1";
|
|
record[3].length = 100;
|
|
record[3].ids = (milvus::engine::IDNumber*)malloc(record[3].length * sizeof(milvus::engine::IDNumber));
|
|
record[3].data_size = record[3].length * sizeof(uint8_t);
|
|
record[3].data = malloc(record[3].data_size);
|
|
ASSERT_EQ(buffer.Append(record[3]), milvus::WAL_SUCCESS);
|
|
new_file_no = uint32_t(record[3].lsn >> 32);
|
|
ASSERT_EQ(new_file_no, ++file_no);
|
|
|
|
// reset write lsn (record 2)
|
|
ASSERT_TRUE(buffer.ResetWriteLsn(record[3].lsn));
|
|
ASSERT_TRUE(buffer.ResetWriteLsn(record[2].lsn));
|
|
ASSERT_TRUE(buffer.ResetWriteLsn(record[1].lsn));
|
|
|
|
// write 2 and 3 again
|
|
ASSERT_EQ(buffer.Append(record[2]), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(buffer.Append(record[3]), milvus::WAL_SUCCESS);
|
|
|
|
// read 2
|
|
ASSERT_EQ(buffer.Next(record[3].lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, record[2].type);
|
|
ASSERT_EQ(read_rst.table_id, record[2].table_id);
|
|
ASSERT_EQ(read_rst.partition_tag, record[2].partition_tag);
|
|
ASSERT_EQ(read_rst.length, record[2].length);
|
|
ASSERT_EQ(memcmp(read_rst.ids, record[2].ids, read_rst.length * sizeof(milvus::engine::IDNumber)), 0);
|
|
ASSERT_EQ(read_rst.data_size, record[2].data_size);
|
|
ASSERT_EQ(memcmp(read_rst.data, record[2].data, read_rst.data_size), 0);
|
|
|
|
// read 3
|
|
ASSERT_EQ(buffer.Next(record[3].lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, record[3].type);
|
|
ASSERT_EQ(read_rst.table_id, record[3].table_id);
|
|
ASSERT_EQ(read_rst.partition_tag, record[3].partition_tag);
|
|
ASSERT_EQ(read_rst.length, record[3].length);
|
|
ASSERT_EQ(memcmp(read_rst.ids, record[3].ids, read_rst.length * sizeof(milvus::engine::IDNumber)), 0);
|
|
ASSERT_EQ(read_rst.data_size, record[3].data_size);
|
|
ASSERT_EQ(memcmp(read_rst.data, record[3].data, read_rst.data_size), 0);
|
|
|
|
// test an empty record
|
|
milvus::engine::wal::MXLogRecord empty;
|
|
empty.type = milvus::engine::wal::MXLogType::None;
|
|
empty.length = 0;
|
|
empty.data_size = 0;
|
|
ASSERT_EQ(buffer.Append(empty), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(buffer.Next(empty.lsn, read_rst), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(read_rst.type, milvus::engine::wal::MXLogType::None);
|
|
ASSERT_TRUE(read_rst.table_id.empty());
|
|
ASSERT_TRUE(read_rst.partition_tag.empty());
|
|
ASSERT_EQ(read_rst.length, 0);
|
|
ASSERT_EQ(read_rst.data_size, 0);
|
|
|
|
// remove old files
|
|
buffer.RemoveOldFiles(record[3].lsn);
|
|
ASSERT_EQ(buffer.file_no_from_, file_no);
|
|
|
|
// clear writen lsn and reset failed
|
|
buffer.mxlog_buffer_writer_.file_no = 0;
|
|
buffer.mxlog_buffer_writer_.buf_offset = 0;
|
|
ASSERT_FALSE(buffer.ResetWriteLsn(record[1].lsn));
|
|
|
|
// clear writen lsn and reset failed
|
|
FILE *fi = fopen(WAL_GTEST_PATH "5.wal", "w");
|
|
fclose(fi);
|
|
buffer.mxlog_buffer_writer_.file_no = 0;
|
|
buffer.mxlog_buffer_writer_.buf_offset = 0;
|
|
ASSERT_FALSE(buffer.ResetWriteLsn(record[1].lsn));
|
|
|
|
for (int i = 0; i < 3; i++) {
|
|
if (record[i].ids != nullptr) {
|
|
free((void*)record[i].ids);
|
|
}
|
|
if (record[i].data != nullptr) {
|
|
free((void*)record[i].data);
|
|
}
|
|
}
|
|
}
|
|
|
|
TEST(WalTest, MANAGER_INIT_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
milvus::engine::DBMetaOptions opt = {WAL_GTEST_PATH};
|
|
milvus::engine::meta::MetaPtr meta = std::make_shared<milvus::engine::meta::TestWalMeta>(opt);
|
|
|
|
milvus::engine::meta::TableSchema table_schema_1;
|
|
table_schema_1.table_id_ = "table1";
|
|
table_schema_1.flush_lsn_ = (uint64_t)1 << 32 | 60;
|
|
meta->CreateTable(table_schema_1);
|
|
|
|
milvus::engine::meta::TableSchema table_schema_2;
|
|
table_schema_2.table_id_ = "table2";
|
|
table_schema_2.flush_lsn_ = (uint64_t)1 << 32 | 20;
|
|
meta->CreateTable(table_schema_2);
|
|
|
|
milvus::engine::meta::TableSchema table_schema_3;
|
|
table_schema_3.table_id_ = "table3";
|
|
table_schema_3.flush_lsn_ = (uint64_t)2 << 32 | 40;
|
|
meta->CreateTable(table_schema_3);
|
|
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = WAL_GTEST_PATH;
|
|
wal_config.mxlog_path.pop_back();
|
|
wal_config.buffer_size = 64;
|
|
wal_config.recovery_error_ignore = false;
|
|
|
|
std::shared_ptr<milvus::engine::wal::WalManager> manager;
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_FILE_ERROR);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.file_no, 1);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.buf_offset, 20);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.file_no, 2);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.buf_offset, 40);
|
|
|
|
wal_config.recovery_error_ignore = true;
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(manager->last_applied_lsn_, table_schema_3.flush_lsn_);
|
|
|
|
MakeEmptyTestPath();
|
|
meta = std::make_shared<milvus::engine::meta::TestWalMetaError>(opt);
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_META_ERROR);
|
|
}
|
|
|
|
TEST(WalTest, MANAGER_APPEND_FAILED) {
|
|
MakeEmptyTestPath();
|
|
|
|
milvus::engine::DBMetaOptions opt = {WAL_GTEST_PATH};
|
|
milvus::engine::meta::MetaPtr meta = std::make_shared<milvus::engine::meta::TestWalMeta>(opt);
|
|
|
|
milvus::engine::meta::TableSchema schema;
|
|
schema.table_id_ = "table1";
|
|
schema.flush_lsn_ = 0;
|
|
meta->CreateTable(schema);
|
|
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = WAL_GTEST_PATH;
|
|
wal_config.buffer_size = 64;
|
|
wal_config.recovery_error_ignore = true;
|
|
|
|
std::shared_ptr<milvus::engine::wal::WalManager> manager;
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_SUCCESS);
|
|
|
|
// adjest the buffer size for test
|
|
manager->mxlog_config_.buffer_size = 1000;
|
|
manager->p_buffer_->mxlog_buffer_size_ = 1000;
|
|
|
|
std::vector<int64_t> ids(1, 0);
|
|
std::vector<float> data_float(1024, 0);
|
|
ASSERT_FALSE(manager->Insert(schema.table_id_, "", ids, data_float));
|
|
|
|
ids.clear();
|
|
data_float.clear();
|
|
ASSERT_FALSE(manager->Insert(schema.table_id_, "", ids, data_float));
|
|
ASSERT_FALSE(manager->DeleteById(schema.table_id_, ids));
|
|
}
|
|
|
|
TEST(WalTest, MANAGER_RECOVERY_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
milvus::engine::DBMetaOptions opt = {WAL_GTEST_PATH};
|
|
milvus::engine::meta::MetaPtr meta = std::make_shared<milvus::engine::meta::TestWalMeta>(opt);
|
|
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = WAL_GTEST_PATH;
|
|
wal_config.buffer_size = 64;
|
|
wal_config.recovery_error_ignore = true;
|
|
|
|
std::shared_ptr<milvus::engine::wal::WalManager> manager;
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_SUCCESS);
|
|
|
|
milvus::engine::meta::TableSchema schema;
|
|
schema.table_id_ = "table";
|
|
schema.flush_lsn_ = 0;
|
|
meta->CreateTable(schema);
|
|
|
|
std::vector<int64_t> ids(1024, 0);
|
|
std::vector<float> data_float(1024 * 512, 0);
|
|
manager->CreateTable(schema.table_id_);
|
|
ASSERT_TRUE(manager->Insert(schema.table_id_, "", ids, data_float));
|
|
|
|
// recovery
|
|
manager = std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_SUCCESS);
|
|
|
|
milvus::engine::wal::MXLogRecord record;
|
|
while (1) {
|
|
ASSERT_EQ(manager->GetNextRecovery(record), milvus::WAL_SUCCESS);
|
|
if (record.type == milvus::engine::wal::MXLogType::None) {
|
|
break;
|
|
}
|
|
ASSERT_EQ(record.type, milvus::engine::wal::MXLogType::InsertVector);
|
|
ASSERT_EQ(record.table_id, schema.table_id_);
|
|
ASSERT_EQ(record.partition_tag, "");
|
|
}
|
|
|
|
// change read, write point to let error happen
|
|
uint32_t write_file_no = 10;
|
|
manager->p_buffer_->mxlog_buffer_writer_.file_no = write_file_no;
|
|
manager->p_buffer_->mxlog_buffer_writer_.buf_offset = 0;
|
|
manager->p_buffer_->mxlog_buffer_writer_.buf_idx = 1 - manager->p_buffer_->mxlog_buffer_reader_.buf_idx;
|
|
manager->p_buffer_->mxlog_buffer_reader_.max_offset = manager->p_buffer_->mxlog_buffer_reader_.buf_offset;
|
|
manager->last_applied_lsn_ = (uint64_t) write_file_no << 32;
|
|
// error happen and reset
|
|
ASSERT_EQ(manager->GetNextRecovery(record), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.file_no, write_file_no);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.buf_offset, 0);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.file_no, write_file_no);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.buf_offset, 0);
|
|
}
|
|
|
|
TEST(WalTest, MANAGER_TEST) {
|
|
MakeEmptyTestPath();
|
|
|
|
milvus::engine::DBMetaOptions opt = {WAL_GTEST_PATH};
|
|
milvus::engine::meta::MetaPtr meta = std::make_shared<milvus::engine::meta::TestWalMeta>(opt);
|
|
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = WAL_GTEST_PATH;
|
|
wal_config.buffer_size = 64;
|
|
wal_config.recovery_error_ignore = true;
|
|
|
|
// first run
|
|
std::shared_ptr<milvus::engine::wal::WalManager> manager =
|
|
std::make_shared<milvus::engine::wal::WalManager>(wal_config);
|
|
ASSERT_EQ(manager->Init(meta), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.file_no, 0);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_reader_.buf_offset, 0);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.file_no, 0);
|
|
ASSERT_EQ(manager->p_buffer_->mxlog_buffer_writer_.buf_offset, 0);
|
|
|
|
// adjest the buffer size for test
|
|
manager->mxlog_config_.buffer_size = 8049;
|
|
manager->p_buffer_->mxlog_buffer_size_ = 8049;
|
|
|
|
std::vector<int64_t> ids(1024, 0);
|
|
std::vector<float> data_float(1024 * 512, 0);
|
|
std::vector<uint8_t> data_byte(1024 * 512, 0);
|
|
|
|
// table1 create and insert
|
|
std::string table_id_1 = "table1";
|
|
manager->CreateTable(table_id_1);
|
|
ASSERT_TRUE(manager->Insert(table_id_1, "", ids, data_float));
|
|
|
|
// table2 create and insert
|
|
std::string table_id_2 = "table2";
|
|
manager->CreateTable(table_id_2);
|
|
ASSERT_TRUE(manager->Insert(table_id_2, "", ids, data_byte));
|
|
|
|
// table1 delete
|
|
ASSERT_TRUE(manager->DeleteById(table_id_1, ids));
|
|
|
|
// table3 create and insert
|
|
std::string table_id_3 = "table3";
|
|
manager->CreateTable(table_id_3);
|
|
ASSERT_TRUE(manager->Insert(table_id_3, "", ids, data_float));
|
|
|
|
// flush table1
|
|
auto flush_lsn = manager->Flush(table_id_1);
|
|
ASSERT_NE(flush_lsn, 0);
|
|
|
|
milvus::engine::wal::MXLogRecord record;
|
|
uint64_t new_lsn = 0;
|
|
|
|
while (1) {
|
|
ASSERT_EQ(manager->GetNextRecord(record), milvus::WAL_SUCCESS);
|
|
if (record.type == milvus::engine::wal::MXLogType::Flush) {
|
|
ASSERT_EQ(record.table_id, table_id_1);
|
|
ASSERT_EQ(new_lsn, flush_lsn);
|
|
manager->TableFlushed(table_id_1, new_lsn);
|
|
break;
|
|
|
|
} else {
|
|
ASSERT_TRUE((record.type == milvus::engine::wal::MXLogType::InsertVector &&
|
|
record.table_id == table_id_1) ||
|
|
(record.type == milvus::engine::wal::MXLogType::Delete &&
|
|
record.table_id == table_id_1) ||
|
|
(record.type == milvus::engine::wal::MXLogType::InsertBinary &&
|
|
record.table_id == table_id_2));
|
|
new_lsn = record.lsn;
|
|
}
|
|
}
|
|
manager->RemoveOldFiles(new_lsn);
|
|
|
|
flush_lsn = manager->Flush(table_id_2);
|
|
ASSERT_NE(flush_lsn, 0);
|
|
|
|
ASSERT_EQ(manager->GetNextRecord(record), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(record.type, milvus::engine::wal::MXLogType::Flush);
|
|
ASSERT_EQ(record.table_id, table_id_2);
|
|
manager->TableFlushed(table_id_2, flush_lsn);
|
|
ASSERT_EQ(manager->Flush(table_id_2), 0);
|
|
|
|
flush_lsn = manager->Flush();
|
|
ASSERT_NE(flush_lsn, 0);
|
|
manager->DropTable(table_id_3);
|
|
|
|
ASSERT_EQ(manager->GetNextRecord(record), milvus::WAL_SUCCESS);
|
|
ASSERT_EQ(record.type, milvus::engine::wal::MXLogType::Flush);
|
|
ASSERT_TRUE(record.table_id.empty());
|
|
}
|
|
|
|
#if 0
|
|
TEST(WalTest, LargeScaleRecords) {
|
|
std::string data_path = "/home/zilliz/workspace/data/";
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = "/tmp/milvus/wal/";
|
|
wal_config.record_size = 2 * 1024 * 1024;
|
|
wal_config.buffer_size = 32 * 1024 * 1024;
|
|
wal_config.recovery_error_ignore = true;
|
|
|
|
milvus::engine::wal::WalManager manager1(wal_config);
|
|
manager1.mxlog_config_.buffer_size = 32 * 1024 * 1024;
|
|
manager1.Init(nullptr);
|
|
std::ifstream fin(data_path + "1.dat", std::ios::in);
|
|
std::vector<milvus::engine::IDNumber> ids;
|
|
std::vector<float> vecs;
|
|
std::vector<uint8_t> bins;
|
|
int type = -1;
|
|
std::string line;
|
|
|
|
while (getline(fin, line)) {
|
|
std::istringstream istr(line);
|
|
int cur_type, cur_id;
|
|
istr >> cur_type;
|
|
if (cur_type != type) {
|
|
switch (type) {
|
|
case 0:
|
|
manager1.Flush();
|
|
break;
|
|
case 1:
|
|
manager1.Insert("insert_vector", "parti1", ids, vecs);
|
|
break;
|
|
case 2:
|
|
manager1.Insert("insert_binary", "parti2", ids, bins);
|
|
break;
|
|
case 3:
|
|
manager1.DeleteById("insert_vector", ids);
|
|
break;
|
|
default:
|
|
std::cout << "invalid type: " << type << std::endl;
|
|
break;
|
|
}
|
|
ids.clear();
|
|
vecs.clear();
|
|
bins.clear();
|
|
}
|
|
type = cur_type;
|
|
istr >> cur_id;
|
|
ids.emplace_back(cur_id);
|
|
if (cur_type == 1) {
|
|
float v;
|
|
for (auto i = 0; i < 10; ++i) {
|
|
istr >> v;
|
|
vecs.emplace_back(v);
|
|
}
|
|
} else if (cur_type == 2) {
|
|
uint8_t b;
|
|
for (auto i = 0; i < 20; ++i) {
|
|
istr >> b;
|
|
bins.emplace_back(b);
|
|
}
|
|
}
|
|
}
|
|
switch (type) {
|
|
case 0:
|
|
manager1.Flush();
|
|
break;
|
|
case 1:
|
|
manager1.Insert("insert_vector", "parti1", ids, vecs);
|
|
break;
|
|
case 2:
|
|
manager1.Insert("insert_binary", "parti2", ids, bins);
|
|
break;
|
|
case 3:
|
|
manager1.DeleteById("insert_vector", ids);
|
|
break;
|
|
default:
|
|
std::cout << "invalid type: " << type << std::endl;
|
|
break;
|
|
}
|
|
fin.close();
|
|
}
|
|
|
|
TEST(WalTest, MultiThreadTest) {
|
|
std::string data_path = "/home/zilliz/workspace/data/";
|
|
milvus::engine::wal::MXLogConfiguration wal_config;
|
|
wal_config.mxlog_path = "/tmp/milvus/wal/";
|
|
wal_config.record_size = 2 * 1024 * 1024;
|
|
wal_config.buffer_size = 32 * 1024 * 1024;
|
|
wal_config.recovery_error_ignore = true;
|
|
milvus::engine::wal::WalManager manager(wal_config);
|
|
manager.mxlog_config_.buffer_size = 32 * 1024 * 1024;
|
|
manager.Init(nullptr);
|
|
auto read_fun = [&]() {
|
|
std::ifstream fin(data_path + "1.dat", std::ios::in);
|
|
std::vector<milvus::engine::IDNumber> ids;
|
|
std::vector<float> vecs;
|
|
std::vector<uint8_t> bins;
|
|
int type = -1;
|
|
std::string line;
|
|
|
|
while (getline(fin, line)) {
|
|
std::istringstream istr(line);
|
|
int cur_type, cur_id;
|
|
istr >> cur_type;
|
|
if (cur_type != type) {
|
|
switch (type) {
|
|
case 0:
|
|
manager.Flush();
|
|
break;
|
|
case 1:
|
|
manager.Insert("insert_vector", "parti1", ids, vecs);
|
|
break;
|
|
case 2:
|
|
manager.Insert("insert_binary", "parti2", ids, bins);
|
|
break;
|
|
case 3:
|
|
manager.DeleteById("insert_vector", ids);
|
|
break;
|
|
default:
|
|
std::cout << "invalid type: " << type << std::endl;
|
|
break;
|
|
}
|
|
ids.clear();
|
|
vecs.clear();
|
|
bins.clear();
|
|
}
|
|
type = cur_type;
|
|
istr >> cur_id;
|
|
ids.emplace_back(cur_id);
|
|
if (cur_type == 1) {
|
|
float v;
|
|
for (auto i = 0; i < 10; ++i) {
|
|
istr >> v;
|
|
vecs.emplace_back(v);
|
|
}
|
|
} else if (cur_type == 2) {
|
|
uint8_t b;
|
|
for (auto i = 0; i < 20; ++i) {
|
|
istr >> b;
|
|
bins.emplace_back(b);
|
|
}
|
|
}
|
|
}
|
|
switch (type) {
|
|
case 0:
|
|
manager.Flush();
|
|
break;
|
|
case 1:
|
|
manager.Insert("insert_vector", "parti1", ids, vecs);
|
|
break;
|
|
case 2:
|
|
manager.Insert("insert_binary", "parti2", ids, bins);
|
|
break;
|
|
case 3:
|
|
manager.DeleteById("insert_vector", ids);
|
|
break;
|
|
default:
|
|
std::cout << "invalid type: " << type << std::endl;
|
|
break;
|
|
}
|
|
fin.close();
|
|
};
|
|
|
|
auto write_fun = [&]() {
|
|
};
|
|
std::thread read_thread(read_fun);
|
|
std::thread write_thread(write_fun);
|
|
read_thread.join();
|
|
write_thread.join();
|
|
}
|
|
#endif
|