Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23467
Change subject: IMPALA-14465: Unset HEAPCHECK when custom cluster tests restart Kudu ...................................................................... IMPALA-14465: Unset HEAPCHECK when custom cluster tests restart Kudu Custom cluster tests like TestKuduHMSIntegration restart the Kudu service with custom startup flags. On Redhat8 ARM64, these tests have been failing due to Kudu being unresponsive after this restart. Debugging showed that Kudu was stuck early in startup. This only reproduced via the custom cluster tests and never via regular minicluster startup. When custom cluster tests restart Kudu, the script to restart Kudu inherits environment variables from the test runner. It turns out that the HEAPCHECK environment variable (even when empty) causes Kudu to get stuck during startup on Redhat8 ARM64 after the recent toolchain update. As a short-term fix, this unsets HEAPCHECK when restarting the Kudu service for these tests. There will need to be further investigation / cleanup beyond this. Testing: - Ran the Kudu custom cluster tests on Redhat8 ARM64 and on Ubuntu 20 x86_64 Change-Id: I51513e194d9e605df199672231b412fae40343af --- M tests/common/custom_cluster_test_suite.py 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/67/23467/1 -- To view, visit http://gerrit.cloudera.org:8080/23467 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I51513e194d9e605df199672231b412fae40343af Gerrit-Change-Number: 23467 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
