You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2016/08/24 09:56:20 UTC

[jira] [Created] (FLINK-4471) Rocks backend fully async snapshot restore fails with custom serializers

Gyula Fora created FLINK-4471:
---------------------------------

             Summary: Rocks backend fully async snapshot restore fails with custom serializers
                 Key: FLINK-4471
                 URL: https://issues.apache.org/jira/browse/FLINK-4471
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing, Streaming
    Affects Versions: 1.1.0
            Reporter: Gyula Fora
            Priority: Critical


The StateDescriptor is not deserialized with the usercode classloader. This makes restore fail with NoClassDefFound error if the user uses custom type serializers:

https://github.com/apache/flink/blob/master/flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java#L583



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)