Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23781
Change subject: IMPALA-14284: Log the actual log files instead of symlinks in start-impala-cluster.py ...................................................................... IMPALA-14284: Log the actual log files instead of symlinks in start-impala-cluster.py 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, e.g. "Starting State Store logging to .../logs/custom_cluster_tests/statestored.INFO". This patch prints the actual log file name after the process launchs. An example output: 17:35:28 MainThread: Starting Catalog Service logging to /tmp/catalogd.INFO 17:35:28 MainThread: -> Actual log file: catalogd.quanlong-Precision-3680.quanlong.log.INFO.20251212-173528.339589 Tests - Ran the script locally. - Ran a failed custom-cluster test and verified the actual file names are printed in the output. Change-Id: Id76c0a8bdfb221ab24ee315e2e273abca4257398 --- M bin/start-impala-cluster.py 1 file changed, 27 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/23781/1 -- To view, visit http://gerrit.cloudera.org:8080/23781 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id76c0a8bdfb221ab24ee315e2e273abca4257398 Gerrit-Change-Number: 23781 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
