lsliwko opened a new pull request #9336: URL: https://github.com/apache/ignite/pull/9336
The support for MULTI_THREADED has been removed in H2 v1.4.200: https://github.com/h2database/h2database/releases/tag/version-1.4.200 If a H2 v1.4.200 is on classpath, it will crash Ignite: Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Unsupported connection setting "MULTI_THREADED" [90113-200] It's due to hardcoded DB_OPTIONS: https://github.com/andyglick/apache-ignite/blob/master/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java#L202 The fix is to either remove MULTI_THREADED argument or to add IGNORE_UNKNOWN_SETTINGS=TRUE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
