You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/09/10 15:50:45 UTC

[jira] [Comment Edited] (IGNITE-257) Revisit heuristic transaction failure handling

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

Denis Magda edited comment on IGNITE-257 at 9/10/15 1:50 PM:
-------------------------------------------------------------

Unmuted tests and fixed usage of {{TestIndexingSpi}}.

{{IndexingSpi}} is now called only if indexing is enabled in {{GridQueryProcessor}}. To enable the latter we have to set indexed types or cache type metadata like this
{noformat}
ccfg.setIndexedTypes(Integer.class, Integer.class);
{noformat} 

Now some tests are failing because the cache is not fully cleaned up at the end of a test execution.


was (Author: dmagda):
Unmuted tests and fixed usage of {{TestIndexingSpi}}.

{{IndexingSpi}} is now called only if indexing is enabled in {{GridCacheQueryProcessor}}. To enable the latter we have to set indexed types or cache type metadata like this
{noformat}
ccfg.setIndexedTypes(Integer.class, Integer.class);
{noformat} 

Now some tests are failing because the cache is not fully cleaned up at the end of a test execution.

> Revisit heuristic transaction failure handling
> ----------------------------------------------
>
>                 Key: IGNITE-257
>                 URL: https://issues.apache.org/jira/browse/IGNITE-257
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: sprint-1
>            Reporter: Alexey Goncharuk
>            Assignee: Denis Magda
>
> Current tests assume that all transaction entries are invalidated, even though it is not always possible. Need to revisit heuristic exception handling logic.



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