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

[jira] [Created] (IGNITE-20553) Unexpected rebalancing immediately after table creation

Kirill Tkalenko created IGNITE-20553:
----------------------------------------

             Summary: Unexpected rebalancing immediately after table creation
                 Key: IGNITE-20553
                 URL: https://issues.apache.org/jira/browse/IGNITE-20553
             Project: Ignite
          Issue Type: Bug
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


During the implementation of IGNITE-20330, it was discovered that when running *org.apache.ignite.internal.runner.app.ItDataSchemaSyncTest#checkSchemasCorrectlyRestore*, a situation may occur that after creating the table, rebalancing will begin and this test will freeze on the first insert (*sql(ignite1, String.format("INSERT INTO " + TABLE_NAME + " VALUES(%d, %d, %d)", i, i, 2 * i));*). The situation is not reproduced often; you need to run the test several times.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)