adonis0147 commented on code in PR #17595:
URL: https://github.com/apache/doris/pull/17595#discussion_r1130529219
##########
be/src/util/jni-util.cpp:
##########
@@ -73,10 +73,13 @@ void FindOrCreateJavaVM() {
auto classpath = GetDorisJNIClasspath();
std::string heap_size = fmt::format("-Xmx{}",
config::jvm_max_heap_size);
std::string log_path = fmt::format("-DlogPath={}/log/udf-jdbc.log",
getenv("DORIS_HOME"));
+ std::string jvm_name = fmt::format("-Dsun.java.command={}",
"DORIS_BE");
Review Comment:
```suggestion
std::string jvm_name = fmt::format("-Dsun.java.command={}",
"DorisBE");
```
--
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]