Commit Graph

9637 Commits

Author SHA1 Message Date
tedyu 06b386f254 HBASE-12268 Add support for Scan.setRowPrefixFilter to shell (Niels Basjes) 2015-01-06 11:17:52 -08:00
Ramkrishna 141b33a630 HBASE-12768 - Support enable cache_data_on_write in Shell while creating
table
2015-01-06 11:13:38 -08:00
Sean Busbey 59952c006d HBASE-12339 WALPerformanceEvaluation should have a log roller. 2015-01-06 08:37:16 -06:00
stack 6fcc8d7c3e HBASE-12771 TestFailFast#testFastFail failing (Manukranth Kolloju) 2015-01-05 21:17:51 -08:00
Lars Hofhansl e491f337f1 HBASE-12779 SplitTransaction: Add metrics. 2015-01-05 17:14:20 -08:00
Enis Soztutar 0de113e564 HBASE-12788 Promote Abortable to LimitedPrivate 2015-01-05 16:33:17 -08:00
tedyu 0311cc860c HBASE-12802 Remove unnecessary Table.flushCommits() (Solomon Duskis) 2015-01-05 15:55:10 -08:00
tedyu 071c3026f0 HBASE-12793 [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires (Esteban) 2015-01-05 15:06:28 -08:00
tedyu f9873622b8 HBASE-12785 Use FutureTask to timeout the attempt to get the lock for hbck 2015-01-05 14:10:48 -08:00
Enis Soztutar e7795007b0 HBASE-12799 ITAG fails with java.lang.RuntimeException if table does not exist 2015-01-05 11:18:58 -08:00
tedyu a14723b435 HBASE-12804 ImportTsv fails to delete partition files created by it (Ashish) 2015-01-05 09:29:36 -08:00
tedyu 173eba815b HBASE-12783 Revert - two tests in TestAssignmentManager fail 2015-01-03 06:57:46 -08:00
tedyu 44f392a0cc HBASE-12783 Addendum removes extraneous import 2015-01-02 21:01:16 -08:00
tedyu 633734a82d HBASE-12783 Create efficient RegionLocator implementation (Solomon Duskis) 2015-01-02 20:00:09 -08:00
Enis Soztutar ecbdc45d3d HBASE-12028 Abort the RegionServer, when it's handler threads die (Alicia Ying Shu) 2015-01-02 13:27:26 -08:00
Sean Busbey 3ddc44b907 HBASE-12719 test provider to remove just the hdfs interactions from fshlog.
* Adds a provider that takes a config to determine if we actually do syncs, appends, and file rolls.
  - required relaxing some members of FSHLog from private to protected.
* Fixes DisabledWALProvider so it can be used as hbase.wal.provider in the wal perf eval tool.
2014-12-31 16:40:46 -06:00
Jurriaan Mous 26749c347d HBASE-12761 On region jump ClientScanners should get next row start key instead of a skip.
Signed-off-by: stack <stack@apache.org>

Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java
2014-12-30 14:49:58 -08:00
stack 2ff16e532b HBASE-12270 A bug in the bucket cache, with cache blocks on write enabled (Liu Shaohui) 2014-12-30 14:43:54 -08:00
stack ad7d7f5977 HBASE-12740 Improve performance of TestHBaseFsck
Signed-off-by: stack <stack@apache.org>

    Conflicts:

        hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-30 14:32:16 -08:00
stack 1962d39bf6 HBASE-12772 TestPerColumnFamilyFlush failing -- ADDENDUM 2014-12-30 11:38:11 -08:00
tedyu 034b10733d HBASE-12607 TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0 2014-12-30 09:35:04 -08:00
tedyu bf94d64667 HBASE-12781 thrift2 listen port will bind always to the passed command line address (Pankaj Kumar) 2014-12-30 08:32:56 -08:00
Lars Hofhansl 6a7c619e1e HBASE-12776 SpliTransaction: Log number of files to be split. 2014-12-29 20:38:33 -08:00
xieliang 619f94f113 HBASE-12767 Fix a StoreFileScanner NPE in reverse scan flow 2014-12-30 11:56:43 +08:00
stack 8ff62d9cee HBASE-12772 TestPerColumnFamilyFlush failing 2014-12-29 15:45:23 -08:00
Elliott Clark 7527227ab9 HBASE-12429 Add port to ClusterManager's actions. 2014-12-29 10:23:01 -08:00
stack 0e39b8b9f7 HBASE-12762 Region with no hfiles will have the highest locality cost in LocalityCostFunction (cuijianwei) 2014-12-29 07:45:39 -08:00
tedyu 882f4c9761 HBASE-12716 A bug in RegionSplitter.UniformSplit algorithm (Weichen Ye) 2014-12-28 07:49:12 -08:00
stack 826bcf1bb9 HBASE-12641 Grant all permissions of hbase zookeeper node to hbase superuser in a secure cluster (Liu Shaohui)
Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
	hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
2014-12-27 21:15:21 -08:00
tedyu 978d90b557 HBASE-12764 TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table not available 2014-12-27 21:11:59 -08:00
stack feb71872a3 HBASE-12763 Make it so there must be WALs for a server to be marked dead 2014-12-27 13:10:13 -08:00
stack 3f1cb3e63b HBASE-12608 region_mover.rb does not log moving region count correctly when loading regions (cuijianwei) 2014-12-27 10:38:11 -08:00
Elliott Clark 3c8ac97c76 HBASE-12697 Don't use RegionLocationFinder if localityCost == 0 2014-12-26 11:13:35 -08:00
Jonathan M Hsieh 5425369327 HBASE-12749 Tighten HFileLink api to enable non-snapshot uses
Conflicts:
	hbase-
server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java

Also a minor change for TestUpgradeTo96 to replace constructor
2014-12-24 05:07:35 -08:00
Jonathan M Hsieh ac7ebdb179 HBASE-12735 Refactor TestAcidGuarantees so it can live as unit test and as an integration test 2014-12-23 17:32:39 -08:00
stack 4cb5d15b60 HBASE-12739 Avoid too large identifier of ZooKeeperWatcher (Liu Shaohui) 2014-12-23 12:21:05 -08:00
Jurriaan Mous 611ee0eb72 HBASE-12736 Let MetaScanner recycle a given Connection (Jurriaan Mous)
Signed-off-by: stack <stack@apache.org>

Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRestartCluster.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-23 10:59:18 -08:00
tedyu 59f93e2384 HBASE-12750 getRequestsCount() in ClusterStatus returns total number of request (Weichen Ye) 2014-12-23 10:26:49 -08:00
Jurriaan Mous 8eed26fc3c HBASE-12742
Signed-off-by: stack <stack@apache.org>
2014-12-23 10:15:00 -08:00
Enis Soztutar 9b401498f7 HBASE-12744 hbase-default.xml lists hbase.regionserver.global.memstore.size twice (Jerry He) 2014-12-22 18:24:34 -08:00
Jonathan M Hsieh 83cf07db66 HBASE-12709 [mvn] Add unit test excludes command line flag to the build 2014-12-22 17:09:39 -08:00
Devaraj Das 949982fc6e HBASE-12012. Improve cancellation for the scan RPCs (patch from master; had to resolve some conflicts) 2014-12-22 16:45:41 -08:00
stack fd232cc3b5 HBASE-12734 TestPerColumnFamilyFlush.testCompareStoreFileCount is flakey (zhangduo) 2014-12-22 08:57:09 -08:00
tedyu 84d4ad76ab HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous) 2014-12-22 08:33:51 -08:00
tedyu fbc852b680 HBASE-10201 Addendum fixes typo of putIfAbsent (Duo Zhang) 2014-12-21 07:23:41 -08:00
stack dfa22cc922 HBASE-12732 Log messages in FileLink#tryOpen are reversed (Tobi Vollebregt) 2014-12-19 17:48:15 -08:00
Enis Soztutar 85c386cdbb HBASE-12720 Make InternalScan LimitedPrivate (Vladimir Rodionov) 2014-12-19 13:59:19 -08:00
Enis Soztutar ec64415570 HBASE-12511 namespace permissions - add support from table creation privilege in a namespace 'C' (Huaiyu Zhu) 2014-12-19 13:05:12 -08:00
Andrew Purtell 7fff4b6cf9 HBASE-12724 Upgrade the interface audience of RegionScanner from Private to LimitedPrivate 2014-12-19 09:37:27 -08:00
Virag Kothari 29940c286e Revert "HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)"
This reverts commit f0e27b2f78.
2014-12-19 08:38:15 -08:00