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

2018-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5894 ---

[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 pull request #5894: [FLINK-9185] [runtime] Fix potential null derefere...

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

[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