[FLINK-4343] [tm] Implement TM -> JM registration logic#2640
Closed
tillrohrmann wants to merge 1 commit into
Closed
[FLINK-4343] [tm] Implement TM -> JM registration logic#2640tillrohrmann wants to merge 1 commit into
tillrohrmann wants to merge 1 commit into
Conversation
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments
Contributor
Author
|
Failing test case is unrelated. Will merge the PR into the flip-6 branch. |
asfgit
pushed a commit
that referenced
this pull request
Oct 16, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes #2640.
asfgit
pushed a commit
that referenced
this pull request
Oct 16, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes #2640.
asfgit
pushed a commit
that referenced
this pull request
Oct 21, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes #2640.
tillrohrmann
added a commit
to tillrohrmann/flink
that referenced
this pull request
Oct 31, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
tillrohrmann
added a commit
to tillrohrmann/flink
that referenced
this pull request
Oct 31, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
asfgit
pushed a commit
that referenced
this pull request
Nov 1, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes #2640.
StephanEwen
pushed a commit
to StephanEwen/flink
that referenced
this pull request
Dec 23, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
StephanEwen
pushed a commit
to StephanEwen/flink
that referenced
this pull request
Dec 23, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
StephanEwen
pushed a commit
to StephanEwen/flink
that referenced
this pull request
Dec 23, 2016
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
liuyuzhong7
pushed a commit
to liuyuzhong7/flink
that referenced
this pull request
Jan 4, 2017
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
liuyuzhong7
pushed a commit
to liuyuzhong7/flink
that referenced
this pull request
Jan 17, 2017
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
joseprupi
pushed a commit
to joseprupi/flink
that referenced
this pull request
Feb 12, 2017
Upon requesting a slot for a new job, the TaskManager registers this job at the JobLeaderService. The job leader service is responsible to monitor job leader changes for all registered jobs. In case of a new job leader, the service will try to establish a connection to the new job leader. Upon establishing the connection the task manager is informed about it. The task manager will then offer all allocated but not yet active slots to the new job leader. Implement JobLeaderService The JobLeaderService is responsible for establishing a connection to the JM leader of a given job. Disable TaskExecutorTest#testRejectAllocationRequestsForOutOfSyncSlots Add simple task submission test Add job leader detection test case Add task slot acceptance test Fix RpcCompletenessTest Add comments This closes apache#2640.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upon requesting a slot for a new job, the TaskManager registers this job at the
JobLeaderService. The job leader service is responsible to monitor job leader changesfor all registered jobs. In case of a new job leader, the service will try to establish
a connection to the new job leader. Upon establishing the connection the task manager
is informed about it. The task manager will then offer all allocated but not yet active
slots to the new job leader.