Commit Graph

3085 Commits

Author SHA1 Message Date
Michael Stack 1cb79368d3 HBASE-3368 Split message can come in before region opened message; results in 'Region has been PENDING_CLOSE for too long' cycle
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050279 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:48:05 +00:00
Michael Stack d154629ef9 HBASE-3362 If .META. offline between OPENING and OPENED, then wrong server location in .META. is possible
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050276 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:38:18 +00:00
Nicolas Spiegelberg 28012b50ce Fix small div-by-zero exception found in an FB test cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050226 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 23:23:54 +00:00
Michael Stack 605ebb05ec HBASE-3365 EOFE contacting crashed RS causes Master abort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049755 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 00:31:42 +00:00
Jean-Daniel Cryans 0957e3867a HBASE-3363 ReplicationSink should batch delete
doc fixes for replication


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049745 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 23:31:45 +00:00
Jean-Daniel Cryans 39330cff75 HBASE-3360 ReplicationLogCleaner is enabled by default in 0.90 -- causes NPE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049680 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 19:47:09 +00:00
Andrew Kyle Purtell 1842a1ee85 HBASE-3348 Coprocessors: Allow Observers to completely override base function
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049471 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 10:11:59 +00:00
Nicolas Spiegelberg 45942d3d52 Modified CHANGES.txt for HBASE-3328
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049381 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 01:46:54 +00:00
Nicolas Spiegelberg c74c097573 HBASE-3328 Added Admin API to specify explicit split points
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049379 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 01:44:06 +00:00
Jean-Daniel Cryans e6e0eea777 HBASE-3358 Recovered replication queue wait on themselves when terminating
HBASE-3359  LogRoller not added as a WAL listener when replication is enabled


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049360 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 00:20:14 +00:00
Jean-Daniel Cryans 499a74cb8d Fixing a minor logging mixup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049281 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 21:20:32 +00:00
Jean-Daniel Cryans e5ebff208a HBASE-3355 Stopping a stopped cluster leaks an HMaster
HBASE-3356  Add more checks in replication if RS is stopped


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049249 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 20:26:30 +00:00
Jonathan Gray 36be388220 HBASE-3332 Regions stuck in transition after RS failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049238 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 20:01:03 +00:00
Jonathan Gray c0c723f660 HBASE-3337 Restore HBCK fix of unassignment and dupe assignment for new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049236 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 19:58:08 +00:00
Michael Stack 8a521615cd Reference 'how to build' hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049199 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 18:06:55 +00:00
Jean-Daniel Cryans 6c2dd8e749 HBASE-3351 ReplicationZookeeper goes to ZK every time a znode is modified
HBASE-3326  Replication state's znode should be created else it 
            defaults to false


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048932 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 04:20:42 +00:00
Todd Lipcon 1b7b7a935a HBASE-3349. Pass HBase configuration to HttpServer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048928 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 04:00:27 +00:00
Todd Lipcon ebae4daf4e HBASE-3353. table.jsp doesn't handle entries in META without server info
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048926 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 03:56:39 +00:00
Michael Stack 5a36e4032a HBASE-3352 enabling a non-existent table from shell prints no error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1048922 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14 03:39:55 +00:00
Jean-Daniel Cryans 702766bd2f HBASE-3321 Replication.join shouldn't clear the logs znode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1045426 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 23:52:53 +00:00
Michael Stack 0482a811e6 HBASE-3347 Can't truncate/disable table that has rows in .META. that have empty info:regioninfo column
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1045399 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 22:33:35 +00:00
Michael Stack ee1cfcc1df HBASE-3334 Refresh our hadoop jar because of HDFS-1520
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1044529 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 23:03:15 +00:00
Jean-Daniel Cryans 05406e9e42 HBASE-3308 Fix for TestHRegion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1044520 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 21:46:14 +00:00
Jean-Daniel Cryans ceaf3ee3d7 HBASE-3308 SplitTransaction.splitStoreFiles slows splits a lot
HBASE-3318  Split rollback leaves parent with writesEnabled=false



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043688 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 21:38:25 +00:00
Michael Stack fcebfcfc31 Added note on how low xceivers fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043676 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 21:08:08 +00:00
Nicolas Spiegelberg 53d7c62bbd logged HBASE-1861 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043534 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 17:19:12 +00:00
Nicolas Spiegelberg 504eeec96e HBASE-1861 : Multi-Family support for bulk upload tools
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043318 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 06:37:06 +00:00
Michael Stack afac14fcf0 HBASE-1888 KeyValue methods throw NullPointerException instead of IllegalArgumentException during parameter sanity check
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043218 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 22:36:06 +00:00
Michael Stack 584e9b5c26 HBASE-3317 Javadoc and Throws Declaration for Bytes.incrementBytes() is Wrong
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043214 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 22:17:01 +00:00
Michael Stack 325f3cbdfd HBASE-759 TestMetaUtils failing on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043191 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 20:36:18 +00:00
Michael Stack 23c9501783 HBASE-3316 Add support for Java Serialization to HbaseObjectWritable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043179 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 19:46:58 +00:00
Michael Stack 7142228dd2 HBASE-3173 HBase 2984 breaks ability to specify BLOOMFILTER & COMPRESSION via shell AND HBASE-3310 Failing creating/altering table with compression agrument
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043173 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 19:40:25 +00:00
Michael Stack 5964303163 HBASE-2936 Differentiate between daemon & restart sleep periods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1043162 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 18:54:32 +00:00
Michael Stack 21a5df7b4f HBASE-3278 AssertionError in LoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042912 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 05:26:39 +00:00
Michael Stack 6c2f79d066 Stop assembly adding 'all' to the produced bundle
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042911 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 05:25:49 +00:00
Michael Stack ea3c445e2d Fix possible NPE in assign
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042885 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 01:18:00 +00:00
Michael Stack d547429a14 HBASE-3315 Add debug output for when balancer makes bad balance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042882 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 00:58:05 +00:00
Michael Stack 971dc6d431 Update our hadoop to tip of 0.20-append branch; it includes hdfs-895 now
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042880 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 00:50:56 +00:00
Jean-Daniel Cryans 4094cd6ad8 Fixing TestFSErrorsExposed by disabling the log syncer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042878 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 00:42:00 +00:00
Jean-Daniel Cryans a5ce594797 HBASE-2467 Concurrent flushers in HLog sync using HDFS-895
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042790 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 20:58:53 +00:00
Michael Stack 8d5248d3d9 If balancer doesn't run because processing dead servers, log the actual servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042789 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 20:56:15 +00:00
Jean-Daniel Cryans 9bb903da97 HBASE-3314 [shell] 'move' is broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042771 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 20:00:55 +00:00
Michael Stack 564b9d08c0 If balancer doesn't run because processing dead servers, log the actual servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042763 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 19:31:00 +00:00
Nicolas Spiegelberg c83a86ec85 HBASE-3290 (Addendum) : Fixes & new unit tests per Kannan's peer review
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042288 13f79535-47bb-0310-9956-ffa450edef68
2010-12-05 06:22:48 +00:00
Michael Stack d60262f2a9 Some fixup of hbck log messages -- added info; more around 'inconsistencies'... looks like many inconsistencies and 'ERRORS' are transient
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042284 13f79535-47bb-0310-9956-ffa450edef68
2010-12-05 04:58:05 +00:00
Michael Stack 5441eaa83d HBASE-3311 Addendum patch on HBASE-3298 broke build
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042282 13f79535-47bb-0310-9956-ffa450edef68
2010-12-05 04:49:43 +00:00
Michael Stack be91a5326f HBASE-3298 Regionserver can close during a split causing double assignment -- fix broken heapsize test -- add reference too
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042220 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 18:20:10 +00:00
Michael Stack 61fb4c2d77 HBASE-3298 Regionserver can close during a split causing double assignment -- fix broken heapsize test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042103 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 06:28:12 +00:00
Jean-Daniel Cryans 95f2f2eab4 HBASE-3309 " Not running balancer because dead regionserver processing" is a lie
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042076 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 00:50:16 +00:00
Michael Stack b7a9bdf0b4 HBASE-3290 Regionserver can close during a split causing double assignment -- addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042073 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 00:47:23 +00:00