-
Notifications
You must be signed in to change notification settings - Fork 3
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
cluster: could not parse redisearch results #97
Labels
bug
Something isn't working
Comments
fcostaoliveira
added a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 18, 2024
…uery-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 19, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 19, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 22, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 22, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 23, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
alonre24
added a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 23, 2024
* Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 25, 2024
* MOD-7596: Add mirroring support (#4937) * * initial commit * * Use RediSearch branch mirroring fork * * Code Review - Round #1 * MOD-7695: Decide Ubuntu Runner Using Variable (#4975) * * initial commit * * code review * Dvirdu_set_7.99.0_version_and_test_unstable (#4997) * 7.99.0 * redis unstable tests * CP single build path * Fix benchmark to use new build path (#5026) * Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]> * rebase 8.0 --------- Co-authored-by: kei-nan <[email protected]> Co-authored-by: DvirDukhan <[email protected]> Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 25, 2024
* MOD-7596: Add mirroring support (#4937) * * initial commit * * Use RediSearch branch mirroring fork * * Code Review - Round #1 * MOD-7695: Decide Ubuntu Runner Using Variable (#4975) * * initial commit * * code review * Dvirdu_set_7.99.0_version_and_test_unstable (#4997) * 7.99.0 * redis unstable tests * CP single build path * Fix benchmark to use new build path (#5026) * Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]> * rebase 8.0 --------- Co-authored-by: kei-nan <[email protected]> Co-authored-by: DvirDukhan <[email protected]> Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 26, 2024
* MOD-7596: Add mirroring support (#4937) * * initial commit * * Use RediSearch branch mirroring fork * * Code Review - Round #1 * MOD-7695: Decide Ubuntu Runner Using Variable (#4975) * * initial commit * * code review * Dvirdu_set_7.99.0_version_and_test_unstable (#4997) * 7.99.0 * redis unstable tests * CP single build path * Fix benchmark to use new build path (#5026) * Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]> * rebase 8.0 --------- Co-authored-by: kei-nan <[email protected]> Co-authored-by: DvirDukhan <[email protected]> Co-authored-by: fcostaoliveira <[email protected]>
github-merge-queue bot
pushed a commit
to RediSearch/RediSearch
that referenced
this issue
Sep 26, 2024
* MOD-7596: Add mirroring support (#4937) * * initial commit * * Use RediSearch branch mirroring fork * * Code Review - Round #1 * MOD-7695: Decide Ubuntu Runner Using Variable (#4975) * * initial commit * * code review * Dvirdu_set_7.99.0_version_and_test_unstable (#4997) * 7.99.0 * redis unstable tests * CP single build path * Fix benchmark to use new build path (#5026) * Fix benchmark to use new build path * Take Raz's fix for benchmarks * fix default module path * make benchmark fail * fix path * fail external flow * remove fail fast and continue on error * addressing CR * Splitting the standalone work among 6 groups. Only profile if explictly enabled. Only run >4 primaries if extended if enabled. * Specify name of benchmark step on GH flow * Using perf-cto-base-image-ubuntu20.04-redis-7.4.0-tuned-latency on spot instances as well. * Fixed RedisJSON module path on benchmark setup. Enforcing ReJSON module to be present * Changing from 6 to 9 oss-standalone runners to achieve a time for full feedback < 30min * MODULE_FILE not working on Prepare ReJSON Module: using default location * Using redisbench-admin >= 0.11.3 due to multi-module issue * Using redisbench-admin >= 0.11.3 due to multi-module issue * Added missing --allowed-setups info for oss-standalone config * redisbench-admin >= 0.11.4 * Remove vecsim-ann-benchmarks_LOAD_1c_redisearch-hnsw_glove-200-angular_M-4.yml * Using redisbench-admin >= 0.11.5 due to ssh timeout issues on heavy benchmarks or heavy prunning at the end * Increasing concurrency of standalone benchmarks to reduce time to feedback * redisbench-admin >= 0.11.6. removed unstable test vecsim-ann-benchmarks_QUERY_1c_redisearch-hnsw_glove-200-angular_M-4 * redisbench-admin >= 0.11.7. running cluster tests faster and also ensuring we use a redisbench-admin with keepalive on ssh tunnels * Removed search-ftsb-10K-enwiki_abstract-hashes-term-withoutsuffix-trie from cluster tests due to keyspace error check * Removed search-ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query-non-sortable from cluster tests due to client error. created RediSearch/ftsb#97 * Not running *.rdb based benchmarks on cluster due to orphaned keys (redis/redis#9506) --------- Co-authored-by: fcostaoliveira <[email protected]> * rebase 8.0 --------- Co-authored-by: kei-nan <[email protected]> Co-authored-by: DvirDukhan <[email protected]> Co-authored-by: fcostaoliveira <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
issue coming from: https://github.com/RediSearch/RediSearch/actions/runs/10926464133/job/30338823638?pr=5026
The text was updated successfully, but these errors were encountered: