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 2016/09/08 02:47:20 UTC

[jira] [Assigned] (KUDU-1304) python tests should wait for tablet servers to fully start before creating tables

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

Todd Lipcon reassigned KUDU-1304:
---------------------------------

    Assignee: Jordan Birdsell

> python tests should wait for tablet servers to fully start before creating tables
> ---------------------------------------------------------------------------------
>
>                 Key: KUDU-1304
>                 URL: https://issues.apache.org/jira/browse/KUDU-1304
>             Project: Kudu
>          Issue Type: Bug
>          Components: python, test
>    Affects Versions: 0.6.0
>            Reporter: Todd Lipcon
>            Assignee: Jordan Birdsell
>            Priority: Minor
>
> Got a test failure where I see in the log:
> {code}
> I0123 01:33:30.244269  7877 tablet_server_main.cc:57] Starting tablet server...
> I0123 01:33:30.262419  7880 tablet_server_main.cc:57] Starting tablet server...
> I0123 01:33:30.294358  7881 tablet_server_main.cc:57] Starting tablet server...
> I0123 01:33:31.221236  7841 catalog_manager.cc:674] CreateTable from {real_user=jenkins-slave, eff_user=} at 127.0.0.1:37122:
> {code}
> which gets:
> {code}
> E   KuduInvalidArgument: Error creating table example-table on the master: Not enough live tablet servers to create a table with the requested replication factor 1. 0 tablet servers are alive.
> {code}
> The tests should wait for the TS to register with the master before proceeding to create a table.



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