[
https://issues.apache.org/jira/browse/IGNITE-22813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor resolved IGNITE-22813.
---------------------------
Fix Version/s: (was: 3.0)
Resolution: Cannot Reproduce
> Exception `Max retry limit exceeded: 10` while creating 50 tables in 10
> threads with replication 3
> --------------------------------------------------------------------------------------------------
>
> Key: IGNITE-22813
> URL: https://issues.apache.org/jira/browse/IGNITE-22813
> Project: Ignite
> Issue Type: Bug
> Components: general, persistence
> Affects Versions: 3.0
> Environment: 3 server nodes running on 1 or 3 separate hosts.
> Reporter: Igor
> Priority: Major
> Labels: ignite-3
> Attachments: server logs.zip
>
>
> *Steps to reproduce:*
> Cluster of *3 servers* located on 1 or 3 hosts.
> In 10 threads (create 50 tables):
> # Create zone if not exists (same name for all tables) with replication 3.
> # Create table (all tables have different names).
>
> *Expected:*
> All tables are created.
> *Actual:*
> Exception on client side:
> {code:java}
> Max retry limit exceeded: 10
> java.sql.SQLException: Max retry limit exceeded: 10
> 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.JdbcStatement.executeUpdate(JdbcStatement.java:177)
> at
> org.gridgain.qaaas.sql.generator.TableGeneratorHelper.createTable(TableGeneratorHelper.java:98)
> at
> org.gridgain.ai3tests.tests.amountcapacity.TablesAmountCapacityBaseTest.lambda$createTablesParallel$0(TablesAmountCapacityBaseTest.java:121)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:833) {code}
> Server logs: [^server logs.zip]
> *Comment:*
> The same code running on *1 server with replication 1* creates 850-950
> tables: https://issues.apache.org/jira/browse/IGNITE-22814.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)