[
https://issues.apache.org/jira/browse/FLINK-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske resolved FLINK-3732.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.2
1.1.0
Fixed for 1.0.2 with 5b69dd8ce5485d6f8cbd4d94d1ea1870efb53c6a
Fixed for 1.1.0 with f3d3a4493ae786d421176396ee68f01a0e6dbb64
Thanks for the contribution!
> Potential null deference in ExecutionConfig#equals()
> ----------------------------------------------------
>
> Key: FLINK-3732
> URL: https://issues.apache.org/jira/browse/FLINK-3732
> Project: Flink
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Fix For: 1.1.0, 1.0.2
>
>
> {code}
> ((restartStrategyConfiguration == null &&
> other.restartStrategyConfiguration == null) ||
>
> restartStrategyConfiguration.equals(other.restartStrategyConfiguration)) &&
> {code}
> If restartStrategyConfiguration is null but
> other.restartStrategyConfiguration is not null, the above would result in NPE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)