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

Disable sharding and queue buddy plugins #2206

Closed
wants to merge 2 commits into from

Conversation

donhardman
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 20, 2024

Linux debug test results

   10 files   10 suites   8m 23s ⏱️
  995 tests 946 ✅ 49 💤 0 ❌
1 009 runs  960 ✅ 49 💤 0 ❌

Results for commit 65fdf27.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 20, 2024

Linux release test results

   10 files   10 suites   6m 26s ⏱️
  995 tests 946 ✅ 49 💤 0 ❌
1 009 runs  960 ✅ 49 💤 0 ❌

Results for commit 65fdf27.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 20, 2024

Windows test results

  3 files    3 suites   17m 47s ⏱️
971 tests 922 ✅ 49 💤 0 ❌
975 runs  926 ✅ 49 💤 0 ❌

Results for commit 65fdf27.

♻️ This comment has been updated with latest results.

@sanikolaev sanikolaev added the pack To trigger CI to build packages for PR label May 21, 2024
@sanikolaev
Copy link
Collaborator

Looks good to me.

root@b2744f65782a:/build# cat /var/log/manticore/searchd.log |grep started
[Tue May 21 04:00:12.104 2024] [717] [BUDDY] started v2.3.9 '/usr/share/manticore/modules/manticore-buddy/bin/manticore-buddy --listen=http://127.0.0.1:9312 --bind=127.0.0.1  --threads=32 --skip=manticoresoftware/buddy-plugin-sharding --skip=manticoresoftware/buddy-plugin-queue' at http://127.0.0.1:41287
MySQL [(none)]> show tables;
Empty set (0.000 sec)

MySQL [(none)]> create table t(f text) shards=5 rf=1;
ERROR 1064 (42000): P03: syntax error, unexpected integer, expecting string near '5 rf=1'
MySQL [(none)]>

@sanikolaev sanikolaev closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pack To trigger CI to build packages for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants