[1/4] impala git commit: [DOCS] Fix in REPLICA_PREFERENCE numeric options

2018-02-19 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x 3a386d975 -> b961de23d [DOCS] Fix in REPLICA_PREFERENCE numeric options Change-Id: Ia10e69ac38229e0969db11b7edbcf08c2444602b Reviewed-on: http://gerrit.cloudera.org:8080/9341 Reviewed-by: John Russell Tested-by:

impala git commit: IMPALA-6423: HDFS scanner doesn't check RuntimeState::is_cancelled()

2018-02-19 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 3a049a530 -> 8302608bd IMPALA-6423: HDFS scanner doesn't check RuntimeState::is_cancelled() There are cancellation checks in HDFS scanner code that are using ScannerContext::cancelled(), however, if an internal cancellation happens then

impala git commit: IMPALA-5518: Allocate KrpcDataStreamRecvr RowBatch tuples from BufferPool

2018-02-19 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 8302608bd -> 62d8462e1 IMPALA-5518: Allocate KrpcDataStreamRecvr RowBatch tuples from BufferPool Previously, tuple pointers of a row batch are allocated from the heap via malloc() and tuple data is allocated from the MemPool associated

impala git commit: IMPALA-6423: HDFS scanner doesn't check RuntimeState::is_cancelled()

2018-02-19 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x b961de23d -> b696fb948 IMPALA-6423: HDFS scanner doesn't check RuntimeState::is_cancelled() There are cancellation checks in HDFS scanner code that are using ScannerContext::cancelled(), however, if an internal cancellation happens then