Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/23823 )
Change subject: IMPALA-14618: Ensure processor clear waits for active event processing ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/23823/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/23823/1//COMMIT_MSG@14 PS1, Line 14: it could update : the cache with stale information after the metadata rebuild > What seems a bug is how CREATE_DATABASE event gets a null db here (so proce Proposed another patch that avoids using getDb() in processing CREATE_DATABASE event: https://gerrit.cloudera.org/c/24629 The check (getDb() == null) and add operations are protected by the catalog version write lock in the patch. With this, catalog reset doesn't need to wait for ongoing event processing to complete. -- To view, visit http://gerrit.cloudera.org:8080/23823 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ib04ee2fa425cb4be397232a0065b6fdbfc1e244c Gerrit-Change-Number: 23823 Gerrit-PatchSet: 2 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Fri, 24 Jul 2026 08:53:27 +0000 Gerrit-HasComments: Yes
