[Impala-ASF-CR] IMPALA-4652: Add crcutil to build

2017-01-11 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4652: Add crcutil to build .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5660/1//COMMIT_MSG Commit Message: Line 7: IMPALA-4652: Add

[Impala-ASF-CR] IMPALA-4651: Add LibEv to build

2017-01-11 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4651: Add LibEv to build .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5659/1//COMMIT_MSG Commit Message: Line 9: Add libev 4.20 to t

[Impala-ASF-CR] IMPALA-4747: macros should only evaluate their arguments once

2017-01-11 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4747: macros should only evaluate their arguments once .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5686 To unsubscri

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-11 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Add Kudu cmake utilities .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5656/2/cmake_modules/kudu_cmake_fns.txt File cmake_modules/kudu_cmake_

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-11 Thread Henry Robinson (Code Review)
Hello Tim Armstrong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/5656 to look at the new patch set (#3). Change subject: Add Kudu cmake utilities .. Add Kudu cmake utilities This comm

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-10 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Add Kudu cmake utilities .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5656/2/cmake_modules/kudu_cmake_fns.txt File cmake_modules/kudu_cmake_

[Impala-ASF-CR] IMPALA-4751: Remove blank line from raw text template

2017-01-10 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4751: Remove blank line from raw_text template .. Patch Set 2: Why can't this be fixed on the consumer side? Stripping out leading and trailing white sp

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#2). Change subject: Add Kudu cmake utilities .. Add Kudu cmake utilities This commit imports some CMake utility methods from Kudu, in preparation for adding KRPC and its dependencies

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Add Kudu cmake utilities .. Patch Set 1: (4 comments) http://gerrit.cloudera.org:8080/#/c/5656/1/CMakeLists.txt File CMakeLists.txt: PS1, Line 17:

[Impala-ASF-CR] Add Kudu cmake utilities

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5656 Change subject: Add Kudu cmake utilities .. Add Kudu cmake utilities This commit imports some CMake utility methods from Kudu, in prepa

[Impala-ASF-CR] IMPALA-4651: Add LibEv to build

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5659 Change subject: IMPALA-4651: Add LibEv to build .. IMPALA-4651: Add LibEv to build Add libev 4.20 to the Impala build. This is a depend

[Impala-ASF-CR] IMPALA-4650: Add Protobuf to build

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5657 Change subject: IMPALA-4650: Add Protobuf to build .. IMPALA-4650: Add Protobuf to build This patch adds Protobuf 2.6.1 to Impala's bui

[Impala-ASF-CR] IMPALA-4652: Add crcutil to build

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5660 Change subject: IMPALA-4652: Add crcutil to build .. IMPALA-4652: Add crcutil to build Add crcutil, built from a git hash since there a

[Impala-ASF-CR] IMPALA-4650: Allow protobuf to find non-system libraries and binaries

2017-01-09 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5658 Change subject: IMPALA-4650: Allow protobuf to find non-system libraries and binaries .. IMPALA-4650: Allow protobuf to find non-system

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2017-01-06 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 3: Agree with Tim about the template code changes, and there's less urgenc

[Impala-ASF-CR] IMPALA-3882: Simplify some query exec state locking

2017-01-06 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3882: Simplify some query exec state locking .. Patch Set 6: (1 comment) Abandoned this for now: Sailesh's comment lead me down a rat hole that I don't

[Impala-ASF-CR] IMPALA-4707: fix use-after-free in QueryExecMgr

2017-01-05 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4707: fix use-after-free in QueryExecMgr .. Patch Set 1: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/5615/1/be/src/runtime/query-exec-

[Impala-ASF-CR] IMPALA-4707: fix use-after-free in QueryExecMgr

2017-01-05 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4707: fix use-after-free in QueryExecMgr .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5615/1/be/src/runtime/query-exec-mgr.cc File be

[Impala-ASF-CR] Add thousands separator to cardinality in plan diagram

2017-01-05 Thread Henry Robinson (Code Review)
Henry Robinson has submitted this change and it was merged. Change subject: Add thousands separator to cardinality in plan diagram .. Add thousands separator to cardinality in plan diagram Tested manually by visually validating

[Impala-ASF-CR] Add thousands separator to cardinality in plan diagram

2017-01-05 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Add thousands separator to cardinality in plan diagram .. Patch Set 4: Code-Review+2 Carry +2 -- To view, visit http://gerrit.cloudera.org:8080/5587 To unsubs

[Impala-ASF-CR] Add thousands separator to cardinality in plan diagram

2017-01-05 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#4). Change subject: Add thousands separator to cardinality in plan diagram .. Add thousands separator to cardinality in plan diagram Tested manually by visually validating the cardin

[Impala-ASF-CR] Fix Lists import in ExprRewriter.java

2017-01-04 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5606 Change subject: Fix Lists import in ExprRewriter.java .. Fix Lists import in ExprRewriter.java Change-Id: Ia8f27180b334c509d627bc2f93fc

[Impala-ASF-CR] Take out (stale) architecture diagram w/ Cloudera-specific terminology.

2017-01-03 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Take out (stale) architecture diagram w/ Cloudera-specific terminology. .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5596/1/docs/topics/imp

[Impala-ASF-CR] add thousands separator to cardinality tested manually by visually validating the cardinality numbers have thousands separators

2017-01-03 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: add thousands separator to cardinality tested manually by visually validating the cardinality numbers have thousands separators .. Patch Set 2: (1 comment) ht

[Impala-ASF-CR] add thousands seperator to cardinality

2017-01-03 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: add thousands seperator to cardinality .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5587 To unsubscribe, visit http://gerrit

[Impala-ASF-CR] IMPALA-3977: TransmitData() should not block

2017-01-03 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3977: TransmitData() should not block .. Patch Set 4: (13 comments) http://gerrit.cloudera.org:8080/#/c/5491/4/be/src/runtime/data-stream-mgr.cc File be

[Impala-ASF-CR] IMPALA-3977: TransmitData() should not block

2016-12-15 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3977: TransmitData() should not block .. Patch Set 1: (3 comments) http://gerrit.cloudera.org:8080/#/c/5491/1/be/src/runtime/data-stream-mgr.cc File be/

[Impala-ASF-CR] IMPALA-3977: TransmitData() should not block

2016-12-15 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3977: TransmitData() should not block .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5491/1/be/src/runtime/data-stream-sender.cc File b

[Impala-ASF-CR] IMPALA-3977: TransmitData() should not block

2016-12-14 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3977: TransmitData() should not block .. Patch Set 1: (8 comments) http://gerrit.cloudera.org:8080/#/c/5491/1/be/src/runtime/data-stream-mgr.cc File be/

[Impala-ASF-CR] IMPALA-4642: Fix TestFragmentLifecycle failures; kudu test must wait

2016-12-12 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4642: Fix TestFragmentLifecycle failures; kudu test must wait .. Patch Set 1: Code-Review+2 Same question as Sailesh - just want to be sure you won't wi

[Impala-ASF-CR] IMPALA-4648: remove build thirdparty.sh

2016-12-12 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4648: remove build_thirdparty.sh .. Patch Set 1: Code-Review+2 Excellent. -- To view, visit http://gerrit.cloudera.org:8080/5477 To unsubscribe, visit

[Impala-ASF-CR] IMPALA-4630: make debug webpage easter egg look less suspicious

2016-12-08 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4630: make debug webpage easter egg look less suspicious .. Patch Set 2: I'd like it removed, but I'm fine if we do that as a follow-on patch. -- To vi

[Impala-ASF-CR] IMPALA-4608: Fix fragment completion times for INSERTs

2016-12-08 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4608: Fix fragment completion times for INSERTs .. Patch Set 5: Code-Review+2 Rebase past IMPALA-4628 fix -- To view, visit http://gerrit.cloudera.org:

[Impala-ASF-CR] IMPALA-4608: Fix fragment completion times for INSERTs

2016-12-08 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4608: Fix fragment completion times for INSERTs .. Patch Set 4: Code-Review+2 (1 comment) Rebase, carry +2 http://gerrit.cloudera.org:8080/#/c/5418/2/b

[Impala-ASF-CR] IMPALA-4608: Fix fragment completion times for INSERTs

2016-12-08 Thread Henry Robinson (Code Review)
Hello Dan Hecht, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/5418 to look at the new patch set (#3). Change subject: IMPALA-4608: Fix fragment completion times for INSERTs .. IMPALA-46

[Impala-ASF-CR] IMPALA-4608: Fix fragment completion times for INSERTs

2016-12-08 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#2). Change subject: IMPALA-4608: Fix fragment completion times for INSERTs .. IMPALA-4608: Fix fragment completion times for INSERTs Fix a bug where completion times weren't computed

[Impala-ASF-CR] IMPALA-4608: Fix fragment completion times for INSERTs

2016-12-08 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5418 Change subject: IMPALA-4608: Fix fragment completion times for INSERTs .. IMPALA-4608: Fix fragment completion times for INSERTs Fix a

[Impala-ASF-CR] IMPALA-4613: Make sure timers are finished before sending report profile

2016-12-07 Thread Henry Robinson (Code Review)
Henry Robinson has submitted this change and it was merged. Change subject: IMPALA-4613: Make sure timers are finished before sending report profile .. IMPALA-4613: Make sure timers are finished before sending report profile F

[Impala-ASF-CR] IMPALA-4613: Make sure timers are finished before sending report profile

2016-12-07 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4613: Make sure timers are finished before sending report profile .. Patch Set 3: Code-Review+2 Verified+1 Rebase (so that I can get rid of Internal Jen

[Impala-ASF-CR] IMPALA-4613: Make sure timers are finished before sending report profile

2016-12-06 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#2). Change subject: IMPALA-4613: Make sure timers are finished before sending report profile .. IMPALA-4613: Make sure timers are finished before sending report profile FragmentComp

[Impala-ASF-CR] IMPALA-4613: Make sure timers are finished before sending report profile

2016-12-06 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5394 Change subject: IMPALA-4613: Make sure timers are finished before sending report profile .. IMPALA-4613: Make sure timers are finished

[Impala-ASF-CR] IMPALA-4014: Introduce query-wide execution state.

2016-12-02 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4014: Introduce query-wide execution state. .. Patch Set 6: (11 comments) Some more comments about the refcounting, many in response to yours. http://g

[Impala-ASF-CR] IMPALA-4580: Fix crash with FETCH FIRST when #rows < result cache size

2016-12-02 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4580: Fix crash with FETCH_FIRST when #rows < result cache size .. Patch Set 2: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/5335/1/be

[Impala-ASF-CR] IMPALA-4580: Fix crash with FETCH FIRST when #rows < result cache size

2016-12-02 Thread Henry Robinson (Code Review)
Hello Dan Hecht, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/5335 to look at the new patch set (#2). Change subject: IMPALA-4580: Fix crash with FETCH_FIRST when #rows < result cache size

[Impala-ASF-CR] IMPALA-4580: Fix crash with FETCH FIRST when #rows < result cache size

2016-12-02 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5335 Change subject: IMPALA-4580: Fix crash with FETCH_FIRST when #rows < result cache size .. IMPALA-4580: Fix crash with FETCH_FIRST when

[Impala-ASF-CR] IMPALA-3875: Thrift threaded server hang in some cases

2016-12-02 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3875: Thrift threaded server hang in some cases .. Patch Set 3: Code-Review+2 (2 comments) http://gerrit.cloudera.org:8080/#/c/5263/3/be/src/runtime/cli

[Impala-ASF-CR] IMPALA-3875: Thrift threaded server hang in some cases

2016-12-01 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3875: Thrift threaded server hang in some cases .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5263 To unsubscribe, vis

[Impala-ASF-CR] IMPALA-4562: Fix for crash on kerberized clusters w/o Kudu support

2016-11-30 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4562: Fix for crash on kerberized clusters w/o Kudu support .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5295 To uns

[Impala-ASF-CR] IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting

2016-11-30 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting .. Patch Set 9: Code-Review+1 (2 comments) http://gerrit.cloudera.org:8080/#/c/5250/

[Impala-ASF-CR] IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting

2016-11-29 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting .. Patch Set 4: Code-Review+1 (7 comments) http://gerrit.cloudera.org:8080/#/c/5250/

[Impala-ASF-CR] IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting

2016-11-29 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4504: fix races in PlanFragmentExecutor regarding status reporting .. Patch Set 3: (5 comments) http://gerrit.cloudera.org:8080/#/c/5250/3/be/src/runti

[Impala-ASF-CR] Avoid std::function when possible.

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Avoid std::function when possible. .. Patch Set 1: > I do not find it more readable, but I find it to be readable enough; I think > the readability delta is a

[Impala-ASF-CR] Avoid std::function when possible.

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Avoid std::function when possible. .. Patch Set 1: > I don't think we should never use it, but I think it is overkill for this use > case The alternative impl

[Impala-ASF-CR] Avoid std::function when possible.

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Avoid std::function when possible. .. Patch Set 1: > It's the added hidden run-time complexity generally Can you be more specific? Abstractions naturally hide

[Impala-ASF-CR] IMPALA-4532: Fix use-after-free in ProcessBuildInputAsync()

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4532: Fix use-after-free in ProcessBuildInputAsync() .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5246/1/be/src/exec/blocking-join-no

[Impala-ASF-CR] IMPALA-4532: Fix use-after-free in ProcessBuildInputAsync()

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4532: Fix use-after-free in ProcessBuildInputAsync() .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5246/1/be/src/exec/blocking-join-no

[Impala-ASF-CR] Avoid std::function when possible.

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: Avoid std::function when possible. .. Patch Set 1: I checked EMC++ and the ppt you linked to. Am I right to summarise that your main objection is that std::fun

[Impala-ASF-CR] IMPALA-4519: increase timeout in TestFragmentLifecycle

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4519: increase timeout in TestFragmentLifecycle .. Patch Set 1: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/5244/1/tests/query_test/te

[Impala-ASF-CR] IMPALA-4542: Fix use-after-free in some BE tests

2016-11-28 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5243 Change subject: IMPALA-4542: Fix use-after-free in some BE tests .. IMPALA-4542: Fix use-after-free in some BE tests Change RuntimeStat

[Impala-ASF-CR] IMPALA-4535: Remove 'auto' from parameter list

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5214 Change subject: IMPALA-4535: Remove 'auto' from parameter list .. IMPALA-4535: Remove 'auto' from parameter list Although GCC supports

[Impala-ASF-CR] IMPALA-4488: HS2 GetOperationStatus() should keep session alive

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4488: HS2 GetOperationStatus() should keep session alive .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5213/1/tests/hs2/test_hs2.py Fi

[Impala-ASF-CR] IMPALA-4488: HS2 GetOperationStatus() should keep session alive

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4488: HS2 GetOperationStatus() should keep session alive .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5213/1/tests/hs2/test_hs2.py Fi

[Impala-ASF-CR] IMPALA-4488: HS2 GetOperationStatus() should keep session alive

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5213 Change subject: IMPALA-4488: HS2 GetOperationStatus() should keep session alive .. IMPALA-4488: HS2 GetOperationStatus() should keep ses

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. Patch Set 5: Code-Review+2 (2 comments) Carry +2, last patch didn't include the small test changes needed to ma

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-23 Thread Henry Robinson (Code Review)
Henry Robinson has submitted this change and it was merged. Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. IMPALA-4410: Safer tear-down of RuntimeState * Add RuntimeState::Close() which is guaranteed to release

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-23 Thread Henry Robinson (Code Review)
Hello Internal Jenkins, Sailesh Mukil, Tim Armstrong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/4893 to look at the new patch set (#5). Change subject: IMPALA-4410: Safer tear-down of RuntimeState ..

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-22 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. Patch Set 4: Code-Review+2 Rebase. -- To view, visit http://gerrit.cloudera.org:8080/4893 To unsubscribe, visi

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-22 Thread Henry Robinson (Code Review)
Hello Sailesh Mukil, Tim Armstrong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/4893 to look at the new patch set (#4). Change subject: IMPALA-4410: Safer tear-down of RuntimeState ..

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-22 Thread Henry Robinson (Code Review)
Hello Sailesh Mukil, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/4893 to look at the new patch set (#3). Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. IMPALA-4410: Sa

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-22 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/4893/2/be/src/runtime/test-env.cc File be/src/run

[Impala-ASF-CR] IMPALA-3342: Add thread counters to monitor plan fragment execution

2016-11-21 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3342: Add thread counters to monitor plan fragment execution .. Patch Set 9: Code-Review+2 Looks good to me. -- To view, visit http://gerrit.cloudera.

[Impala-ASF-CR] IMPALA-4014: Introduce query-wide execution state.

2016-11-21 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4014: Introduce query-wide execution state. .. Patch Set 3: (18 comments) Looked over the ref count logic so far. http://gerrit.cloudera.org:8080/#/c/4

[Impala-ASF-CR] IMPALA-4511: Add missing total time counter() to PFE::Exec()

2016-11-18 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5149 Change subject: IMPALA-4511: Add missing total_time_counter() to PFE::Exec() .. IMPALA-4511: Add missing total_time_counter() to PFE::Ex

[Impala-ASF-CR] IMPALA-4509: Initialise Sasl-specific mutex

2016-11-18 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4509: Initialise Sasl-specific mutex .. Patch Set 1: Let me know when that build passes, and I'll submit this for GVO. -- To view, visit http://gerrit.

[Impala-ASF-CR] IMPALA-4509: Initialise Sasl-specific mutex

2016-11-18 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5142 Change subject: IMPALA-4509: Initialise Sasl-specific mutex .. IMPALA-4509: Initialise Sasl-specific mutex Call sasl_set_mutex() to con

[Impala-ASF-CR] IMPALA-4497: Fix Kudu client crash w/ SASL initialization

2016-11-18 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4497: Fix Kudu client crash w/ SASL initialization .. Patch Set 3: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5139 To unsubscribe,

[Impala-ASF-CR] IMPALA-4497: Fix Kudu client crash w/ SASL initialization

2016-11-18 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4497: Fix Kudu client crash w/ SASL initialization .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5139/2/be/src/rpc/authentication.cc F

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 3: Added test files that have both plain and binary encodings. -- To vie

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 3: s/binary/dictionary in last comment. -- To view, visit http://gerrit.

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#3). Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner * Extend meta

[Impala-ASF-CR] IMPALA-4410: Safer tear-down of RuntimeState

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4410: Safer tear-down of RuntimeState .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/4893/2/be/src/runtime/test-env.cc File be/src/runt

[Impala-ASF-CR] IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present .. Patch Set 3: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5095 To

[Impala-ASF-CR] IMPALA-4490: Only generate runtime filters for hash join nodes.

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4490: Only generate runtime filters for hash join nodes. .. Patch Set 3: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5117 To unsubsc

[Impala-ASF-CR] IMPALA-4494: Fix crash in SimpleScheduler

2016-11-17 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4494: Fix crash in SimpleScheduler .. Patch Set 1: Can't the coordinator always make sure it's in the list of available backends, like Tim suggested? Wo

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 1: (6 comments) http://gerrit.cloudera.org:8080/#/c/5115/1//COMMIT_MSG Co

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#2). Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner * Extend meta

[Impala-ASF-CR] IMPALA-4490: Only generate runtime filters for hash join nodes.

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4490: Only generate runtime filters for hash join nodes. .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5117/1/testdata/workloads/funct

[Impala-ASF-CR] Improve message output from run-step.sh

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#2). Change subject: Improve message output from run-step.sh .. Improve message output from run-step.sh run-step prints a message to tell the reader what it's doing. However, that mes

[Impala-ASF-CR] Improve message output from run-step.sh

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5116 Change subject: Improve message output from run-step.sh .. Improve message output from run-step.sh run-step prints a message to tell th

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/5115/1//COMMIT_MSG Co

[Impala-ASF-CR] IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present .. Patch Set 2: > Thanks!Do you think I should add some code to catalog to validate the

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5115/1/testdata/worklo

[Impala-ASF-CR] IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner

2016-11-16 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/5115 Change subject: IMPALA-2494: Support for byte array-encoded decimals in Parquet scanner .. IMPALA-2494: Support for byte array-encoded

[Impala-ASF-CR] IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present

2016-11-15 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4278: Don't abort Catalog startup quickly if HMS is not present .. Patch Set 1: Code-Review+2 (3 comments) http://gerrit.cloudera.org:8080/#/c/5095/1/f

[Impala-ASF-CR] IMPALA-4459: Consider making ReportExecStatus() RPC execute asynchronously

2016-11-14 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4459: Consider making ReportExecStatus() RPC execute asynchronously .. Patch Set 1: Have you run any performance tests to see what difference this makes

[Impala-ASF-CR] IMPALA-3882: Simplify some query exec state locking

2016-11-14 Thread Henry Robinson (Code Review)
Henry Robinson has uploaded a new patch set (#6). Change subject: IMPALA-3882: Simplify some query exec state locking .. IMPALA-3882: Simplify some query exec state locking query_exec_state_map_lock_ is implicated in many deadlo

[Impala-ASF-CR] IMPALA-3882: Simplify some query exec state locking

2016-11-14 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3882: Simplify some query exec state locking .. Patch Set 5: (8 comments) http://gerrit.cloudera.org:8080/#/c/4935/4/be/src/service/impala-beeswax-serve

[Impala-ASF-CR] IMPALA-4452: Always call AggFnEvaluator::Open() before AggFnEvaluator::Init()

2016-11-14 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4452: Always call AggFnEvaluator::Open() before AggFnEvaluator::Init() .. Patch Set 2: I kicked off a GVO to see if we can get a green build today. I do

[Impala-ASF-CR] IMPALA-4465: Don't hold process wide lock while serializing Runtime Profile in GetRuntimeProfileStr()

2016-11-14 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-4465: Don't hold process wide lock while serializing Runtime Profile in GetRuntimeProfileStr() .. Patch Set 2: Code-Review+2 (1 comment) http://gerrit.

[Impala-ASF-CR] IMPALA-3882: Simplify some query exec state locking

2016-11-10 Thread Henry Robinson (Code Review)
Henry Robinson has posted comments on this change. Change subject: IMPALA-3882: Simplify some query exec state locking .. Patch Set 4: (9 comments) Here's how I think about the lock safety (sorry, long, but hopefully helps to

<    3   4   5   6   7   8   9   10   11   >