[
https://issues.apache.org/jira/browse/HBASE-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-5944:
-------------------------
Attachment: 5944.txt
Brings over the table directory znodes.
There is nothing to do for draining servers and for rs.
{code}
M src/main/java/org/apache/hadoop/hbase/zookeeper/ClusterStatusTracker.java
Rename getZNodeData as toByteArray to match naming elsewhere getting znode
byte content.
M src/main/java/org/apache/hadoop/hbase/zookeeper/ZKLeaderManager.java
Deprecated. Not used.
M src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java
Use pbs writing znode data. Use the pb state instead of the enum we used to
have in here.
M src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
Use the RootRegionLocation.getRootRegionLocation static method rather than do
custom undoing of znode content.
M src/main/protobuf/ZooKeeper.proto
Added Table message.
{code}
> Convert rs, shutdown, and table dir content to pb
> -------------------------------------------------
>
> Key: HBASE-5944
> URL: https://issues.apache.org/jira/browse/HBASE-5944
> Project: HBase
> Issue Type: Task
> Reporter: stack
> Attachments: 5944.txt
>
>
--
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