473446719b7b81b56216862bf2a94a576ff90f60
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected assignMasterRegions(regions Collection<HRegionInfo>, servers List<ServerName>) : Map<ServerName,List<HRegionInfo>> renamed to protected assignMasterSystemRegions(regions Collection<HRegionInfo>, servers List<ServerName>) : Map<ServerName,List<HRegionInfo>> in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute public TABLES_ON_MASTER : String from class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer to public TABLES_ON_MASTER : String from class org.apache.hadoop.hbase.master.LoadBalancer | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private NUM_RS : int in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper | From | To | |
Extract Variable | 4 | ||
Extract Variable className : String in method public tearDown() : void from class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort | From | To | |
Extract Variable statusStr : String in method private finishActiveMasterInitialization(status MonitoredTask) : void from class org.apache.hadoop.hbase.master.HMaster | From | To | |
Extract Variable master : HMaster in method public tearDown() : void from class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort | From | To | |
Extract Variable expected : int in method public testRewritingClusterIdToPB() : void from class org.apache.hadoop.hbase.regionserver.TestClusterId | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type tablesOnMaster : Set<String> to tablesOnMaster : boolean in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer | From | To | |
Change Attribute Type clusterShutdown : boolean to clusterShutdown : AtomicBoolean in class org.apache.hadoop.hbase.master.ServerManager | From | To |