[ 
https://issues.apache.org/jira/browse/IGNITE-21001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Petrov reassigned IGNITE-21001:
---------------------------------------

    Assignee: Mikhail Petrov  (was: Nikita Amelchev)

> Thin client: cluster group returns cached nodes after cluster restart
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-21001
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21001
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Nikita Amelchev
>            Assignee: Mikhail Petrov
>            Priority: Critical
>              Labels: ise
>
> The reproducer:
> {noformat}
>     @Test
>     public void testClusterGroup() throws Exception {
>         IgniteEx srv = startGrid(0);
>         try (IgniteClient client = startClient(0)) {
>             assertTrue(client.cluster().nodes().contains(srv.localNode()));
>             stopAllGrids();
>             srv = startGrid(0);
>             assertTrue(client.cluster().nodes().contains(srv.localNode()));
>         }
>     }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to