tillrohrmann commented on a change in pull request #10362:
[FLINK-14792][coordination] Implement TE cluster partition release
URL: https://github.com/apache/flink/pull/10362#discussion_r394491664
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
##########
@@ -157,7 +159,7 @@
* TaskExecutor implementation. The task executor is responsible for the
execution of multiple
* {@link Task}.
*/
-public class TaskExecutor extends RpcEndpoint implements TaskExecutorGateway {
+public class TaskExecutor extends RpcEndpoint implements TaskExecutorGateway,
ClusterPartitionHolder {
Review comment:
```suggestion
public class TaskExecutor extends RpcEndpoint implements TaskExecutorGateway
{
```
----------------------------------------------------------------
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