[
https://issues.apache.org/jira/browse/IGNITE-22727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor resolved IGNITE-22727.
---------------------------
Resolution: Cannot Reproduce
Cannot reproduce due to another issue
https://issues.apache.org/jira/browse/IGNITE-22813
> java.sql.SQLException: null after 400 tables are created
> --------------------------------------------------------
>
> Key: IGNITE-22727
> URL: https://issues.apache.org/jira/browse/IGNITE-22727
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 3.0
> Environment: 3 nodes (1 CMG) distributed on 3 hosts with "-Xms4096m",
> "-Xmx4096m"
> Reporter: Igor
> Priority: Major
> Labels: ignite-3
> Attachments: servers_logs.zip
>
>
> *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:
> {code:java}
> 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) {code}
> The servers logs: [^servers_logs.zip]
> *Comments:*
> The high probability it is another case of:
> https://issues.apache.org/jira/browse/IGNITE-22209
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)