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 18:01:00 UTC

[jira] [Updated] (KUDU-3015) HmsCatalogTest.TestMetastoreUuid sometimes fails

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

Grant Henke updated KUDU-3015:
------------------------------
    Issue Type: Bug  (was: Test)

> HmsCatalogTest.TestMetastoreUuid sometimes fails
> ------------------------------------------------
>
>                 Key: KUDU-3015
>                 URL: https://issues.apache.org/jira/browse/KUDU-3015
>             Project: Kudu
>          Issue Type: Bug
>          Components: hms, test
>    Affects Versions: 1.10.0, 1.10.1, 1.11.0, 1.11.1
>            Reporter: Alexey Serbin
>            Priority: Minor
>
> The {{HmsCatalogTest.TestMetastoreUuid}} test scenario sometimes fails due to longer startup  times of HMS.  For example, below it's clear that it took a bit more than 36 seconds to start HMS, but {{ASSERT_EVENTUALLY}} was waiting for 30 seconds, so the test failed:
> {noformat}
> W1207 20:28:27.577484   394 client.h:352] Failed to connect to Hive Metastore (127.0.0.1:33087): Network error: failed to open Hive Metastore connection: socket open() error: Connection refused
> W1207 20:28:38.521863   218 mini_hms.cc:96] Time spent Starting HMS: real 36.962s user 0.030s sys 0.094s
> /data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/hms/hms_catalog-test.cc:483: Failure
> Value of: s2.IsNotSupported()                                                   
>   Actual: false                                                                 
> Expected: true                                                                  
> /data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/util/test_util.cc:326: Failure
> Failed                                                                          
> Timed out waiting for assertion to pass.  
> {noformat}



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