[
https://issues.apache.org/jira/browse/FLINK-5576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833539#comment-15833539
]
ASF GitHub Bot commented on FLINK-5576:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3174
> extend deserialization functions of KvStateRequestSerializer to detect
> unconsumed bytes
> ---------------------------------------------------------------------------------------
>
> Key: FLINK-5576
> URL: https://issues.apache.org/jira/browse/FLINK-5576
> Project: Flink
> Issue Type: Improvement
> Components: Queryable State
> Affects Versions: 1.2.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Minor
>
> KvStateRequestSerializer#deserializeValue and
> KvStateRequestSerializer#deserializeList both deserialize a given byte array.
> This is used by clients and unit tests and it is fair to assume that these
> byte arrays represent a complete value since we do not offer a method to
> continue reading from the middle of the array anyway. Therefore, we can treat
> unconsumed bytes as errors, e.g. from a wrong serializer being used, and
> throw a IOException with an appropriate failure message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)