Hello Henry Robinson, Dimitris Tsirogiannis, Dan Hecht,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/3067
to look at the new patch set (#22).
Change subject: IMPALA-3499: Split catalog update
......................................................................
IMPALA-3499: Split catalog update
JNI does not support writing 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, sent to frontend,
deserialized and merged before calling
Frontend::updateCatalogCache().
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, 85 insertions(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/67/3067/22
--
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: 22
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]>