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

2019-01-23 Thread GitBox
azagrebin commented on issue #7320: [FLINK-11171] Avoid concurrent usage of StateSnapshotTransformer URL: https://github.com/apache/flink/pull/7320#issuecomment-456912423 Thanks for the review @tillrohrmann ! I pushed a commit to address the concerns. -

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

2019-01-16 Thread GitBox
azagrebin commented on issue #7320: [FLINK-11171] Avoid concurrent usage of StateSnapshotTransformer URL: https://github.com/apache/flink/pull/7320#issuecomment-454843390 Thanks @tillrohrmann ! I pushed the update to address the comments. ---

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

2019-01-10 Thread GitBox
azagrebin commented on issue #7320: [FLINK-11171] Avoid concurrent usage of StateSnapshotTransformer URL: https://github.com/apache/flink/pull/7320#issuecomment-453054089 @tillrohrmann @tzulitai Thanks for the review, guys! I addressed the comments. ---

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

2018-12-18 Thread GitBox
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.se