[kudu-CR] KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16648 ) Change subject: KUDU-2612: restrict TxnStatusManager calls to be made by the leader only .. Patch Set 8: (2 comments)

[kudu-CR] KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-14 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#8). Change subject: KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-13 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#7). Change subject: KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-13 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16648 ) Change subject: KUDU-2612: restrict TxnStatusManager calls to be made by the leader only .. Patch Set 6: (19 comments)

[kudu-CR] KUDU-2612 Java client transaction API

2021-01-12 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16894 ) Change subject: KUDU-2612 Java client transaction API .. Patch Set 6: Code-Review+2 -- To view, visit

[kudu-CR] KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-12 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#6). Change subject: KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-11 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#5). Change subject: (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] KUDU-2612 Java client transaction API

2021-01-06 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16894 ) Change subject: KUDU-2612 Java client transaction API .. Patch Set 5: (1 comment)

[kudu-CR] WIP KUDU-2612 Java client transaction API

2021-01-05 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16894 ) Change subject: WIP KUDU-2612 Java client transaction API .. Patch Set 2: (1 comment)

[kudu-CR] (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-04 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16648 ) Change subject: (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only .. Patch Set 3: (17 comments)

[kudu-CR] (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2021-01-04 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#3). Change subject: (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] [rpc] weak ptr for Messenger in RpcRetrier

2020-12-29 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16866 ) Change subject: [rpc] weak_ptr for Messenger in RpcRetrier .. Patch Set 1: (1 comment)

[kudu-CR] [rpc] weak ptr for Messenger in RpcRetrier

2020-12-23 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16866 ) Change subject: [rpc] weak_ptr for Messenger in RpcRetrier .. Patch Set 1: (1 comment)

[kudu-CR] (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2020-12-21 Thread Hao Hao (Code Review)
Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16648 to look at the new patch set (#2). Change subject: (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

[kudu-CR] [doc] add a note about KUDU-3217 into known issues

2020-12-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16889 ) Change subject: [doc] add a note about KUDU-3217 into known issues .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR] rpc: fix non-retriable error when starting up or shutting down

2020-12-15 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16876 ) Change subject: rpc: fix non-retriable error when starting up or shutting down .. Patch Set 4: Code-Review+2 -- To view, visit

[kudu-CR] Improve preadv/pwritev with Xcode 12 and the OSX 11 SDK

2020-12-10 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16852 ) Change subject: Improve preadv/pwritev with Xcode 12 and the OSX 11 SDK .. Patch Set 1: Code-Review+1 (1 comment) I verified the broken

[kudu-CR] KUDU-2612 keep-alive txn heartbeating for C++ client

2020-12-08 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16779 ) Change subject: KUDU-2612 keep-alive txn heartbeating for C++ client .. Patch Set 3: (1 comment)

[kudu-CR] KUDU-2612 keep-alive txn heartbeating for C++ client

2020-12-08 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16779 ) Change subject: KUDU-2612 keep-alive txn heartbeating for C++ client .. Patch Set 3: (1 comment)

[kudu-CR] [tserver] KUDU-2612: participant op RPC endpoint

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16814 ) Change subject: [tserver] KUDU-2612: participant op RPC endpoint .. Patch Set 4: Code-Review+2 -- To view, visit

[kudu-CR] [tserver] KUDU-2612: participant op RPC endpoint

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16814 ) Change subject: [tserver] KUDU-2612: participant op RPC endpoint .. Patch Set 4: Code-Review+1 -- To view, visit

[kudu-CR] [txn] update not-a-leader retry logic in TxnSystemClient

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16815 ) Change subject: [txn] update not-a-leader retry logic in TxnSystemClient .. Patch Set 5: Code-Review+2 -- To view, visit

[kudu-CR] KUDU-2612 keep-alive txn heartbeating for C++ client

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16779 ) Change subject: KUDU-2612 keep-alive txn heartbeating for C++ client .. Patch Set 3: (3 comments)

[kudu-CR] [txn] update not-a-leader retry logic in TxnSystemClient

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16815 ) Change subject: [txn] update not-a-leader retry logic in TxnSystemClient .. Patch Set 2: (1 comment) Overall looks good to me.

[kudu-CR] tablet: allow interleaving of row liveness between compaction input rows

2020-12-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16752 ) Change subject: tablet: allow interleaving of row liveness between compaction input rows .. Patch Set 2: (3 comments)

[kudu-CR] client: allow tablet ID lookups from the MetaCache

2020-12-02 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16794 ) Change subject: client: allow tablet ID lookups from the MetaCache .. Patch Set 3: (3 comments)

[kudu-CR] KUDU-2612: persist commit MVCC op timestamp in txn metadata

2020-10-28 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16569 ) Change subject: KUDU-2612: persist commit MVCC op timestamp in txn metadata .. Patch Set 3: Code-Review+2 (1 comment)

[kudu-CR] KUDU-2612: persist commit MVCC op timestamp in txn metadata

2020-10-28 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16569 ) Change subject: KUDU-2612: persist commit MVCC op timestamp in txn metadata .. KUDU-2612: persist commit MVCC op timestamp in txn

[kudu-CR] KUDU-2612: persist commit MVCC op timestamp in txn metadata

2020-10-26 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16569 ) Change subject: KUDU-2612: persist commit MVCC op timestamp in txn metadata .. Patch Set 2: Code-Review+1 (3 comments)

[kudu-CR] Remove redundant code in TabletReplica

2020-10-26 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16647 ) Change subject: Remove redundant code in TabletReplica .. Remove redundant code in TabletReplica Change-Id:

[kudu-CR] [catalog manager] fix the typo in the comment for 'leader lock '

2020-10-26 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16646 ) Change subject: [catalog manager] fix the typo in the comment for 'leader_lock_' .. [catalog manager] fix the typo in the comment

[kudu-CR] (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only

2020-10-24 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16648 Change subject: (wip) KUDU-2612: restrict TxnStatusManager calls to be made by the leader only .. (wip) KUDU-2612: restrict TxnStatusManager

[kudu-CR] [catalog manager] fix the typo in the comment for 'leader lock '

2020-10-24 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16646 Change subject: [catalog manager] fix the typo in the comment for 'leader_lock_' .. [catalog manager] fix the typo in the comment for

[kudu-CR] Remove redundant code in TabletReplica

2020-10-24 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16647 Change subject: Remove redundant code in TabletReplica .. Remove redundant code in TabletReplica Change-Id:

[kudu-CR] KUDU-2612: C++ client sets txn id in WriteRequestPB

2020-10-22 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16625 ) Change subject: KUDU-2612: C++ client sets txn_id in WriteRequestPB .. Patch Set 2: Code-Review+2 -- To view, visit

[kudu-CR] KUDU-2612: have MRS iteration account for txn metadata

2020-10-19 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16510 ) Change subject: KUDU-2612: have MRS iteration account for txn metadata .. Patch Set 6: (3 comments)

[kudu-CR] KUDU-2612: persist commit MVCC op timestamp in txn metadata

2020-10-19 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16569 ) Change subject: KUDU-2612: persist commit MVCC op timestamp in txn metadata .. Patch Set 1: (1 comment)

[kudu-CR] KUDU-2612: have MRS iteration account for txn metadata

2020-10-19 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16510 ) Change subject: KUDU-2612: have MRS iteration account for txn metadata .. Patch Set 6: (8 comments)

[kudu-CR] [java] Fixes for JDK 12 to 15

2020-10-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16600 ) Change subject: [java] Fixes for JDK 12 to 15 .. Patch Set 2: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/16600 To

[kudu-CR] KUDU-2612: initial implementation of TxnManager

2020-10-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16527 ) Change subject: KUDU-2612: initial implementation of TxnManager .. Patch Set 7: Code-Review+2 (6 comments)

[kudu-CR] KUDU-2612: initial implementation of TxnManager

2020-10-13 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16527 ) Change subject: KUDU-2612: initial implementation of TxnManager .. Patch Set 5: (6 comments)

[kudu-CR] mini ranger: fix typo in error message

2020-10-10 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16579 ) Change subject: mini_ranger: fix typo in error message .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR] KUDU-2612 p5 (b): add highest seen txn id into CoordinatorOpResultPB

2020-10-07 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16526 ) Change subject: KUDU-2612 p5 (b): add highest_seen_txn_id into CoordinatorOpResultPB .. Patch Set 5: Code-Review+2 (1 comment)

[kudu-CR] KUDU-2612 p2 (c): small fix on TxnStatusManager's behavior

2020-10-06 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16537 ) Change subject: KUDU-2612 p2 (c): small fix on TxnStatusManager's behavior .. Patch Set 4: Code-Review+2 LGTM, although the approach of

[kudu-CR] [catalog manager] Status::AlreadyPresent for range duplicates

2020-10-06 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16544 ) Change subject: [catalog_manager] Status::AlreadyPresent for range duplicates .. Patch Set 4: Code-Review+1 (1 comment)

[kudu-CR] [catalog manager] Status::AlreadyPresent for range duplicates

2020-10-05 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16544 ) Change subject: [catalog_manager] Status::AlreadyPresent for range duplicates .. Patch Set 2: (1 comment)

[kudu-CR] KUDU-3192: [hms] Leverage the cluster ID in HMS sync

2020-09-24 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16494 ) Change subject: KUDU-3192: [hms] Leverage the cluster ID in HMS sync .. Patch Set 1: (4 comments)

[kudu-CR] KUDU-2612 p10: have timestamp assignment account for commit timestamps

2020-09-23 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16470 ) Change subject: KUDU-2612 p10: have timestamp assignment account for commit timestamps .. Patch Set 2: (8 comments)

[kudu-CR] KUDU-3187: Enhance the HMS plugin to check if synchronization is enabled

2020-09-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16388 ) Change subject: KUDU-3187: Enhance the HMS plugin to check if synchronization is enabled .. Patch Set 7: Code-Review+2 (2 comments)

[kudu-CR] WIP - KUDU-3187: Enhance the HMS plugin to check if synchronization is enabled

2020-08-31 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16388 ) Change subject: WIP - KUDU-3187: Enhance the HMS plugin to check if synchronization is enabled .. Patch Set 1: (3 comments)

[kudu-CR] Upgrade docs/site building tools

2020-08-26 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/16371 ) Change subject: Upgrade docs/site building tools .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.cloudera.org:8080/16371 To

[kudu-CR] [docs] add a release step to update the previous release notes

2020-05-20 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15969 Change subject: [docs] add a release step to update the previous release notes .. [docs] add a release step to update the previous release

[kudu-CR] release notes: add prior notes for 1.10.1, 1.11.0 and 1.11.1

2020-05-20 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15968 Change subject: release notes: add prior notes for 1.10.1, 1.11.0 and 1.11.1 .. release notes: add prior notes for 1.10.1, 1.11.0 and 1.11.1

[kudu-CR] [docs] add blog post announcement as part of a release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15951 ) Change subject: [docs] add blog post announcement as part of a release .. [docs] add blog post announcement as part of a release

[kudu-CR] [examples] use org.apache.kudu packages v1.12.0

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15953 ) Change subject: [examples] use org.apache.kudu packages v1.12.0 .. [examples] use org.apache.kudu packages v1.12.0 Change-Id:

[kudu-CR](branch-1.12.x) [version.txt] update version to 1.12.1-SNAPSHOT

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15952 ) Change subject: [version.txt] update version to 1.12.1-SNAPSHOT .. [version.txt] update version to 1.12.1-SNAPSHOT Change-Id:

[kudu-CR] [docs] fix incorrect branch name in README.adoc

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15949 ) Change subject: [docs] fix incorrect branch name in README.adoc .. [docs] fix incorrect branch name in README.adoc Change-Id:

[kudu-CR] [docs] upgrade liquid version

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15950 ) Change subject: [docs] upgrade liquid version .. [docs] upgrade liquid version Current docs support scripts use liquid 3.0.6. which

[kudu-CR](gh-pages) [site] add 1.12.0 release post

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15946 ) Change subject: [site] add 1.12.0 release post .. [site] add 1.12.0 release post Change-Id:

[kudu-CR] [examples] use org.apache.kudu packages v1.12.0

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15953 Change subject: [examples] use org.apache.kudu packages v1.12.0 .. [examples] use org.apache.kudu packages v1.12.0 Change-Id:

[kudu-CR](gh-pages) [site] add 1.12.0 release post

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15946 ) Change subject: [site] add 1.12.0 release post .. Patch Set 2: (2 comments)

[kudu-CR](gh-pages) [site] add 1.12.0 release post

2020-05-18 Thread Hao Hao (Code Review)
Hello Alexey Serbin, Grant Henke, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/15946 to look at the new patch set (#2). Change subject: [site] add 1.12.0 release post .. [site] add

[kudu-CR](branch-1.12.x) [version.txt] update version to 1.12.1-SNAPSHOT

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15952 Change subject: [version.txt] update version to 1.12.1-SNAPSHOT .. [version.txt] update version to 1.12.1-SNAPSHOT Change-Id:

[kudu-CR](gh-pages) [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15948 ) Change subject: [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release .. Patch Set 1: Verified+1 Code-Review+2 --

[kudu-CR](gh-pages) [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15948 ) Change subject: [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release .. [site] update docs, apidocs and

[kudu-CR] [docs] add blog post announcement as part of a release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15951 Change subject: [docs] add blog post announcement as part of a release .. [docs] add blog post announcement as part of a release Change-Id:

[kudu-CR] [docs] upgrade liquid version

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15950 Change subject: [docs] upgrade liquid version .. [docs] upgrade liquid version Current docs support scripts use liquid 3.0.6. which can

[kudu-CR] [docs] fix incorrect branch name in README.adoc

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15949 Change subject: [docs] fix incorrect branch name in README.adoc .. [docs] fix incorrect branch name in README.adoc Change-Id:

[kudu-CR](gh-pages) [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15948 Change subject: [site] update docs, apidocs and cpp-client-api links for Kudu 1.12.0 release .. [site] update docs, apidocs and

[kudu-CR](gh-pages) [site] add 1.12.0 release post

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15946 Change subject: [site] add 1.12.0 release post .. [site] add 1.12.0 release post Change-Id: If84f8412fae3796ddb49fa48317bc9e0479a485e --- A

[kudu-CR](gh-pages) [site] add more docs for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15945 ) Change subject: [site] add more docs for Kudu 1.12.0 release .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](gh-pages) [site] add more docs for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15945 ) Change subject: [site] add more docs for Kudu 1.12.0 release .. Patch Set 1: Verified+1 -- To view, visit

[kudu-CR](gh-pages) [site] add more docs for Kudu 1.12.0 release

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15945 ) Change subject: [site] add more docs for Kudu 1.12.0 release .. [site] add more docs for Kudu 1.12.0 release Change-Id:

[kudu-CR](branch-1.12.x) docs: add docs to orchestrate a rolling restart

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15943 ) Change subject: docs: add docs to orchestrate a rolling restart .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](branch-1.12.x) docs: add docs to orchestrate a rolling restart

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15943 ) Change subject: docs: add docs to orchestrate a rolling restart .. docs: add docs to orchestrate a rolling restart Change-Id:

[kudu-CR](branch-1.12.x) docs: add docs to orchestrate a rolling restart

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15943 Change subject: docs: add docs to orchestrate a rolling restart .. docs: add docs to orchestrate a rolling restart Change-Id:

[kudu-CR](branch-1.12.x) docs: mention how to decommission a tablet server using the rebalancer

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15942 ) Change subject: docs: mention how to decommission a tablet server using the rebalancer .. docs: mention how to decommission a

[kudu-CR](branch-1.12.x) docs: mention how to decommission a tablet server using the rebalancer

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15942 ) Change subject: docs: mention how to decommission a tablet server using the rebalancer .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](branch-1.12.x) docs: update the steps to update directories

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15941 ) Change subject: docs: update the steps to update directories .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](branch-1.12.x) docs: update the steps to update directories

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15941 ) Change subject: docs: update the steps to update directories .. docs: update the steps to update directories The `kudu fs

[kudu-CR](branch-1.12.x) docs: mention how to decommission a tablet server using the rebalancer

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15942 Change subject: docs: mention how to decommission a tablet server using the rebalancer .. docs: mention how to decommission a tablet server

[kudu-CR](branch-1.12.x) docs: update the steps to update directories

2020-05-18 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15941 Change subject: docs: update the steps to update directories .. docs: update the steps to update directories The `kudu fs update_dirs` tool

[kudu-CR](gh-pages) [site] update site for Kudu 1.12.0 release

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15922 ) Change subject: [site] update site for Kudu 1.12.0 release .. Patch Set 1: Verified+1 -- To view, visit

[kudu-CR](gh-pages) [site] update site for Kudu 1.12.0 release

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15922 ) Change subject: [site] update site for Kudu 1.12.0 release .. [site] update site for Kudu 1.12.0 release Change-Id:

[kudu-CR](gh-pages) [site] update site for Kudu 1.12.0 release

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15922 ) Change subject: [site] update site for Kudu 1.12.0 release .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](gh-pages) [site] update site for Kudu 1.12.0 release

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15922 Change subject: [site] update site for Kudu 1.12.0 release .. [site] update site for Kudu 1.12.0 release Change-Id:

[kudu-CR] [mini ranger] expect Ranger to bind at wildcard address

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15917 ) Change subject: [mini_ranger] expect Ranger to bind at wildcard address .. Patch Set 2: Code-Review+2 -- To view, visit

[kudu-CR](branch-1.12.x) [C++ client] doxygenized C++ client API in columnar scan batch.h

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15919 ) Change subject: [C++ client] doxygenized C++ client API in columnar_scan_batch.h .. [C++ client] doxygenized C++ client API in

[kudu-CR](branch-1.12.x) [C++ client] doxygenized C++ client API in columnar scan batch.h

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15919 Change subject: [C++ client] doxygenized C++ client API in columnar_scan_batch.h .. [C++ client] doxygenized C++ client API in

[kudu-CR] [C++ client] doxygenized C++ client API in columnar scan batch.h

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15918 Change subject: [C++ client] doxygenized C++ client API in columnar_scan_batch.h .. [C++ client] doxygenized C++ client API in

[kudu-CR] [mini ranger] expect Ranger to bind at wildcard address

2020-05-14 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15917 ) Change subject: [mini_ranger] expect Ranger to bind at wildcard address .. Patch Set 2: Code-Review+1 -- To view, visit

[kudu-CR](branch-1.12.x) docs: add Ranger integration

2020-05-13 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15910 ) Change subject: docs: add Ranger integration .. docs: add Ranger integration Staged version here:

[kudu-CR](branch-1.12.x) docs: add Ranger integration

2020-05-13 Thread Hao Hao (Code Review)
Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15910 Change subject: docs: add Ranger integration .. docs: add Ranger integration Staged version here:

[kudu-CR] docs: add Ranger integration

2020-05-13 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15897 ) Change subject: docs: add Ranger integration .. docs: add Ranger integration Staged version here:

[kudu-CR] docs: add Ranger integration

2020-05-13 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15897 ) Change subject: docs: add Ranger integration .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/15897/2/docs/security.adoc

[kudu-CR] tablet: rename transaction-related files to use "op"

2020-05-12 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15907 ) Change subject: tablet: rename transaction-related files to use "op" .. Patch Set 1: Code-Review+2 -- To view, visit

[kudu-CR](branch-1.12.x) KUDU-3113: fix auto-rebalancer move execution

2020-05-12 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15905 ) Change subject: KUDU-3113: fix auto-rebalancer move execution .. KUDU-3113: fix auto-rebalancer move execution NOTE: this wasn't

[kudu-CR](branch-1.12.x) [docs] add 1.12.0 release notes

2020-05-12 Thread Hao Hao (Code Review)
Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15685 ) Change subject: [docs] add 1.12.0 release notes .. [docs] add 1.12.0 release notes Change-Id:

[kudu-CR](branch-1.12.x) [docs] add 1.12.0 release notes

2020-05-12 Thread Hao Hao (Code Review)
Hello Alexey Serbin, Attila Bukor, Kudu Jenkins, Andrew Wong, Adar Lieber-Dembo, Grant Henke, Hannah Nguyen, Greg Solovyev, Volodymyr Verovkin, Bankim Bhavsar, Todd Lipcon, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/15685 to look at the new patch set

[kudu-CR](branch-1.12.x) [docs] add 1.12.0 release notes

2020-05-12 Thread Hao Hao (Code Review)
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/15685 ) Change subject: [docs] add 1.12.0 release notes .. Patch Set 12: (4 comments)

<    1   2   3   4   5   6   7   8   9   10   >