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 2018/12/18 17:05:37 UTC

[GitHub] azagrebin commented on issue #7320: [FLINK-11171] Avoid concurrent usage of StateSnapshotTransformer

azagrebin commented on issue #7320: [FLINK-11171] Avoid concurrent usage of StateSnapshotTransformer
URL: https://github.com/apache/flink/pull/7320#issuecomment-448294733
 
 
   At the moment `TtlStateSnapshotTransformer` contains non-thread safe `DataInputDeserializer`. `DataInputDeserializer.setBuffer` is called concurrently in `deserializeTs` which messes with the `DataInputDeserializer.buffer` field.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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