Mukul Kumar Singh created HDFS-12951: ----------------------------------------
Summary: Correct 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 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: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org