[
https://issues.apache.org/jira/browse/FLINK-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698620#comment-14698620
]
ASF GitHub Bot commented on FLINK-2530:
---------------------------------------
Github user ffbin commented on the pull request:
https://github.com/apache/flink/pull/1024#issuecomment-131523209
@zentol hi. You are right.I want to change
"(this.state == null ? that.state == null : (that.state != null &&
this.state.equals(that.state)))" to
"(this.state == null ? that.state == null :
this.state.equals(that.state))", because equals() will check null of
that.state and if that.state is null it will return false.
What is your suggestion? Thanks.
> optimize equal() of AcknowledgeCheckpoint
> -----------------------------------------
>
> Key: FLINK-2530
> URL: https://issues.apache.org/jira/browse/FLINK-2530
> Project: Flink
> Issue Type: Bug
> Components: Distributed Runtime
> Affects Versions: 0.8.1
> Reporter: fangfengbin
> Assignee: fangfengbin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)