Github user zhangminglei commented on a diff in the pull request:
https://github.com/apache/flink/pull/4074#discussion_r122934898
--- Diff:
flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala
---
@@ -472,7 +472,7 @@ class JobManager(
taskManagerGateway match {
case x: ActorTaskManagerGateway =>
handleTaskManagerTerminated(x.getActorGateway().actor(),
instance.getId)
- case _ => log.debug(s"Cannot remove reosurce ${resourceID},
because there is " +
+ case _ => log.debug(s"Cannot remove resource ${resourceID},
because there is " +
--- End diff --
OKay. I'd love to do this. I will push again soon.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---