Sai Hemanth Gantasala has posted comments on this change. ( http://gerrit.cloudera.org:8080/22640 )
Change subject: IMPALA-13850 (part 2): Implement in-place reset for CatalogD ...................................................................... Patch Set 22: (3 comments) http://gerrit.cloudera.org:8080/#/c/22640/22/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java File fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java: http://gerrit.cloudera.org:8080/#/c/22640/22/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java@514 PS22, Line 514: logSkip nit: This variable name indicates that we should skip logging info if set to true but in reality it is doing the opposite. Can you rename this? http://gerrit.cloudera.org:8080/#/c/22640/22/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java@2520 PS22, Line 2520: while (!resettingDbs_.isEmpty()) { How do we get out of this while loop without polling the entries? http://gerrit.cloudera.org:8080/#/c/22640/22/tests/custom_cluster/test_concurrent_ddls.py File tests/custom_cluster/test_concurrent_ddls.py: http://gerrit.cloudera.org:8080/#/c/22640/22/tests/custom_cluster/test_concurrent_ddls.py@89 PS22, Line 89: def test_local_catalog_ddls_with_invalidate_metadata_unlock_gap(self, unique_database): Can this patch overcome a hypothetical scenario where Alter table rename is moving a table from one db to another db and the old database is reset in the catalog? -- To view, visit http://gerrit.cloudera.org:8080/22640 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ib4ae2154612746b34484391c5950e74b61f85c9d Gerrit-Change-Number: 22640 Gerrit-PatchSet: 22 Gerrit-Owner: Riza Suminto <[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: Wed, 23 Apr 2025 19:49:16 +0000 Gerrit-HasComments: Yes
