You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/05/19 12:49:00 UTC

[jira] [Commented] (IGNITE-13032) Fix flacky OptimizedMarshallerPooledSelfTest.

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

Ignite TC Bot commented on IGNITE-13032:
----------------------------------------

{panel:title=Branch: [pull/7814/head] Base: [master] : Possible Blockers (5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}ZooKeeper (Discovery) 3{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5318909]]

{color:#d04437}ZooKeeper (Discovery) 4{color} [[tests 0 Out Of Memory Error |https://ci.ignite.apache.org/viewLog.html?buildId=5318910]]

{color:#d04437}MVCC PDS 4{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5318927]]

{color:#d04437}Data Structures{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5318892]]

{color:#d04437}MVCC Cache 9{color} [[tests 0 TIMEOUT , Out Of Memory Error , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5318923]]

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5318932&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Fix flacky OptimizedMarshallerPooledSelfTest.
> ---------------------------------------------
>
>                 Key: IGNITE-13032
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13032
>             Project: Ignite
>          Issue Type: Bug
>          Components: binary
>    Affects Versions: 2.7
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are two flaky tests in the test case: {{OptimizedMarshallerPooledSelfTest#testEvents}} and {{OptimizedMarshallerPooledSelfTest#testServices}}. The tests timeout, the reason is the following assertion:
> {noformat}
> [00:39:14]W:		 [org.gridgain:ignite-core] java.lang.AssertionError
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.marshaller.optimized.OptimizedObjectStreamRegistry.closeOut(OptimizedObjectStreamRegistry.java:120)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller.marshal0(OptimizedMarshaller.java:209)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller.marshal(AbstractNodeNameAwareMarshaller.java:56)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.util.IgniteUtils.marshal(IgniteUtils.java:10658)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.util.IgniteUtils.marshal(IgniteUtils.java:10722)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage.partitionSizes(GridDhtPartitionsFullMessage.java:360)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.createPartitionsFullMessage(GridCachePartitionExchangeManager.java:1543)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.createPartitionsFullMessage(GridCachePartitionExchangeManager.java:1442)
> [00:39:14]W:		 [org.gridgain:ignite-core] 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.createPartitionsMessage(GridDhtPartitionsExchangeFuture.java:2116){noformat}
> Looks like the assertion fails because we attempt to return a stream to the pool which does not belong to it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)