[
https://issues.apache.org/jira/browse/HDFS-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mukul Kumar Singh updated HDFS-11387:
-------------------------------------
Attachment: HDFS-11387.001.patch
> Socket resuse address option is not honored in PrivilegedNfsGatewayStarter
> --------------------------------------------------------------------------
>
> Key: HDFS-11387
> URL: https://issues.apache.org/jira/browse/HDFS-11387
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: nfs
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Attachments: HDFS-11387.001.patch
>
>
> Socket resuse address option is not honored in PrivilegedNfsGatewayStarter
> This happens because the registrationSocket is first bind and then the
> options is set.
> According to from
> https://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html#SO_REUSEADDR
> Changing the value of this socket option after the socket is bound has no
> effect. The default value of this socket option is system dependent.
> Need to change this to first set the option on the socket and then bind it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]