Hi, val,is 2.3.0 version fix this problem? when I update to 2.3.0 and I get
IgniteSQLException:

Exception in thread "main" javax.cache.CacheException: class
org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to
update some keys because they had been modified concurrently
[keys=[Ljava.lang.Object;@2d6f11]
        at
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.query(IgniteCacheProxyImpl.java:597)
        at
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.query(IgniteCacheProxyImpl.java:560)
        at
org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.query(GatewayProtectedCacheProxy.java:382)
        at cn.eboss.paas.exec.TestDemo.reservedSku(TestDemo.java:104)
        at cn.eboss.paas.exec.TestDemo.main(TestDemo.java:149)
Caused by: class
org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to
update some keys because they had been modified concurrently
[keys=[Ljava.lang.Object;@2d6f11]
        at
org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.checkUpdateResult(DmlStatementsProcessor.java:1171)
        at
org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.updateSqlFieldsDistributed(DmlStatementsProcessor.java:231)
        at
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryDistributedSqlFields(IgniteH2Indexing.java:1453)
        at
org.apache.ignite.internal.processors.query.GridQueryProcessor$5.applyx(GridQueryProcessor.java:1909)
        at
org.apache.ignite.internal.processors.query.GridQueryProcessor$5.applyx(GridQueryProcessor.java:1907)
        at
org.apache.ignite.internal.util.lang.IgniteOutClosureX.apply(IgniteOutClosureX.java:36)
        at
org.apache.ignite.internal.processors.query.GridQueryProcessor.executeQuery(GridQueryProcessor.java:2445)
        at
org.apache.ignite.internal.processors.query.GridQueryProcessor.querySqlFields(GridQueryProcessor.java:1914)
        at
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.query(IgniteCacheProxyImpl.java:585)
        ... 4 more
Caused by: java.sql.SQLException: Failed to update some keys because they
had been modified concurrently [keys=[Ljava.lang.Object;@2d6f11]
        at
org.apache.ignite.internal.processors.cache.query.IgniteQueryErrorCode.createJdbcSqlException(IgniteQueryErrorCode.java:116)
        at
org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.checkUpdateResult(DmlStatementsProcessor.java:1169)
        ... 12 more



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to