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.
----
---
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.
---