-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Revert changes to DistributedArchitectureGuide.md #123565
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
Revert changes to DistributedArchitectureGuide.md #123565
Conversation
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.
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
ywangd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The follow-up work to update the guide is tracked at ES-10985
|
Merging despite a failing check because the check is specifically about the docs change that we're trying to revert. |
Ah looks like we need to ignore internal docs in the new docs check |
|
Probably more than the internal docs. I am having the same failure on this PR #123569 which has a changelog YAML. |
This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date. Relates: elastic#123565 Resolves: ES-10985
This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date. Relates: #123565 Resolves: ES-10985
…125556) This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date. Relates: elastic#123565 Resolves: ES-10985
This commit reverts the changes to
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.ProjectCustomsplitWe also need to incorporate documentation updates to reflect the changes to PersistentTasks.