Vuk Ercegovac has posted comments on this change. ( http://gerrit.cloudera.org:8080/11472 )
Change subject: IMPALA-7498: Fix log spew from LocalCatalog startup ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/11472/1/fe/src/main/java/org/apache/impala/catalog/local/LocalCatalog.java File fe/src/main/java/org/apache/impala/catalog/local/LocalCatalog.java: http://gerrit.cloudera.org:8080/#/c/11472/1/fe/src/main/java/org/apache/impala/catalog/local/LocalCatalog.java@213 PS1, Line 213: Thread.sleep(timeoutMs); looked at all call-sites... is the one in StmtLoader going to do an unneeded sleep here? I think that sleep is set to 2s. perhaps get out of here early with a check via isReady? -- To view, visit http://gerrit.cloudera.org:8080/11472 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I81e7cc6f464fd71afecd94a5a2b777aff47ee11b Gerrit-Change-Number: 11472 Gerrit-PatchSet: 1 Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]> Gerrit-Comment-Date: Fri, 21 Sep 2018 16:29:16 +0000 Gerrit-HasComments: Yes
