You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "vikram (Jira)" <ji...@apache.org> on 2021/10/14 13:32:00 UTC

[jira] [Commented] (IGNITE-15750) Ignite Read Write through with Database backup

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

vikram commented on IGNITE-15750:
---------------------------------

I am happy to receive pointers on how to fix this and submit a PR if somebody can guide through the internals 

> Ignite Read Write through with Database backup
> ----------------------------------------------
>
>                 Key: IGNITE-15750
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15750
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.10, 2.11
>            Reporter: vikram
>            Priority: Critical
>
> When we configure ignite as read write through cache in container managed setup, JTA support appears buggy. Expectation and behaviour seen are described below
> Given
> -----
> CMT setup with necessary configurations like 
> a. JTA transaction manager
> b. Tta synchronisation
> and 
> c. Cache Store based on JDBC drivers
>  
> Expectations:
>  # When JTA transaction commits the write to database should be part of same transaction
>  # Similarly behaviour in case of rollbacks
>  
> Behaviour seen
>      1. Ignite write store is initiated post JTA commit 
>       This means the write to backend database is not in sync to replicated cache changes  
> across cluster.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)