Commit Graph

2712 Commits

Author SHA1 Message Date
Jimmy Xiang 9944c6031f HBASE-11328 testMoveRegion could fail 2014-06-11 11:28:01 -07:00
Ramkrishna eb1db5ac71 HBASE-11312:Minor refactoring of TestVisibilityLabels class(Srikanth via
Ram)
2014-06-11 18:15:30 +05:30
Michael Stack 2ab3b325ca HBASE-11320 Reenable bucket cache logging 2014-06-10 14:27:04 -07:00
Jimmy Xiang ee76225783 HBASE-11120 Addendum for fixing compilation error 2014-06-10 09:31:36 -07:00
Michael Stack 948b22f082 HBASE-11120 Update documentation about major compaction algorithm (Misty Stanley-Jones) + addendum fixing CompactionConfiguration 2014-06-09 20:48:56 -07:00
Michael Stack 5851a06412 HBASE-4089 blockCache contents report 2014-06-09 16:42:30 -07:00
Matteo Bertozzi 2087489662 HBASE-11311 Secure Bulk Load does not execute chmod 777 on the files 2014-06-09 22:30:19 +01:00
Matteo Bertozzi 548d5061c9 HBASE-8495 Change ownership of the directory to bulk load 2014-06-09 22:27:50 +01:00
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
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
Michael Stack 0b5b0faeb5 HBASE-11151 move tracing modules from hbase-server to hbase-common (Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594110 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 22:43:40 +00:00
Michael Stack 5732ee52bc HBASE-11140 LocalHBaseCluster should create ConsensusProvider per each server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594106 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 22:35:49 +00:00
mbertozzi bbde026ebc HBASE-11139 BoundedPriorityBlockingQueue#poll() should check the return value from awaitNanos() (Shengzhe Yao)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593854 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 20:36:50 +00:00
mbertozzi f00161be20 HBASE-11128 Add -target option to ExportSnapshot to export with a different name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593775 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 11:39:56 +00:00
mbertozzi a56a4c900e HBASE-11133 Add an option to skip snapshot verification after ExportSnapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593771 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 10:57:33 +00:00
mbertozzi 788b285e11 HBASE-8332 Add truncate as HMaster method
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593439 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 22:25:01 +00:00
mbertozzi 64675ef3c2 HBASE-11119 Update ExportSnapShot to optionally not use a tmp file on external file system (Ted Malaska)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593337 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 17:23:52 +00:00
Michael Stack 4325d15edf HBASE-11092 Server interface should have method getConsensusProvider()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593183 13f79535-47bb-0310-9956-ffa450edef68
2014-05-08 05:32:31 +00:00
mbertozzi a669c765f7 HBASE-7987 Snapshot Manifest file instead of multiple empty files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593139 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 21:28:12 +00:00
mbertozzi de98955c16 HBASE-10993 Deprioritize long-running scanners
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593137 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 21:05:04 +00:00
anoopsamjohn 4a7cc45f8a HBASE-11117 [AccessController] checkAndPut/Delete hook should check only Read permission. (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1592940 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 05:28:06 +00:00
Zhihong Yu 4b2a4d10de HBASE-10926 Use global procedure to flush table memstore cache (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1592368 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 16:12:32 +00:00
Enis Soztutar 1b7b4b8998 HBASE-9445 Snapshots should create column family dirs for empty regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591981 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 17:32:05 +00:00
Andrew Kyle Purtell 86464360f8 HBASE-11077 [AccessController] Restore compatible early-out access denial
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591524 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 01:04:36 +00:00
Michael Stack c1d32df547 HBASE-10925 Do not OOME, throw RowTooBigException instead (Mikhail Antonov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591154 13f79535-47bb-0310-9956-ffa450edef68
2014-04-30 00:08:39 +00:00
Zhihong Yu 58e36777b4 HBASE-10611 Description for hbase:acl table is wrong on master-status#catalogTables (Rekha Joshi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591070 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 19:48:25 +00:00
Jonathan Hsieh 3e3b9a2f65 HBASE-5697 Audit HBase for usage of deprecated hadoop 0.20.x, 1.x property names (Srikanth Srungarapu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591045 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 18:19:37 +00:00
ndimiduk 0e367e91e3 HBASE-11086 Add htrace support for PerfEval
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591001 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 15:00:18 +00:00
ndimiduk 63bdc72447 HBASE-11082 Potential unclosed TraceScope in FSHLog#replaceWriter()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590997 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 14:51:26 +00:00
Michael Stack a825ca179b HBASE-10997 Add a modulo argument to PE to constrain the key range; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590864 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 04:38:10 +00:00
ramkrishna d77f9291cb HBASE-11053 - Change DeleteTracker APIs to work with Cell (Javadoc addendum)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590553 13f79535-47bb-0310-9956-ffa450edef68
2014-04-28 04:36:14 +00:00
Zhihong Yu d2c2792729 HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590291 13f79535-47bb-0310-9956-ffa450edef68
2014-04-26 20:15:14 +00:00
ramkrishna 6d291a55b4 HBASE-11054-Create new hook in StoreScanner to help user creating his own delete tracker (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590220 13f79535-47bb-0310-9956-ffa450edef68
2014-04-26 08:24:56 +00:00
ndimiduk 833fa82041 HBASE-9953 PerformanceEvaluation: Decouple data size from client concurrency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590216 13f79535-47bb-0310-9956-ffa450edef68
2014-04-26 05:35:24 +00:00
Andrew Kyle Purtell 071b916775 HBASE-10918 [VisibilityController] System table backed ScanLabelGenerator
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590180 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 22:44:52 +00:00
Michael Stack fe298e08d3 HBASE-11081 Trunk Master won't start; looking for Constructor that takes conf only
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590154 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 21:31:42 +00:00
Jean-Daniel Cryans dcae5488cd HBASE-10958 [dataloss] Bulk loading with seqids can prevent some log entries from being replayed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590144 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 21:03:11 +00:00
Jean-Daniel Cryans e1a767105d HBASE-11008 Align bulk load, flush, and compact to require Action.CREATE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590124 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 20:00:21 +00:00
Michael Stack 6a127224e6 HBASE-11074 Have PE emit histogram stats as it runs rather than dump once at end of test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590085 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 17:17:25 +00:00
jxiang c028d6ca4f HBASE-10873 Control number of regions assigned to backup masters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590078 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 16:25:25 +00:00
ndimiduk 15cd44e443 HBASE-11038 Filtered scans can bypass metrics collection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590067 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 16:00:29 +00:00
ramkrishna 0b64b9288f HBASE-11053- Change DeleteTracker APIs to work with Cell (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589963 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 09:43:05 +00:00
Andrew Kyle Purtell 1021af6aef HBASE-11049 HBase WALPlayer needs to add credentials to job to play to table (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589886 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 21:32:12 +00:00
ndimiduk dcd070dc0e HBASE-11004 Extend traces through FSHLog#sync
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589762 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 15:01:26 +00:00
nkeywal f95402a099 HBASE-11055 Extends the sampling size
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589733 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 14:06:17 +00:00
anoopsamjohn 26db1dc318 HBASE-10970 [AccessController] Issues with covering cell permission checks. (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589593 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 05:46:02 +00:00
ramkrishna b733180663 HBASE-10929 - Addendum that extracts out qualifierOffset, qualifierLength and timestamp
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589590 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 05:24:49 +00:00
Michael Stack ece91da0d2 HBASE-11025 Infrastructure for pluggable consensus service (Mikhail Antonov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589538 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 22:58:51 +00:00
Michael Stack d5db1fb545 HBASE-11025 Infrastructure for pluggable consensus service (Mikhail Antonov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589537 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 22:58:23 +00:00
anoopsamjohn 6a89699f9c HBASE-10916 [VisibilityController] Stackable ScanLabelGenerators.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589461 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 17:37:53 +00:00
ramkrishna 43b9435dcb HBASE-11026-Provide option to filter out all rows in PerformanceEvaluation tool (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589447 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 16:13:20 +00:00
jxiang 891b9f6a20 HBASE-11047 Remove TimeoutMontior
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589439 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 15:37:26 +00:00
ndimiduk 73a0b7ad3c HBASE-10950 Add a configuration point for MaxVersion of Column Family (Enoch Hsu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589336 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 04:09:14 +00:00
sershe ea4de9d124 HBASE-10141 instead of putting expired store files thru compaction, just archive them
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589332 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 02:34:25 +00:00
Zhihong Yu b55ff6d5af HBASE-11050 Replace empty catch block in TestHLog#testFailedToCreateHLogIfParentRenamed with @Test(expected=) (Gustavo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589331 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 02:16:00 +00:00
Andrew Kyle Purtell 4bf297b2d9 HBASE-10952 [REST] Let the user turn off block caching if desired
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589318 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 00:03:06 +00:00
Andrew Kyle Purtell ff916906a3 HBASE-10884 [REST] Do not disable block caching when scanning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589308 13f79535-47bb-0310-9956-ffa450edef68
2014-04-22 23:36:13 +00:00
nkeywal f06591f9c0 HBASE-11000 Add autoflush option to PerformanceEvaluation - addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589162 13f79535-47bb-0310-9956-ffa450edef68
2014-04-22 15:14:17 +00:00
nkeywal 5cf62f550f HBASE-11028 FSLog: Avoid an extra sync if the current transaction is already sync'd
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589158 13f79535-47bb-0310-9956-ffa450edef68
2014-04-22 15:04:32 +00:00
ramkrishna 2513370c3e HBASE-10929-Change ScanQueryMatcher to use Cells instead of KeyValue.(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589018 13f79535-47bb-0310-9956-ffa450edef68
2014-04-22 03:58:41 +00:00
Zhihong Yu 3108c9a014 HBASE-11032 Replace deprecated methods in FileSystem with their replacements (Gustavo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588979 13f79535-47bb-0310-9956-ffa450edef68
2014-04-21 20:46:52 +00:00
Zhihong Yu 3511399ca7 HBASE-10948 Fix hbase table file 'x' mode (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588718 13f79535-47bb-0310-9956-ffa450edef68
2014-04-20 05:31:19 +00:00
Zhihong Yu a262b2424e HBASE-11031 Revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588627 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 09:11:02 +00:00
larsh e542dac2a8 HBASE-11030 HBaseTestingUtility.getMiniHBaseCluster should be able to return null.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588613 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 05:28:47 +00:00
larsh b80a597997 HBASE-11037 Race condition in TestZKBasedOpenCloseRegion.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588610 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 05:21:43 +00:00
Zhihong Yu 25c7577573 HBASE-11031 Some HTable's are not closed in TestLogRolling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588587 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 22:43:09 +00:00
Enis Soztutar b1afd6e117 HBASE-10934 Provide Admin interface to abstract HBaseAdmin (Contributed by Carter)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588528 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 17:40:38 +00:00
mbertozzi 996ce5211c HBASE-11011 Avoid extra getFileStatus() calls on Region startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588517 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 17:15:58 +00:00
Zhihong Yu 0045b86b78 HBASE-11019 incCount() method should be properly stubbed in HConnectionTestingUtility#getMockedConnectionAndDecorate()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588396 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 01:01:11 +00:00
Zhihong Yu 39fb144f17 HBASE-11012 InputStream is not properly closed in two methods of JarFinder
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588375 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 21:33:24 +00:00
Michael Stack 6c643e2031 HBASE-11009 We sync every hbase:meta table write twice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588329 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 18:12:28 +00:00
Zhihong Yu 2c5f834a51 HBASE-11005 Remove dead code in HalfStoreFileReader#getScanner#seekBefore() (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588295 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 16:04:59 +00:00
larsh bdef332044 HBASE-11010 TestChangingEncoding is unnecessarily slow.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588129 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 04:08:20 +00:00
nkeywal b4ad3d27d2 HBASE-11000 Add autoflush option to PerformanceEvaluation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588069 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 20:51:05 +00:00
Zhihong Yu d177b9b9a2 HBASE-10995 Fix resource leak related to unclosed HBaseAdmin
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587966 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 16:35:56 +00:00