Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/23781 )
Change subject: IMPALA-14284: Log the actual log files instead of symlinks in start-impala-cluster.py ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/23781/2/bin/start-impala-cluster.py File bin/start-impala-cluster.py: http://gerrit.cloudera.org:8080/#/c/23781/2/bin/start-impala-cluster.py@252 PS2, Line 252: def print_actual_log_file(log_symlink, timeout=5): : """Resolve the log symlink to get the actual log file name.""" : symlink_name = os.path.b > This will increase wait time to start cluster. That makes sense. Changed the implementation to save the symlinks and resolve them after the cluster launchs. -- 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: comment Gerrit-Change-Id: Id76c0a8bdfb221ab24ee315e2e273abca4257398 Gerrit-Change-Number: 23781 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Tue, 16 Dec 2025 07:22:59 +0000 Gerrit-HasComments: Yes
