xianjingfeng commented on code in PR #1720:
URL:
https://github.com/apache/incubator-uniffle/pull/1720#discussion_r1605798660
##########
bin/start-coordinator.sh:
##########
@@ -81,7 +81,7 @@ JVM_ARGS=" -server \
-Xloggc:${RSS_LOG_DIR}/gc-%t.log"
JAVA11_EXTRA_ARGS=" -XX:+IgnoreUnrecognizedVMOptions \
- -Xlog:gc:tags,time,uptime,level"
+
-Xlog:gc=trace:file=${RSS_LOG_DIR}/gc-%t.log:tags,time,uptime,level:filecount=10,filesize=100m"
Review Comment:
1. I have compared info and trace, and there is not much difference in the
amount of logs, so I feel that trace will be better.
2. I did a simple test with java11+ and the gc logs can be printed normally.
--
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]