Huaisi Xu has uploaded a new patch set (#2). Change subject: IMPALA-3499: Batch update catalog cache update. ......................................................................
IMPALA-3499: Batch update catalog cache update. Java does not support byte array larger than 2GB. This patch enables batch update. The new startup flag max_catalog_cache_update_size, default to be 500MB, can also be used to limit the memory used in frontend to deserialize update. IMPALA-3571 Change-Id: I176db25124a32944f2396ce8aafbed49cac95928 --- M be/src/service/impala-server.cc M be/src/service/impala-server.h M fe/src/main/java/com/cloudera/impala/catalog/ImpaladCatalog.java 3 files changed, 60 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/32/3132/2 -- To view, visit http://gerrit.cloudera.org:8080/3132 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I176db25124a32944f2396ce8aafbed49cac95928 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Huaisi Xu <[email protected]> Gerrit-Reviewer: Huaisi Xu <[email protected]>
