Vasilisa Sidorova created IGNITE-875:
----------------------------------------
Summary: "Failed to send receipt on message" exception during
several nodes are started
Key: IGNITE-875
URL: https://issues.apache.org/jira/browse/IGNITE-875
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: sprint-3
Environment: Ubuntu 14.04, community-fabric-1.0.3 build #82
Reporter: Vasilisa Sidorova
Assignee: Yakov Zhdanov
Priority: Minor
Fix For: sprint-5
---------------------------------------------
DESCRIPTION
---------------------------------------------
This issue is unstable reproducible (2/5):
when several nodes are started and java examples are running one by one
sometimes "Failed to send receipt on message" exception appears on the some
node console. It's not affects on the process visually.
---------------------------------------------
STEPS FOR REPRODUCE
---------------------------------------------
1. Run four ExampleNodeStartup from Idea IDE
2. Run several examples one by one. For example: StarSchemaExample,
CacheAutoStoreExample, CacheAutoStoreLoadDataExample, CacheDummyStoreExample,
CacheHibernateStoreExample, CacheJdbcStoreExample
---------------------------------------------
ACTUAL RESULT
---------------------------------------------
On the on of the ExampleNodeStartup console this exception appears:
{noformat}
[17:45:04,349][ERROR][tcp-disco-sock-reader-#13%null][TcpDiscoverySpi] Failed
to send receipt on message
[sock=Socket[addr=/127.0.0.1,port=51698,localport=47502],
locNodeId=b95c0ec4-6977-45d6-a214-3661b901efb5,
rmtNodeId=702867a7-ff6a-4660-892c-310f2a7663b8]
java.net.SocketTimeoutException: Write timed out (socket was concurrently
closed).
at
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpiAdapter.writeToSocket(TcpDiscoverySpiAdapter.java:529)
at
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi$SocketReader.body(TcpDiscoverySpi.java:4989)
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
{noformat}
Look at ignite-b95c0ec4_nodeWithException.log
---------------------------------------------
EXPECTED RESULT
---------------------------------------------
There isn't exception during nodes running
---------------------------------------------
ADDITIONAL INFO
---------------------------------------------
Others nodes logs are attached as additional info
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)