Hello Michael Smith, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23781
to look at the new patch set (#2).
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
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
17:35:28 MainThread: Starting Impala Daemon logging to /tmp/impalad.INFO
17:35:28 MainThread: -> Actual log file:
impalad.quanlong-Precision-3680.quanlong.log.INFO.20251212-173509.337303
17:35:28 MainThread: Starting Impala Daemon logging to /tmp/impalad_node1.INFO
17:35:28 MainThread: -> Actual log file:
impalad.quanlong-Precision-3680.quanlong.log.INFO.20251212-173509.337305
17:35:28 MainThread: Starting Impala Daemon logging to /tmp/impalad_node2.INFO
17:35:28 MainThread: -> Actual log file:
impalad.quanlong-Precision-3680.quanlong.log.INFO.20251212-173509.337308
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, 26 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/23781/2
--
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: newpatchset
Gerrit-Change-Id: Id76c0a8bdfb221ab24ee315e2e273abca4257398
Gerrit-Change-Number: 23781
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>