[
https://issues.apache.org/jira/browse/KUDU-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493153#comment-16493153
]
HeLifu commented on KUDU-2453:
------------------------------
i digged it, and thought the reason was
[KUDU-1913|https://issues.apache.org/jira/browse/KUDU-1913]
> kudu will create tablet infinitely while there are more than 2000 tables on
> the tserver
> ---------------------------------------------------------------------------------------
>
> Key: KUDU-2453
> URL: https://issues.apache.org/jira/browse/KUDU-2453
> Project: Kudu
> Issue Type: Bug
> Components: master, tserver
> Affects Versions: 1.4.0
> Reporter: HeLifu
> Priority: Major
>
> Once there are more than 2000(one threshold value) tablets on one tserver and
> at the same time the queue for the consensus service will be full. Then, if
> we create a new table, we can see that the number of the new tablets will
> raise infinitely on tserver.
> I think it is related to the logic of creating tablet on master, especially
> the replacement operation.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)