mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Modularize shard availability service (#101796)
* Modularize shard availability service This commit moves the `ShardsAvailabilityHealthIndicatorService` to a package and modularizes it with exports so that Serverless can make use of it as a superclass. Relates to #101394
This commit is contained in:
parent
d13368404d
commit
4952f986ce
10 changed files with 97 additions and 67 deletions
|
@ -419,4 +419,6 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.index.codec.bloomfilter.ES85BloomFilterPostingsFormat,
|
||||
org.elasticsearch.index.codec.bloomfilter.ES87BloomFilterPostingsFormat;
|
||||
provides org.apache.lucene.codecs.DocValuesFormat with ES87TSDBDocValuesFormat;
|
||||
|
||||
exports org.elasticsearch.cluster.routing.allocation.shards to org.elasticsearch.shardhealth, org.elasticsearch.serverless.shardhealth;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue