[
https://issues.apache.org/jira/browse/HDFS-14611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883312#comment-16883312
]
Hudson commented on HDFS-14611:
-------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16894 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16894/])
HDFS-14611. Move handshake secret field from Token to BlockAccessToken.
(cliang: rev 8fb5ca3f405550828a17e689b9c60ddf7fb95ec1)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelperClient.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* (edit) hadoop-common-project/hadoop-common/src/main/proto/Security.proto
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenSecretManager.java
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/Token.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestBlockTokenWrappingQOP.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferServer.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenIdentifier.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java
* (edit) hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto
> Move handshake secret field from Token to BlockAccessToken
> ----------------------------------------------------------
>
> Key: HDFS-14611
> URL: https://issues.apache.org/jira/browse/HDFS-14611
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs
> Reporter: Chen Liang
> Assignee: Chen Liang
> Priority: Blocker
> Fix For: 3.3.0
>
> Attachments: HDFS-14611.001.patch, HDFS-14611.002.patch,
> HDFS-14611.003.patch
>
>
> Currently the handshake secret is included in Token, but conceptually this
> should belong to Block Access Token only. More importantly, having this field
> in Token could potentially break compatibility. Moreover, having this field
> as part of Block Access Token also means we may not need to encrypt this
> field anymore, because block access token is already encrypted.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]