[ https://issues.apache.org/jira/browse/FLINK-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Greg Hogan updated FLINK-6162: ------------------------------ Affects Version/s: 1.3.0 > Fix bug in ByteArrayOutputStreamWithPos#setPosition > --------------------------------------------------- > > Key: FLINK-6162 > URL: https://issues.apache.org/jira/browse/FLINK-6162 > Project: Flink > Issue Type: Bug > Components: Core > Affects Versions: 1.3.0 > Reporter: Wenlong Lyu > Assignee: Wenlong Lyu > Fix For: 1.3.0 > > > Currently the precondition check in setPosition will fail when the buffer is > full: > {{Preconditions.checkArgument(position < getEndPosition(), "Position out of > bounds.");}} > We should allow the expected position to be the end position -- This message was sent by Atlassian JIRA (v6.3.15#6346)