Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/5230#discussion_r159215700 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/RoundRobinOperatorStateRepartitioner.java --- @@ -42,10 +42,10 @@ @Override public List<Collection<OperatorStateHandle>> repartitionState( List<OperatorStateHandle> previousParallelSubtaskStates, - int parallelism) { --- End diff -- Some changes, like variable name and some simplifications are pure refactorings. Those could/should go into a separate commit.
---