zhijiangW commented on a change in pull request #10083:
[FLINK-14472][runtime]Implement back-pressure monitor with non-blocking outputs.
URL: https://github.com/apache/flink/pull/10083#discussion_r344606214
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java
##########
@@ -1919,14 +1919,16 @@ private TaskExecutor
createTaskExecutor(TaskManagerServices taskManagerServices,
null,
dummyBlobCacheService,
testingFatalErrorHandler,
- new TaskExecutorPartitionTrackerImpl());
+ new TaskExecutorPartitionTrackerImpl(),
+
TaskManagerRunner.createBackPressureSampleService(configuration,
rpc.getScheduledExecutor()));
}
private TestingTaskExecutor
createTestingTaskExecutor(TaskManagerServices taskManagerServices) {
return createTestingTaskExecutor(taskManagerServices,
HEARTBEAT_SERVICES);
}
private TestingTaskExecutor
createTestingTaskExecutor(TaskManagerServices taskManagerServices,
HeartbeatServices heartbeatServices) {
+
Review comment:
remove new line
----------------------------------------------------------------
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