[
https://issues.apache.org/jira/browse/FLINK-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206333#comment-15206333
]
ASF GitHub Bot commented on FLINK-3544:
---------------------------------------
Github user mxm commented on a diff in the pull request:
https://github.com/apache/flink/pull/1741#discussion_r56983997
--- Diff:
flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala
---
@@ -632,34 +643,32 @@ class TaskManager(
case RefuseRegistration(reason) =>
if (currentJobManager.isEmpty) {
- log.error(s"The registration at JobManager $jobManagerAkkaURL
was refused, " +
+ log.error(s"The registration at ResourceManager
$jobManagerAkkaURL was refused, " +
--- End diff --
This is an artifact of refactoring the original approach that I followed
where the TaskManager would register at the ResourceManager. Reverting.
> ResourceManager runtime components
> ----------------------------------
>
> Key: FLINK-3544
> URL: https://issues.apache.org/jira/browse/FLINK-3544
> Project: Flink
> Issue Type: Sub-task
> Components: ResourceManager
> Affects Versions: 1.1.0
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Fix For: 1.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)