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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Surkov Aleksandr created IGNITE-12743:
-----------------------------------------

             Summary: 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


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)