Wang Xixu has posted comments on this change. ( http://gerrit.cloudera.org:8080/19584 )
Change subject: [KUDU-3452] A tool to report on table creation progress ...................................................................... Patch Set 18: (4 comments) http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/master/catalog_manager.cc File src/kudu/master/catalog_manager.cc: http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/master/catalog_manager.cc@3955 PS17, Line 3955: uint32 num_tablets_in_fli > nit: this can be an unsigned int. Done http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/master/catalog_manager.cc@3968 PS17, Line 3968: == > nit: check for '==' if num_tablets_in_flight is unsigned Done http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/master/master.proto File src/kudu/master/master.proto: http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/master/master.proto@625 PS17, Line 625: optional int32 num_tablets = 3; : optional uint32 num_tablets_in_flight = 4 > nit: is there a reason for declaring these signed integers? Can we declare Done http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/tools/tool.proto File src/kudu/tools/tool.proto: http://gerrit.cloudera.org:8080/#/c/19584/17/src/kudu/tools/tool.proto@548 PS17, Line 548: uint3 > nit: same comment. int32 vs uint32 ? Done -- To view, visit http://gerrit.cloudera.org:8080/19584 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I348b69f48e6ce36ed869097f9f798c5946136de5 Gerrit-Change-Number: 19584 Gerrit-PatchSet: 18 Gerrit-Owner: Wang Xixu <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Wang Xixu <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]> Gerrit-Comment-Date: Sat, 03 Jun 2023 09:12:47 +0000 Gerrit-HasComments: Yes
