[
https://issues.apache.org/jira/browse/HBASE-16121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353575#comment-15353575
]
Hudson commented on HBASE-16121:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #1131 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1131/])
HBASE-16121 Require only MasterServices to the ServerManager constructor
(matteo.bertozzi: rev 8bc4d4131c341338859eecabf4a2a3723cca9b83)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestClockSkewDetection.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNoCluster.java
> Require only MasterServices to the ServerManager constructor
> ------------------------------------------------------------
>
> Key: HBASE-16121
> URL: https://issues.apache.org/jira/browse/HBASE-16121
> 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-16121-v0.patch
>
>
> currently we pass Server and MasterServices to the ServerManager.
> MasterServices is a Server and in tests where we try to pass only one of the
> two we end up with NPEs if the code change.
> remove the Server arg and just pass the MasterServices
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)