You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/25 19:23:00 UTC

[jira] [Commented] (IGNITE-9083) Compute (Affinity Run) TC configuration timeouts because of infinite socket operation

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

ASF GitHub Bot commented on IGNITE-9083:
----------------------------------------

GitHub user EdShangGG opened a pull request:

    https://github.com/apache/ignite/pull/4433

    IGNITE-9083 Compute (Affinity Run) TC configuration timeouts because …

    …of infinite socket operation

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9083

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4433.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 #4433
    
----
commit 9ce2c0fb67d9719803f9466b482ecb894f338148
Author: EdShangGG <es...@...>
Date:   2018-07-25T19:21:43Z

    IGNITE-9083 Compute (Affinity Run) TC configuration timeouts because of infinite socket operation

----


> Compute (Affinity Run) TC configuration timeouts because of infinite socket operation
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9083
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9083
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Eduard Shangareev
>            Assignee: Eduard Shangareev
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
> https://ci.ignite.apache.org/viewLog.html?buildId=1491175&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_ComputeAffinityRun
> https://ci.ignite.apache.org/viewLog.html?buildId=1492399&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_ComputeAffinityRun
> {code}
> "main" #1 prio=5 os_prio=0 tid=0x00007fc29c00d000 nid=0x33e2 runnable [0x00007fc2a31c4000]
>    java.lang.Thread.State: RUNNABLE
>     at java.net.SocketInputStream.socketRead0(Native Method)
>     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
>     at java.net.SocketInputStream.read(SocketInputStream.java:170)
>     at java.net.SocketInputStream.read(SocketInputStream.java:141)
>     at org.apache.ignite.marshaller.jdk.JdkMarshallerInputStreamWrapper.read(JdkMarshallerInputStreamWrapper.java:53)
>     at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2320)
>     at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2333)
>     at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2804)
>     at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:802)
>     at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
>     at org.apache.ignite.marshaller.jdk.JdkMarshallerObjectInputStream.<init>(JdkMarshallerObjectInputStream.java:43)
>     at org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal0(JdkMarshaller.java:137)
>     at org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller.unmarshal(AbstractNodeNameAwareMarshaller.java:94)
>     at org.apache.ignite.internal.util.IgniteUtils.unmarshal(IgniteUtils.java:9939)
>     at org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.readMessage(TcpDiscoverySpi.java:1729)
>     at org.apache.ignite.spi.discovery.tcp.ServerImpl.sendMessageDirectly(ServerImpl.java:1223)
>     at org.apache.ignite.spi.discovery.tcp.ServerImpl.sendJoinRequestMessage(ServerImpl.java:1061)
>     at org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:905)
>     at org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:386)
>     at org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2002)
>     at org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:297)
>     at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:916)
>     at org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1749)
>     at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1049)
>     at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2020)
>     at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1725)
>     - locked <0x00000000e0ca1e38> (a org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance)
>     at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1153)
>     at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:651)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.startGrid(GridAbstractTest.java:883)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.startGrid(GridAbstractTest.java:846)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.startGrid(GridAbstractTest.java:834)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.startGrid(GridAbstractTest.java:800)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.startGrids(GridAbstractTest.java:684)
>     at org.apache.ignite.internal.processors.database.baseline.IgniteBaselineLockPartitionOnAffinityRunTxCacheTest.beforeTest(IgniteBaselineLockPartitionOnAffinityRunTxCacheTest.java:57)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.setUp(GridAbstractTest.java:634)
>     at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.setUp(GridCommonAbstractTest.java:490)
>     at junit.framework.TestCase.runBare(TestCase.java:139)
>     at junit.framework.TestResult$1.protect(TestResult.java:122)
>     at junit.framework.TestResult.runProtected(TestResult.java:142)
>     at junit.framework.TestResult.run(TestResult.java:125)
>     at junit.framework.TestCase.run(TestCase.java:129)
>     at junit.framework.TestSuite.runTest(TestSuite.java:255)
>     at junit.framework.TestSuite.run(TestSuite.java:250)
>     at junit.framework.TestSuite.runTest(TestSuite.java:255)
>     at junit.framework.TestSuite.run(TestSuite.java:250)
>     at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)