zentol commented on a change in pull request #7807: [FLINK-11723][network]
Remove KvState related components from Network…
URL: https://github.com/apache/flink/pull/7807#discussion_r270034585
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java
##########
@@ -610,6 +609,7 @@ public void testTriggerPartitionStateUpdate() throws
Exception {
final Task task = new TaskBuilder()
.setInvokable(InvokableBlockingInInvoke.class)
.setNetworkEnvironment(network)
+ .setKvStateService(new KvStateService(new
KvStateRegistry(), null, null))
Review comment:
shouldn't be necessary since it's identical to the default
----------------------------------------------------------------
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