xiaohui0318 opened a new issue #10865:
URL: https://github.com/apache/druid/issues/10865


   ```
   cat conf/druid/single-server/micro-quickstart/middleManager/jvm.config 
   -server
   -Xms512m
   -Xmx2048m
   -XX:+HeapDumpOnOutOfMemoryError
   -XX:HeapDumpPath=/Users/xiaohui/dmp/test/middlemanager/aa.hprof
   -XX:+UseG1GC
   -Duser.timezone=UTC+0800
   -Dfile.encoding=UTF-8
   -Djava.io.tmpdir=var/tmp
   -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8769
   ```
   I added the MM Debug Port, but could not debug to the Peon process that 
handles index_kafka; Could you please tell me how to set it to debug;Tks ! 
   


----------------------------------------------------------------
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]

Reply via email to