[
https://issues.apache.org/jira/browse/HDFS-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300478#comment-16300478
]
Hudson commented on HDFS-12951:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13418 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13418/])
HDFS-12951. Incorrect javadoc in SaslDataTransferServer.java#receive. (cliang:
rev 826507c41b7dd89ce5b53d2245d09c2443423670)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferServer.java
> Incorrect javadoc in SaslDataTransferServer.java#receive
> ---------------------------------------------------------
>
> Key: HDFS-12951
> URL: https://issues.apache.org/jira/browse/HDFS-12951
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: encryption
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Fix For: 3.1.0
>
> Attachments: HDFS-12951.001.patch
>
>
> The javadoc for the receive incorrectly states "int" in the 4th parameter.
> This should be corrected to remove the int.
> {code}
> /**
> * Receives SASL negotiation from a peer on behalf of a server.
> *
> * @param peer connection peer
> * @param underlyingOut connection output stream
> * @param underlyingIn connection input stream
> * @param int xferPort data transfer port of DataNode accepting connection
> * @param datanodeId ID of DataNode accepting connection
> * @return new pair of streams, wrapped after SASL negotiation
> * @throws IOException for any error
> */
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]