You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Will Berkeley (JIRA)" <ji...@apache.org> on 2018/05/17 18:50:00 UTC

[jira] [Commented] (KUDU-2444) TabletServerTest.TestTombstonedTabletOnWebUI is flaky

    [ https://issues.apache.org/jira/browse/KUDU-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479549#comment-16479549 ] 

Will Berkeley commented on KUDU-2444:
-------------------------------------

The test setup guarantees the tablet is running (bootstrapped and is leader), but it's possible that the ts_tablet_manager's record of a "creating" state transition lasts long enough that the DeleteTablet fails.

I talked with Mike and we don't think changing this has any benefits except for making tests a little nicer, so the best solution is just to retry the delete.

> TabletServerTest.TestTombstonedTabletOnWebUI is flaky
> -----------------------------------------------------
>
>                 Key: KUDU-2444
>                 URL: https://issues.apache.org/jira/browse/KUDU-2444
>             Project: Kudu
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.8.0
>            Reporter: Adar Dembo
>            Assignee: Will Berkeley
>            Priority: Major
>         Attachments: tablet_server-test.txt
>
>
> Saw this in a pre-commit build. The failure is:
> {noformat}
> /home/jenkins-slave/workspace/kudu-master/2/src/kudu/tserver/tablet_server-test.cc:541: Failure
> Failed
> Bad status: Already present: State transition of tablet TestTablet already in progress: creating tablet{noformat}
> I'm attaching the full test log.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)