Commit Graph

2604 Commits

Author SHA1 Message Date
Ted Yu 961919d443 HBASE-11304 Enable HBaseAdmin.execProcedure to return data from procedure execution (Jerry He) 2014-06-08 18:48:20 +00:00
Jeffrey Zhong c682d57e92 hbase-8763: Combine MVCC and SeqId 2014-06-06 18:25:46 -07:00
Ted Yu b5e660fff4 HBASE-11302 ReplicationSourceManager#sources is not thread safe (Qianxi Zhang) 2014-06-06 16:57:57 +00:00
Michael Stack 623cfa33d1 HBASE-10962 Decouple region opening (HM and HRS) from ZK (Mikhail Antonov) 2014-06-06 07:46:00 -07:00
Nick Dimiduk d824f0b25f HBASE-10641 Configurable Bucket Sizes in bucketCache 2014-06-04 13:31:16 -07:00
Michael Stack ec9c12edff HBASE-10915 Decouple region closing (HM and HRS) from ZK (Mikhail Antonov) 2014-06-04 10:42:10 -07:00
Ted Yu d20feaf1e7 HBASE-11204 Document bandwidth consumption limit feature for ExportSnapshot (Misty Stanley-Jones) 2014-06-04 04:33:24 +00:00
Ted Yu 5419bfdc8e HBASE-11201 addendum allows null data from procedure member 2014-06-03 21:54:36 +00:00
Ramkrishna 6a2467bbf2 HBASE-11126-Add RegionObserver pre hooks that operate under row lock (Ram) 2014-06-03 17:54:59 +05:30
Jimmy Xiang 369141b795 HBASE-11279 Block cache could be disabled by mistake 2014-06-02 20:01:43 -07:00
Jimmy Xiang bdfb4172f8 HBASE-11237 Bulk load initiated by user other than hbase fails -- REVERT
This reverts commit 57826c7da9.
Reason: wrong commit message
2014-06-02 19:58:50 -07:00
Jeffrey Zhong 7465c31947 HBASE-10922: Log splitting status should always be closed 2014-06-02 17:56:15 -07:00
Jimmy Xiang 57826c7da9 HBASE-11237 Bulk load initiated by user other than hbase fails 2014-06-02 17:06:19 -07:00
Michael Stack 43be19794a HBASE-10985 Decouple Split Transaction from Zookeeper (Sergey Soldatov) 2014-06-02 10:22:28 -07:00
Michael Stack 80557b872f HBASE-10289 Avoid random port usage by default JMX Server. Create Custome JMX server (Qiang Tian) 2014-06-02 09:19:16 -07:00
Matteo Bertozzi 86e5db5099 HBASE-10935 support snapshot policy where flush memstore can be skipped to prevent production cluster freeze (Tianying Chang) 2014-06-02 08:03:19 +01:00
Andrew Purtell 7f2f7c23a7 HBASE-11277 RpcServer threads can wedge under high load 2014-05-31 15:24:06 -07:00
Andrew Purtell af63fba391 HBASE-11275 [AccessController] postCreateTable hook fails when another CP creates table on their startup (Anoop Sam John) 2014-05-31 15:01:49 -07:00
Ted Yu 8c7772488c HBASE-11201 Enable global procedure members to return values to procedure master (Jerry He) 2014-05-29 20:00:24 +00:00
Ted Yu ee963a994b HBASE-11201 Revert due to unit test failures 2014-05-29 18:39:50 +00:00
Ted Yu cf896d0671 HBASE-11201 Addendum restores Procedure#waitForCompleted() which returns void (Jerry He) 2014-05-29 18:04:38 +00:00
Ted Yu cbd39422b4 HBASE-11201 Enable global procedure members to return values to procedure master 2014-05-29 02:56:01 +00:00
Michael Stack 78f7cd450f HBASE-11218 Data loss in HBase standalone mode (Liu Shaohui) 2014-05-28 10:34:10 -07:00
Matteo Bertozzi ab896f05d1 HBASE-11220 Add listeners to ServerManager and AssignmentManager 2014-05-28 09:47:08 +01:00
Michael Stack ef995efb1a HBASE-8807 HBase MapReduce Job-Launch Documentation Misplaced (Misty Stanley-Jones) 2014-05-27 15:13:23 -07:00
Andrew Purtell d9739b9e3f HBASE-10692 The Multi TableMap job don't support the security HBase cluster (Liu Shaohui) 2014-05-27 10:59:40 -07:00
Michael Stack aa101ca97e HBASE-9149 javadoc cleanup of to reflect .META. rename to hbase:meta (Misty Stanley-Jones) 2014-05-27 10:36:55 -07:00
Michael Stack 00d550ca13 HBASE-11255 Negative request num in region load (Liu Shaohui) 2014-05-27 08:49:41 -07:00
Andrew Purtell 8e2a8cc0a8 HBASE-11096 stop method of Master and RegionServer coprocessor is not invoked (Qiang Tian) 2014-05-26 11:33:20 -07:00
Andrew Purtell 1f14726afb Amend HBASE-11251 Attempt grants during tests only when security is enabled 2014-05-26 11:04:11 -07:00
Ramkrishna 1ce333901e HBASE-11251-LoadTestTool should grant READ permission for the users that
are given READ access for specific cells (Ram)
2014-05-26 11:47:04 +05:30
Andrew Purtell be85f89cd4 Amend HBASE-9857 Blockcache prefetch option; add missing license header to correct file this time 2014-05-23 23:13:00 +00:00
Devaraj Das e9017586ca HBASE-11149. Addendum for fixing unit test 2014-05-23 15:42:07 -07:00
Nicolas Liochon 7ee058bc20 HBASE-11202 Cleanup on HRegion class 2014-05-23 19:37:40 +02:00
Nicolas Liochon 220037c465 HBASE-10573 Use Netty 4 - addendum 2014-05-23 19:34:49 +02:00
Nicolas Liochon 28adf60658 HBASE-11226 Document and increase the default value for hbase.hstore.flusher.count 2014-05-23 19:28:51 +02:00
Jesse Yates c61cb7fb55 HBASE-11048 Support setting custom priority per client RPC 2014-05-22 23:33:22 -07:00
Michael Stack 0b883059ea HBASE-11239 Forgot to svn add test that was part of HBASE-11171, TestCacheConfig 2014-05-22 23:10:25 -07:00
Michael Stack ea9e657694 HBASE-11229 Change block cache percentage metrics to be doubles rather than ints -- ADDENDUM to fix broke TestMetricsRegionServer 2014-05-22 22:35:39 -07:00
zjusch edae564856 HBASE-11234 FastDiffDeltaEncoder#getFirstKeyInBlock returns wrong result 2014-05-23 12:57:10 +08:00
Andrew Purtell 41691e469a HBASE-10831 IntegrationTestIngestWithACL is not setting up LoadTestTool correctly (Vandana Ayyalasomayajula) 2014-05-22 18:56:20 -07:00
Andrew Purtell fd94fcde58 HBASE-11211 LoadTestTool option for specifying number of regions per server 2014-05-22 18:49:14 -07:00
Andrew Purtell b168b8b2d5 HBASE-11149 Wire encryption is broken (Devaraj Das) 2014-05-22 18:46:29 -07:00
Enis Soztutar 9dcebc396b HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor - ADDENDUM to fix unit test 2014-05-22 18:27:42 -07:00
Michael Stack ea0731d60f HBASE-11108 Split ZKTable into interface and implementation (Mikhail Antononv) 2014-05-22 16:15:51 -07:00
Michael Stack c5d5a5d1bc HBASE-11108 Split ZKTable into interface and implementation (Mikhail Antononv) 2014-05-22 16:15:35 -07:00
Jimmy Xiang 26387cbf18 HBASE-11237 Bulk load initiated by user other than hbase fails 2014-05-22 15:27:34 -07:00
Lars Hofhansl dd9ac0c0ad HBASE-11212 Fix increment index in KeyValueSortReducer. (Gustavo Anatoly) 2014-05-22 11:54:30 -07:00
Michael Stack 46e53b089a HBASE-11229 Change block cache percentage metrics to be doubles rather than ints
In HBASE-8370 "Report data block cache hit rates apart from aggregate cache hit rates"
discussion highlights small changes in caching percentage can make for large
changes in cache contents; e.g. lots of data blocks may be getting evicited
but because meta blocks -- index and blooms -- are staying in cache with
high hit rates, a large data block eviction may show as a small change in
overall cache percentage (e.g. from 99.99 to 99.11).

Changes the getBlockCacheHitPercent from an int to a double.
Also changes name of the jmx metric blockCountHitPercent to be
blockCacheCountHitPercent instead.

May be incompatible change.
2014-05-22 11:37:50 -07:00
Enis Soztutar 92b2c86776 HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor 2014-05-22 11:22:57 -07:00