Balazs Hevele has posted comments on this change. ( http://gerrit.cloudera.org:8080/24033 )
Change subject: WIP IMPALA-14325: Fix ASAN heap-use-after-free in background threads ...................................................................... Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/24033/4/be/src/util/thread.cc File be/src/util/thread.cc: http://gerrit.cloudera.org:8080/#/c/24033/4/be/src/util/thread.cc@316 PS4, Line 316: Thread::~Thread() { : thread_->interrupt(); : } This affects all threads, not only the relevant background threads. Try only changing those. Might be best to create a separate type for them which calls interrupt (and join?) in the destructor. -- To view, visit http://gerrit.cloudera.org:8080/24033 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I97188e5ca2ace960c5db5cb44af44f42255902e8 Gerrit-Change-Number: 24033 Gerrit-PatchSet: 4 Gerrit-Owner: Balazs Hevele <[email protected]> Gerrit-Reviewer: Balazs Hevele <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Fri, 06 Mar 2026 13:42:00 +0000 Gerrit-HasComments: Yes
