[
https://issues.apache.org/jira/browse/IGNITE-7113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16797505#comment-16797505
]
Ignite TC Bot commented on IGNITE-7113:
---------------------------------------
{panel:title=--> Run :: All: Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET{color} [[tests
8|https://ci.ignite.apache.org/viewLog.html?buildId=3362266]]
* exe: Cache.CacheConfigurationTest
* exe: CreateCacheTest.TestCreateFromConfiguration - 0,0% fails in last 490
master runs.
* exe: CreateCacheTest.TestGetOrCreateFromConfiguration - 0,0% fails in last
490 master runs.
* exe: CacheQueriesTest.TestCustomKeyValueFieldNames - 0,0% fails in last 490
master runs.
* exe: CustomLoggerTest.TestQueryEntityValidation - 0,0% fails in last 487
master runs.
* exe: CacheQueriesTest.TestCustomKeyValueFieldNames - 0,0% fails in last 490
master runs.
{color:#d04437}Platform .NET (Core Linux){color} [[tests
12|https://ci.ignite.apache.org/viewLog.html?buildId=3362267]]
* dll: CustomLoggerTest.TestQueryEntityValidation - 0,0% fails in last 493
master runs.
* dll: CreateCacheTest.TestCreateFromConfiguration - 0,0% fails in last 496
master runs.
* dll: CreateCacheTest.TestGetOrCreateFromConfiguration - 0,0% fails in last
496 master runs.
{color:#d04437}Cache 1{color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=3362244]]
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescingHangWriteAll
- 0,0% fails in last 405 master runs.
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testHangWriteAllWithCoalescing
- 0,0% fails in last 405 master runs.
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescing
- 0,0% fails in last 405 master runs.
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingNormalRegion
- 0,0% fails in last 405 master runs.
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testNormalWriteAllWithCoalescing
- 0,0% fails in last 405 master runs.
* IgniteBinaryCacheTestSuite:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingSmallRegionWithEviction
- 0,0% fails in last 405 master runs.
{color:#d04437}Queries 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=3362272]]
* IgniteBinaryCacheQueryTestSuite:
IncorrectQueryEntityTest.testIncorrectQueryField - 0,0% fails in last 408
master runs.
{color:#d04437}Queries 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=3362206]]
* IgniteBinaryCacheQueryTestSuite2:
twostep.NoneOrSinglePartitionsQueryOptimizationsTest
{color:#d04437}Cache 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=3362245]]
* IgniteCacheTestSuite2:
GridCacheDhtPreloadDelayedSelfTest.testAutomaticPreload - 0,0% fails in last
404 master runs.
{color:#d04437}MVCC Cache 1{color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=3362282]]
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingNormalRegion
- 0,0% fails in last 413 master runs.
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testHangWriteAllWithCoalescing
- 0,0% fails in last 413 master runs.
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescingHangWriteAll
- 0,0% fails in last 413 master runs.
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescing
- 0,0% fails in last 413 master runs.
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testNormalWriteAllWithCoalescing
- 0,0% fails in last 413 master runs.
* IgniteCacheMvccTestSuite1:
CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingSmallRegionWithEviction
- 0,0% fails in last 413 master runs.
{color:#d04437}Thin Client: Java{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=3362202]]
* ClientTestSuite: FunctionalTest.testCacheConfiguration - 0,0% fails in last
401 master runs.
{color:#d04437}PDS 3{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=3362264]]
*
IgnitePdsContinuousRestartTestWithExpiryPolicy.testRebalancingDuringLoad_10_500_8_16
(last started)
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=3362296&buildTypeId=IgniteTests24Java8_RunAll]
> "Key is missing from query" when creating table with key_type=java.lang.String
> ------------------------------------------------------------------------------
>
> Key: IGNITE-7113
> URL: https://issues.apache.org/jira/browse/IGNITE-7113
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.3
> Reporter: Ilya Kasnacheev
> Assignee: Pavel Kuznetsov
> Priority: Major
> Labels: sql-stability
> Attachments: IgniteStringKeyTest.java
>
>
> When creating a table of
> {code}
> CREATE TABLE IF NOT EXISTS TableWithStringKey (
> ID VARCHAR PRIMARY KEY,
> DataNodeId VARCHAR
> ) WITH "backups=1, cache_name=TableWithStringKey, atomicity=transactional,
> key_type=java.lang.String, value_type=TableWithStringKey"
> {code}
> and attempting an insert later
> {code}
> INSERT INTO TableWithStringKey (ID, DataNodeId) VALUES ('ref2', 'src2')
> {code}
> There's suddently an exception
> {code}
> javax.cache.CacheException: class
> org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to
> execute DML statement [stmt=INSERT INTO TableWithStringKey (ID, DataNodeId)
> VALUES ('ref2', 'src2'), params=null]
> 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
> com.gridgain.reproducer.IgniteStringKeyTest.insertTest(IgniteStringKeyTest.java:34)
> ... 24 more
> Caused by: class
> org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to
> execute DML statement [stmt=INSERT INTO TableWithStringKey (ID, DataNodeId)
> VALUES ('ref2', 'src2'), params=null]
> at
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryDistributedSqlFields(IgniteH2Indexing.java:1459)
> 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)
> ... 27 more
> Caused by: class org.apache.ignite.IgniteCheckedException: Key is missing
> from query
> at
> org.apache.ignite.internal.processors.query.h2.dml.UpdatePlanBuilder.createSupplier(UpdatePlanBuilder.java:369)
> at
> org.apache.ignite.internal.processors.query.h2.dml.UpdatePlanBuilder.planForInsert(UpdatePlanBuilder.java:211)
> at
> org.apache.ignite.internal.processors.query.h2.dml.UpdatePlanBuilder.planForStatement(UpdatePlanBuilder.java:98)
> at
> org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.getPlanForStatement(DmlStatementsProcessor.java:473)
> at
> org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.updateSqlFields(DmlStatementsProcessor.java:170)
> at
> org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor.updateSqlFieldsDistributed(DmlStatementsProcessor.java:229)
> at
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryDistributedSqlFields(IgniteH2Indexing.java:1453)
> ... 33 more
> {code}
> that goes away if you remove "key_type=java.lang.String"
> I'm attaching a reproducer class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)