Matteo Bertozzi created HBASE-15776:
---------------------------------------
Summary: 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)