wangsheng has posted comments on this change. ( http://gerrit.cloudera.org:8080/14319 )
Change subject: IMPALA-8984: Fix race condition in creating Kudu table ...................................................................... Patch Set 6: > (8 comments) > > Nice find! I can understand the bug, but have some questions for > the patch. Hi, Quanlong, I'm trying to add a fe test to reproduce this situation. The test mainly work like this: First create a kudu managed table, then deleted it from catalog, still reserved in metastore. And submit the same ddl request again, and the original code would lead to table been deleted in kudu storage, and thus we would got an incompleted table when invalidated table. With this patch fixed, we would got an normal kudu table. -- To view, visit http://gerrit.cloudera.org:8080/14319 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1a4047bcdaa6b346765b96e8c36bb747a2b0091d Gerrit-Change-Number: 14319 Gerrit-PatchSet: 6 Gerrit-Owner: wangsheng <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: wangsheng <[email protected]> Gerrit-Comment-Date: Mon, 28 Oct 2019 08:25:43 +0000 Gerrit-HasComments: No
