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

Handling of incompatible plugins #211

Open
sanikolaev opened this issue Feb 13, 2024 · 2 comments
Open

Handling of incompatible plugins #211

sanikolaev opened this issue Feb 13, 2024 · 2 comments
Assignees

Comments

@sanikolaev
Copy link
Collaborator

Think what we can do with things like this:

mysql> show version;
+-----------+--------------------------------+
| Component | Version                        |
+-----------+--------------------------------+
| Daemon    | 6.2.13 7e1e4f312@24021217 dev  |
| Columnar  | columnar 2.2.5 214ce90@240115  |
| Secondary | secondary 2.2.5 214ce90@240115 |
| KNN       | knn 2.2.5 214ce90@240115       |
| Buddy     | buddy v2.1.5                   |
+-----------+--------------------------------+
5 rows in set (0.00 sec)

mysql> show buddy plugins;
ERROR 1064 (42000): Class "UpdateText\Payload" not found
@sanikolaev sanikolaev transferred this issue from manticoresoftware/manticoresearch Feb 13, 2024
@donhardman
Copy link
Contributor

While investigating the issue, I discovered a problem with the local plugin detection, which I've now resolved and pushed to the main branch. It's working fine for the show buddy plugins command, but we still need to think about how to implement versioning for older plugins and what steps to take. As of now, the show buddy plugins command should work perfectly.

Image

@sanikolaev
Copy link
Collaborator Author

we still need to think about how to implement versioning for older plugins and what steps to take

OK, let's think. Since the main issue is solved, let's postpone this issue for a while.

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

No branches or pull requests

2 participants