[
https://issues.apache.org/jira/browse/FLINK-9063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417477#comment-16417477
]
ASF GitHub Bot commented on FLINK-9063:
---------------------------------------
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/5765
Thanks for the fix @pnowojski and the review @NicoK. Merging this PR.
> Possible SpillableSubpartitionTest testSpillFinishedBufferConsumers test
> failure
> --------------------------------------------------------------------------------
>
> Key: FLINK-9063
> URL: https://issues.apache.org/jira/browse/FLINK-9063
> Project: Flink
> Issue Type: Bug
> Components: Network
> Reporter: Piotr Nowojski
> Assignee: Piotr Nowojski
> Priority: Blocker
> Fix For: 1.5.0
>
>
> {code:java}
> Tests run: 21, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.872 sec
> <<< FAILURE! - in
> org.apache.flink.runtime.io.network.partition.SpillableSubpartitionTest
> testSpillFinishedBufferConsumers(org.apache.flink.runtime.io.network.partition.SpillableSubpartitionTest)
> Time elapsed: 0.028 sec <<< ERROR!
> org.apache.flink.shaded.netty4.io.netty.util.IllegalReferenceCountException:
> refCnt: 0, decrement: 1
> at
> org.apache.flink.shaded.netty4.io.netty.buffer.AbstractReferenceCountedByteBuf.release(AbstractReferenceCountedByteBuf.java:101)
> at
> org.apache.flink.runtime.io.network.buffer.NetworkBuffer.recycleBuffer(NetworkBuffer.java:146)
> at
> org.apache.flink.runtime.io.network.buffer.BufferConsumer.close(BufferConsumer.java:110)
> at
> org.apache.flink.runtime.io.network.partition.SpillableSubpartitionTest.testSpillFinishedBufferConsumers(SpillableSubpartitionTest.java:679)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)