Commit Graph

2577 Commits

Author SHA1 Message Date
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
Andrew Purtell 264725d592 Amend HBASE-9857 Blockcache prefetch option; add missing license header 2014-05-22 10:31:31 -07:00
Andrew Purtell 58818496da HBASE-9857 Blockcache prefetch option 2014-05-22 10:17:39 -07:00
anoopsjohn 53513dcb45 HBASE-10835 DBE encode path improvements.(Anoop) 2014-05-22 11:59:52 +05:30
tedyu cb1428ddca HBASE-11219 HRegionServer#createRegionLoad() should reuse RegionLoad.Builder instance when called in a loop 2014-05-22 04:40:47 +00:00
Michael Stack 4053868e72 HBASE-11203 Clean up javadoc and findbugs warnings in trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596383 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 20:12:41 +00:00
Zhihong Yu ffc7215a50 HBASE-10417 index is not incremented in PutSortReducer#reduce() (Gustavo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596381 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 19:54:17 +00:00
Zhihong Yu 71c1d02f02 HBASE-11104 IntegrationTestImportTsv#testRunFromOutputCommitter misses credential initialization (Vandana)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596277 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 14:51:00 +00:00
nkeywal b6646596c6 HBASE-10573 Use Netty 4
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596192 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 10:57:11 +00:00
mbertozzi 8a420c52ac HBASE-11186 Improve TestExportSnapshot verifications
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596172 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 09:55:10 +00:00
mbertozzi 0ea99974fe HBASE-11185 Parallelize Snapshot operations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596168 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 09:47:01 +00:00
Zhihong Yu 4d07aa5f1c HBASE-11090 Backport HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595947 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 16:17:53 +00:00
Michael Stack 021bdae697 HBASE-11007 BLOCKCACHE in schema descriptor seems not aptly named
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 15:53:06 +00:00
Michael Stack a5f6c55edd HBASE-11171 More doc improvements on block cache options -- ADDENDUM TO FIX JAVADOC WARNINGS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595369 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 22:22:28 +00:00
Zhihong Yu 622d55c1b2 HBASE-11189 Subprocedure should be marked as complete upon failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595357 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 21:29:41 +00:00
Michael Stack b42fd10a32 HBASE-11171 More doc improvements on block cache options
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595267 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 17:10:12 +00:00
anoopsamjohn 247eadc582 HBASE-11167 Avoid usage of java.rmi package Exception in MemStore. (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595100 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 04:13:14 +00:00
ndimiduk 4c8510f852 HBASE-11137 Add mapred.TableSnapshotInputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594982 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 17:00:37 +00:00
mbertozzi 712ce70e2e HBASE-11134 Add a -list-snapshots option to SnapshotInfo
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594854 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 10:34:38 +00:00
ndimiduk 54834e87a8 HBASE-11112 PerformanceEvaluation should document --multiGet option on its printUsage (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594757 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 01:47:02 +00:00
nkeywal 19f6522e10 HBASE-11098 Improve documentation around our blockcache options - addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594640 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 16:59:31 +00:00
Jean-Daniel Cryans 6b1c419445 HBASE-10251 Restore API Compat for PerformanceEvaluation.generateValue() (Dima Spivak via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594637 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 16:51:00 +00:00
larsh 9be1c51427 HBASE-11143 Improve replication metrics.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594468 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 06:15:01 +00:00
Michael Stack 01f6b9540b HBASE-11098 Improve documentation around our blockcache options
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594413 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 22:55:59 +00:00
Michael Stack 76322859a4 HBASE-11135 addendum fixing comments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594366 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 20:11:50 +00:00
Michael Stack 3fde3c238f HBASE-11135 Change region sequenceid generation so happens earlier in the append cycle rather than just before added to file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594345 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 19:36:32 +00:00
liangxie e1d16e9892 Amend HBASE-10561 Forward port: HBASE-10212 New rpc metric: number of active handler
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594126 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 05:06:14 +00:00
liangxie 5be2766ef4 HBASE-10561 Forward port: HBASE-10212 New rpc metric: number of active handler
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594117 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 03:05:45 +00:00