Commit Graph

3030 Commits

Author SHA1 Message Date
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
Todd Lipcon 1ae03f81b9 HBASE-3508. LruBlockCache statistics thread should have a name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068140 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 21:14:54 +00:00
Todd Lipcon b8482c13fa HBASE-3470. Check that hbase-default.xml is loaded from within jar
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1068102 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 20:28:57 +00:00
Michael Stack 5f64c2d27b HBASE-3500 Documentation update for replication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067598 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 05:46:39 +00:00
Nicolas Spiegelberg 1cd8c4ae72 HBASE-3496 HFile CLI Improvements
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067449 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 14:37:36 +00:00
Michael Stack 7a2e1fdd4c HBASE-3502 Remove the deletion limit in LogCleaner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067328 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 23:02:43 +00:00
Michael Stack f0e8ab83fd HBASE-3502 Can't open region because can't open .regioninfo because AlreadyBeingCreatedException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067323 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 22:56:20 +00:00
Gary Helmling e8f33fc4cc HBASE-3400 Coprocessor Support for Generic Interfaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067252 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 18:25:40 +00:00
Andrew Kyle Purtell d1176f5791 HBASE-2824 A filter that randomly includes rows based on a configured chance; Clarify test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067235 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 17:35:51 +00:00
Andrew Kyle Purtell 1aa394d882 HBASE-2824 A filter that randomly includes rows based on a configured chance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1067232 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 17:32:02 +00:00
Lars George 5bb4725494 HBASE-3495 Shell is failing on subsequent split calls
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066787 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 11:49:02 +00:00
Lars George d7a63983fc HBASE-3492 NPE while splitting table with empty column family store
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066785 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 11:40:07 +00:00
Andrew Kyle Purtell a3a2ce9215 HBASE-3416 For intra-row scanning, the update readers notification resets the query matcher and can lead to incorrect behavior
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066744 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 07:42:17 +00:00
Michael Stack 37f7a9f1f3 Added footnote that there are no consistency guarantees when intra-row scanning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066345 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 06:33:59 +00:00
Michael Stack 3a4f0f3bf1 Test fix for broke TestSplitTransactionOnCluster on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066335 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 06:01:28 +00:00
Ryan Rawson 6b30bf2a09 HBASE-3494 checkAndPut implementation doesnt verify row param and writable row are the same
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066149 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 19:15:19 +00:00
Todd Lipcon 9b0a004017 HBASE-3483 Memstore lower limit should trigger asynchronous flushes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065918 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 06:20:21 +00:00
Michael Stack c8529f0cab HBASE-3493 HMaster sometimes hangs during initialization due to missing notify call
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065745 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 20:23:57 +00:00
Jonathan Gray d09a8b5cec HBASE-3305 Allow round-robin distribution for table created with multiple regions (ted yu via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064930 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 23:38:19 +00:00
Michael Stack 03618fdee9 Added link to comic and to opentsdb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064452 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 04:39:04 +00:00
Ryan Rawson 105e28a85d fixing 2481 -> 3481 in changes.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064312 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 21:17:02 +00:00
Ryan Rawson dab4c39761 HBASE-2481 max seq id in flushed file can be larger than its correct value causing data loss during recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064050 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 09:25:55 +00:00
Lars George df5fcf6445 HBASE-3476 HFile -m option need not scan key values (Prakash Khemani via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064034 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 08:54:20 +00:00
Michael Stack d1d0924f61 Add appendix on YCSB that still needs filling out. Added pointer to Ted Dunnings YCSB manglings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062922 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 19:01:44 +00:00
Michael Stack b24dd7e8a3 Added more to the book index
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062517 13f79535-47bb-0310-9956-ffa450edef68
2011-01-23 20:28:39 +00:00
Michael Stack 77e26964b8 Added managed splitting to recommended configs and copied Text from Nicolas's RegionSplitter javadoc; also added more to Compression section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062512 13f79535-47bb-0310-9956-ffa450edef68
2011-01-23 20:11:09 +00:00
Michael Stack 2ef411e58c Filled out the compression appendix a little more
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062502 13f79535-47bb-0310-9956-ffa450edef68
2011-01-23 19:33:35 +00:00
Michael Stack a06ed3e653 Added logging to help figure failing test up on hudson--TestSplitTransactionOnCluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062017 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 20:42:11 +00:00
Nicolas Spiegelberg 2514a87ad6 HBASE-3433 : KeyValue API to explicitly distinguish between deep & shallow copies
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061648 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 06:24:36 +00:00
Michael Stack 2267af90c9 HBASE-3445 Master crashes on data that was moved from different host -- add in unit test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061646 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 06:01:47 +00:00
Nicolas Spiegelberg 91750f48bd Forgot to update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061639 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 05:35:56 +00:00
Nicolas Spiegelberg fb52f98a01 HBASE-3448 : RegionSplitter, utility class to manually split tables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061637 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 05:17:32 +00:00
Andrew Kyle Purtell 81d751f9d0 HBASE-3456 Fix hardcoding of 20 second socket timeout down in HBaseClient
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061596 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 02:08:27 +00:00
Michael Stack ff21baac60 HBASE-3449 Server shutdown handlers deadlocked waiting for META
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061575 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 23:47:37 +00:00
Michael Stack e0c98543f1 HBASE-3445 Master crashes on data that was moved from different host
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061564 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 23:13:00 +00:00
Michael Stack 2e44b84e73 HBASE-3445 Master crashes on data that was moved from different host
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061563 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 23:12:00 +00:00
Michael Stack fb70397775 added news to home page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061093 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 01:21:59 +00:00
Michael Stack 0aade298db HBASE-3387 Pair does not deep check arrays for equality -- REVERTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061082 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 00:47:29 +00:00
Michael Stack 64e6eb33d3 Added FAQ on native libs for compression
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1058281 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 19:16:37 +00:00
Nicolas Spiegelberg eb0921b921 Forgot to modify CHANGES.txt for HBASE-3437
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1057801 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 19:05:29 +00:00
Nicolas Spiegelberg 8d04c2b297 HBASE-3437 : Support Explict Split Points from the Shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1057799 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 19:03:54 +00:00
Michael Stack 0d31ac5f37 HBASE-3403 Region orphaned after failure during split
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056884 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 05:25:50 +00:00
Michael Stack dddee0d50f REVERT HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056582 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 01:07:15 +00:00
Michael Stack 883cb4bcbf REVERT HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056581 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 01:07:00 +00:00
Michael Stack efa5448aa3 HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056548 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 22:33:24 +00:00
Michael Stack ce16f762e9 HBASE-3430 hbase-daemon.sh should clean up PID files on process stop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056515 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 21:18:31 +00:00