You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2015/04/24 18:08:38 UTC

[jira] [Created] (IGNITE-810) [Test] GridWebSessionFilter does not retry update when transactional cache is used

Artem Shutak created IGNITE-810:
-----------------------------------

             Summary: [Test] GridWebSessionFilter does not retry update when transactional cache is used
                 Key: IGNITE-810
                 URL: https://issues.apache.org/jira/browse/IGNITE-810
             Project: Ignite
          Issue Type: Bug
            Reporter: Artem Shutak
            Assignee: Yakov Zhdanov
             Fix For: sprint-5


When transactional cache is used for web sessions then GridWebSessionFilter does not retry updates (for atomic cache updates are retried, see GridWebSessionListener.updateAttributes).
In current implementation we cannot retry transaction since all filter's code is executed inside transaction (see GridWebSessionFilter.doFilter).
Issue is reproduced by WebSessionTransactionalSelfTest.

See gg-8166.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)