[
https://issues.apache.org/jira/browse/IGNITE-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058183#comment-17058183
]
Ignite TC Bot commented on IGNITE-12743:
----------------------------------------
{panel:title=Branch: [pull/7522/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: Basic Tests*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5122057&buildTypeId=IgniteTests24Java8_RunBasicTests]
> 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
> Time Spent: 10m
> 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)