[
https://issues.apache.org/jira/browse/KUDU-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15472274#comment-15472274
]
Jordan Birdsell commented on KUDU-1304:
---------------------------------------
Patch submitted: https://gerrit.cloudera.org/#/c/4328/
> 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
> 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)