[
https://issues.apache.org/jira/browse/IGNITE-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Steshin reassigned IGNITE-18690:
-----------------------------------------
Assignee: Vladimir Steshin
> 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)