You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/31 05:09:27 UTC

[GitHub] [flink] tzulitai commented on issue #8570: [FLINK-12688] [state] Make serializer lazy initialization thread safe in StateDescriptor

tzulitai commented on issue #8570: [FLINK-12688] [state] Make serializer lazy initialization thread safe in StateDescriptor
URL: https://github.com/apache/flink/pull/8570#issuecomment-497577479
 
 
   @flinkbot approve consensus
   
   I'm approving the consensus to fix the problem like this, before we attempt to tackle the problem that serializers can only be lazily instantiated due to lack of `ExecutionConfig`.
   
   Just as a food for thought, there was a similar attempt in the past to make the `StateDescriptor` safe to be used across different threads w.r.t. accessing the state serializer: https://issues.apache.org/jira/browse/FLINK-6775. Apparently, that only partially solved the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services