-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Improve module/plugin loading logging message. #93952
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
Conversation
@howardhuanghua please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-core-infra (Team:Core/Infra) |
1 similar comment
Pinging @elastic/es-core-infra (Team:Core/Infra) |
server/src/main/java/org/elasticsearch/plugins/PluginsService.java
Outdated
Show resolved
Hide resolved
Thanks for the PR. Looks ok, just added one comment. Could you update your branch from latest main? In particular, we've merged in a change to maintain plugin ordering (#93882), which duplicates a couple of lines in this PR. |
Hi @thecoop, thanks for checking. I have updated the latest main and fixed the comment. |
@elasticsearchmachine test this please |
@howardhuanghua could you change the changelog area field to |
Done. |
@elasticsearchmachine test this please |
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
This PR going to fix #93881.
Print plugin/module loading message in order.
Here is the log output demo for loaded modules/plugins in dependency sorted order.