[
https://issues.apache.org/jira/browse/HDFS-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545069#comment-14545069
]
Takanobu Asanuma commented on HDFS-8238:
----------------------------------------
I investigated the cause of the error about
{{TestSafeMode#testOperationsWhileInSafeMode}}. And I found that the signiture
of {{SafeModeException(String msg)}} broke dependencies. It occors in the try
block in {{RemoteException#unwrapRemoteException}}. So we should change the
signiture. Other codes look good to me.
> Move ClientProtocol to the hdfs-client
> --------------------------------------
>
> Key: HDFS-8238
> URL: https://issues.apache.org/jira/browse/HDFS-8238
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: build
> Reporter: Haohui Mai
> Assignee: Takanobu Asanuma
> Attachments: HDFS-8238.000.patch
>
>
> The {{ClientProtocol}} class defines the RPC protocol between the NN and the
> client. This jira proposes to move it into the hdfs-client module.
> The jira needs to move:
> * {{o.a.h.hdfs.server.namenode.SafeModeException}} and
> {{o.a.h.hdfs.server.namenode.NotReplicatedYetException}} to the hdfs-client
> package
> * Remove the reference of {{DistributedFileSystem}} in the javadoc
> * Create a copy of {{DFSConfigKeys.DFS_NAMENODE_KERBEROS_PRINCIPAL_KEY}} in
> {{HdfsClientConfigKeys}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)