-
Notifications
You must be signed in to change notification settings - Fork 25k
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
_cat/plugins does not list quota-aware-fs plugin #66107
Labels
>bug
:Core/Infra/Plugins
Plugin API and infrastructure
Team:Core/Infra
Meta label for core/infra team
Comments
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Right now, this is intentional behaviour. |
pugnascotia
added a commit
that referenced
this issue
Dec 17, 2020
Closes #66107. Bootstrap plugins are not loaded in the main Elasticsearch process, but instead take effect only when ES is starting. As such, these plugins are skipped when ES loads all installed plugins. As a result, it was impossible for the plugins _cat API to report whether any bootstrap plugins are installed. Fix this by adjusting how the loading process skips bootstrap plugins, and then tweaking the plugins _cat API so that bootstrap plugins can optionally be included in the response.
pugnascotia
added a commit
that referenced
this issue
Dec 17, 2020
Closes #66107. Bootstrap plugins are not loaded in the main Elasticsearch process, but instead take effect only when ES is starting. As such, these plugins are skipped when ES loads all installed plugins. As a result, it was impossible for the plugins _cat API to report whether any bootstrap plugins are installed. Fix this by adjusting how the loading process skips bootstrap plugins, and then tweaking the plugins _cat API so that bootstrap plugins can optionally be included in the response.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>bug
:Core/Infra/Plugins
Plugin API and infrastructure
Team:Core/Infra
Meta label for core/infra team
Elasticsearch version:
8.0.0-SNAPSHOT
,7.11.0-SNAPSHOT
(possibly6.8.14-SNAPSHOT
as well)Description of the problem including expected versus actual behavior:
The
_cat/plugins
API endpoint does not listquota-aware-fs
plugin. The plugin gets installed successfully and is visible via/bin/elasticsearch-plugin
tool:but the
_cat/plugins
endpoint response looks like this:Steps to reproduce:
quota-aware-fs
pluginGET _cat/plugins?v
Related PRs: #63620 #64850
The text was updated successfully, but these errors were encountered: