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_r396547487
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMasterGateway.java
##########
@@ -167,13 +167,13 @@ void failSlot(final ResourceID taskManagerId,
* Registers the task manager at the job manager.
*
* @param taskManagerRpcAddress the rpc address of the task manager
- * @param taskManagerLocation location of the task manager
+ * @param taskManagerUnresolvedLocation location of the task manager
Review comment:
```suggestion
* @param taskManagerUnresolvedLocation unresolved location of the
task manager
```
----------------------------------------------------------------
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