[GitHub] flink issue #6101: [FLINK-9458] Unable to recover from job failure on YARN w...

2018-06-05 Thread yanghua
Github user yanghua commented on the issue:

https://github.com/apache/flink/pull/6101
  
@tillrohrmann OK, closing...


---


[GitHub] flink issue #6101: [FLINK-9458] Unable to recover from job failure on YARN w...

2018-06-05 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/6101
  
Could you please close this PR @yanghua. It is now subsumed by #6119.


---


[GitHub] flink issue #6101: [FLINK-9458] Unable to recover from job failure on YARN w...

2018-05-31 Thread kkrugler
Github user kkrugler commented on the issue:

https://github.com/apache/flink/pull/6101
  
One other note - I ran into this problem, but it wasn't on YARN. It was 
running locally (via unit test triggered in Eclipse).


---


[GitHub] flink issue #6101: [FLINK-9458] Unable to recover from job failure on YARN w...

2018-05-31 Thread kkrugler
Github user kkrugler commented on the issue:

https://github.com/apache/flink/pull/6101
  
I'm wondering why, now, we're encountering cases where the `sharedSlot` 
value is null? Seems like this could be caused by a deeper problem somewhere, 
so just adding the null check is masking something else that should be fixed.

Also, seems like we'd want a test case to verify the failure (pre-fix) and 
then appropriate behavior with the fix.


---


[GitHub] flink issue #6101: [FLINK-9458] Unable to recover from job failure on YARN w...

2018-05-30 Thread yanghua
Github user yanghua commented on the issue:

https://github.com/apache/flink/pull/6101
  
cc @zentol 


---