Stephan Ewen created FLINK-1530: ----------------------------------- Summary: Cache ExecutionConfig in AbstractInvokable Key: FLINK-1530 URL: https://issues.apache.org/jira/browse/FLINK-1530 Project: Flink Issue Type: Improvement Components: Local Runtime Affects Versions: 0.9 Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 0.9
Currently, the execution config is deserialized on every access. We can the deserialized config object to save effort on future accesses. -- This message was sent by Atlassian JIRA (v6.3.4#6332)