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 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 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 user StephenJeson commented on the issue:
https://github.com/apache/flink/pull/5894
@tedyu All tests passed after rebasing the latest code.
---
Github user StephenJeson commented on the issue:
https://github.com/apache/flink/pull/5894
@tedyu Are you available to review my code?
---
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