[GitHub] flink issue #5894: [FLINK-9185] [runtime] Fix potential null dereference in ...

2018-07-21 Thread StephenJeson
Github user StephenJeson commented on the issue: https://github.com/apache/flink/pull/5894 @tillrohrmann I have finished the code, could you please help me to review this at your convenience. ---

[GitHub] flink pull request #5894: [FLINK-9185] [runtime] Fix potential null derefere...

2018-07-18 Thread StephenJeson
Github user StephenJeson commented on a diff in the pull request: https://github.com/apache/flink/pull/5894#discussion_r203378828 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PrioritizedOperatorSubtaskState.java --- @@ -281,10 +281,15 @@ public

[GitHub] flink issue #5894: [FLINK-9185] [runtime] Fix potential null dereference in ...

2018-07-18 Thread StephenJeson
Github user StephenJeson commented on the issue: https://github.com/apache/flink/pull/5894 Hey @tillrohrmann, Could you please take a look on this? It is my first contribution to Flink project. ---

[GitHub] flink issue #5894: [FLINK-9185] [runtime] Fix potential null dereference in ...

2018-04-27 Thread StephenJeson
Github user StephenJeson commented on the issue: https://github.com/apache/flink/pull/5894 @tedyu All tests passed after rebasing the latest code. ---

[GitHub] flink issue #5894: [FLINK-9185] [runtime] Fix potential null dereference in ...

2018-04-26 Thread StephenJeson
Github user StephenJeson commented on the issue: https://github.com/apache/flink/pull/5894 @tedyu Are you available to review my code? ---

[GitHub] flink pull request #5894: [FLINK-9185] [runtime] Fix potential null derefere...

2018-04-22 Thread StephenJeson
GitHub user StephenJeson opened a pull request: https://github.com/apache/flink/pull/5894 [FLINK-9185] [runtime] Fix potential null dereference in PrioritizedO… ## What is the purpose of the change Fix potential null dereference in PrioritizedOperatorSubtaskState