Go to file
Michael Stack 10a84f3b88 HBASE-3039 Stuck in regionsInTransition because rebalance came in at same time as a split
M src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
  Add region name to warning log message (w/o it message is no good).
M src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
  Add src of split message else need to deduce where it came from by looking
  elsewhere.
M src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
  Updated log messages to include region and where appropritate source
  server name; debug hard w/o
  Changed regionOnline and regionOffline to check for unexpected
  states and log warnings rather than proceed regardless.
  Added in fix for concurrent balance+split; split message now
  updates regionsintransition where previous it did not.
  Remove checkRegion method.  Its a reimplementation of
  what regionOnline and regionOffline do only less comprehensive
  regards what gets updated (this.regions + this.servers rather
  than this.regions, this.servers and regionsInTransition)
  That they were less comprehensive is root of this bug.
M src/main/java/org/apache/hadoop/hbase/master/HMaster.java
  Make the message about why we are not running balancer richer
  (print out how many reigons in transition and more of the
  regionsintrnasition list).
M src/main/java/org/apache/hadoop/hbase/executor/RegionTransitionData.java
  Javadoc and minor formatting.


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1001911 13f79535-47bb-0310-9956-ffa450edef68
2010-09-27 21:02:04 +00:00
bin HBASE-3002. Fix zookeepers.sh to work properly with strange JVM options 2010-09-24 04:10:55 +00:00
conf HBASE-3017 More log pruning 2010-09-20 19:04:41 +00:00
src HBASE-3039 Stuck in regionsInTransition because rebalance came in at same time as a split 2010-09-27 21:02:04 +00:00
.gitignore HBASE-2718 Update .gitignore for trunk after removal of contribs 2010-06-13 17:07:55 +00:00
CHANGES.txt HBASE-3039 Stuck in regionsInTransition because rebalance came in at same time as a split 2010-09-27 21:02:04 +00:00
LICENSE.txt HBASE-561 HBase package does not include LICENSE.txt nor build.xml 2008-04-03 22:39:46 +00:00
NOTICE.txt HBASE-2119 Fix top-level NOTICES.txt file. Its stale. 2010-01-13 06:48:50 +00:00
README.txt HBASE-526 Add documentation src and build to the 0.1 branch 2008-03-18 22:32:14 +00:00
pom.xml HBASE-2953 Edit of hbase-default.xml removing stale configs. 2010-09-01 20:51:50 +00:00

README.txt

See the docs directory or http://hbase.org