[
https://issues.apache.org/jira/browse/FLINK-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901453#comment-14901453
]
Stephan Ewen commented on FLINK-2648:
-------------------------------------
Did a more thorough rework of the memory release pattern in the sorter. Looks
much better now :-)
> CombineTaskTest.testCancelCombineTaskSorting
> --------------------------------------------
>
> Key: FLINK-2648
> URL: https://issues.apache.org/jira/browse/FLINK-2648
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Sachin Goel
> Assignee: Stephan Ewen
> Labels: test-stability
> Fix For: 0.10
>
>
> I came across a build failure on this test with the exception:
> {code}
> testCancelCombineTaskSorting[0](org.apache.flink.runtime.operators.CombineTaskTest)
> Time elapsed: 12.602 sec <<< FAILURE!
> java.lang.AssertionError: Task did not cancel properly within in 5 seconds.
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at
> org.apache.flink.runtime.operators.CombineTaskTest.testCancelCombineTaskSorting(CombineTaskTest.java:184)
> testCancelCombineTaskSorting[0](org.apache.flink.runtime.operators.CombineTaskTest)
> Time elapsed: 12.609 sec <<< FAILURE!
> java.lang.AssertionError: Memory Manager managed memory was not completely
> freed.
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at
> org.apache.flink.runtime.operators.testutils.UnaryOperatorTestBase.shutdownAll(UnaryOperatorTestBase.java:377)
> {code}
> Here's the build log:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/79484212/log.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)