Skip to content

Plugins endpoint#2830

Closed
q42jaap wants to merge 9 commits intoelastic:masterfrom
q42jaap:plugins-endpoint
Closed

Plugins endpoint#2830
q42jaap wants to merge 9 commits intoelastic:masterfrom
q42jaap:plugins-endpoint

Conversation

@q42jaap
Copy link

@q42jaap q42jaap commented Mar 29, 2013

I saw a TODO in HttpServer, /_plugin/ now works, it lists the names of the plugins. I couldn't find how to list the installed sites though.

@q42jaap q42jaap closed this Mar 29, 2013
breskeby pushed a commit to breskeby/elasticsearch that referenced this pull request Feb 11, 2026
* Fast refresh indices should use RCO

Depends on core ES PR elastic#113478 .

Fast refresh indices should now use search shards, by using the new
Refresh Cost Optimizations to refresh them. That means they can now
start using search shards for gets/searches as well.

The only difference now for fast refresh indices vs non fast refresh
indices, is that the former have a lower min & default refresh interval
(1s vs 5s) & are excluded from refresh throttling.

Note that for BWC, we expect search shards to be upgraded first, before
indexing shards. Until the cluster is fully upgraded, the promotable
shards (whether upgraded or not) will still receive and execute
gets/searches locally. An upgraded indexing node will refresh
unpromotables (which must be upgraded search nodes).

With the later , we will re-add checks that indexing shards
should not receive a get/search.

Closes 
Closes 

* Disable flush throttler for the upgrade test

* PR comments

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
breskeby pushed a commit to breskeby/elasticsearch that referenced this pull request Feb 11, 2026
* Fast refresh indices to use search shards

The changes of PR elastic#2830 were reverted because it induced . Now
that the ticket is done, this PR re-introduces the reverted changes.

Depends on core ES PR.

Fast refresh indices should now use search shards, by using the new
Refresh Cost Optimizations to refresh them. That means they can now
start using search shards for gets/searches as well.

The only difference now for fast refresh indices vs non fast refresh
indices, is that the former have a lower min & default refresh interval
(1s vs 5s) & are excluded from refresh throttling.

Note that for BWC, we expect search shards to be upgraded first, before
indexing shards. Until the cluster is fully upgraded, the promotable
shards (whether upgraded or not) will still receive and execute
gets/searches locally. An upgraded indexing node will refresh
unpromotables (which must be upgraded search nodes).

With the later , we will re-add checks that indexing shards
should not receive a get/search.

Closes 

* Submodule

* Submodule

* Merge upstream and update elasticsearch submodule to 673b24f

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
breskeby pushed a commit to breskeby/elasticsearch that referenced this pull request Feb 11, 2026
* Fast refresh indices should use RCO

Depends on core ES PR elastic#113478 .

Fast refresh indices should now use search shards, by using the new
Refresh Cost Optimizations to refresh them. That means they can now
start using search shards for gets/searches as well.

The only difference now for fast refresh indices vs non fast refresh
indices, is that the former have a lower min & default refresh interval
(1s vs 5s) & are excluded from refresh throttling.

Note that for BWC, we expect search shards to be upgraded first, before
indexing shards. Until the cluster is fully upgraded, the promotable
shards (whether upgraded or not) will still receive and execute
gets/searches locally. An upgraded indexing node will refresh
unpromotables (which must be upgraded search nodes).

With the later , we will re-add checks that indexing shards
should not receive a get/search.

Closes 
Closes 

* Disable flush throttler for the upgrade test

* PR comments

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
breskeby pushed a commit to breskeby/elasticsearch that referenced this pull request Feb 11, 2026
* Fast refresh indices to use search shards

The changes of PR elastic#2830 were reverted because it induced . Now
that the ticket is done, this PR re-introduces the reverted changes.

Depends on core ES PR.

Fast refresh indices should now use search shards, by using the new
Refresh Cost Optimizations to refresh them. That means they can now
start using search shards for gets/searches as well.

The only difference now for fast refresh indices vs non fast refresh
indices, is that the former have a lower min & default refresh interval
(1s vs 5s) & are excluded from refresh throttling.

Note that for BWC, we expect search shards to be upgraded first, before
indexing shards. Until the cluster is fully upgraded, the promotable
shards (whether upgraded or not) will still receive and execute
gets/searches locally. An upgraded indexing node will refresh
unpromotables (which must be upgraded search nodes).

With the later , we will re-add checks that indexing shards
should not receive a get/search.

Closes 

* Submodule

* Submodule

* Merge upstream and update elasticsearch submodule to 673b24f

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
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

Successfully merging this pull request may close these issues.

5 participants