azagrebin commented on a change in pull request #8687:
[FLINK-12612][coordination] Track stored partition on the TaskExecutor
URL: https://github.com/apache/flink/pull/8687#discussion_r297175788
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskSubmissionTestEnvironment.java
##########
@@ -205,11 +206,12 @@ private TestingTaskExecutor
createTaskExecutor(TaskManagerServices taskManagerSe
UnregisteredMetricGroups.createUnregisteredTaskManagerMetricGroup(),
null,
blobCacheService,
- testingFatalErrorHandler
+ testingFatalErrorHandler,
+ new PartitionTable()
);
}
- private static JobManagerConnection createJobManagerConnection(JobID
jobId, JobMasterGateway jobMasterGateway, RpcService testingRpcService,
TaskManagerActions taskManagerActions, Time timeout) {
+ public static JobManagerConnection createJobManagerConnection(JobID
jobId, JobMasterGateway jobMasterGateway, RpcService testingRpcService,
TaskManagerActions taskManagerActions, Time timeout) {
Review comment:
package private
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services