[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] [client] updated multi-row transaction API

2021-01-13 Thread Alexey Serbin (Code Review)
Hello Kudu Jenkins, Andrew Wong, Grant Henke, Hao Hao, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16948 to look at the new patch set (#2). Change subject: [client] updated multi-row transaction API

[kudu-CR] WIP [client] updated transaction API

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16948 ) Change subject: WIP [client] updated transaction API .. Patch Set 1: (5 comments)

[kudu-CR] WIP [client] updated transaction API

2021-01-13 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16948 ) Change subject: WIP [client] updated transaction API .. Patch Set 1: (5 comments)

[kudu-CR] WIP [client] updated transaction API

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16948 Change subject: WIP [client] updated transaction API .. WIP [client] updated transaction API This patch removed

[kudu-CR] [util] add a few new metrics in MaintenanceManager

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16938 ) Change subject: [util] add a few new metrics in MaintenanceManager .. [util] add a few new metrics in MaintenanceManager This

[kudu-CR] [util] add a few new metrics in MaintenanceManager

2021-01-13 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16938 ) Change subject: [util] add a few new metrics in MaintenanceManager .. Patch Set 4: Code-Review+2 -- To view, visit

[kudu-CR] [util] add a few new metrics in MaintenanceManager

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16938 ) Change subject: [util] add a few new metrics in MaintenanceManager .. Patch Set 3: (1 comment)

[kudu-CR] [util] add a few new metrics in MaintenanceManager

2021-01-13 Thread Alexey Serbin (Code Review)
Hello Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16938 to look at the new patch set (#4). Change subject: [util] add a few new metrics in MaintenanceManager

[kudu-CR] [util] extra test for MaintenanceManager

2021-01-13 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16937 ) Change subject: [util] extra test for MaintenanceManager .. Patch Set 2: (2 comments)

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Grant Henke (Code Review)
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16943 ) Change subject: [build] Add more options to the compatibility checker script .. [build] Add more options to the compatibility

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16943 ) Change subject: [build] Add more options to the compatibility checker script .. Patch Set 3: Code-Review+2 (1 comment)

[kudu-CR] [util] add a few new metrics in MaintenanceManager

2021-01-13 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16938 ) Change subject: [util] add a few new metrics in MaintenanceManager .. Patch Set 3: Code-Review+2 (1 comment)

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Grant Henke (Code Review)
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16943 ) Change subject: [build] Add more options to the compatibility checker script .. Patch Set 2: (2 comments)

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Grant Henke (Code Review)
Hello Alexey Serbin, Kudu Jenkins, Greg Solovyev, Bankim Bhavsar, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/16943 to look at the new patch set (#3). Change subject: [build] Add more options to the compatibility checker script

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16943 ) Change subject: [build] Add more options to the compatibility checker script .. Patch Set 2: (2 comments)

[kudu-CR] [build] Add more options to the compatibility checker script

2021-01-13 Thread Greg Solovyev (Code Review)
Greg Solovyev has posted comments on this change. ( http://gerrit.cloudera.org:8080/16943 ) Change subject: [build] Add more options to the compatibility checker script .. Patch Set 2: Code-Review+1 -- To view, visit

[kudu-CR] KUDU-3205: Fix building scan tokens when tablet not found errors occur

2021-01-13 Thread Grant Henke (Code Review)
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16941 ) Change subject: KUDU-3205: Fix building scan tokens when tablet not found errors occur .. KUDU-3205: Fix building scan tokens

[kudu-CR] KUDU-3205: Fix building scan tokens when tablet not found errors occur

2021-01-13 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16941 ) Change subject: KUDU-3205: Fix building scan tokens when tablet not found errors occur .. Patch Set 2: Code-Review+2 (2 comments)

[kudu-CR] [java] Add JAAS example to client API doc

2021-01-13 Thread Attila Bukor (Code Review)
Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16940 ) Change subject: [java] Add JAAS example to client API doc .. [java] Add JAAS example to client API doc The AsyncKuduClient

[kudu-CR] [java] Add JAAS example to client API doc

2021-01-13 Thread Andrew Wong (Code Review)
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16940 ) Change subject: [java] Add JAAS example to client API doc .. Patch Set 4: Code-Review+2 -- To view, visit

[kudu-CR] [java] Add JAAS example to client API doc

2021-01-13 Thread Attila Bukor (Code Review)
Attila Bukor has removed a vote on this change. Change subject: [java] Add JAAS example to client API doc .. Removed Verified-1 by Kudu Jenkins (120) -- To view, visit http://gerrit.cloudera.org:8080/16940 To unsubscribe, visit

[kudu-CR] [java] Add JAAS example to client API doc

2021-01-13 Thread Attila Bukor (Code Review)
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/16940 ) Change subject: [java] Add JAAS example to client API doc .. Patch Set 4: Verified+1 -- To view, visit