You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/02/06 18:53:00 UTC

[jira] [Commented] (IGNITE-11193) MVCC TX: the query with specified explicit patririons fails

    [ https://issues.apache.org/jira/browse/IGNITE-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16762017#comment-16762017 ] 

Ignite TC Bot commented on IGNITE-11193:
----------------------------------------

{panel:title=--&gt; Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Long Running){color} [[tests 0 TIMEOUT |https://ci.ignite.apache.org/viewLog.html?buildId=3018168]]

{color:#d04437}Cache (Restarts) 2{color} [[tests 7|https://ci.ignite.apache.org/viewLog.html?buildId=3018140]]
* IgniteCacheRestartTestSuite2: IgniteCacheAtomicNodeRestartTest.testRestartWithPutEightNodesTwoBackups - 0,5% fails in last 399 master runs.
* IgniteCacheRestartTestSuite2: IgniteCacheAtomicNodeRestartTest.testRestartWithTxTwoNodesOneBackup - 0,5% fails in last 399 master runs.
* IgniteCacheRestartTestSuite2: IgniteCacheAtomicNodeRestartTest.testRestartWithTxSixNodesTwoBackups - 0,5% fails in last 399 master runs.
* IgniteCacheRestartTestSuite2: IgniteCacheAtomicNodeRestartTest.testRestartWithTxFourNodesOneBackups - 0,5% fails in last 399 master runs.

{color:#d04437}Cache 1{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=3018142]]
* IgniteBinaryCacheTestSuite: GridCacheBalancingStoreSelfTest.testConcurrentLoadAllCustomThreshold - 0,0% fails in last 403 master runs.

{color:#d04437}Cache 7{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=3018148]]
* IgniteCacheTestSuite7: TransactionIntegrityWithPrimaryIndexCorruptionTest.testPrimaryIndexCorruptionDuringCommitPrimaryColocatedThrowsChecked - 0,0% fails in last 401 master runs.
* IgniteCacheTestSuite7: TxRollbackAsyncWithPersistenceTest.testSynchronousRollback - 0,0% fails in last 401 master runs.

{color:#d04437}MVCC Cache 8{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=3018187]]
* IgniteCacheMvccTestSuite8: IgniteTopologyValidatorReplicatedTxCacheGroupsTest.testTopologyValidator - 0,0% fails in last 402 master runs.
* IgniteCacheMvccTestSuite8: IgniteTopologyValidatorReplicatedTxCacheTest.testTopologyValidator - 0,0% fails in last 402 master runs.

{color:#d04437}Cache (Failover) 2{color} [[tests 3|https://ci.ignite.apache.org/viewLog.html?buildId=3018135]]
* IgniteCacheFailoverTestSuite2: GridCacheColocatedFailoverSelfTest.testConstantTopologyChange - 0,0% fails in last 407 master runs.
* IgniteCacheFailoverTestSuite2: GridCacheColocatedFailoverSelfTest.testTopologyChange - 0,0% fails in last 407 master runs.

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3018194&amp;buildTypeId=IgniteTests24Java8_RunAll]

> MVCC TX: the query with specified explicit patririons fails
> -----------------------------------------------------------
>
>                 Key: IGNITE-11193
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11193
>             Project: Ignite
>          Issue Type: Bug
>          Components: mvcc, sql
>    Affects Versions: 2.7
>            Reporter: Taras Ledkov
>            Assignee: Igor Seliverstov
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If the explicit partitions specified by {{SqlFieldsQuery#setPartitions}} are placed on the several nodes the query fails at the partition reservation ({{GridDhtTxQueryEnlistFuture.checkPartitions}}) with error: "{{Cannot run update query. Node must own all the necessary partitions.}}"
> *Root cause*: MVCC DML doesn't map the requests {{GridNearTxQueryEnlistRequest}}. Each node received the messages with all explicit partitions. 
> *Proposal fix*: use the partitions/node mapping similar to SELECT queries. See more:
> - {{GridH2QueryRequest#partitions}}
> - {{ReducePartitionsSpecializer#ReducePartitionsSpecializer}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)