Github user hsaputra commented on a diff in the pull request:

    https://github.com/apache/flink/pull/499#discussion_r26686143
  
    --- Diff: 
flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala
 ---
    @@ -1274,9 +1274,10 @@ object TaskManager {
             "' is missing (hostname/address of JobManager to connect to).")
         }
     
    -    if (port <= 0) {
    +    if (port <= 0 || port >= 65535) {
    --- End diff --
    
    Should this be 65536 instead of 65535?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to