You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2016/02/26 12:38:18 UTC

[jira] [Updated] (KUDU-412) Some parts of CreateTablet should be aysnc

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

Mike Percy updated KUDU-412:
----------------------------
    Parent: KUDU-410

> Some parts of CreateTablet should be aysnc
> ------------------------------------------
>
>                 Key: KUDU-412
>                 URL: https://issues.apache.org/jira/browse/KUDU-412
>             Project: Kudu
>          Issue Type: Sub-task
>          Components: tserver
>    Affects Versions: M4.5
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: M4.5
>
>
> When creating a 150 tablets table, everything rapidly grinds to a stall because the call to create a tablet has inline calls to the followers while first calling ChangeConfig. This issues 2 RPC calls per tablet, so if enough CreateTablet calls are occupying the service pool threads (default 10) then it deadlocks.
> [~dralves] says that ts_tablet_manager should use the same pool it uses for bootstrap to create tablets.



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