You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/04 12:21:00 UTC

[jira] [Commented] (IGNITE-8715) Problems with Closeable objects from Factory

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

ASF GitHub Bot commented on IGNITE-8715:
----------------------------------------

GitHub user xtern opened a pull request:

    https://github.com/apache/ignite/pull/4303

    IGNITE-8715

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xtern/ignite IGNITE-8715

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4303.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4303
    
----
commit c8518bf8b541d340ad51eb047e91f2e47a9f75eb
Author: pereslegin-pa <xx...@...>
Date:   2018-07-04T12:17:42Z

    IGNITE-8715 Cleanup closeables (tck fix).

----


> Problems with Closeable objects from Factory
> --------------------------------------------
>
>                 Key: IGNITE-8715
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8715
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Alexander Menshikov
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: iep-21
>             Fix For: 2.7
>
>
> According to specification Cache#close() should clean up all Closeable objects (CacheLoader, CacheWriter, CacheEntryListener, ExpiryPolicy) created by factories.
>  And in TCK 1.0.1 there are no such tests. But in TCK 1.1.0 there are checks for it. And Ignite fails it because hasn't such functionality.
> So this task about improvement.
> Please see links for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)