Riza Suminto created IMPALA-14207: ------------------------------------- Summary: log4j logs does not shows up in AdmissionD Key: IMPALA-14207 URL: https://issues.apache.org/jira/browse/IMPALA-14207 Project: IMPALA Issue Type: Bug Components: Frontend Reporter: Riza Suminto Assignee: Riza Suminto
log4j logs does not shows up in dedicated AdmissionD service. This is because GlogAppender.Install is not called anywhere. It called in JniCatalog.java and JniFrontend.java, but AdmissionD has neither those two. AdmissionD has call path to JniRequestPoolService.java. We can add function there to call GlogAppender.Install and hook up log4j to Glog. -- This message was sent by Atlassian Jira (v8.20.10#820010)