[
https://issues.apache.org/jira/browse/IGNITE-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565425#comment-16565425
]
ASF GitHub Bot commented on IGNITE-9159:
----------------------------------------
GitHub user EdShangGG opened a pull request:
https://github.com/apache/ignite/pull/4471
IGNITE-9159 Basic 2 TC configuration is halted by failure handler
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9159
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4471.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4471
----
commit 7178b22eb4596c5603878bd113a5162de0656447
Author: EdShangGG <eshangareev@...>
Date: 2018-08-01T14:45:36Z
IGNITE-9159 Basic 2 TC configuration is halted by failure handler
----
> Basic 2 TC configuration is halted by failure handler
> -----------------------------------------------------
>
> Key: IGNITE-9159
> URL: https://issues.apache.org/jira/browse/IGNITE-9159
> Project: Ignite
> Issue Type: Bug
> Reporter: Eduard Shangareev
> Assignee: Eduard Shangareev
> Priority: Major
>
> {code}
> [01:19:21][org.apache.ignite:ignite-core] [2018-07-13
> 22:19:21,713][ERROR][exchange-worker-#3043%messaging.IgniteMessagingConfigVariationFullApiTest3%][IgniteTestResources]
> JVM will be halted immediately due to the failure:
> [failureCtx=FailureContext [type=SYSTEM_WORKER_TERMINATION, err=class
> o.a.i.IgniteCheckedException: Failed to send message (node may have left the
> grid or TCP connection cannot be established due to firewall issues)
> [node=TcpDiscoveryNode [id=b8f7b201-ab85-4a14-bcf0-2b3975300002,
> addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47502], discPort=47502, order=3,
> intOrder=3, lastExchangeTime=1531520358330, loc=false,
> ver=2.7.0#20180713-sha1:6a8a2ff8, isClient=false], topic=TOPIC_CACHE,
> msg=GridDhtPartitionsSingleMessage [parts=null, partCntrs=null,
> partsSizes=null, partHistCntrs=null, err=null, client=true, compress=true,
> finishMsg=null, super=GridDhtPartitionsAbstractMessage
> [exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion
> [topVer=10, minorTopVer=0], discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=0fe68fcc-eca6-4f40-9f16-c6181fa00000, addrs=[127.0.0.1],
> sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, intOrder=1,
> lastExchangeTime=1531520358330, loc=false, ver=2.7.0#20180713-sha1:6a8a2ff8,
> isClient=false], topVer=10, nodeId8=7b265a8e, msg=Node left: TcpDiscoveryNode
> [id=0fe68fcc-eca6-4f40-9f16-c6181fa00000, addrs=[127.0.0.1],
> sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, intOrder=1,
> lastExchangeTime=1531520358330, loc=false, ver=2.7.0#20180713-sha1:6a8a2ff8,
> isClient=false], type=NODE_LEFT, tstamp=1531520361620], nodeId=0fe68fcc,
> evt=NODE_LEFT], lastVer=GridCacheVersion [topVer=0, order=1531520357089,
> nodeOrder=0], super=GridCacheMessage [msgId=238, depInfo=null, err=null,
> skipPrepare=false]]], policy=2]]]
> [01:19:22][org.apache.ignite:ignite-core] Process exited with code 130
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)