You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (JIRA)" <ji...@apache.org> on 2017/11/10 10:11:00 UTC

[jira] [Updated] (IGNITE-6669) CacheStoreSessionListener#onSessionStart() #onSessionEnd() methods are called by GridCacheStoreManagerAdapter even if a store operation should not be performed.

     [ https://issues.apache.org/jira/browse/IGNITE-6669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyacheslav Koptilin updated IGNITE-6669:
----------------------------------------
    Fix Version/s: 2.4

> CacheStoreSessionListener#onSessionStart() #onSessionEnd() methods are called by GridCacheStoreManagerAdapter even if a store operation should not be performed.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-6669
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6669
>             Project: Ignite
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>          Components: cache
>    Affects Versions: 1.8
>            Reporter: Vyacheslav Koptilin
>            Assignee: Vyacheslav Koptilin
>             Fix For: 2.4
>
>         Attachments: Reproducer.java
>
>
> In the case of transactional cache, which is configured using {{CacheStore}} and {{CacheJdbcStoreSessionListener}}, every update triggers {{CacheStoreSessionListener # onSessionStart()}} that results in creating the connection to an underlying database, even if read-through and write-through modes are disabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)