-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Change Debug Elasticsearch and debug-jvm order in TESTING.asciidoc
#127801
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
PeteGillinElastic
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.
Hi, thanks for taking the time to improve ES documentation!
I agree that the order required is as you say, so the docs should be changed.
I have one small suggestion.
|
|
||
| --------------------------------------------------------------------------- | ||
| ./gradlew run --debug-jvm | ||
| --------------------------------------------------------------------------- |
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.
I think that this should probably be moved below the following NOTE: paragraph. That note is about configuring IntelliJ, and it seems better to keep those bits together.
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.
Thanks for your review @PeteGillinElastic , I think I addressed your suggestion.
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.
It does address it, yes. Thanks.
|
Pinging @elastic/es-docs (Team:Docs) |
PeteGillinElastic
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.
Thank you again for taking the time to do this. I can take care of getting this merged.
|
|
||
| --------------------------------------------------------------------------- | ||
| ./gradlew run --debug-jvm | ||
| --------------------------------------------------------------------------- |
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.
It does address it, yes. Thanks.
|
buildkite test this |
When I run
./gradlew run --debug-jvmbeforeDebug Elasticsearch, debug jvm will fail withprocess was found dead while waiting for ports files, node{::runTask-0}. And logs output:Change the order worked.