[ 
https://issues.apache.org/jira/browse/IGNITE-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vasiliy Sisko updated IGNITE-2575:
----------------------------------
    Description: 
# Configure IPC configuration of IGFS with port equal 0. 
# Node start successfully.
Automatically configured port is not available to receive from configuration 
and IGFS stay unavailable for external process.
I suggest add check like this: 
{code}
assertParameter(port > 1023, "port > 1023");
{code}

  was:
# Configure IPC configuration of IGFS with port equal 0. 
# Node start successfully.
Automatically configured port is not available to receive from configuration 
and IGFS stay unavailable for external process.
I suggest add limit for port how on some SPI configurations: 
{code}
assertParameter(locPort > 1023, "locPort > 1023");
{code}


> Add limit on minimal value of IGFS IPC port configuration
> ---------------------------------------------------------
>
>                 Key: IGNITE-2575
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2575
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>    Affects Versions: 1.5.0.final
>            Reporter: Vasiliy Sisko
>            Priority: Minor
>
> # Configure IPC configuration of IGFS with port equal 0. 
> # Node start successfully.
> Automatically configured port is not available to receive from configuration 
> and IGFS stay unavailable for external process.
> I suggest add check like this: 
> {code}
> assertParameter(port > 1023, "port > 1023");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to