[ 
https://issues.apache.org/jira/browse/IGNITE-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687380#comment-17687380
 ] 

Ignite TC Bot commented on IGNITE-18690:
----------------------------------------

{panel:title=Branch: [pull/10526/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10526/head] Base: [master] : New Tests 
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Snapshots{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=7071256]]
* {color:#013220}IgniteSnapshotTestSuite: 
IgniteSnapshotRestoreFromRemoteTest.testRestoreWithPairedConnections[Encryption=true]
 - PASSED{color}
* {color:#013220}IgniteSnapshotTestSuite: 
IgniteSnapshotRestoreFromRemoteTest.testRestoreWithPairedConnections[Encryption=false]
 - PASSED{color}

{color:#00008b}Disk Page Compressions 1{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=7070245]]
* {color:#013220}IgnitePdsCompressionTestSuite: 
IgniteSnapshotRestoreFromRemoteTest.testRestoreWithPairedConnections[Encryption=false]
 - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=7070248&buildTypeId=IgniteTests24Java8_RunAll]

> Assertion fires on snapshot partition sending with paired connections.
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-18690
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18690
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.13
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Major
>              Labels: ise
>         Attachments: SnapshotRestoreFromRemoteWithPairedConnectionsTest.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> An assertion in 
> {code:java}
> ClientConnectionPool.reserveClient(ClusterNode node, int connIdx)
> {code}
> can raise on snapshot restoring when set 
> {code:java}
> TcpCommunicationSpi.setUsePairedConnections(true)
> {code}
>  and snapshot manager sends partition files:
> {code:java}
> java.lang.AssertionError: 1026
>       at 
> org.apache.ignite.spi.communication.tcp.internal.ConnectionClientPool.reserveClient(ConnectionClientPool.java:190)
>       at 
> org.apache.ignite.spi.communication.tcp.internal.CommunicationWorker.processDisconnect(CommunicationWorker.java:376)
>       at 
> org.apache.ignite.spi.communication.tcp.internal.CommunicationWorker.body(CommunicationWorker.java:174)
>       at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
>       at 
> org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$3.body(TcpCommunicationSpi.java:848)
>       at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:58)
> {code}
> Test attached.
> If a node failure handler is set and '-ea' JVM option is used, nodes can fail 
> on such snapshot restoration.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to