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

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

Vyacheslav Koptilin created IGNITE-6669:
-------------------------------------------

             Summary: 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


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)