maobaolong opened a new pull request #991: URL: https://github.com/apache/hadoop-ozone/pull/991
## What changes were proposed in this pull request? This is a great feature, i believe everyone would like this new "--jvmargs" argument, we can specify some arguments you like, mostly, i put the "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" into HADOOP_OPTS, now i doesn't have to do like that. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3686 ## How was this patch tested? ```bash bin/ozone --jvmargs "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" admin pipeline list Listening for transport dt_socket at address: 5005 ``` then, use intellij idea to attach it and enjoy debugging, have a nice day. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
