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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)