[ https://issues.apache.org/jira/browse/HDFS-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852173#comment-15852173 ]
Hudson commented on HDFS-11387: ------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11208 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/11208/]) HDFS-11387. Socket reuse address option is not honored in (arp: rev e0235842a74f1a1a62051ebb8c9dbd47324fcc25) * (edit) hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/PrivilegedNfsGatewayStarter.java > Socket reuse 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 > Fix For: 2.9.0 > > 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: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org