Alex Behm has posted comments on this change. Change subject: IMPALA-4765: Avoid using several loading threads on one table. ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5707/2/fe/src/main/java/org/apache/impala/catalog/TableLoadingMgr.java File fe/src/main/java/org/apache/impala/catalog/TableLoadingMgr.java: Line 285: if (LOG.isDebugEnabled()) { > I thought there was something weird about debug logging in the frontend. Is Good point. In fact I had the same idea, and made such changes to LOG.info() in other critical places during in the catalogd. Done. -- To view, visit http://gerrit.cloudera.org:8080/5707 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idba5f1808e0b9cbbcf46245834d8ad38d01231cb Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
