[kudu-CR] [Client] Add query id to trace the whole query process

2023-01-17 Thread Wang Xixu (Code Review)
Wang Xixu has posted comments on this change. ( http://gerrit.cloudera.org:8080/18846 ) Change subject: [Client] Add query id to trace the whole query process .. Patch Set 28: (1 comment)

[kudu-CR] [Client] Add query id to trace the whole query process

2023-01-17 Thread Wang Xixu (Code Review)
Wang Xixu has posted comments on this change. ( http://gerrit.cloudera.org:8080/18846 ) Change subject: [Client] Add query id to trace the whole query process .. Patch Set 28: > Patch Set 28: > > (1 comment) ok -- To view,

[kudu-CR] [tools] Add test to generate heavy rowset compaction

2023-01-17 Thread Ashwani Raina (Code Review)
Ashwani Raina has posted comments on this change. ( http://gerrit.cloudera.org:8080/19278 ) Change subject: [tools] Add test to generate heavy rowset compaction .. Patch Set 5: (1 comment)

[kudu-CR] [tools] Add test to generate heavy rowset compaction

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19278 ) Change subject: [tools] Add test to generate heavy rowset compaction .. Patch Set 5: (1 comment)

[kudu-CR] [Client] Add query id to trace the whole query process

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/18846 ) Change subject: [Client] Add query id to trace the whole query process .. Patch Set 28: (1 comment)

[kudu-CR] [web] add maintenance op statistics information at web pages for data retained bytes

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19407 ) Change subject: [web] add maintenance op statistics information at web pages for data_retained_bytes .. Patch Set 4: Verified+1 (6

[kudu-CR] [examples] Make java-example up-to-date

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19418 ) Change subject: [examples] Make java-example up-to-date .. Patch Set 2: (6 comments)

[kudu-CR] KUDU-1945: Support non unique primary key for Java client

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19384 ) Change subject: KUDU-1945: Support non unique primary key for Java client .. Patch Set 18: (16 comments)

[kudu-CR] KUDU-1945 Auto-Incrementing Column, C++ client

2023-01-17 Thread Abhishek Chennaka (Code Review)
Abhishek Chennaka has posted comments on this change. ( http://gerrit.cloudera.org:8080/19272 ) Change subject: KUDU-1945 Auto-Incrementing Column, C++ client .. Patch Set 19: (2 comments)

[kudu-CR] KUDU-1945 Auto-Incrementing Column, C++ client

2023-01-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/19272 ) Change subject: KUDU-1945 Auto-Incrementing Column, C++ client .. Patch Set 19: (1 comment)

[kudu-CR] [row operations] minor updates

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19424 ) Change subject: [row_operations] minor updates .. [row_operations] minor updates This patch updates the code in

[kudu-CR] [row operations] minor updates

2023-01-17 Thread Yifan Zhang (Code Review)
Yifan Zhang has posted comments on this change. ( http://gerrit.cloudera.org:8080/19424 ) Change subject: [row_operations] minor updates .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/19424

[kudu-CR] KUDU-1945 Auto-Incrementing Column, C++ client

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19272 ) Change subject: KUDU-1945 Auto-Incrementing Column, C++ client .. Patch Set 19: (2 comments)

[kudu-CR] KUDU-1945 Auto-Incrementing Column, C++ client

2023-01-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/19272 ) Change subject: KUDU-1945 Auto-Incrementing Column, C++ client .. Patch Set 19: (1 comment)

[kudu-CR] KUDU-1945 Auto-Incrementing Column, C++ client

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19272 ) Change subject: KUDU-1945 Auto-Incrementing Column, C++ client .. Patch Set 19: Code-Review+1 (10 comments) Just a few nits, overall

[kudu-CR] KUDU-1945: Support non unique primary key for Java client

2023-01-17 Thread Abhishek Chennaka (Code Review)
Abhishek Chennaka has posted comments on this change. ( http://gerrit.cloudera.org:8080/19384 ) Change subject: KUDU-1945: Support non unique primary key for Java client .. Patch Set 18: Code-Review+1 Thanks for adding the

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. Patch Set 18: Code-Review+1 -- To view, visit

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Zoltan Chovan (Code Review)
Zoltan Chovan has posted comments on this change. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. Patch Set 18: (1 comment)

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Zoltan Chovan (Code Review)
Zoltan Chovan has uploaded a new patch set (#18) to the change originally created by Andrew Wong. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. plumb JWT authentication into

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Wenzhe Zhou (Code Review)
Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. Patch Set 17: Code-Review+1 (1 comment)

[kudu-CR] KUDU-1945 Fix TSAN warnings in client-test.cc

2023-01-17 Thread Attila Bukor (Code Review)
Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19427 ) Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc .. KUDU-1945 Fix TSAN warnings in client-test.cc This patch

[kudu-CR] KUDU-1945 Fix TSAN warnings in client-test.cc

2023-01-17 Thread Attila Bukor (Code Review)
Attila Bukor has removed a vote on this change. Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc .. Removed Verified-1 by Kudu Jenkins (120) -- To view, visit http://gerrit.cloudera.org:8080/19427 To unsubscribe,

[kudu-CR] KUDU-1945 Fix TSAN warnings in client-test.cc

2023-01-17 Thread Attila Bukor (Code Review)
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/19427 ) Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc .. Patch Set 1: Verified+1 Code-Review+2 -- To view, visit

[kudu-CR] [examples] Make java-example up-to-date

2023-01-17 Thread Attila Bukor (Code Review)
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/19418 ) Change subject: [examples] Make java-example up-to-date .. Patch Set 2: (1 comment)

[kudu-CR] KUDU-1945 Fix TSAN warnings in client-test.cc

2023-01-17 Thread Marton Greber (Code Review)
Marton Greber has posted comments on this change. ( http://gerrit.cloudera.org:8080/19427 ) Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc .. Patch Set 1: Code-Review+1 -- To view, visit

[kudu-CR] KUDU-1945 Fix TSAN warnings in client-test.cc

2023-01-17 Thread Abhishek Chennaka (Code Review)
Abhishek Chennaka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19427 Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc .. KUDU-1945 Fix TSAN warnings in client-test.cc This patch

[kudu-CR] [row operations] minor updates

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has removed a vote on this change. Change subject: [row_operations] minor updates .. Removed Verified-1 by Kudu Jenkins (120) -- To view, visit http://gerrit.cloudera.org:8080/19424 To unsubscribe, visit

[kudu-CR] [row operations] minor updates

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19424 ) Change subject: [row_operations] minor updates .. Patch Set 1: Verified+1 unrelated flake in the newly introduced

[kudu-CR] KUDU-3406 corrected estimate for ancient UNDO delta size

2023-01-17 Thread Alexey Serbin (Code Review)
Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19413 ) Change subject: KUDU-3406 corrected estimate for ancient UNDO delta size .. KUDU-3406 corrected estimate for ancient UNDO

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Zoltan Chovan (Code Review)
Zoltan Chovan has posted comments on this change. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. Patch Set 16: (5 comments)

[kudu-CR] plumb JWT authentication into clients

2023-01-17 Thread Zoltan Chovan (Code Review)
Zoltan Chovan has uploaded a new patch set (#17) to the change originally created by Andrew Wong. ( http://gerrit.cloudera.org:8080/18471 ) Change subject: plumb JWT authentication into clients .. plumb JWT authentication into

[kudu-CR] KUDU-3406 corrected estimate for ancient UNDO delta size

2023-01-17 Thread Attila Bukor (Code Review)
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/19413 ) Change subject: KUDU-3406 corrected estimate for ancient UNDO delta size .. Patch Set 4: Code-Review+2 -- To view, visit