[
https://issues.apache.org/jira/browse/HBASE-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-668:
------------------------
Attachment: fix-553-v2.patch
Did a spin on your suggestion J-D
{code}
M src/test/org/apache/hadoop/hbase/TestRegionRebalancing.java
Use the serverload we logged. Trying to debug the occasional
failure in this test, the log will look like it has values that
should pass the balance test.
M src/test/org/apache/hadoop/hbase/TestGlobalMemcacheLimit.java
Historian logging messes up some of the math in this test;
make comparisons a little sloppy.
M src/java/org/apache/hadoop/hbase/RegionHistorian.java
Add the J-D suggestion of onlining/offlining historian.
(isOnline, offline, online): Added.
M src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
Online historian after meta tables are up.
M src/java/org/apache/hadoop/hbase/regionserver/HRegion.java
Keep around an historian instance.
Online it after .META. has been opened.
M src/java/org/apache/hadoop/hbase/master/ProcessServerShutdown.java
Get configuration via the accessor.
M src/java/org/apache/hadoop/hbase/master/ServerManager.java
Formatting.
M src/java/org/apache/hadoop/hbase/master/HMaster.java
(bootstrap): Added.
M src/java/org/apache/hadoop/hbase/master/ProcessRegionOpen.java
Online historian after we know .META. has been deployed.
M src/java/org/apache/hadoop/hbase/master/RegionManager.java
Get configuration from master via accessor.
M src/java/org/apache/hadoop/hbase/master/BaseScanner.java
Get configuration from master via accessor.
M src/webapps/master/regionhistorian.jsp
Get configuration from master via accessor.
{code}
> HBASE-533 broke build
> ---------------------
>
> Key: HBASE-668
> URL: https://issues.apache.org/jira/browse/HBASE-668
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Priority: Blocker
> Fix For: 0.2.0
>
> Attachments: fix-553-v2.patch, fix-553.patch
>
>
> Build was broken when I committed HBASE-533. Bunch of tests started to fail
> (I didn't run tests before committing).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.