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

Aleksey Plekhanov reassigned IGNITE-12743:
------------------------------------------

    Assignee: Aleksey Plekhanov

> Thin client: thread does not stop
> ---------------------------------
>
>                 Key: IGNITE-12743
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12743
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Surkov Aleksandr
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>
> 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)

Reply via email to