[
https://issues.apache.org/jira/browse/IGNITE-14687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340293#comment-17340293
]
Ignite TC Bot commented on IGNITE-14687:
----------------------------------------
{panel:title=Branch: [pull/9083/head] Base: [master] : Possible Blockers
(31)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}SPI{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5996421]]
* IgniteSpiTestSuite:
TcpDiscoveryNetworkIssuesTest.testServerGetsSegmentedOnBecomeDangling - Test
has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}RDD{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5996416]]
{color:#d04437}Examples{color} [[tests
9|https://ci.ignite.apache.org/viewLog.html?buildId=5996403]]
* IgniteExamplesSelfTestSuite:
CacheContinuousQueryExamplesSelfTest.testCacheContinuousAsyncQueryExample -
Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite:
CacheContinuousQueryExamplesSelfTest.testCacheContinuousQueryExample - Test has
low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite:
CacheContinuousQueryExamplesSelfTest.testCacheContinuousQueryWithTransformerExample
- Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite:
CacheExamplesMultiNodeSelfTest.testCacheEntryProcessorExample - Test has low
fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: MonteCarloExamplesSelfTest.testCreditRiskExample
- Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: TaskExamplesSelfTest.testTaskSplitExample - Test
has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: TaskExamplesSelfTest.testTaskMapExample - Test
has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite:
SpringBeanExamplesSelfTest.testSpringBeanHelloWorldExample - Test has low fail
rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite:
ClusterGroupExampleSelfTest.testComputeClusterGroupsExample - Test has low fail
rate in base branch 0,0% and is not flaky
{color:#d04437}JDBC Driver{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5996414]]
{color:#d04437}Thin client: Node.js{color} [[tests 16 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5996488]]
* cache put get test suite >: put get primitive values of different types -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get arrays of different types - Test has
low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get maps of different key/value types -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get maps with arrays of different types -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get sets of different key/value types -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get lists of different key/value types -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get object array of maps - Test has low
fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get object array of primitive types - Test
has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get object array of primitive arrays -
Test has low fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get object array of sets - Test has low
fail rate in base branch 0,0% and is not flaky
* cache put get test suite >: put get object array of lists - Test has low
fail rate in base branch 0,0% and is not flaky
... and 5 tests blockers
{color:#d04437}Data Structures{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5996458]]
* IgniteCacheDataStructuresSelfTestSuite:
IgniteCacheAtomicReplicatedNodeRestartSelfTest.testRestartWithPutEightNodesTwoBackups
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Cache (Restarts) 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5996445]]
* IgniteCacheRestartTestSuite2:
IgniteCacheAtomicReplicatedNodeRestartSelfTest.testRestartWithPutEightNodesTwoBackups
- Test has low fail rate in base branch 0,0% and is not flaky
{panel}
{panel:title=Branch: [pull/9083/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Binary Objects{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5996395]]
* {color:#013220}IgniteBinaryObjectsTestSuite:
BinaryHeapStreamByteOrderSelfTest.testEnsureCapacityNegative - PASSED{color}
* {color:#013220}IgniteBinaryObjectsTestSuite:
BinaryOffheapStreamByteOrderSelfTest.testEnsureCapacityNegative - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5996493&buildTypeId=IgniteTests24Java8_RunAll]
> BinaryHeapOutputStream BinaryOffheapOutputStream corrupt memory in case of
> overflow and cause JVM crash
> -------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-14687
> URL: https://issues.apache.org/jira/browse/IGNITE-14687
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.10
> Reporter: Sergey Kosarev
> Assignee: Sergey Kosarev
> Priority: Major
>
> Reproducer is easy:
> while (true) out.writeByteArray(bytes);
> ----
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002742b26,
> pid=17128, tid=0x00000000000024e4
> #
> ----
>
> Actually It happened to me occassionally when by mistake a compute job tried
> to return too many results. JVM crashed on the job result serialization.
> See link to full reproducers below.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)