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 2017/09/08 19:13:00 UTC

[jira] [Commented] (IGNITE-5789) After client reconnects to server if server was restarted, client doesn't create caches defined in client's configuration

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

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

GitHub user vk23 opened a pull request:

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

    IGNITE-5789: if server was restarted, client doesn't create caches de…

    …fined in client's configuration
    
    1. Modified test so it fails when client doesn't find its own cache after reconnect.
    2. Fixed bug by recreating missing cache on local join.

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

    $ git pull https://github.com/vk23/ignite IGNITE-5789

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

    https://github.com/apache/ignite/pull/2627.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 #2627
    
----
commit caa274c094e3c842fe8808f0184d37ab022e9133
Author: vk <ka...@gmail.com>
Date:   2017-09-08T19:09:58Z

    IGNITE-5789: if server was restarted, client doesn't create caches defined in client's configuration
    
    1. Modified test so it fails when client doesn't find its own cache after reconnect.
    2. Fixed bug by recreating missing cache on local join.

----


> After client reconnects to server if server was restarted, client doesn't create caches defined in client's configuration
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-5789
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5789
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Evgenii Zhuravlev
>            Assignee: vk
>             Fix For: 2.3
>
>         Attachments: ClientReconnectAfterClusterRestartTest.java
>
>
> User with this problem on SO:
> https://stackoverflow.com/questions/46053089/ignite-cache-reconnection-issue-cache-is-stopped



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)