You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "HeLifu (JIRA)" <ji...@apache.org> on 2018/05/24 10:44:00 UTC

[jira] [Created] (KUDU-2453) kudu will create tablet infinitely while there are more than 2000 tables on the tserver

HeLifu created KUDU-2453:
----------------------------

             Summary: 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


Once there are more than 2000 tablets on one tserver and  the queue for the consensus service will be full. Then, if we create a new table, we could see that the number of the new tablets on tserver will raise.

I think it is related to the logic of creating tablet on master, because it is not idempotent.



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