[kudu-CR] python: pin to cython 0.26.1

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8155 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 2: > Patch Set 2: > > Should we backport this to past branches so that we can

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 2: (1 comment)

[kudu-CR] python: pin to cython 0.26.1

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8155 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 2: Should we backport this to past branches so that we can build older python

[kudu-CR] python: pin to cython 0.26.1

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8155 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 2: Perhaps 1.3.x, 1.4.x, and 1.5.x, assuming they all cherry-pick cleanly? we

[kudu-CR] WIP: Support non-voter in leader election

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has abandoned this change. ( http://gerrit.cloudera.org:8080/8142 ) Change subject: WIP: Support non-voter in leader election .. Abandoned ok, marking this one abandoned -- To view, visit

[kudu-CR] mini-cluster: new module for the mini cluster implementations

2017-09-29 Thread Adar Dembo (Code Review)
Hello Mike Percy, Alexey Serbin, Dan Burkert, I'd like you to do a code review. Please visit http://gerrit.cloudera.org:8080/8173 to review the following change. Change subject: mini-cluster: new module for the mini cluster implementations

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 3: > Patch Set 2: > > (1

[kudu-CR] WIP: Pull StatusOr and related tests from protobuf

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8127 ) Change subject: WIP: Pull StatusOr and related tests from protobuf .. Patch Set 1: agreed we'd use pair or tuple for multi-out-param use

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Adar Dembo (Code Review)
Hello Alexey Serbin, Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8171 to look at the new patch set (#2). Change subject: env_posix: add more failure cases to Walk

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8171 ) Change subject: env_posix: add more failure cases to Walk .. Patch Set 2: (1 comment)

[kudu-CR](branch-1.4.x) python: pin to cython 0.26.1

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8175 Change subject: python: pin to cython 0.26.1 .. python: pin to cython 0.26.1 Some of our el6-based builds are running into an installation

[kudu-CR](branch-1.3.x) python: pin to cython 0.26.1

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8176 Change subject: python: pin to cython 0.26.1 .. python: pin to cython 0.26.1 Some of our el6-based builds are running into an installation

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 3: (1 comment)

[kudu-CR] mini-cluster: new module for the mini cluster implementations

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8173 ) Change subject: mini-cluster: new module for the mini cluster implementations .. Patch Set 1: (3 comments)

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/8171 ) Change subject: env_posix: add more failure cases to Walk .. Patch Set 2: Code-Review+2 (1 comment)

[kudu-CR] catalog manager: make ScopedTabletInfoCommitter generic

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8089 ) Change subject: catalog_manager: make ScopedTabletInfoCommitter generic .. catalog_manager: make ScopedTabletInfoCommitter generic

[kudu-CR] [webui] Allow custom response codes and headers

2017-09-29 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/8141 ) Change subject: [webui] Allow custom response codes and headers .. Patch Set 4: (5 comments)

[kudu-CR] periodic: prevent runaway callback loops

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8116 ) Change subject: periodic: prevent runaway callback loops .. Patch Set 5: Code-Review+2 -- To view, visit

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 3: (1 comment) > I don't

[kudu-CR] [catalog manager] introduce replica selector

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8161 ) Change subject: [catalog manager] introduce replica selector .. Patch Set 2: (1 comment)

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8171 ) Change subject: env_posix: add more failure cases to Walk .. Patch Set 3: (1 comment)

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8171 ) Change subject: env_posix: add more failure cases to Walk .. Patch Set 3: > Patch Set 3: > > (1 comment) oh, just noticed this was

[kudu-CR] periodic: add one-shot timers

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8130 ) Change subject: periodic: add one-shot timers .. Patch Set 2: (1 comment)

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 2: (1 comment)

[kudu-CR](branch-1.3.x) python: pin to cython 0.26.1

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8176 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/8176 To

[kudu-CR](branch-1.4.x) python: pin to cython 0.26.1

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8175 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/8175 To

[kudu-CR](branch-1.5.x) python: pin to cython 0.26.1

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8174 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/8174 To

[kudu-CR] catalog manager: make ScopedTabletInfoCommitter generic

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8089 ) Change subject: catalog_manager: make ScopedTabletInfoCommitter generic .. Patch Set 9: Code-Review+2 -- To view, visit

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 2: (1 comment)

[kudu-CR] python: pin to cython 0.26.1

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8155 ) Change subject: python: pin to cython 0.26.1 .. Patch Set 2: > Patch Set 2: > > Perhaps 1.3.x, 1.4.x, and 1.5.x, assuming they all

[kudu-CR](branch-1.5.x) python: pin to cython 0.26.1

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8174 Change subject: python: pin to cython 0.26.1 .. python: pin to cython 0.26.1 Some of our el6-based builds are running into an installation

[kudu-CR] [tests] de-flaking catalog manager tsk-itest

2017-09-29 Thread Alexey Serbin (Code Review)
Alexey Serbin has abandoned this change. ( http://gerrit.cloudera.org:8080/8017 ) Change subject: [tests] de-flaking catalog_manager_tsk-itest .. Abandoned Since the fix for KUDU-2149 has been committed, this test became

[kudu-CR] KUDU-1125: issue one catalog write per tablet report

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8090 ) Change subject: KUDU-1125: issue one catalog write per tablet report .. Patch Set 6: (10 comments)

[kudu-CR] KUDU-2159 Add metric for upserts converted to updates

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8177 Change subject: KUDU-2159 Add metric for upserts converted to updates .. KUDU-2159 Add metric for upserts converted to updates This

[kudu-CR] KUDU-2055 [part 4]: Coalesce hole punch for LBM

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8162 ) Change subject: KUDU-2055 [part 4]: Coalesce hole punch for LBM .. Patch Set 2: (9 comments)

[kudu-CR] KUDU-2055 [part 3]: Refactor BlockCreationTransaction and BlockDeletionTransaction

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8144 ) Change subject: KUDU-2055 [part 3]: Refactor BlockCreationTransaction and BlockDeletionTransaction .. Patch Set 4: (1 comment)

[kudu-CR] periodic: prevent runaway callback loops

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8116 ) Change subject: periodic: prevent runaway callback loops .. periodic: prevent runaway callback loops One of the key semantics of

[kudu-CR] tool: add cluster shell action

2017-09-29 Thread Adar Dembo (Code Review)
Hello Tidy Bot, Alexey Serbin, Dan Burkert, Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/7853 to look at the new patch set (#5). Change subject: tool: add cluster shell action

[kudu-CR] KUDU-2159 Add metric for upserts converted to updates

2017-09-29 Thread Will Berkeley (Code Review)
Hello Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8177 to look at the new patch set (#2). Change subject: KUDU-2159 Add metric for upserts converted to updates

[kudu-CR] tool: add cluster shell action

2017-09-29 Thread Adar Dembo (Code Review)
Hello Tidy Bot, Alexey Serbin, Dan Burkert, Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/7853 to look at the new patch set (#6). Change subject: tool: add cluster shell action

[kudu-CR] env-test: add NO FATALS to create file and create dir calls

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8178 ) Change subject: env-test: add NO_FATALS to create_file and create_dir calls .. env-test: add NO_FATALS to create_file and

[kudu-CR] env-test: add NO FATALS to create file and create dir calls

2017-09-29 Thread Adar Dembo (Code Review)
Hello Todd Lipcon, I'd like you to do a code review. Please visit http://gerrit.cloudera.org:8080/8178 to review the following change. Change subject: env-test: add NO_FATALS to create_file and create_dir calls ..

[kudu-CR] KUDU-2055 [part 3]: Refactor BlockCreationTransaction and BlockDeletionTransaction

2017-09-29 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/8144 ) Change subject: KUDU-2055 [part 3]: Refactor BlockCreationTransaction and BlockDeletionTransaction .. Patch Set 4: (1 comment)

[kudu-CR](branch-1.4.x) rpc: move ConnectionId to its own file

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8184 Change subject: rpc: move ConnectionId to its own file .. rpc: move ConnectionId to its own file This class was previously implemented

[kudu-CR](branch-1.4.x) KUDU-2032 (part 2): propagate master hostnames into client

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8186 Change subject: KUDU-2032 (part 2): propagate master hostnames into client .. KUDU-2032 (part 2): propagate master hostnames into client

[kudu-CR] external mini cluster: don't pipe daemon subprocess stdout

2017-09-29 Thread Adar Dembo (Code Review)
Hello Dan Burkert, Todd Lipcon, I'd like you to do a code review. Please visit http://gerrit.cloudera.org:8080/8187 to review the following change. Change subject: external_mini_cluster: don't pipe daemon subprocess stdout

[kudu-CR] subprocess: some cosmetic changes

2017-09-29 Thread Adar Dembo (Code Review)
Hello Mike Percy, Alexey Serbin, Dan Burkert, Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8157 to look at the new patch set (#4). Change subject: subprocess: some cosmetic changes

[kudu-CR] env posix: add more failure cases to Walk

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8171 ) Change subject: env_posix: add more failure cases to Walk .. Patch Set 3: (1 comment)

[kudu-CR](branch-1.4.x) KUDU-2032 (part 1): pass pre-resolution hostname into RPC proxies

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8185 Change subject: KUDU-2032 (part 1): pass pre-resolution hostname into RPC proxies .. KUDU-2032 (part 1): pass pre-resolution hostname

[kudu-CR] subprocess: Call should redirect stdout to stderr when stdout not requested

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8157 ) Change subject: subprocess: Call should redirect stdout to stderr when stdout not requested .. Patch Set 3: (1 comment)

[kudu-CR] env-test: add NO FATALS to create file and create dir calls

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8178 ) Change subject: env-test: add NO_FATALS to create_file and create_dir calls .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR] KUDU-2159 Add metric for upserts converted to updates

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8177 ) Change subject: KUDU-2159 Add metric for upserts converted to updates .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR] mini-cluster: new module for the mini cluster implementations

2017-09-29 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/8173 ) Change subject: mini-cluster: new module for the mini cluster implementations .. Patch Set 1: Code-Review+1 -- To view, visit

[kudu-CR](branch-1.3.x) KUDU-2032 (part 2): propagate master hostnames into client

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8183 Change subject: KUDU-2032 (part 2): propagate master hostnames into client .. KUDU-2032 (part 2): propagate master hostnames into client

[kudu-CR](branch-1.3.x) rpc: move ConnectionId to its own file

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8181 Change subject: rpc: move ConnectionId to its own file .. rpc: move ConnectionId to its own file This class was previously implemented

[kudu-CR] mini-cluster: new module for the mini cluster implementations

2017-09-29 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/8173 ) Change subject: mini-cluster: new module for the mini cluster implementations .. Patch Set 1: (3 comments)

[kudu-CR] [catalog manager] introduce replica selector

2017-09-29 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/8161 ) Change subject: [catalog manager] introduce replica selector .. Patch Set 2: (3 comments)

[kudu-CR] KUDU-2132 Error dropping columns renamed to old key column names

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8188 Change subject: KUDU-2132 Error dropping columns renamed to old key column names .. KUDU-2132 Error dropping columns renamed to old key

[kudu-CR] mvcc: allow tablet shutdown without completing txs

2017-09-29 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/7439 ) Change subject: mvcc: allow tablet shutdown without completing txs .. Patch Set 15: > Patch Set 15: > > (1 comment) The behavior I saw

[kudu-CR] KUDU-2055 [part 4]: Coalesce hole punch for LBM

2017-09-29 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/8162 ) Change subject: KUDU-2055 [part 4]: Coalesce hole punch for LBM .. Patch Set 3: (9 comments)

[kudu-CR] mini-cluster: new module for the mini cluster implementations

2017-09-29 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8173 ) Change subject: mini-cluster: new module for the mini cluster implementations .. Patch Set 2: Code-Review+2 (1 comment)

[kudu-CR] KUDU-2055 [part 4]: Coalesce hole punch for LBM

2017-09-29 Thread Hao Hao (Code Review)
Hello Dan Burkert, Kudu Jenkins, Adar Dembo, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8162 to look at the new patch set (#3). Change subject: KUDU-2055 [part 4]: Coalesce hole punch for LBM

[kudu-CR] [catalog manager] introduce replica selector

2017-09-29 Thread Alexey Serbin (Code Review)
Hello Tidy Bot, Kudu Jenkins, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8161 to look at the new patch set (#3). Change subject: [catalog manager] introduce replica selector

[kudu-CR] [webui] Allow custom response codes and headers

2017-09-29 Thread Will Berkeley (Code Review)
Will Berkeley has posted comments on this change. ( http://gerrit.cloudera.org:8080/8141 ) Change subject: [webui] Allow custom response codes and headers .. Patch Set 4: (8 comments)

[kudu-CR] [webui] Allow custom response codes and headers

2017-09-29 Thread Will Berkeley (Code Review)
Hello Tidy Bot, Kudu Jenkins, Andrew Wong, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/8141 to look at the new patch set (#5). Change subject: [webui] Allow custom response codes and headers