[jira] [Commented] (FLINK-2531) combining the if branch to improve the performance

2015-08-17 Thread Aljoscha Krettek (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14699270#comment-14699270
 ] 

Aljoscha Krettek commented on FLINK-2531:
-

Can this be closed again then?

 combining the if branch to improve the performance
 

 Key: FLINK-2531
 URL: https://issues.apache.org/jira/browse/FLINK-2531
 Project: Flink
  Issue Type: Bug
Reporter: zhangrucong
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2531) combining the if branch to improve the performance

2015-08-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14699053#comment-14699053
 ] 

ASF GitHub Bot commented on FLINK-2531:
---

Github user Rucongzhang closed the pull request at:

https://github.com/apache/flink/pull/1023


 combining the if branch to improve the performance
 

 Key: FLINK-2531
 URL: https://issues.apache.org/jira/browse/FLINK-2531
 Project: Flink
  Issue Type: Bug
Reporter: zhangrucong
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2531) combining the if branch to improve the performance

2015-08-16 Thread Henry Saputra (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14698569#comment-14698569
 ] 

Henry Saputra commented on FLINK-2531:
--

Could you please add more description on how to reproduce this ?

 combining the if branch to improve the performance
 

 Key: FLINK-2531
 URL: https://issues.apache.org/jira/browse/FLINK-2531
 Project: Flink
  Issue Type: Bug
Reporter: zhangrucong
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2531) combining the if branch to improve the performance

2015-08-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14698583#comment-14698583
 ] 

ASF GitHub Bot commented on FLINK-2531:
---

Github user chiwanpark commented on the pull request:

https://github.com/apache/flink/pull/1023#issuecomment-131503780
  
-1 for merging. I'm not an expert on flink-runtime, so I'm not sure but we 
cannot merge this PR.

Because `acknowledgeTask` method change status of 
`notYetAcknowledgedTasks`, We cannot combine the two if statements. 
`isFullyAcknowledged` method must be called after calling `acknowledgeTask` 
method.


 combining the if branch to improve the performance
 

 Key: FLINK-2531
 URL: https://issues.apache.org/jira/browse/FLINK-2531
 Project: Flink
  Issue Type: Bug
Reporter: zhangrucong
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2531) combining the if branch to improve the performance

2015-08-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14698588#comment-14698588
 ] 

ASF GitHub Bot commented on FLINK-2531:
---

Github user Rucongzhang commented on the pull request:

https://github.com/apache/flink/pull/1023#issuecomment-131504171
  
@chiwanpark , you are right. isFullyAcknowledged() must be called after 
calling function acknowledgeTask.


 combining the if branch to improve the performance
 

 Key: FLINK-2531
 URL: https://issues.apache.org/jira/browse/FLINK-2531
 Project: Flink
  Issue Type: Bug
Reporter: zhangrucong
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)