[ https://issues.apache.org/jira/browse/HBASE-15571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221163#comment-15221163 ]
Hudson commented on HBASE-15571: -------------------------------- FAILURE: Integrated in HBase-Trunk_matrix #819 (See [https://builds.apache.org/job/HBase-Trunk_matrix/819/]) HBASE-15571 Make MasterProcedureManagerHost accessible through (tedyu: rev 8c7f044efbb8a84561d28a221343c7b65263934e) * hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java * hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java * hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java > Make MasterProcedureManagerHost accessible through MasterServices > ----------------------------------------------------------------- > > Key: HBASE-15571 > URL: https://issues.apache.org/jira/browse/HBASE-15571 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 2.0.0, 1.4.0 > > Attachments: 15571.v1.patch, 15571.v2.patch > > > One of the review comments for HBASE-15411 is to drop dependency on > HBaseAdmin in table backup procedure. > See the comments starting with: > https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215 > In order to execute procedure inside table backup procedure, we need access > to MasterProcedureManagerHost. > This issue adds accessor to MasterServices for MasterProcedureManagerHost. -- This message was sent by Atlassian JIRA (v6.3.4#6332)