[
https://issues.apache.org/jira/browse/FLINK-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367493#comment-14367493
]
ASF GitHub Bot commented on FLINK-1739:
---------------------------------------
GitHub user matadorhong opened a pull request:
https://github.com/apache/flink/pull/499
[FLINK-1739]Fix the bug of JobManager and TaskManager Port Check.
The IPC port of JobManager and IPC port of TaskManager must be great than 0
and less than 65535.
It must have check the port whether is in right range area before run the
JobManager and TaskManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/matadorhong/flink bug_jobmanager_port_check
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/499.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #499
----
commit 68de654200b796c45e2f250c0d359c56a3d474bc
Author: Sibao Hong <[email protected]>
Date: 2015-03-13T07:03:51Z
Merge pull request #1 from apache/master
update
commit 07c20a40ccbfc886344bde5c26ed3605a799220a
Author: Hong Sibao <[email protected]>
Date: 2015-03-18T09:45:49Z
Merge branch 'master' of https://github.com/apache/flink
commit 914f06e856e7680500a2c4c10390b701872c49fc
Author: hongsibao <[email protected]>
Date: 2015-03-18T15:44:12Z
Merge remote-tracking branch 'upstream/master'
commit 724e2bd19b1ccd9238354af1c876a2d8c839f280
Author: hongsibao <[email protected]>
Date: 2015-03-18T17:06:06Z
Fix the bug of the jobManager and TaskManager IPC Port Check.
----
> Fix the bug of JobManager and TaskManager Port Check.
> -----------------------------------------------------
>
> Key: FLINK-1739
> URL: https://issues.apache.org/jira/browse/FLINK-1739
> Project: Flink
> Issue Type: Bug
> Components: JobManager, Local Runtime, TaskManager
> Reporter: Sibao Hong
> Fix For: master
>
>
> The IPC port of JobManager and IPC port of TaskManager must be great than 0
> and less than 65535.
> It must have check the port whether is in right range area before run the
> JobManager and TaskManager.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)