Suresh Srinivas created HDFS-3832:
-------------------------------------
Summary: Remove protocol methods related to DistributedUpgrade
Key: HDFS-3832
URL: https://issues.apache.org/jira/browse/HDFS-3832
Project: Hadoop HDFS
Issue Type: Bug
Components: data-node, name-node
Affects Versions: 3.0.0
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
As part of further DistributedUpgrade code deletion, this jira proposes to remove ClientProtocol#distributedUpgradeProgress()
and ClientProtocol#processUpgradeCommand
* related protobuf methods, requests and responses
* related java methods, request and responses
These are non-compatible changes. It should be okay to delete them, because this functionality
has not been used for a long time(last used in 0.14)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|