FrankChen021 commented on code in PR #15971:
URL: https://github.com/apache/druid/pull/15971#discussion_r1503531556
##########
docs/operations/dump-segment.md:
##########
@@ -36,6 +36,20 @@ java -classpath "/my/druid/lib/*"
-Ddruid.extensions.loadList="[]" org.apache.dr
--out /home/druid/output.txt
```
+If you use JDK11 and above, you need to add the following additional parameters
++ --add-opens java.base/java.lang=ALL-UNNAMED
++ --add-opens java.base/sun.nio.ch=ALL-UNNAMED
+ The following is a example
Review Comment:
```suggestion
The following is an example
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]