You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/03/23 10:17:00 UTC

[jira] [Created] (FLINK-9063) Possible SpillableSubpartitionTest testSpillFinishedBufferConsumers test failure

Piotr Nowojski created FLINK-9063:
-------------------------------------

             Summary: 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
             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)