Wang Xixu has posted comments on this change. ( http://gerrit.cloudera.org:8080/19584 )
Change subject: [KUDU-3452] A tool to show on creating tables ...................................................................... Patch Set 2: (3 comments) http://gerrit.cloudera.org:8080/#/c/19584/2//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/19584/2//COMMIT_MSG@7 PS2, Line 7: A tool to show on creating tables > Is this for tablets or tables that are in process of creation? Yes http://gerrit.cloudera.org:8080/#/c/19584/2//COMMIT_MSG@11 PS2, Line 11: The creating task will retry continuously for a long : time. > What is the timeout here? The client side will timeout, but the server side will never timeout. http://gerrit.cloudera.org:8080/#/c/19584/2//COMMIT_MSG@15 PS2, Line 15: cancel the creating tasks > Can you please elaborate on this, how cancelation of creation task can happ For example, a Kudu cluster with 3 masters and 3 tservers. if one tserver gets offline, creating a three-replicas will timeout on client side, but on server side, the creating task is still running for a long time. If the unhealthy tserver can never become healthy agin. The creating task will exist. It is meaningless. It needs to cancel this creating task. -- 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: 2 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: Tue, 14 Mar 2023 01:47:39 +0000 Gerrit-HasComments: Yes
