Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20443 )
Change subject: IMPALA-12402: Make CatalogdMetaProvider's cache concurrency level configurable ...................................................................... IMPALA-12402: Make CatalogdMetaProvider's cache concurrency level configurable The local CatalogMetaProvider's cache_ need to doing some loading process with the default cache concurrency level of 4, when the table number is very big, the loading process will cost much time, in that case the restart process will cost much time too, so we make cache concurrency level parameter configurable. Change-Id: I8e3c10660e371498c2edc1eb8d235b7b8ca170c9 Reviewed-on: http://gerrit.cloudera.org:8080/20443 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- M be/src/runtime/exec-env.cc M be/src/util/backend-gflag-util.cc M common/thrift/BackendGflags.thrift M fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java 4 files changed, 18 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved Quanlong Huang: Verified -- To view, visit http://gerrit.cloudera.org:8080/20443 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8e3c10660e371498c2edc1eb8d235b7b8ca170c9 Gerrit-Change-Number: 20443 Gerrit-PatchSet: 14 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
