Commit Graph

755 Commits

Author SHA1 Message Date
Andrew Kyle Purtell 700b2a782d HBASE-1101 NPE in HConnectionManager.processBatchOfRows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731817 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 03:22:40 +00:00
Michael Stack 5f8b9e3317 HBASE-1082 Administrative functions for table/region maintenance
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731802 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 01:13:48 +00:00
Michael Stack 84b7463032 HBASE-1083 Will keep scheduling major compactions if last time one ran, we didn't.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731748 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 22:32:37 +00:00
Andrew Kyle Purtell 18f3f2269b HBASE-1107 NPE in HStoreScanner.updateReaders
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731730 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 21:28:08 +00:00
Michael Stack fe345b23bc HBASE-1106 Expose getClosestRowBefore in HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731178 13f79535-47bb-0310-9956-ffa450edef68
2009-01-04 05:07:11 +00:00
Michael Stack 491991061e HBASE-1105 Remove duplicated code in HCM, add javadoc to RegionState, etc.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730494 13f79535-47bb-0310-9956-ffa450edef68
2009-01-01 00:36:27 +00:00
Andrew Kyle Purtell 0bbcc18c60 HBASE-1102 boolean HTabble.exists()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730361 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31 09:53:11 +00:00
Michael Stack e4db939ffd HBASE-1097 SequenceFile.Reader keeps around buffer whose size is that of largest item read -> results in lots of dead heap
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730211 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 18:35:34 +00:00
Michael Stack 5c0d3a5ec8 HBASE-1093 NPE in HStore#compact
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730068 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 07:59:26 +00:00
Michael Stack 9f9198e21e HBASE-1092 shell tools -> close_region does not work for regions that did not deploy properly on startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730056 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 07:02:24 +00:00
Michael Stack 10ee76be96 HBASE-1100 HBASE-1062 broke TestForceSplit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730048 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 05:59:14 +00:00
Michael Stack f117ea4607 HBASE-1087 DFS failures did not shutdown regionserver
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730043 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 05:27:49 +00:00
Michael Stack 4ff96c0e8c HBASE-1098 IllegalStateException: Cannot set a region to be closed it it was not already marked as closing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730018 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 23:57:29 +00:00
Andrew Kyle Purtell c4aa758efe HBASE-1062 Compactions at (re)start on a large table can overwhelm DFS
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@729560 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 23:23:04 +00:00
Michael Stack 39b36d225c HBASE-1072 Change Thread.join on exit to a timed Thread.join
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@729549 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 22:42:35 +00:00
Jim Kellerman 9220e66c92 HBASE-543, HBASE-1046, HBase-1051 A region's state is kept in several places in the master opening the possibility for race conditions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@729186 13f79535-47bb-0310-9956-ffa450edef68
2008-12-24 01:06:54 +00:00
Michael Stack d47bdad4fd HBASE-1066 Master should support close/open/reassignment/enable/disable operations on individual regions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@729168 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 23:10:25 +00:00
Michael Stack e1d9bf64c2 HBASE-782 The DELETE key in the hbase shell deletes the wrong character
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728733 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 17:50:02 +00:00
Jean-Daniel Cryans 7e439ed42f HBASE-1079 Dumb NPE in ServerCallable hides the RetriesExhausted exception
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728688 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 13:36:04 +00:00
Jean-Daniel Cryans 80eb7de81d HBASE-1045 Hangup by regionserver causes write to fail
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728460 13f79535-47bb-0310-9956-ffa450edef68
2008-12-21 17:08:44 +00:00
Michael Stack fc98eacd67 HBASE-1070 Up default index interval in TRUNK and branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728238 13f79535-47bb-0310-9956-ffa450edef68
2008-12-20 05:32:22 +00:00
Jean-Daniel Cryans cbf0b2d0c4 HBASE-1069 Show whether HRegion major compacts or not in INFO level
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728130 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 20:16:32 +00:00
Michael Stack 453ab44b19 HBASE-1067 TestRegionRebalancing broken by running of hdfs shutdown thread
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728112 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 19:06:46 +00:00
Michael Stack 22d20e92fb HBASE-1068 TestCompaction broken on hudson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@727889 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 01:58:47 +00:00
Michael Stack 46eca98e13 HBASE-1056 [migration] enable blockcaching on .META. table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@727301 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 06:47:04 +00:00
Michael Stack fdf2ecb013 HBASE-1053 bring recent rpc changes down from hadoop
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@727277 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 04:47:14 +00:00
Michael Stack 369300f015 HBASE-1065 Minor logging improvements in the master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@727151 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 21:07:15 +00:00
Michael Stack 6e9aa2affa HBASE-1063 File separator problem on Windows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@726565 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 22:28:30 +00:00
Michael Stack 2455174c07 HBASE-1055 Better vm stats on startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@726278 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 22:02:04 +00:00
Michael Stack 3f80f67db1 HBASE-900 Regionserver memory leak causing OOME during relatively modest bulk importing; part 2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@726153 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 01:15:39 +00:00
Michael Stack 0f3838e1d1 HBASE-1059 ConcurrentModificationException in notifyChangedReadersObservers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@726152 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 00:40:07 +00:00
Jim Kellerman 2ab4b14572 HBASE-1052 Stopping a HRegionServer with unflushed cache causes data loss from org.apache.hadoop.hbase.DroppedSnapshotException
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@725828 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 21:53:35 +00:00
Andrew Kyle Purtell 7d7f84b693 HBASE-1054 Index NPE on scanning
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@725324 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 16:23:42 +00:00
Michael Stack db520ca53c HBASE-900 Regionserver memory leak causing OOME during relatively modest bulk importing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@724231 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 01:43:45 +00:00
Michael Stack 9f5fa6ac6f HBASE-1048 HLog: Found 0 logs to remove out of total 1450; oldest outstanding seqnum is 162297053 fr om region -ROOT-,,0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@724098 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 07:23:25 +00:00
Michael Stack 4024f5f128 HBASE-1000 Sleeper.sleep does not go back to sleep when interrupted and no stop flag given.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723589 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 05:26:28 +00:00
Michael Stack 6c33c1b1b3 HBASE-1027 Make global flusher check work with percentages rather than hard code memory sizes.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723417 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 20:01:06 +00:00
Michael Stack a9a1e765f0 HBASE-1029 REST wiki documentation incorrect
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723386 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 17:55:50 +00:00
Michael Stack 7314c974a7 HBASE-1029 REST wiki documentation incorrect
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723384 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 17:55:01 +00:00
Michael Stack 58208a275a HBASE-1039 Compaction fails if bloomfilters are enabled
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723109 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 22:39:37 +00:00
Michael Stack 977f3934d0 HBASE-1042 OOME but we don't abort
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723035 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 19:47:08 +00:00
Jim Kellerman 838b238999 HBASE-927 We don't recover if HRS hosting -ROOT-/.META. goes down - (fix bug in createTable which caused tests to fail)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@723000 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 18:25:48 +00:00
Jim Kellerman c209dabaf5 HBASE-1043 Removing @Override attributes where they are no longer needed.
(Ryan Smith via Jim Kellerman)

               Add attribution.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722996 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 18:20:14 +00:00
Jim Kellerman a636e10601 HBASE-1043 Removing @Override attributes where they are no longer needed.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722995 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 18:19:01 +00:00
Michael Stack 914e6de8de HBASE-847 new API: HTable.getRow with numVersion specified
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722707 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 01:06:05 +00:00
Jim Kellerman 78165487d9 HBASE-927 We don't recover if HRS hosting -ROOT-/.META. goes down
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722704 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 00:47:59 +00:00
Michael Stack d479c750de HBASE-1042 OOME but we don't abort
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722690 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 00:03:13 +00:00
Michael Stack ab7a3d33f2 HBASE-1041 migration throwing NPE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722609 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 20:29:35 +00:00
Andrew Kyle Purtell 9f5dd5eca9 HBASE-1037 Some test cases failing on Windows/Cygwin but not UNIX/Linux
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722322 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 01:33:00 +00:00
Michael Stack 9673c4ad75 HBASE-1030 Bit of polish on HBASE-1018
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@722286 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 23:30:04 +00:00