Go to file
Michael Stack 14d8fb2ab7 HBASE-3018 Bulk assignment on startup runs serially through the cluster servers assigning in bulk to one at a time
M src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
  Removed reentrant lock that spanned moving region into
  regionsintransition and the getting of lock on state object.  It
  was a bad idea.  I found it actually deadlocked.  It shouldn't be needed.
  The call to assign will fail if the state instance is not of the right
  'state' type.
  Run a thread per server parcelling out region assignments so we assign
  across the cluster concurrently rather than in series as we were doing.


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@999237 13f79535-47bb-0310-9956-ffa450edef68
2010-09-21 06:36:22 +00:00
bin HBASE-3000 Add "hbase classpath" command to dump classpath 2010-09-20 19:14:48 +00:00
conf HBASE-3017 More log pruning 2010-09-20 19:04:41 +00:00
src HBASE-3018 Bulk assignment on startup runs serially through the cluster servers assigning in bulk to one at a time 2010-09-21 06:36:22 +00:00
.gitignore HBASE-2718 Update .gitignore for trunk after removal of contribs 2010-06-13 17:07:55 +00:00
CHANGES.txt HBASE-3018 Bulk assignment on startup runs serially through the cluster servers assigning in bulk to one at a time 2010-09-21 06:36:22 +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