Skip to content

Commit e0a9ff4

Browse files
committed
Revert changes to DistributedArchitectureGuide.md
This commit reverts the changes to docs/internal/DistributedArchitectureGuide.md These changes need to be redone in order to update the code links so that they point to a more recent version that includes the `Metadata.ClusterCustom` / `Metadata.ProjectCustom` split We also need to incorporate documentation updates to reflect the changes to PersistentTasks.
1 parent 92081d4 commit e0a9ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/internal/DistributedArchitectureGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ policies.
306306

307307
### How cluster capacity is determined
308308

309-
[AutoscalingMetadata][] implements [Metadata.ClusterCustom][] in order to persist autoscaling policies. Each
309+
[AutoscalingMetadata][] implements [Metadata.Custom][] in order to persist autoscaling policies. Each
310310
Decider is an implementation of [AutoscalingDeciderService][]. The [AutoscalingCalculateCapacityService][]
311311
is responsible for running the calculation.
312312

@@ -322,7 +322,7 @@ calls [through the CapacityResponseCache][], into the `AutoscalingCalculateCapac
322322
concurrent callers.
323323

324324
[AutoscalingMetadata]: https://github.com/elastic/elasticsearch/blob/v8.13.2/x-pack/plugin/autoscaling/src/main/java/org/elasticsearch/xpack/autoscaling/AutoscalingMetadata.java#L38
325-
[Metadata.ClusterCustom]: https://github.com/elastic/elasticsearch/blob/v8.13.2/server/src/main/java/org/elasticsearch/cluster/metadata/Metadata.java#L141-L145
325+
[Metadata.Custom]: https://github.com/elastic/elasticsearch/blob/v8.13.2/server/src/main/java/org/elasticsearch/cluster/metadata/Metadata.java#L141-L145
326326
[AutoscalingDeciderService]: https://github.com/elastic/elasticsearch/blob/v8.13.2/x-pack/plugin/autoscaling/src/main/java/org/elasticsearch/xpack/autoscaling/capacity/AutoscalingDeciderService.java#L16-L19
327327
[AutoscalingCalculateCapacityService]: https://github.com/elastic/elasticsearch/blob/v8.13.2/x-pack/plugin/autoscaling/src/main/java/org/elasticsearch/xpack/autoscaling/capacity/AutoscalingCalculateCapacityService.java#L43
328328

0 commit comments

Comments
 (0)