Bharath Vissapragada has posted comments on this change. ( http://gerrit.cloudera.org:8080/11561 )
Change subject: IMPALA-7626: Throttle catalog partial RPC requests ...................................................................... Patch Set 6: (3 comments) http://gerrit.cloudera.org:8080/#/c/11561/4/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/11561/4/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java@246 PS4, Line 246: // Controls concurrent access to doGetPartialCatalogObject() call. Limits the number > Do we usually do these as "static"? I don't like thinking about class loade Its already fixed in PS5. http://gerrit.cloudera.org:8080/#/c/11561/5/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/11561/5/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java@248 PS5, Line 248: private final Semaphore partialObjectFetchAccess_ = > Semaphore.availablePermits() isn't good enough? Do you know what's not reli Nvm, I misread the doc. This should work. Updated. http://gerrit.cloudera.org:8080/#/c/11561/5/fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java@2136 PS5, Line 2136: } finally { > Worrying about test env here seems that it's likely pre-mature optimization Done -- To view, visit http://gerrit.cloudera.org:8080/11561 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I11f77a16cfa38ada42d8b7c859850198ea7dd142 Gerrit-Change-Number: 11561 Gerrit-PatchSet: 6 Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]> Gerrit-Comment-Date: Thu, 04 Oct 2018 04:13:42 +0000 Gerrit-HasComments: Yes
