-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.8
-
Component/s: thin client
-
Labels:None
If set several addresses for thin client and set option setPartitionAwarenessEnabled(true) then client is hanging.
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)) { } }
- links to