You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/12/06 15:08:00 UTC

[jira] [Created] (IGNITE-16065) Cluster startup will not finish for an infinite time if starts more that 2 nodes with default partitions count.

Evgeny Stanilovsky created IGNITE-16065:
-------------------------------------------

             Summary: Cluster startup will not finish for an infinite time if starts more that 2 nodes with default partitions count.
                 Key: IGNITE-16065
                 URL: https://issues.apache.org/jira/browse/IGNITE-16065
             Project: Ignite
          Issue Type: Bug
            Reporter: Evgeny Stanilovsky


All currently running integration tests are creates tables with limited partitions and replicas counter for example :
ItTablesApiTest#createTable

{noformat}
        return node.tables().createTable(
                schemaName + "." + shortTableName,
                tblCh -> convert(SchemaBuilders.tableBuilder(schemaName, shortTableName).columns(
                    cols).withPrimaryKey("key").build(), tblCh).changeReplicas(2).changePartitions(10)
        );
{noformat}

Attempt to start more than 2 nodes and caches with default partitions counter will failed for now.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)