[
https://issues.apache.org/jira/browse/FLINK-12870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-12870:
-----------------------------------
Labels: pull-request-available (was: )
> Improve documentation of keys schema evolution
> ----------------------------------------------
>
> Key: FLINK-12870
> URL: https://issues.apache.org/jira/browse/FLINK-12870
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Reporter: Alexander Fedulov
> Assignee: Alexander Fedulov
> Priority: Major
> Labels: pull-request-available
>
> There are certain pitfall when modifying classes used as keys.
> For instance, removing a field from a key's class would cause
> nondeterministic behavior when using RocksDB state backend, which relies on
> binary objects identity, rather than hashCode implementation.
> Documentation should mention that keys evolution is not supported and
> specifically that when using Kryo serializers, framework would not be able to
> capture potential incompatibility with the previous state format.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)