[
https://issues.apache.org/jira/browse/IGNITE-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750633#comment-16750633
]
Ignite TC Bot commented on IGNITE-10645:
----------------------------------------
{panel:title=--> Run :: All: Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache (Restarts) 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2887947]]
* IgniteCacheRestartTestSuite:
GridCachePartitionedNodeRestartTest.testRestartWithTxTwoNodesOneBackup - 0,0%
fails in last 395 master runs.
{color:#d04437}Cache (Restarts) 2{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2887948]]
* IgniteCacheRestartTestSuite2:
IgniteCacheAtomicReplicatedNodeRestartSelfTest.testRestartWithPutTenNodesTwoBackups
- 0,0% fails in last 409 master runs.
* IgniteCacheRestartTestSuite2:
IgniteCacheAtomicReplicatedNodeRestartSelfTest.testRestartWithPutFourNodesNoBackups
- 0,0% fails in last 409 master runs.
* IgniteCacheRestartTestSuite2:
IgniteCacheAtomicReplicatedNodeRestartSelfTest.testRestartWithTxPutAllTenNodesTwoBackups
- 0,0% fails in last 409 master runs.
{color:#d04437}Queries 1{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2887978]]
* IgniteBinaryCacheQueryTestSuite:
IgniteCacheUpdateSqlQuerySelfTest.testSingleInnerFieldUpdate - 0,2% fails in
last 413 master runs.
* IgniteBinaryCacheQueryTestSuite:
IgniteCacheUpdateSqlQuerySelfTest.testTypeConversions - 0,2% fails in last 413
master runs.
* IgniteBinaryCacheQueryTestSuite:
IgniteCacheMergeSqlQuerySelfTest.testNestedFieldsHandling - 0,2% fails in last
413 master runs.
{color:#d04437}PDS (Indexing){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2887966]]
* IgnitePdsWithIndexingCoreTestSuite:
IgnitePdsThreadInterruptionTest.testInterruptsOnWALWrite - 0,0% fails in last
413 master runs.
{color:#d04437}ZooKeeper (Discovery) 3{color} [[tests
9|https://ci.ignite.apache.org/viewLog.html?buildId=2887982]]
* ZookeeperDiscoverySpiTestSuite3:
GridEventConsumeSelfTest.testRemoteProjection - 0,0% fails in last 400 master
runs.
{color:#d04437}MVCC Queries{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2887935]]
* IgniteCacheMvccSqlTestSuite:
CacheMvccPartitionedSqlQueriesTest.testAccountsTxSql_SingleNode_Persistence -
0,0% fails in last 416 master runs.
{color:#d04437}Cache 7{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2887956]]
* IgniteCacheTestSuite7:
TxRollbackAsyncWithPersistenceTest.testSynchronousRollback - 0,0% fails in last
406 master runs.
{color:#d04437}Examples (LGPL){color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=2887984]]
* IgniteLgplExamplesSelfTestSuite:
ComputeScheduleExampleSelfTest.testComputeScheduleExample - 0,2% fails in last
401 master runs.
* IgniteLgplExamplesSelfTestSuite:
SpatialQueryExampleSelfTest.testSpatialQueryExample - 0,2% fails in last 401
master runs.
* IgniteLgplExamplesSelfTestSuite:
HibernateL2CacheExampleSelfTest.testHibernateL2CacheExample - 0,2% fails in
last 401 master runs.
* IgniteLgplExamplesSelfTestSuite:
SpatialQueryExampleMultiNodeSelfTest.testSpatialQueryExample - 0,2% fails in
last 401 master runs.
* IgniteLgplExamplesSelfTestSuite:
ComputeScheduleExampleMultiNodeSelfTest.testComputeScheduleExample - 0,2% fails
in last 401 master runs.
* IgniteLgplExamplesSelfTestSuite:
HibernateL2CacheExampleMultiNodeSelfTest.testHibernateL2CacheExample - 0,2%
fails in last 401 master runs.
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2888001&buildTypeId=IgniteTests24Java8_RunAll]
> SQL properties ownership flag should be set at configuration parsing, not
> query execution.
> ------------------------------------------------------------------------------------------
>
> Key: IGNITE-10645
> URL: https://issues.apache.org/jira/browse/IGNITE-10645
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Pavel Kuznetsov
> Assignee: Pavel Kuznetsov
> Priority: Major
> Fix For: 2.8
>
>
> At processing time, query entities are transformed and validated, table
> descriptors with properties are created.
> Now in some case (thre's no keyFields and key is of complex non-sql type),
> ownership flag of query property is calculated at execution time (for example
> at first put()):
> https://github.com/apache/ignite/blob/dcdb27a24a450f63487290360b265e1570534629/modules/core/src/main/java/org/apache/ignite/internal/processors/query/property/QueryBinaryProperty.java#L132
> So we can't access metadata, that uses this not-yet-initialized field before
> we put the data.
> But we already have all necessary info to set this field at processing time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)