[2/3] impala git commit: IMPALA-7464: fix race when ExecFInstance() RPC times out

2018-08-31 Thread todd
IMPALA-7464: fix race when ExecFInstance() RPC times out The "exec resources" reference count on the QueryState expects that it will transition from 0 -> non-zero -> 0 at most once. The reference count is taken on the coordinator side (sender of this RPC) and also the backend (receiver of this

[3/3] impala git commit: IMPALA-7517. Fix hang in scanner threads when soft limit is exceeded

2018-08-31 Thread todd
IMPALA-7517. Fix hang in scanner threads when soft limit is exceeded As described in the JIRA, when scanner threads see that the soft limit has been exceeded, they try to shut down. In some particular interleavings, this would cause all of the scanner threads to exit without any of them marking

[1/3] impala git commit: IMPALA-7502: [DOCS] Update ALTER TABLE/VIEW RENAME privileges

2018-08-31 Thread todd
Repository: impala Updated Branches: refs/heads/master 5c541b960 -> 13e93e75b IMPALA-7502: [DOCS] Update ALTER TABLE/VIEW RENAME privileges Change-Id: I5f45b42f3300507296c3a3e876498976c0b17a86 Reviewed-on: http://gerrit.cloudera.org:8080/11356 Reviewed-by: Impala Public Jenkins Tested-by:

[1/2] impala git commit: IMPALA-7443: Fix intermittent GVO failures due to stale Maven cache

2018-08-31 Thread todd
Repository: impala Updated Branches: refs/heads/2.x 07c704aef -> 7f44a99c8 IMPALA-7443: Fix intermittent GVO failures due to stale Maven cache When switching to a new Maven repository, such as switching to a new CDH_BUILD_NUMBER, Maven does not automatically pick up the new repository. The

[2/2] impala git commit: IMPALA-7513: Fix Sentry compilation error in 2.x

2018-08-31 Thread todd
IMPALA-7513: Fix Sentry compilation error in 2.x An update to Sentry 1.5.1-cdh5.16.0-SNAPSHOT broke the build. This patch fixes it by uploading the new CDH components, which includes Sentry server to make sure the Sentry client and server dependencies are coherent. Testing: - Ran FE tests

impala git commit: IMPALA-7424: Reduce in-memory footprint of incremental stats

2018-08-31 Thread bharathv
Repository: impala Updated Branches: refs/heads/master 13e93e75b -> d4e281b73 IMPALA-7424: Reduce in-memory footprint of incremental stats Currently incremental stats are stored as chunked Base64 strings in the HMS parameters map of partition objects. Each of these strings when stored in the