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

[jira] [Created] (KUDU-2389) MasterFailoverTest.TestMasterPermanentFailure is flaky with "New table ... is already reserved"

Todd Lipcon created KUDU-2389:
---------------------------------

             Summary: MasterFailoverTest.TestMasterPermanentFailure is flaky with "New table ... is already reserved"
                 Key: KUDU-2389
                 URL: https://issues.apache.org/jira/browse/KUDU-2389
             Project: Kudu
          Issue Type: Bug
          Components: master, test
            Reporter: Todd Lipcon


Saw the following test failure:
{code}
/data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/integration-tests/master_failover-itest.cc:473
Value of: s.ok() || s.IsAlreadyPresent()
  Actual: false
Expected: true
Service unavailable: Error creating table table-0-1 on the master: New table name table-0-1 is already reserved
{code}

Perhaps we should be returning AlreadyPresent for this error case.



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