-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
MetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PR
Description
Please describe the end goal of this project
The shard placement logic is executed on a single threaded cluster manager's state execution thread. For larger clusters this might cause the execution times to go beyond a minute thereby causing critical operations like index creation and settings update etc to starve making the cluster unmanageable
Supporting References
Related PRs
- Caching avg total bytes and avg free bytes inside ClusterInfo #14851
- Removing unnecessary List.removeAll from LocalShardsBalancer to filter remote search shard from relocation decision #14613
- Optimising hashmap.get call inside AwarenessAllocationDecider #14761
- Removing String format in RemoteStoreMigrationAllocationDecider #14612
- Offline calculation of total shard across all node and caching it for weight calculation inside LocalShardBalancer #14675
- Cache index shard limit to optimise ShardLimitsAllocationDecider #14962
- Skip unnecessary string format in ThrottlingAllocationDecider when not in debug mode #13750
Issues
TBD
Related component
Cluster Manager
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PR
Type
Projects
Status
New