Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
3.0
-
None
-
3 nodes (1 CMG) distributed on 3 hosts with "-Xms4096m", "-Xmx4096m"
-
Docs Required, Release Notes Required
Description
Steps to reproduce:
- Multinode cluster (3 nodes) with arguments
"-Xms4096m", "-Xmx4096m" - Create 50 tables (all tables in single zone).
- Insert 1 row into tables created in the previous step.
- Repeat steps 2 and 3 until 1000 tables are created.
Expected:
1000 tables are created.
Actual:
After 400 tables created and row insertions in tables from 350 to 400 is happen the exception is thrown:
java.sql.SQLException: java.sql.SQLException: nulljava.sql.SQLException: null at org.apache.ignite.internal.jdbc.proto.IgniteQueryErrorCode.createJdbcSqlException(IgniteQueryErrorCode.java:57) at org.apache.ignite.internal.jdbc.JdbcStatement.execute0(JdbcStatement.java:154) at org.apache.ignite.internal.jdbc.JdbcPreparedStatement.executeWithArguments(JdbcPreparedStatement.java:765) at org.apache.ignite.internal.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:173) at org.gridgain.ai3tests.tests.amountcapacity.TablesAmountCapacityBaseTest.lambda$insertRowAndAssertTimeout$2(TablesAmountCapacityBaseTest.java:113) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
The servers logs: servers_logs.zip
Comments:
The high probability it is another case of: https://issues.apache.org/jira/browse/IGNITE-22209
Attachments
Attachments
Issue Links
- is caused by
-
IGNITE-22757 Excessive memory usage in schema-related code in SQL
- Resolved
- is superceded by
-
IGNITE-22813 Exception `Max retry limit exceeded: 10` while creating 50 tables in 10 threads with replication 3
- Resolved