-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
BuildBuild Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe
When running local clusters with ./gradlew run you can provide -PnumNodes=<number of nodes> to run a cluster locally with more than one node. This is useful but unfortunately you can't use it with --debug-jvm. It'd be great if you could use both simultaneously.
Describe the solution you'd like
Currently it fails because each node expects a different debug server running on ports 5005, 5006, and 5007:
Running opensearch in debug mode (client), node{::runTask-0} expecting running debug server on port 5005
Running opensearch in debug mode (client), node{::runTask-1} expecting running debug server on port 5006
Running opensearch in debug mode (client), node{::runTask-2} expecting running debug server on port 5007
Maybe they could all point towards the same server at 5005?
Related component
Build
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
BuildBuild Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomers