xinyiZzz commented on code in PR #13585: URL: https://github.com/apache/doris/pull/13585#discussion_r1014789102
########## be/src/service/doris_main.cpp: ########## @@ -376,15 +375,15 @@ int main(int argc, char** argv) { apache::thrift::GlobalOutput.setOutputFunction(doris::thrift_output); Status status = Status::OK(); -#ifdef LIBJVM - // Init jni - status = doris::JniUtil::Init(); - if (!status.ok()) { - LOG(WARNING) << "Failed to initialize JNI: " << status.get_error_msg(); - doris::shutdown_logging(); - exit(1); - } -#endif + // #ifdef LIBJVM + // // Init jni Review Comment: for local test -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org