Nicolas Liochon
28adf60658
HBASE-11226 Document and increase the default value for hbase.hstore.flusher.count
2014-05-23 19:28:51 +02:00
Ramkrishna
8e13fea268
Merge remote-tracking branch 'origin/master'
2014-05-23 16:35:11 +05:30
Ramkrishna
f36b42b9e9
HBASE-10801-Ensure DBE interfaces can work with Cell (Ram)
2014-05-23 16:33:11 +05:30
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
Michael Stack
33f842855a
Fix formatting error in developer
2014-05-22 15:33:20 -07:00
Jimmy Xiang
26387cbf18
HBASE-11237 Bulk load initiated by user other than hbase fails
2014-05-22 15:27:34 -07:00
Michael Stack
3054c3b9b8
Add in note on how to proceed committing patches now we are up on new GIT context -- fix formatting problem
2014-05-22 14:25:08 -07:00
Michael Stack
35e3b9c31a
Add in note on how to proceed committing patches now we are up on new GIT context
2014-05-22 14:17:19 -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
Michael Stack
98de4b04ff
Update references to svn to instead reference git now we have migrated; fix a formatting error
2014-05-22 11:25:25 -07:00
Enis Soztutar
92b2c86776
HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor
2014-05-22 11:22:57 -07:00
Michael Stack
75d1431a28
Update references to svn to instead reference git now we have migrated
2014-05-22 11:02:47 -07:00
Andrew Purtell
264725d592
Amend HBASE-9857 Blockcache prefetch option; add missing license header
2014-05-22 10:31:31 -07:00
Michael Stack
624e34a2a5
Update pom scm section to refer to apache git instead of apache svn now we migrated, INFRA-7768
2014-05-22 10:27:27 -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
tedyu
c45ffa4986
HBASE-11016 Remove Filter#filterRow(List)
2014-05-22 04:32:14 +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
Michael Stack
f980d27472
HBASE-11155 Fix Validation Errors in Ref Guide (Misty Stanley-Jones)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596110 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 04:36:49 +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
6c7af961fa
HBASE-6506 Setting CACHE_BLOCKS to false in an hbase shell scan doesn't work
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595937 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 15:50:35 +00:00
Zhihong Yu
b21e717654
HBASE-11166 Categorize tests in hbase-prefix-tree module (Rekha Joshi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595540 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 20:36:33 +00:00
Jonathan Hsieh
7261fd8d76
HBASE-6990 ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595409 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 01:32:22 +00:00
Jonathan Hsieh
675e004cf1
HBASE-6990 pretty print TTL (Esteban Gutierrez)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595396 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 00:32:26 +00:00
Jonathan Hsieh
63292dd6c2
HBASE-11168 [docs] Remove references to Rowlocks in post-0.96 docs.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595394 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 00:19:18 +00:00
Jonathan Hsieh
a5cbd502bb
HBASE-11169 nit: fix incorrect javadoc in OrderedBytes about BlobVar and BlobCopy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595389 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 23:42:57 +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
3f0f2a2bfe
HBASE-11190 Fix easy typos in documentation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595318 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 19:26:40 +00:00
Michael Stack
ccf33cdb42
HBASE-11076 Update refguide on getting 0.94.x to run on hadoop 2.2.0+ (Gustavo Anatoly)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595269 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 17:12:26 +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