[
https://issues.apache.org/jira/browse/HBASE-15776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272934#comment-15272934
]
Matteo Bertozzi commented on HBASE-15776:
-----------------------------------------
With v0 there are only only 3 classes and a test that uses
am.getTableStateManager() and these are on the way to be removed with future
patches.
EnableTableHandler.java, DisableTableHandler.java, ServerCrashProcedure.java,
TestAssignmentManagerOnCluster.java
> Replace master.am.getTableStateManager() with the direct
> master.getTableStateManager()
> --------------------------------------------------------------------------------------
>
> Key: HBASE-15776
> URL: https://issues.apache.org/jira/browse/HBASE-15776
> Project: HBase
> Issue Type: Sub-task
> Components: master
> Affects Versions: 2.0.0
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-15776-v0.patch
>
>
> Replace the double lookup
> master.getAssignmentManager().getTableStateManager() with the direct
> master.getTableStateManager().
> this also because I'd like to remove the TableStateManager instance from the
> new AM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)