Huaisi Xu has uploaded a new patch set (#20). Change subject: IMPALA-3499: Split catalog update ......................................................................
IMPALA-3499: Split catalog update Frontend does not support deserializing byte array larger than 2GB. Instead of passing a single serialized update to frontend, this patch splits the update into a vector of updates less than 500MB each. Then they are serialized and sent to frontend and get merged after deserialization. Change-Id: I176db25124a32944f2396ce8aafbed49cac95928 --- M be/src/service/frontend.cc M be/src/service/frontend.h M be/src/service/impala-server.cc M be/src/util/jni-util.h M fe/src/main/java/com/cloudera/impala/service/JniFrontend.java 5 files changed, 83 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/67/3067/20 -- To view, visit http://gerrit.cloudera.org:8080/3067 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I176db25124a32944f2396ce8aafbed49cac95928 Gerrit-PatchSet: 20 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Huaisi Xu <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Huaisi Xu <[email protected]>
