Quanlong Huang created IMPALA-14284:
---------------------------------------
Summary: Log the actual log files instead of symlinks in
start-impala-cluster.py
Key: IMPALA-14284
URL: https://issues.apache.org/jira/browse/IMPALA-14284
Project: IMPALA
Issue Type: Task
Components: Infrastructure
Reporter: Quanlong Huang
Assignee: Quanlong Huang
It's not that easy to find log files of a custom-cluster test. All
custom-cluster tests use the same log dir and the test output just shows the
symlink of the log files:
{noformat}
03:22:53 MainThread: Starting State Store logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/statestored.INFO
03:22:53 MainThread: Starting Catalog Service logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/catalogd.INFO
03:22:53 MainThread: Starting Catalog Service logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/catalogd_node1.INFO
03:22:53 MainThread: Starting Impala Daemon logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/impalad.INFO
03:22:53 MainThread: Starting Impala Daemon logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/impalad_node1.INFO
03:22:53 MainThread: Starting Impala Daemon logging to
/data/jenkins/workspace/impala-cdw-master-staging-core-admissiond/repos/Impala/logs/custom_cluster_tests/impalad_node2.INFO
03:22:55 MainThread: Found 3 impalad/1 statestored/2 catalogd
process(es){noformat}
It'd be helpful to resolve the symlinks and print the actual log paths.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)