Commit Graph

859 Commits

Author SHA1 Message Date
Michael Stack fc2157ae44 HBASE-1114 Weird NPEs compacting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@733213 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 00:59:30 +00:00
Jim Kellerman 7acb2ad440 HBASE-1104, HBASE-1098, HBASE-1096: Doubly-assigned regions redux, IllegalStateException: Cannot set a region to be closed it it was not already marked as closing, Does not recover if HRS carrying -ROOT- goes down
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732908 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 01:48:25 +00:00
Michael Stack 079c580042 HBASE-1099 Regions assigned while master is splitting logs of recently crashed server; regionserver tries to execute incomplete log
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732491 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07 21:03:20 +00:00
Michael Stack 18815c8879 HBASE-1090 Atomic Check And Save in HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732094 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:21:17 +00:00
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
Jean-Daniel Cryans 08eef7d821 Messed it up when committing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@721531 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 16:38:42 +00:00
Jean-Daniel Cryans 87b6cb8880 HABSE-1036 HBASE-1028 broke Thrift
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@721509 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 14:41:53 +00:00
Andrew Kyle Purtell b23d150686 HBASE-1034 Remove useless TestToString unit test
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@721418 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 10:37:15 +00:00
Andrew Kyle Purtell 2ccb234ab3 HBASE-1028 If key does not exist, return null in getRow rather than an empty RowResult
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@721390 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 09:00:58 +00:00
Andrew Kyle Purtell 19a798b877 HBASE-1018 Regionservers should report detailed health to master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720670 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 23:43:37 +00:00
Michael Stack baa1af5683 HBASE-1020 Regionserver OOME handler should dump vital stats
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720617 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 21:50:19 +00:00
Michael Stack 2c56399b01 HBASE-1023 Check global flusher
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720325 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 22:58:36 +00:00
Jean-Daniel Cryans 9e98d664ed HBASE-1026 Tests in mapred are failing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720305 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 22:02:19 +00:00
Andrew Kyle Purtell 2826eeeeef HBASE-1022 Add storefile index size to hbase metrics
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720294 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 21:17:43 +00:00
Michael Stack c370e1cab2 HBASE-1021 hbase metrics FileContext not working
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720286 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 20:47:58 +00:00
Michael Stack 69be09bed5 HBASE-1016 Fix example in javadoc overview
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@719717 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 21:17:24 +00:00
Michael Stack 952942ae99 HBASE-972 Update hbase trunk to use released hadoop 0.19.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@719496 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 06:14:35 +00:00
Michael Stack 05a11e7fcc HBASE-1013 Add debugging around commit log cleanup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@719444 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 01:27:24 +00:00
Jim Kellerman 400e183da5 HBASE-927 We don't recover if HRS hosting -ROOT-/.META. goes down
Rather than just check once if we know the root region location, check every time in case it changes.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@719433 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 00:14:09 +00:00
Michael Stack 23564f2cf6 HBASE-1009 Master stuck in loop wanting to assign but regions are closing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@719155 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 02:02:01 +00:00
Michael Stack 0d735d26a9 HBASE-910 Scanner misses columns / rows when the scanner is obtained durring a memcache flush
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718865 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 06:48:55 +00:00
Andrew Kyle Purtell 6c89d36cef HBASE-1005 Regex and string comparison operators for ColumnValueFilter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718837 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19 02:01:44 +00:00
Michael Stack 7525d8ff53 HBASE-990 NoSuchElementException in flushSomeRegions; took two attempts
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718636 13f79535-47bb-0310-9956-ffa450edef68
2008-11-18 15:49:54 +00:00
Michael Stack 83cef9ee78 HBASE-675 Report correct server hosting a table split for assignment to for MR Jobs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718509 13f79535-47bb-0310-9956-ffa450edef68
2008-11-18 06:56:30 +00:00
Michael Stack 9b4ca73d59 HBASE-947 [Optimization] Major compaction should remove deletes as well as the deleted cell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718430 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 23:08:56 +00:00
Michael Stack 6aec3c3e37 HBASE-1003 If cell exceeds TTL but not VERSIONs, will not be removed during major compaction
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718370 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 20:37:34 +00:00
Andrew Kyle Purtell fc56f9ca0d HBASE-883 Secondary indexes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718317 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 18:34:07 +00:00
Michael Stack f759be8c0d HBASE-991 Update the mapred package document examples so they work with TRUNK/0.19.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@718159 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17 02:28:30 +00:00
Michael Stack 79be2d87f7 HBASE-938 major compaction period is not checked periodically
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@714200 13f79535-47bb-0310-9956-ffa450edef68
2008-11-15 00:36:27 +00:00
Michael Stack b5bdaf2c1f HBASE-999 Up versions on historian and keep history of deleted regions for a while rather than delete immediately
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@714193 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 23:46:53 +00:00
Michael Stack 8e24a9fa03 HBASE-998 Narrow getClosestRowBefore by passing column family
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713886 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 00:43:48 +00:00
Michael Stack 67fc6fdb02 HBASE-996 Migration script to up the versions in catalog tables
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713502 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 20:44:06 +00:00
Jim Kellerman 01f09c1036 HBASE-602 HBase Crash when network card has a IPv6 address
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713488 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 20:11:31 +00:00
Jim Kellerman b396f6b5f6 HBASE-994 IPC interfaces with different versions can cause problems
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713217 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 23:09:23 +00:00
Michael Stack cbb74b4630 HBASE-992 Up the versions kept by catalog tables; currently 1. Make it 10?
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713191 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 22:06:21 +00:00
Michael Stack 2966b330ae HBASE-993 Turn of logging of every catalog table row entry on every scan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@713189 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 21:56:55 +00:00
Michael Stack 2492b8b659 HBASE-987 We need a Hbase Partitioner for TableMapReduceUtil.initTableReduceJob MR Jobs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712956 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 06:22:58 +00:00
Michael Stack 4171e16016 HBASE-990 NoSuchElementException in flushSomeRegions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712944 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 05:31:12 +00:00
Jim Kellerman 1a0fc48508 HBASE-964, HBASE-678 provide for safe-mode without locking up HBase "waiting for root region"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712722 13f79535-47bb-0310-9956-ffa450edef68
2008-11-10 19:03:01 +00:00
Michael Stack d71535eca7 HBASE-983 Declare Perl namespace in Hbase.thrift
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712721 13f79535-47bb-0310-9956-ffa450edef68
2008-11-10 18:57:42 +00:00
Michael Stack 5ec924f50b HBASE-722 Shutdown and Compactions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712720 13f79535-47bb-0310-9956-ffa450edef68
2008-11-10 18:56:05 +00:00
Jean-Daniel Cryans d2e77503f8 HBASE-964 Startup stuck "waiting for root region"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712586 13f79535-47bb-0310-9956-ffa450edef68
2008-11-10 00:10:19 +00:00
Jim Kellerman bf53013be5 HBASE-951 Either shut down master or let it finish cleanup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712203 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 17:24:41 +00:00
Michael Stack 8fd65c9fbf HBASE-961 Delete multiple columns by regular expression
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712068 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 06:02:59 +00:00
Michael Stack e3659aa246 HBASE-985 fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712057 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 04:51:42 +00:00
Jim Kellerman f78f944026 HBASE-984 Fix javadoc warnings
This is probably the first of several patches to fix javadoc warnings. Jira issue will remain open until we create the release candidate.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712055 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07 04:44:36 +00:00
Michael Stack 8a7a750b2e HBASE-982 Deleting a column in MapReduce fails
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@711420 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 21:39:53 +00:00
Michael Stack 062e954a03 HBASE-980 Undo core of HBASE-975, caching of start and end row
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@711207 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 08:28:49 +00:00
Michael Stack d6997a949f HBASE-975 Improve MapFile performance for start and end key
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@711155 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 01:28:53 +00:00
Jim Kellerman 97fbf7da76 HBASE-964 Startup stuck "waiting for root region"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@711149 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 00:58:28 +00:00
Michael Stack f806f7fdea HBASE-979 REST web app is not started automatically
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@710110 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 17:37:20 +00:00
Jim Kellerman 59a2ad7eac HBASE-978 Remove BloomFilterDescriptor. It is no longer used.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709855 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 08:56:44 +00:00
Jim Kellerman 7a5768ca85 HBASE-81 When a scanner lease times out, throw a more "user friendly" exception
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709852 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 08:36:37 +00:00
Michael Stack 5418547132 HBASE-977 Arcane HStoreKey comparator bug
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709825 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 01:15:00 +00:00
Michael Stack 1044185b77 HBASE-976 HADOOP 0.19.0 RC0 is broke; replace with HEAD of branch-0.19
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709593 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 23:02:02 +00:00
Michael Stack ad3c964f42 HBASE-969 Won't when storefile > 2G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709519 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 18:16:23 +00:00
Jean-Daniel Cryans 9dbddf3da4 HBASE-785 Remove InfoServer, use HADOOP-3824 StatusHttpServer
instead (requires hadoop 0.19)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709322 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 01:38:50 +00:00
Jean-Daniel Cryans e352c5dfe1 HBASE-963 Fix the retries in HTable.flushCommit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709320 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 01:31:16 +00:00
Michael Stack 8cfa1ce45b HBASE-973 [doc] In getting started, make it clear that hbase needs to create its directory in hdfs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709270 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 22:38:14 +00:00
Michael Stack 5a0a0df8bb HBASE-839 Update hadoop libs in hbase; move hbase TRUNK on to an hadoop 0.19.0 RC
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709203 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 16:43:07 +00:00
Jean-Daniel Cryans ac1074b8ce HBASE-971 Fix the failing tests on Hudson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709170 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 14:28:49 +00:00
Michael Stack a191bfb60a HBASE-949 Add an HBase Manual
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709033 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 22:28:29 +00:00
Michael Stack e95b049d33 HBASE-625 Metrics support for cluster load history: emissions and graphs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709008 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 21:06:29 +00:00
Jean-Daniel Cryans 4807901194 HBASE-966 HBASE-748 misses some writes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@709001 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 20:29:00 +00:00
Michael Stack f4d3ce3f65 HBASE-970 Update the copy/rename scripts to go against change API
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708979 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 18:45:36 +00:00
Michael Stack 3b803714c5 HBASE-817 Hbase/Shell Truncate
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708966 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 18:01:35 +00:00
Michael Stack 8083c6a0b2 HBASE-960 REST interface: more generic column family configure and also get Rows using offset and limit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708949 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 17:41:42 +00:00
Michael Stack a48210751c HBASE-636 java6 as a requirement
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708727 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 23:42:16 +00:00
Michael Stack ae27a2bc3f Back-out HBASE-968 ... already fixed-- thanks to Doğacan Güney
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708644 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 19:32:54 +00:00
Michael Stack cb41078c8d HBASE-936 REST Interface: enable to get numbers of rows from scanner interface
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708631 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 18:51:46 +00:00
Michael Stack c18a713726 HBASE-968 ArrayIndexOutOfBoundsException from Cell iterator()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708610 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 17:01:48 +00:00
Michael Stack fa829b301e HBASE-959 Be able to get multiple RowResult at one time from client side
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708435 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 05:03:13 +00:00
Michael Stack 918c3a4e7a HBASE-967 [Optimization] Cache cell maximum length (HCD.getMaxValueLength); its used checking batch size
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708377 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 23:25:11 +00:00
Jim Kellerman cf7ae9adcb HBASE-728, HBASE-956, HBASE-955 Address thread naming, which threads are Chores, vs Threads, make HLog manager the write ahead log and not extend it to provided optional HLog sync operations.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708322 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 21:25:35 +00:00
Michael Stack 7e1d49358d HBASE-953 Enable BLOCKCACHE by default [WAS -> Reevaluate HBASE-288 block caching work....?]
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@708253 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:02:55 +00:00
Michael Stack 2ee2b85eac HBASE-957 PerformanceEvaluation tests if table exists by comparing descriptors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707792 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 23:48:59 +00:00
Jean-Daniel Cryans ce3e6ccdff HBASE-940 Make the TableOutputFormat batching-aware
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707784 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 23:24:09 +00:00
Jim Kellerman ae1653c001 HBASE-954 Don't reassign root region until ProcessServerShutdown has split the former region server's log
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707710 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 18:42:56 +00:00
Michael Stack 9b91e0bfe4 HBASE-937 Thrift getRow does not support specifying columns
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707685 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 17:03:24 +00:00
Michael Stack 8b6b089f45 HBASE-942, HBASE-943 Add convenience methods to RowFilterSet, to ColumnValueFilter: add filterIfColumnMissing property, add
SubString operator

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707547 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 05:19:24 +00:00
Jim Kellerman a28c5c7ba8 HBASE-952 Deadlock in HRegion.batchUpdate
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707457 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 19:43:56 +00:00
Jim Kellerman d5e81859e1 HBASE-728 Support for HLog appends
- Passes all unit tests.
- Runs Performance evaluation random write in 8min, 43sec on 4 node cluster. I believe this is a new speed record.
- Eliminates time-based log rolling and cache-flushing (because of append support)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707247 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 02:30:35 +00:00
Jean-Daniel Cryans d0ce40d1ec HBASE-950 HTable.commit no longer works with existing RowLocks though it's still in API
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707225 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 23:48:12 +00:00
Michael Stack 4357226cd4 HBASE-946 Row with 55k deletes timesout scanner lease
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@707159 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 18:57:39 +00:00
Andrew Kyle Purtell 0eb54f38b7 HBASE-902 Add force compaction and force split operations to UI and Admin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@706755 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 20:23:23 +00:00
Michael Stack b5200e0ea6 HBASE-945 Be consistent in use of qualified/unqualified mapfile paths
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@706681 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 16:39:10 +00:00
Michael Stack fd5543190c HBASE-939 NPE in HStoreKey
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@706348 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 17:43:54 +00:00
Jim Kellerman 5e3815484c HBASE-919 Master and Region Server need to provide root region location if they are using HTable
With J-D's one line patch, test cases now appear to work and PerformanceEvaluation works as before.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@706112 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 03:06:54 +00:00
Jean-Daniel Cryans a3b452e9b0 HBASE-748 Add an efficient way to batch update many rows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@705770 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 22:03:29 +00:00
Jim Kellerman f5ded90780 HBASE-919 Master and Region Server need to provide root region location if they are using HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@705338 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 19:45:17 +00:00
Jim Kellerman a171d57765 HBASE-926 If no master, regionservers should hang out rather than fail on connection and shut themselves down
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@705333 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 19:28:17 +00:00
Michael Stack f69423a1d9 HBASE-930 RegionServer stuck: HLog: Could not append. Requesting close of log java.io.IOException: Could not get block locations. Aborting...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@705064 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 21:44:26 +00:00
Michael Stack 5b2e15021c HBASE-929 clarify that ttl in HColumnDescriptor is seconds
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704967 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 17:35:18 +00:00
Michael Stack db217e6a15 HBASE-920 Make region balancing sloppier
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704781 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 05:18:31 +00:00
Jim Kellerman 50a795c543 HBASE-924 Update hadoop in lib on 0.18 hbase branch to 0.18.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704745 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 00:07:46 +00:00
Michael Stack fb1659cf07 HBASE-926 NPE throwing RetriesExhaustedException
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704642 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 19:45:29 +00:00
Michael Stack 767f6057ff HBASE-925 HRS NPE on way out if no master to connect to
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704597 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 18:26:57 +00:00
Jim Kellerman 031c18faff HBASE-921 Commit comment was put under incompatible changes rather than Bug fixes.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704445 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 10:38:34 +00:00
Jim Kellerman 0e1e284dc2 HBASE-921 region close and open processed out of order; makes for disagreement between master and regionserver on region state
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704444 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 10:34:20 +00:00
Jim Kellerman 2a4f9bfa2a HBASE-918 Region balancing during startup makes cluster unstable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@703711 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11 19:04:09 +00:00
Michael Stack 89fd7417f7 HBASE-914 MSG_REPORT_CLOSE has a byte array for a message
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@703032 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09 00:34:07 +00:00