Commit Graph

3075 Commits

Author SHA1 Message Date
Michael Stack 6b014bbf3b HBASE-3573 Move shutdown messaging OFF hearbeat; prereq for fix of hbase-1502
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076019 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 20:52:45 +00:00
Michael Stack b0b96dd3db fix broke link to mapreduce
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075949 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:59:08 +00:00
Michael Stack b4ec6f07ed HBASE-3559 Move report of split to master OFF the heartbeat channel -- forgot to add file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075644 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 04:04:12 +00:00
Michael Stack 5e25568812 HBASE-3559 Move report of split to master OFF the heartbeat channel
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075600 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 00:39:24 +00:00
Michael Stack 05864ff9b0 Included edits suggested by David Butler up on list; changed 16MB to 16kb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075597 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 00:09:13 +00:00
Michael Stack 47e2ce5000 Included edits suggested by David Butler up on list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075574 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 22:56:19 +00:00
Michael Stack 1ece6aced2 HBASE-3578 TableInputFormat does not setup the configuration for HBase mapreduce jobs correctly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075531 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 21:05:02 +00:00
Ryan Rawson 0a44f87441 HBASE-3572 memstore lab can leave half inited data structs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075494 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 19:16:51 +00:00
Michael Stack 8607a22a7b HBASE-3578 TableInputFormat does not setup the configuration for HBase mapreduce jobs correctly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075441 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:34:07 +00:00
Michael Stack 9d53036b8d HBASE-3561 OPTS arguments are duplicated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075439 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:28:35 +00:00
Michael Stack 44be5806f3 HBASE-3576 MasterAddressTracker is registered to ZooKeeperWatcher twice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074909 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:30:44 +00:00
Andrew Kyle Purtell dc5e50b07b HBASE-3552 Coprocessors are unable to load if RegionServer is launched using a different classloader than system default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074908 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:27:16 +00:00
Andrew Kyle Purtell dbf9ea8565 HBASE-3566 writeToWAL is not serialized for increment operation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074905 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:10:30 +00:00
Michael Stack a5ad98beed HBASE-3561 OPTS arguments are duplicated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074799 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 07:01:56 +00:00
Michael Stack fe458d0329 Fix for config. from Lars George
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074691 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 20:37:19 +00:00
Ryan Rawson 0b1af71c74 HBASE-3560 the hbase-default entry of "hbase.defaults.for.version" causes tests not to run via not-maven
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074405 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 06:03:20 +00:00
Michael Stack c1fe9b1698 HBASE-3564 DemoClient.pl - a demo client in Perl
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074399 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 04:31:40 +00:00
Michael Stack 74d1108599 HBASE-3564 DemoClient.pl - a demo client in Perl
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074398 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 04:31:04 +00:00
Michael Stack fb502bee15 HBASE-3563 [site] Add one-page-only version of hbase doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074349 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 23:12:21 +00:00
Michael Stack d3ec71e317 HBASE-3548 Fix type in documentation of pseudo distributed mode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074342 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 23:04:27 +00:00
Gary Helmling a5057da6cf HBASE-3553 Make HTable ThreadPoolExecutor actually launch up to max threads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074331 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 22:34:44 +00:00
Gary Helmling 6d2cd102c5 Fix link to bigtable paper on site home page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074314 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 22:01:13 +00:00
Ryan Rawson 94ca0f49fe undoing HBASE-3514 due to build breakage
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074063 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 08:02:27 +00:00
Ryan Rawson 501afa4ffb HBASE-3514 Speedup HFile.Writer append
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074001 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 00:59:11 +00:00
Ryan Rawson 8811bed468 HBASE-3542 MultiGet methods in Thrift
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1073979 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23 23:02:10 +00:00
Michael Stack 71fcacea91 HBASE-3548 Fix type in documentation of pseudo distributed mode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072504 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 05:50:11 +00:00
Michael Stack d26aa781b5 HBASE-3548 Fix type in documentation of pseudo distributed mode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072502 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 05:47:00 +00:00
Andrew Kyle Purtell 3564a25e85 HBASE-3550 FilterList reports false positives
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072481 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 02:50:48 +00:00
Michael Stack e3fa6497fe Add link to hfile description by matteo
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1071731 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 18:04:12 +00:00
Michael Stack 57f43d7c99 Moved TASK item in 0.90.2 section to 0.92 IMPROVEMENTS section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1071727 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 17:49:41 +00:00
Michael Stack e9bfa72555 HBASE-3545 Possible liveness issue with MasterServerAddress in HRegionServer getMaster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1071725 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 17:46:58 +00:00
Todd Lipcon 6e5f3c7024 HBASE-3531. When under global memstore pressure, dont try to flush unflushable regions.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070707 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 00:36:46 +00:00
Michael Stack c7695aaba6 HBASE-3525 mvn assembly is over-filling the hbase lib dir
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070636 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 20:12:00 +00:00
Ryan Rawson 7901f641d5 HBASE-3524 NPE from CompactionChecker
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070033 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 05:52:58 +00:00
Michael Stack 5311df528e Attempted fix for TestSplitTransactionOnCluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070029 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 05:28:47 +00:00
Michael Stack 12fe439b8b HBASE-3522 Unbundle our RPC versioning; rather than a global for all 4 Interfaces -- region, master, region to master, and coprocesssors -- instead version each individually
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069552 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 20:12:36 +00:00
Michael Stack e692a54414 HBASE-3522 Unbundle our RPC versioning; rather than a global for all 4 Interfaces -- region, master, region to master, and coprocesssors -- instead version each individually
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069551 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 20:12:19 +00:00
Michael Stack 6988077609 Added mention of upcoming HUG to front page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069512 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 18:29:47 +00:00
Michael Stack 2333c74b94 HBASE-3520 Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069244 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 07:01:29 +00:00
Todd Lipcon 614f8f665f HBASE-3517. Store build version in hbase-default.xml and verify at runtime
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069038 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 19:12:08 +00:00
Todd Lipcon b43483b764 Revert HBASE-3470 since it breaks job submission (HBASE-3517)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068699 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 00:22:38 +00:00
Jean-Daniel Cryans ef29cac094 HBASE-3515 [replication] ReplicationSource can miss a log after RS comes
out of GC


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068590 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 21:34:34 +00:00
Michael Stack 8742aaa2f0 Minor fixup on timeseries section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068281 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 07:15:21 +00:00
Michael Stack d336634bab HBASE-3499 Users upgrading to 0.90.0 need to have their .META. table updated with the right MEMSTORE_SIZE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068277 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 07:01:13 +00:00
Jonathan Gray d02659378e HBASE-3419 If re-transition to OPENING during log replay fails, server aborts. Instead, should just cancel region open.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068247 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 02:06:50 +00:00
Andrew Kyle Purtell ba3426321a HBASE-3257 Coprocessors: Extend server side API to include HLog operations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068206 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 23:01:28 +00:00
Todd Lipcon c479f0a984 HBASE-3509. Add metric for flush queue length
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068189 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 22:26:52 +00:00
Todd Lipcon 81022285b9 HBASE-3510. Add thread name for IPC reader threads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068162 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 22:02:16 +00:00
Todd Lipcon 69eec35098 HBASE-3511. Allow rolling restart to apply to only RS or only masters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068158 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:57:47 +00:00
Todd Lipcon e0dbeec47f HBASE-3455. Add memstore-local allocation buffers to combat heap fragmentation in the region server.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068148 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:39:08 +00:00