Yuqi Du has posted comments on this change. ( http://gerrit.cloudera.org:8080/19594 )
Change subject: [KUDU-3452] Make validate table creating task not affected ...................................................................... Patch Set 18: Code-Review+1 (4 comments) LGTM. http://gerrit.cloudera.org:8080/#/c/19594/18//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/19594/18//COMMIT_MSG@7 PS18, Line 7: Make validate table creating task not affected What about: Avoid legitimate tablet creation stagnation due to previous tablets creation failures http://gerrit.cloudera.org:8080/#/c/19594/18/src/kudu/integration-tests/create-table-itest.cc File src/kudu/integration-tests/create-table-itest.cc: http://gerrit.cloudera.org:8080/#/c/19594/18/src/kudu/integration-tests/create-table-itest.cc@684 PS18, Line 684: string in; nit: in is not used. remove it? http://gerrit.cloudera.org:8080/#/c/19594/18/src/kudu/integration-tests/create-table-itest.cc@687 PS18, Line 687: kudu::tools::RunKuduTool(strings::Split(cmd, " ", strings::SkipEmpty()), &out, nullptr, in); nit: tools::RunKuduTool(strings::Split(cmd, " ", strings::SkipEmpty()), &out); http://gerrit.cloudera.org:8080/#/c/19594/15/src/kudu/tools/kudu-tool-test.cc File src/kudu/tools/kudu-tool-test.cc: http://gerrit.cloudera.org:8080/#/c/19594/15/src/kudu/tools/kudu-tool-test.cc@9417 PS15, Line 9417: > If the flag --allow_creating_under_replicated_tables is not set true, it wo Yes. So after that patch committed, you'd better add '--allow_creating_under_replicated_tables=false' for this test -- To view, visit http://gerrit.cloudera.org:8080/19594 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I64668651d0e8f58b92cfb841bdb20617de6776f9 Gerrit-Change-Number: 19594 Gerrit-PatchSet: 18 Gerrit-Owner: Wang Xixu <[email protected]> Gerrit-Reviewer: Alexey Serbin <[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: Wed, 10 May 2023 07:00:19 +0000 Gerrit-HasComments: Yes
