[ 
https://issues.apache.org/jira/browse/IGNITE-13114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125633#comment-17125633
 ] 

Anton Vinogradov commented on IGNITE-13114:
-------------------------------------------

[~chrisdennis],
Your code should be based on the master branch to have no conflicts.
We'll cherrypick changes to release branches if necessary.

> Off-by-one error in GridPortProcessor port number assertion
> -----------------------------------------------------------
>
>                 Key: IGNITE-13114
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13114
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Chris Dennis
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> GridPortProcessor asserts that the provided port number is `> 0` and `< 
> 65535`. This upper bounds check should be `<= 65535`. Since this is a Java 
> language assert it's likely to never be tripped in any production system, but 
> could be seen when using Ignite in a testing environment that turns on these 
> assertions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to