You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/03 15:49:00 UTC

[jira] [Updated] (KUDU-2958) ClientTest.TestReplicatedTabletWritesWithLeaderElection is flaky

     [ https://issues.apache.org/jira/browse/KUDU-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke updated KUDU-2958:
------------------------------
    Component/s: test

> ClientTest.TestReplicatedTabletWritesWithLeaderElection is flaky
> ----------------------------------------------------------------
>
>                 Key: KUDU-2958
>                 URL: https://issues.apache.org/jira/browse/KUDU-2958
>             Project: Kudu
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.11.0
>            Reporter: Alexey Serbin
>            Assignee: ZhangYao
>            Priority: Major
>         Attachments: client-test.5.txt.xz
>
>
> The {{TestReplicatedTabletWritesWithLeaderElection}} of the {{client-test}} is flaky.  Time to time in ASAN build configuration it fails with the following error:
> {noformat}
> I0924 20:26:19.869351 14037 client-test.cc:4304] Counting rows...               
> src/kudu/client/client-test.cc:4308: Failure
>       Expected: 2 * kNumRowsToWrite                                             
>       Which is: 200                                                             
> To be equal to: CountRowsFromClient(table.get(), KuduClient::FIRST_REPLICA, KuduScanner::READ_LATEST, kNoBound, kNoBound)
>       Which is: 100 
> {noformat}
> It seems there is implicit assumption in the test about fast propagation of Raft transactions to follower replicas.
> I attached the full log of the failed tests scenario.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)