Commit Graph

9752 Commits

Author SHA1 Message Date
Enis Soztutar 8470936d76 HBASE-12835 HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore 2015-01-12 16:21:04 -08:00
Enis Soztutar 54f5129da8 HBASE-12832 Describe table from shell no longer shows Table's attributes, only CF attributes (Srikanth Srungarapu) 2015-01-12 14:01:10 -08:00
Rajeshbabu Chintaguntla f4e0cbc26c HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down(Rajeshbabu) 2015-01-12 07:04:26 +05:30
tedyu 9b8f59cdf9 HBASE-12798 Map Reduce jobs should not create Tables in setConf() (Solomon Duskis) 2015-01-11 09:22:12 -08:00
tedyu b421498ce6 HBASE-12834 Promote ScanType to LimitedPrivate 2015-01-09 15:36:58 -08:00
Nick Dimiduk 2ecb4b1b34 HBASE-12825 CallRunner exception messages should include destination host:port 2015-01-08 18:40:28 -08:00
Enis Soztutar 4581d54cf7 HBASE-12824 CompressionTest fails with org.apache.hadoop.hbase.io.hfile.AbstractHFileReader: Not seeked to a key/value 2015-01-08 15:57:14 -08:00
Nick Dimiduk 240ef12358 HBASE-12071 Separate out thread pool for Master <-> RegionServer communication (Stephen Yuan Jiang) 2015-01-08 14:11:32 -08:00
tedyu e0f706999a HBASE-12811 [AccessController] NPE while scanning a table with user not having READ permission on the namespace (Ashish) 2015-01-08 09:05:55 -08:00
tedyu 165bbb9e8d HBASE-12819 ExportSnapshot doesn't close FileSystem instances 2015-01-08 08:52:13 -08:00
tedyu 29ec882a5e HBASE-12817 Data missing while scanning using PREFIX_TREE data block encoding (Duo Zhang) 2015-01-07 19:32:17 -08:00
tedyu 2c4fe03e6a HBASE-12783 Create efficient RegionLocator implementation (Solomon) 2015-01-07 11:10:24 -08:00
Virag Kothari 46f993b19f HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula) 2015-01-07 10:58:32 -08:00
tedyu c951238304 HBASE-10528 Addendum fixes TestRegionStates compilation 2015-01-06 13:35:12 -08:00
tedyu c5b0a1b8a0 HBASE-10528 DefaultBalancer selects plans to move regions onto draining nodes (Churro Morales) 2015-01-06 12:34:07 -08:00
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