Go to file
Michael Stack c1f974bbee HBASE-501 Empty region server address in info:server entry and a startcode of -1 in .META.
M conf/hbase-default.xml
Add hbase.hbasemaster.maxregionopen property.
M src/java/org/apache/hadoop/hbase/HStore.java
Change way we log. Do way less. Just emit sums of edits applied
and skipped rather than individual edits.
M src/java/org/apache/hadoop/hbase/HRegionServer.java
Make sleeper instance a local rather than data member.
(reportForDuty): Take a sleeper instance.
(run): Removed redundant wrap of a 'for' by a 'while'.
(constructor): If IOE, do not offline the region. Seen to be
an overreaction.
M src/java/org/apache/hadoop/hbase/HLog.java
Don't output map of all files being cleaned everytime a new
entry is added; instead just log new entry. Remove emission
of every 10k edits.
M src/java/org/apache/hadoop/hbase/HMaster.java
Up default for maxregionopen. Was seeing that playing edits
could take a long time (mostly because we used log every
edit) but no harm in this being longer. On REPORT_CLOSE,
emit region info, not just region so can see the properties
(W/o, made it hard to figure who was responsible for offlining).
Add logging of attempt # in shutdown processing.
Add logging of state flags passed to the close region. Helps
debugging. Also in close offline ONLY if we are NOT reassigning
the region (jimk find).
M src/java/org/apache/hadoop/hbase/util/Sleeper.java
Add logging of extraordinary sleeps or calculated periods
(suspicion is that we're sleeping way longer on loaded machies
and the regionserver appears hung).


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@636849 13f79535-47bb-0310-9956-ffa450edef68
2008-03-13 19:37:21 +00:00
bin HBASE-477 Add support for an HBASE_CLASSPATH 2008-03-03 19:18:53 +00:00
conf HBASE-501 Empty region server address in info:server entry and a startcode of -1 in .META. 2008-03-13 19:37:21 +00:00
docs HBASE-436 website 2008-02-12 06:17:01 +00:00
lib HBASE-492 hbase TRUNK does not build against hadoop TRUNK 2008-03-06 05:09:33 +00:00
src HBASE-501 Empty region server address in info:server entry and a startcode of -1 in .META. 2008-03-13 19:37:21 +00:00
CHANGES.txt HBASE-501 Empty region server address in info:server entry and a startcode of -1 in .META. 2008-03-13 19:37:21 +00:00
NOTICE.txt HADOOP-2389 Provide multiple language bindings for HBase (Thrift) 2008-01-10 20:34:59 +00:00
README.txt HADOOP-1920 Wrapper scripts broken when hadoop in one location and 2007-09-19 16:45:01 +00:00
build-webapps.xml HBASE-403 Fix build after move of hbase in svn 2008-02-04 21:48:13 +00:00
build.xml Fix broken build 2008-02-22 00:43:57 +00:00

README.txt

See http://wiki.apache.org/lucene-hadoop/Hbase