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/05/17 03:52:01 UTC

[jira] [Commented] (IGNITE-10663) Implement cache mode allows reads with consistency check and fix

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

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

{panel:title=--&gt; Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET{color} [[tests 14|https://ci.ignite.apache.org/viewLog.html?buildId=3856482]]
* exe: CacheParityTest.TestCache

{color:#d04437}Platform C++ (Linux)*{color} [[tests 504 JVM CRASH , Exit Code , Failure on metric |https://ci.ignite.apache.org/viewLog.html?buildId=3856436]]

{color:#d04437}Platform .NET (Core Linux){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=3856483]]
* dll: CacheParityTest.TestCache

{color:#d04437}ZooKeeper (Discovery) 1{color} [[tests 0 JVM CRASH , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=3856434]]

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=3856435]]
* ZookeeperDiscoverySpiTestSuite2: GridCommandHandlerTest.testCacheIdleVerify
* ZookeeperDiscoverySpiTestSuite2: GridCommandHandlerTest.testTransactionInfo

{color:#d04437}Cache 8{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=3856467]]
* IgniteCacheTestSuite8: SortedEvictionPolicySelfTest.testMaxSizeAllowEmptyEntries
* IgniteCacheTestSuite8: SortedEvictionPolicySelfTest.testMaxSizePartitionedNearDisabledWithBatch

{color:#d04437}[Check Code Style]{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=3856510]]

{color:#d04437}Cache 3{color} [[tests 0 JVM CRASH , Out Of Memory Error , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=3856462]]

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

> Implement cache mode allows reads with consistency check and fix
> ----------------------------------------------------------------
>
>                 Key: IGNITE-10663
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10663
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Anton Vinogradov
>            Assignee: Anton Vinogradov
>            Priority: Major
>              Labels: iep-31
>             Fix For: 2.8
>
>          Time Spent: 10h 10m
>  Remaining Estimate: 0h
>
> The main idea is to provide special "read from cache" mode which will read a value from primary and all backups and will check that values are the same.
> In case values differ they should be fixed according to the appropriate strategy.
> ToDo list:
> 1) {{cache.withConsistency().get(key)}} should guarantee values will be checked across the topology and fixed if necessary.
> 2) LWW (Last Write Wins) strategy should be used for validation.
> 3) Since  LWW and any other strategy do not guarantee that the correct value will be chosen.
> We have to record the event contains all values and the chosen one.



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