Bharath Vissapragada has posted comments on this change. Change subject: IMPALA-3552: Make incremental stats max serialized size configurable ......................................................................
Patch Set 8: (3 comments) http://gerrit.cloudera.org:8080/#/c/4867/8/be/src/util/backend-config-util.cc File be/src/util/backend-config-util.cc: Line 38: DEFINE_bool(load_catalog_at_startup, false, "if true, load all catalog data at startup"); > Where are these DEFINEs currently? Shouldn't these all be DECLARE, otherwis Oops. I moved the DEFINEs too by mistake. I'm moving them to their respective components (frontend/catalog) and just have DECLAREs here. http://gerrit.cloudera.org:8080/#/c/4867/8/be/src/util/backend-config-util.h File be/src/util/backend-config-util.h: Line 27: class BackendConfigUtil { > no need for a class, just use a function Done. Also renamed this to backend-gflag-util.cc as we have another ./be/src/scheduling/backend-config.cc. http://gerrit.cloudera.org:8080/#/c/4867/8/fe/src/main/java/org/apache/impala/service/BackendConfig.java File fe/src/main/java/org/apache/impala/service/BackendConfig.java: Line 43: public long getReadSize() { > single line where it fits Done -- To view, visit http://gerrit.cloudera.org:8080/4867 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I33684725a61eabc67237503e61178305d37d3cb5 Gerrit-PatchSet: 8 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Yonghyun Hwang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Huaisi Xu <[email protected]> Gerrit-Reviewer: Yonghyun Hwang Gerrit-Reviewer: Yonghyun Hwang <[email protected]> Gerrit-HasComments: Yes
