You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/17 06:56:00 UTC

[jira] [Updated] (IGNITE-12743) Thin client: thread does not stop

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

Nikolay Izhikov updated IGNITE-12743:
-------------------------------------
    Fix Version/s: 2.8.1

> Thin client: thread does not stop
> ---------------------------------
>
>                 Key: IGNITE-12743
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12743
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 2.8
>            Reporter: Surkov Aleksandr
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>             Fix For: 2.9, 2.8.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If set *several* addresses for thin client and set option *setPartitionAwarenessEnabled(true)* then client is hanging.
> {code:java}
> public static void main(String[] args) throws Exception {
>     final ClientConfiguration clientCfg = new ClientConfiguration()
>         .setAddresses("10.36.8.68:" + ClientConnectorConfiguration.DFLT_PORT, "10.36.8.69:" + ClientConnectorConfiguration.DFLT_PORT)
>         .setPartitionAwarenessEnabled(true);
>     try (IgniteClient client = Ignition.startClient(clientCfg)) {
>     }
> }{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)