Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/22907 )
Change subject: IMPALA-13850 (part 3): Fix TSAN issue at AcceptRequest ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/22907/1/be/src/catalog/catalog-server.cc File be/src/catalog/catalog-server.cc: http://gerrit.cloudera.org:8080/#/c/22907/1/be/src/catalog/catalog-server.cc@553 PS1, Line 553: AtomicBool has_initiated_first_reset_{false}; Thinking if it should be changed to: AtomicBool catalog_still_empty_{true}; That way, the negation below it can be removed. -- To view, visit http://gerrit.cloudera.org:8080/22907 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8dcd3c8e105d8dc6ac04096060dbf6e185651aa5 Gerrit-Change-Number: 22907 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Fri, 16 May 2025 16:48:03 +0000 Gerrit-HasComments: Yes
