[ 
https://issues.apache.org/jira/browse/HADOOP-16292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832682#comment-16832682
 ] 

Hudson commented on HADOOP-16292:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16500 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16500/])
HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to (cliang: 
rev 1d59cc490cb46e99d1d72fe3bd0c2a396d98f2c8)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java


> Refactor checkTrustAndSend in SaslDataTransferClient to make it cleaner  
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-16292
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16292
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Sherwood Zheng
>            Assignee: Sherwood Zheng
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HADOOP-16292.001.patch
>
>
> Right now
> private IOStreamPair checkTrustAndSend(InetAddress addr,
>  OutputStream underlyingOut, InputStream underlyingIn,
>  DataEncryptionKeyFactory encryptionKeyFactory,
>  Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId)
> only provide an API without secretKey paramter for 
> checkTrustAndSend(
>  InetAddress addr, OutputStream underlyingOut, InputStream underlyingIn,
>  DataEncryptionKeyFactory encryptionKeyFactory,
>  Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId,
>  SecretKey secretKey)
> Remove the former API to make it cleaner



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to