Riza Suminto created IMPALA-13397:
-------------------------------------
Summary: TestBannedLogMessages.test_no_tuniqueid fail due to log
line from TransactionKeepalive.java
Key: IMPALA-13397
URL: https://issues.apache.org/jira/browse/IMPALA-13397
Project: IMPALA
Issue Type: Bug
Components: Frontend
Reporter: Riza Suminto
Assignee: Riza Suminto
{code:java}
Stacktrace
verifiers/test_banned_log_messages.py:49: in test_no_tuniqueid
self.assert_message_absent('[^a-zA-Z]TUniqueId(')
verifiers/test_banned_log_messages.py:36: in assert_message_absent
assert returncode == 1, "%s contains '%s'" % (log_file_path, message)
Standard Output
W0920 13:41:07.938737 606002 TransactionKeepalive.java:192] Transaction 2212 of
query TUniqueId(hi:5063081062495805267, lo:7639778149839929344) doesn't exist
anymore. Stop heartbeating it.
{code}
The fix is to implement HeartbeatContext#toString() with
TUniqueIdUtil#PrintId().
--
This message was sent by Atlassian Jira
(v8.20.10#820010)