[ https://issues.apache.org/jira/browse/IGNITE-18826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690633#comment-17690633 ]
Ignite TC Bot commented on IGNITE-18826: ---------------------------------------- {panel:title=Branch: [pull/10549/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel} {panel:title=Branch: [pull/10549/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1} {color:#00008b}Thin Client: Java{color} [[tests 2|https://ci2.ignite.apache.org/viewLog.html?buildId=7054497]] * {color:#013220}ClientTestSuite: ThinClientPartitionAwarenessUnstableTopologyTest.testSessionCloseBeforeHandshake - PASSED{color} * {color:#013220}ClientTestSuite: ThinClientPartitionAwarenessUnstableTopologyTest.testCreateSessionAfterClose - PASSED{color} {panel} [TeamCity *--> Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=7054511&buildTypeId=IgniteTests24Java8_RunAll] > Java thin client hungs on close > ------------------------------- > > Key: IGNITE-18826 > URL: https://issues.apache.org/jira/browse/IGNITE-18826 > Project: Ignite > Issue Type: Bug > Reporter: Nikita Amelchev > Assignee: Nikita Amelchev > Priority: Major > Labels: ise > Fix For: 2.15 > > Time Spent: 10m > Remaining Estimate: 0h > > There are several places where thin client threads can hang: > GridNioClientConnectionMultiplexer: SSL enabled + PA enabled > {noformat} > // Can return finished future with error -> sslHandshakeFut will not complete. > GridNioFuture<GridNioSession> sesFut = srv.createSession(ch, meta, false, > null); > if (sslHandshakeFut != null) > sslHandshakeFut.get(); > {noformat} > TcpClientChannel: PA enabled > {noformat} > ClientRequestFuture fut = new ClientRequestFuture(requestId, > ClientOperation.HANDSHAKE); > // TcpClientChannel may be closed and fut will not complete. > assert !closed.get(); > pendingReqs.put(requestId, fut); > ... > ByteBuffer buf = timeout > 0 ? fut.get(timeout) : fut.get(); > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)