You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Dinesh Bhat (JIRA)" <ji...@apache.org> on 2016/10/13 22:04:21 UTC

[jira] [Created] (KUDU-1699) Make the tests less failure-prone for 'Timed out waiting for Table Creation'

Dinesh Bhat created KUDU-1699:
---------------------------------

             Summary: Make the tests less failure-prone for 'Timed out waiting for Table Creation'
                 Key: KUDU-1699
                 URL: https://issues.apache.org/jira/browse/KUDU-1699
             Project: Kudu
          Issue Type: Bug
          Components: test
            Reporter: Dinesh Bhat
            Assignee: Dinesh Bhat


Triaging one issue (which I believe is not related to network flake) I found while testing the 1.0.1 RC release bits for tracking purposes. I noticed that the failure pattern for some of these tests are quite common. Here are the sequences of operations from logs just before failure:

 - ExternalMiniClusterITestBase::StartCluster() succeeds creating the tablet servers to hold tablet replicas
 - TestTable is created either directly from test or via TestWorkload.Setup(), so tablet replicas are spilled to the tablet servers.
 - Meanwhile the tablet replicas haven't elected a leader successfully (only terms are advanced for about 30 secs), and eventually table create fails.

It is not clear to me if this is a bug, I need to dig into this little more than just logs. If this is not a bug, I wonder if we have some room to make this less failure-prone here. Attached are 2 logs I have from the test run.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)