tillrohrmann commented on a change in pull request #11284:
[FLINK-15911][runtime] Make Flink work with NAT.
URL: https://github.com/apache/flink/pull/11284#discussion_r396556851
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterPartitionReleaseTest.java
##########
@@ -186,7 +186,7 @@ AllocationID takeAllocationId() {
private final TemporaryFolder temporaryFolder = new
TemporaryFolder();
- private final LocalTaskManagerLocation taskManagerLocation =
new LocalTaskManagerLocation();
+ private final LocalTaskManagerUnresolvedLocation
localTaskManagerUnresolvedLocation = new LocalTaskManagerUnresolvedLocation();
Review comment:
If we rename `TaskManagerUnresolvedLocation` into
`UnresolvedTaskManagerLocation`, then I would suggest to rename
`LocalTaskManagerUnresolvedLocation` into `LocalUnresolvedTaskManagerLocation`
as well.
----------------------------------------------------------------
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