Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4238#discussion_r133500735
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/JobManagerConnection.java
 ---
    @@ -63,21 +67,22 @@
        private final PartitionProducerStateChecker partitionStateChecker;
     
        public JobManagerConnection(
    -           JobID jobID,
    -           ResourceID resourceID,
    -           JobMasterGateway jobMasterGateway,
    -           UUID leaderId,
    -           TaskManagerActions taskManagerActions,
    -           CheckpointResponder checkpointResponder,
    -           LibraryCacheManager libraryCacheManager,
    -           ResultPartitionConsumableNotifier 
resultPartitionConsumableNotifier,
    -           PartitionProducerStateChecker partitionStateChecker) {
    +                   JobID jobID,
    +                   ResourceID resourceID,
    +                   JobMasterGateway jobMasterGateway,
    +                   UUID leaderId,
    +                   TaskManagerActions taskManagerActions,
    +                   CheckpointResponder checkpointResponder,
    +                   BlobCache blobCache, LibraryCacheManager 
libraryCacheManager,
    --- End diff --
    
    Formatting


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to