Commit Graph

4311 Commits

Author SHA1 Message Date
stack 2288742c10 HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; REMOVED TestWALSplitCompressed and TestWALSplit 2015-10-28 21:59:18 -07:00
stack 273beceae2 HBASE-14710 Add category-based timeouts to MR tests 2015-10-28 16:35:41 -07:00
stack 4b018d2a39 HBASE-14701 Fix flakey Failed tests: TestMobFlushSnapshotFromClient>TestFlushSnapshotFromClient.testSkipFlushTableSnapshot:199 null; DISABLING 2015-10-28 10:56:37 -07:00
ramkrishna 51538c5ff8 HBASE-14660 AssertionError found when using offheap BucketCache with
assertion enabled (ram)
2015-10-28 15:20:41 +05:30
ramkrishna bae94ca972 HBASE-14529 - Addendum to avoid SIGHUP call for WINDOWS OS 2015-10-28 11:52:20 +05:30
tedyu 210c3dd937 HBASE-12769 Replication fails to delete all corresponding zk nodes when peer is removed (Jianwei Cui) 2015-10-27 19:40:40 -07:00
Misty Stanley-Jones e24d03b10c HBASE-14695 Fix some easy HTML warnings and bad links 2015-10-28 12:12:40 +10:00
Andrew Purtell 939697b415 HBASE-13014 Java Tool For Region Moving (Abhishek Singh Chouhan) 2015-10-27 22:46:15 +00:00
Enis Soztutar d5d81d675a HBASE-14674 Rpc handler / task monitoring seems to be broken after 0.98 (Heng Chen) 2015-10-27 14:59:29 -07:00
Enis Soztutar 16ff57bea9 HBASE-14680 Two configs for snapshot timeout and better defaults (Heng Chen) 2015-10-27 14:01:01 -07:00
Matteo Bertozzi c91bfff586 HBASE-14688 Cleanup MOB tests 2015-10-27 11:37:39 -07:00
tedyu e04e7402cd HBASE-14655 Addendum passes User to store#compact() 2015-10-27 11:17:30 -07:00
anoopsjohn 4269c7fe69 HBASE-14257 Periodic flusher only handles hbase:meta, not other system tables. (Abhishek) 2015-10-27 11:52:03 +05:30
stack ac746e0905 HBASE-14702 TestZKProcedureControllers.testZKCoordinatorControllerWithSingleMemberCohort is a flakey 2015-10-26 22:35:22 -07:00
stack 496d20cfca HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADDENDUM 2015-10-26 20:21:01 -07:00
Ben Lau 5c56e239c3 HBASE-14283 Reverse scan doesn’t work with HFile inline index/bloom blocks
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-10-26 15:12:21 -07:00
Andrew Purtell efb82957da HBASE-13318 RpcServer.getListenerAddress should handle when the accept channel is closed 2015-10-26 15:11:12 -07:00
stack 928dade1da HBASE-14661 RegionServer link is not opening, in HBase Table page (Y. SREENIVASULU REDDY) 2015-10-26 14:57:28 -07:00
stack d0944f8219 HBASE-14698 Set category timeouts on TestScanner and TestNamespaceAuditor; ADDENDUM 2015-10-26 13:28:41 -07:00
stack 0f6ec611e6 HBASE-14698 Set category timeouts on TestScanner and TestNamespaceAuditor 2015-10-26 13:05:58 -07:00
Enis Soztutar 4c04e8065f HBASE-14689 Addendum and unit test for HBASE-13471 2015-10-26 11:56:51 -07:00
stack 899857609c HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests; REAPPLY 2015-10-26 08:40:32 -07:00
stack 46c646d615 HBASE-14648 Reenable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication (Heng Chen) 2015-10-24 20:55:47 -07:00
tedyu 95978477f8 HBASE-14624 BucketCache.freeBlock is too expensive 2015-10-24 18:45:21 -07:00
stack f8528f66ec HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix; ADDENDUM added TestMobSnapshotCloneIndependence to removed set of dodgy tests 2015-10-24 17:42:16 -07:00
stack 996866d3ae HBASE-14266 RegionServers have a lock contention of Configuration.getProps 2015-10-24 14:43:53 -07:00
stack df36aef23c HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix; ADDENDUM added TestSnapshotCloneIndependence to removed set of dodgy tests 2015-10-24 14:26:39 -07:00
stack 80a6fd01a1 HBASE-14676 HBaseTestCase clean out: Purge Incommon Interface and Table and Region implementations: ADDENDUM -- forgot to add file 2015-10-24 11:09:18 -07:00
Elliott Clark 9925e9a182 HBASE-14690 Fix css so there's no left/right scroll bar 2015-10-24 10:27:12 -07:00
stack 604ff56ef3 HBASE-14676 HBaseTestCase clean out: Purge Incommon Interface and Table and Region implementations 2015-10-24 10:20:52 -07:00
Elliott Clark caae3b2e5f HBASE-14683 Fix Batching in buffered mutator is awful when adding lists of mutations.
Summary: Send the list of mutations to AsyncProcess only after done adding the list otherwise there's a lot of contention

Test Plan: UnitTests.

Differential Revision: https://reviews.facebook.net/D49251
2015-10-24 10:05:39 -07:00
stack f9efeaad1d Revert "HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests (Heng Chen)"
This reverts commit ef7f8467af.
2015-10-24 10:00:27 -07:00
Jonathan M Hsieh 418c4422f7 HBASE-14670 Remove deprecated HBaseTestCase from TestBlocksRead 2015-10-24 05:35:00 -07:00
Lars George 6875e6d4d4 HBASE-14343 Fix debug message in SimpleRegionNormalizer for small regions (Lars Francke) 2015-10-24 11:19:32 +02:00
tedyu 8b7796b0b6 HBASE-14655 Narrow the scope of doAs() calls to region observer notifications for compaction 2015-10-23 14:48:04 -07:00
Ashish Singhi f34011860e HBASE-14685 Procedure Id is not set for MasterRpcServices#modifyTable
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-10-23 11:37:10 -07:00
stack ef7f8467af HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests (Heng Chen) 2015-10-23 11:29:48 -07:00
stack 129c48430e HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix 2015-10-22 17:01:58 -07:00
stack c21e8ed1d8 HBASE-14657 Remove unneeded API from EncodedSeeker (Heng Chen) 2015-10-22 14:20:28 -07:00
Ashish Singhi 467bc098a9 HBASE-13538 Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-10-22 13:12:35 -07:00
stack 93023f544b HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs 2015-10-22 12:31:04 -07:00
Matteo Bertozzi 619a240ebd HBASE-14667 HBaseFsck constructors have diverged 2015-10-22 09:28:33 -07:00
Matteo Bertozzi 36a196722c HBASE-14669 remove unused import and fix javadoc 2015-10-22 09:25:26 -07:00
stack ab677a19fc HBASE-14663 HStore::close does not honor config hbase.rs.evictblocksonclose (Vladimir Rodionov) 2015-10-21 21:57:41 -07:00
Jonathan M Hsieh f9df3e9229 HBASE-14671 Remove deprecated HBaseTestCase/Put/Delete apis from TestGetClosestAtOrBefore 2015-10-21 21:56:54 -07:00
stack 81e2aba1f9 HBASE-14662 Fix NPE in HFileOutputFormat2 (Heng Chen) 2015-10-21 21:48:47 -07:00
Jonathan M Hsieh 5363f371bb HBASE-14666 Remove deprecated HBaseTestingUtility#deleteTable(...) methods 2015-10-21 21:34:23 -07:00
Jonathan M Hsieh 7b73899e95 HBASE-14665 Remove deprecated HBaseTestingUtility#createTable methods 2015-10-21 21:28:27 -07:00
Jonathan M Hsieh 39521068e8 HBASE-14668 Remove deprecated HBaseTestCase dependency from TestHFile 2015-10-21 21:04:11 -07:00
stack b3afdb8de1 HBASE-14427 Fix 'should' assertions in TestFastFail (Abhishek Singh Chouhan) 2015-10-21 09:53:27 -07:00
ramkrishna 6e3b7af0ef HBASE-14643 - Avoid Splits from once again opening a closed reader for
fetching the first and last key (Heng Chen)
2015-10-21 10:12:38 +05:30
Elliott Clark 5a5b854c2a HBASE-14633 Try fluid width UI 2015-10-20 17:45:47 -07:00
stack a532ed73d8 HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent; ADDENDUM 2015-10-20 12:19:10 -07:00
tedyu 6046596403 HBASE-14604 Improve MoveCostFunction in StochasticLoadBalancer (Guanghao Zhang) 2015-10-20 02:35:40 -07:00
anoopsjohn c9523a569d HBASE-14636 Clear HFileScannerImpl#prevBlocks in between Compaction flow. 2015-10-20 13:06:09 +05:30
stack c1f0442045 HBASE-14647 Disable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication 2015-10-19 10:39:09 -07:00
stack ea0cf399b4 HBASE-14646 Move TestCellACLs from medium to large category 2015-10-19 10:34:55 -07:00
Matteo Bertozzi fb583dd1ea HBASE-14541 TestHFileOutputFormat.testMRIncrementalLoadWithSplit failed due to too many splits and few retries 2015-10-19 09:22:59 -07:00
tedyu 57fea77074 HBASE-14631 Region merge request should be audited with request user through proper scope of doAs() calls to region observer notifications 2015-10-19 08:41:16 -07:00
stack f1b6355fc5 HBASE-14642 Disable flakey TestMultiParallel#testActiveThreadsCount 2015-10-18 20:17:01 -07:00
stack 71b38d60bb HBASE-14637 Loosen TestChoreService assert AND have TestDataBlockEncoders do less work (and add timeouts) 2015-10-17 16:14:45 -07:00
stack d9ee191318 HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent 2015-10-16 21:14:49 -07:00
Ashu Pachauri 6774f223a4 HBASE-14621 ReplicationLogCleaner stuck on RS crash.
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-10-16 15:26:02 -07:00
Elliott Clark 0ed8b0e5d5 HBASE-14597 Fix Groups cache in multi-threaded env 2015-10-16 15:15:26 -07:00
tedyu 4321b63f6f HBASE-14605 Split fails due to 'No valid credentials' error when SecureBulkLoadEndpoint#start tries to access hdfs 2015-10-16 02:18:47 -07:00
Nicolas Liochon e7defd7d9a HBASE-14521 Unify the semantic of hbase.client.retries.number (Yu Li) 2015-10-15 10:42:40 +02:00
stack d6f3dae7e7 HBASE-14608 testWalRollOnLowReplication has some risk to assert failed after HBASE-14600 (Heng Chen) 2015-10-14 23:02:17 -07:00
stack 58e3e96dbd HBASE-14600 Make #testWalRollOnLowReplication looser still; ADDENDUM 2015-10-14 17:46:41 -07:00
stack 658d25af25 HBASE-14570 Split TestHBaseFsck in order to help with hanging tests: ADDENDUM ADDING LICENSE 2015-10-14 17:02:46 -07:00
tedyu 8c69b0f751 HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser) 2015-10-14 14:17:36 -07:00
Elliott Clark fbd2ed2e02 HBASE-14570 Split TestHBaseFsck in order to help with hanging tests 2015-10-14 16:57:41 -04:00
stack 94ce2ed2f9 HBASE-14606 TestSecureLoadIncrementalHFiles tests timed out in trunk build on apache 2015-10-14 09:29:20 -07:00
stack 4850757386 HBASE-14569 Disable hanging test TestNamespaceAuditor 2015-10-13 23:42:29 -07:00
Liu Shaohui 0e41dc18c0 HBASE-14591 Region with reference hfile may split after a forced split in IncreasingToUpperBoundRegionSplitPolicy 2015-10-14 10:14:50 +08:00
stack e6a271a4fb HBASE-14596 TestCellACLs failing... on1.2 builds; FIX 2015-10-13 17:14:12 -07:00
stack 1458798eb5 HBASE-14600 Make #testWalRollOnLowReplication looser still 2015-10-13 15:50:28 -07:00
stack 874437cc58 HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP -- ADD DEBUG INFO 2015-10-13 13:33:35 -07:00
Nicolas Liochon 657078b353 HBASE-14580 Make the HBaseMiniCluster compliant with Kerberos 2015-10-13 11:33:40 +02:00
stack a45cb72ef2 HBASE-14588 Stop accessing test resources from within src folder (Andrew Wang) 2015-10-12 23:10:06 -07:00
stack 2428c5f467 HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP 2015-10-12 22:50:48 -07:00
Enis Soztutar 2ff6d0fe47 HBASE-14501 NPE in replication with TDE 2015-10-12 20:37:34 -07:00
stack df9ff9f1e9 HBASE-14587 Attach a test-sources.jar for hbase-server (Andrew Wang) 2015-10-12 13:59:56 -07:00
Elliott Clark 6db1134cb7 HBASE-14211 Add more rigorous integration tests of splits
Summary:
Intgration tests don't currently have a lot of splits going on while there is IO.
This changes that by changing the split aglorithm and the max region hfile size. That should make things split more.

Additionally this allows ITBLL to start with just one region if hbase.test.pre-split-table is False.

Test Plan: Test on a cluster with ITBLL slow determinitic monkey and stress am monkey.

Differential Revision: https://reviews.facebook.net/D44181
2015-10-12 13:25:15 -07:00
stack 1aab391424 HBASE-14582 Regionserver status webpage bucketcache list can become huge 2015-10-12 12:45:40 -07:00
Elliott Clark 4d1d88aa15 HBASE-14585 Clean up TestSnapshotCloneIndependence 2015-10-12 11:21:59 -07:00
stack 587f5bc11f HBASE-14567 Tuneup hanging test TestMobCompactor and TestMobSweeper; ADDENDUM (jingcheng du) 2015-10-10 13:31:17 -07:00
tedyu f135912912 HBASE-14578 URISyntaxException during snapshot restore for table with user defined namespace (Pankaj Kumar) 2015-10-10 01:50:56 -07:00
anoopsjohn 4969879df5 HBASE-14366 NPE in case visibility expression is not present in labels table during importtsv run. (Bhupendra) 2015-10-10 12:04:47 +05:30
stack 2e593a9d38 HBASE-13858 RS/MasterDumpServlet dumps threads before its “Stacks” header 2015-10-09 15:46:22 -07:00
stack 445dbd8a0e HBASE-14517 Show regionserver's version in master status page (Liu Shaohui) 2015-10-09 15:06:39 -07:00
stack 2e8e32f746 HBASE-14567 Disable hanging test TestMobCompactor and TestMobSweeper 2015-10-09 14:37:11 -07:00
anoopsjohn 79607bd9f8 HBASE-14525 Append and increment operation throws NullPointerException on non-existing column families.(Abhishek) 2015-10-09 20:52:42 +05:30
Elliott Clark a77f830198 HBASE-14529 Respond to SIGHUP to reload config
Summary: Add a signal handler to reload the config.

Test Plan: Send the command and see that configs get reloaded.

Differential Revision: https://reviews.facebook.net/D47877
2015-10-08 16:38:18 -07:00
tedyu c8e280ec88 HBASE-14565 Make ZK connection timeout configurable in MiniZooKeeperCluster 2015-10-08 14:35:38 -07:00
stack 12cc2005c1 HBASE-14574 TableOutputFormat#getRecordWriter javadoc misleads 2015-10-08 13:02:59 -07:00
Nick Dimiduk 7e30436e3f HBASE-12911 Client-side metrics 2015-10-07 17:01:56 -07:00
stack d80c7e95ec HBASE-14572 TestImportExport#testImport94Table can't find its src data file 2015-10-06 23:28:13 -07:00
stack 298721b259 HBASE-14502 Purge use of jmock and remove as dependency (Gabor Liptak) 2015-10-06 23:09:50 -07:00
stack 406cb58acd HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then fails 2015-10-06 22:49:22 -07:00
stack 0ea1f81227 HBASE-14436 HTableDescriptor#addCoprocessor will always make RegionCoprocessorHost create new Configuration 2015-10-06 14:00:20 -07:00
stack 8fcc815504 HBASE-14563 Disable zombie TestHFileOutputFormat2 2015-10-06 13:37:10 -07:00
tedyu 23079c02bf HBASE-14520 Optimize the number of calls for tags creation in bulk load (Bhupendra Kumar Jain) 2015-10-06 06:43:30 -07:00
Stephen Yuan Jiang ed4c734b15 HBASE-14432 Procedure V2 - enforce ACL on procedure admin tasks (Stephen Yuan Jiang 2015-10-05 20:07:21 -07:00
Elliott Clark 39042b6a07 HBASE-14555 Fix Deadlock in MVCC branch-1.2 toString() 2015-10-05 17:50:22 -07:00
Matteo Bertozzi dd955fa417 HBASE-14547 Add more debug/trace to zk-procedure 2015-10-04 20:55:31 -07:00
Mikhail Antonov 19045a5ea7 HBASE-14367 Add normalization support to shell 2015-10-04 00:29:39 -07:00
stack c5a9895ada HBASE-14545 TestMasterFailover often times out 2015-10-03 13:31:59 -07:00
Lars Hofhansl 3b8039ed0f HBASE-14539 Slight improvement of StoreScanner.optimize. 2015-10-02 20:23:03 -07:00
smaddineni 44b8809726 HBASE-13770 Programmatic JAAS configuration option for secure zookeeper may be broken
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-10-02 17:50:54 -07:00
tedyu de70958417 HBASE-14499 Master coprocessors shutdown will not happen on master abort (Pankaj Kumar) 2015-10-02 16:03:49 -07:00
Andrew Purtell 39c0b8f6db HBASE-13744 TestCorruptedRegionStoreFile is flaky 2015-10-02 15:07:17 -07:00
stack 83f5663a22 HBASE-14519 Purge TestFavoredNodeAssignmentHelper, a test for an abandoned feature that can hang 2015-10-02 13:29:39 -07:00
Andrew Purtell 030ae5f041 HBASE-13143 TestCacheOnWrite is flaky and needs a diet 2015-10-01 18:34:11 -07:00
Andrew Purtell ef7001c0e8 HBASE-14475 Region split requests are always audited with hbase user rather than request user (Ted Yu) 2015-10-01 15:12:32 -07:00
Sanjeev Srivatsa 76463a36f5 HBASE-14459 Add response and request size metrics
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-30 18:22:48 -07:00
Elliott Clark a463984945 HBASE-14512 Cache UGI groups
Summary:
Don't create a user for every call. Instead create one user per connection.
Then inside of SecureHadoopUser cache the groupNames. This allows HBase to cache
empty groups.  This is needed since it's much more likely that HBase will be accessed
by a user that's not present on the posix /etc/group file.

Test Plan: Unit Tests

Differential Revision: https://reviews.facebook.net/D47751
2015-09-30 12:46:12 -07:00
chenheng 24370547c5 HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication() 2015-09-30 16:59:42 +02:00
stack f3dff052a6 HBASE-14518 Give TestScanEarlyTermination the same treatment as 'HBASE-14378 Get TestAccessController* passing again...' -- up priority handlers 2015-09-29 22:44:37 -07:00
Jerry He e6905a1444 HBASE-14394 Properly close the connection after reading records from table: addendum 2015-09-29 20:14:54 -07:00
stack c04d18970e HBASE-14513 TestBucketCache runs obnoxious 1k threads in a unit test 2015-09-29 16:19:34 -07:00
stack 4cb3e029b0 HBASE-14362 org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS is super duper flaky (Heng Chen) 2015-09-29 14:51:21 -07:00
tedyu 6534583652 HBASE-14497 Reverse Scan threw StackOverflow caused by readPt checking (Yerui Sun) 2015-09-29 14:12:24 -07:00
Elliott Clark dbbef06135 HBASE-14473 Compute region locality in parallel 2015-09-29 13:08:59 -07:00
stack 37877e3f56 HBASE-14495 TestHRegion#testFlushCacheWhileScanning goes zombie 2015-09-29 05:25:10 -07:00
stack 6ad6273dda HBASE-14430 TestHttpServerLifecycle#testStartedServerIsAlive times out 2015-09-28 21:30:05 -07:00
ramkrishna cfce91e514 HBASE-14437 - ArithmeticException in ReplicationInterClusterEndpoint (Ram) 2015-09-28 10:05:12 +05:30
Lars Hofhansl 526520de0a HBASE-14489 postScannerFilterRow consumes a lot of CPU. 2015-09-26 16:17:18 -07:00
chenheng 02699fe967 HBASE-14227 Fold special cased MOB APIs into existing APIs
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-25 18:28:13 -07:00
Stephen Yuan Jiang 085fd765aa HBASE-14051 Undo workarounds in IntegrationTestDDLMasterFailover for client double submit (Stephen Yuan jiang) 2015-09-25 14:39:40 -07:00
Andrew Purtell e5d47a976e HBASE-12748 RegionCoprocessorHost.execOperation creates too many iterator objects 2015-09-25 13:27:27 -07:00
ramkrishna bdea8b891f HBASE-14478 - A ThreadPoolExecutor with a LinkedBlockingQueue cannot
execute tasks concurrently (Jingcheng du)
2015-09-25 23:15:06 +05:30
stack 33bbe43cf1 HBASE-14378 Get TestAccessController* passing again on branch-1; ADDENDUM... missed org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorization 2015-09-25 09:34:58 -07:00
stack a33adf2f0b HBASE-14378 Get TestAccessController* passing again on branch-1 2015-09-24 22:21:58 -07:00
stack 8db7a6eb07 HBASE-14486 Disable TestRegionPlacement, a flakey test for an unfinished feature 2015-09-24 15:55:38 -07:00
stack 9557bc7dfa HBASE-14421 Follow-on from HBASE-14421, just disable TestFastFail* until someone digs in and fixes it; ADDENDUM -- missing import 2015-09-24 14:08:45 -07:00
stack d1405322f0 HBASE-14421 Follow-on from HBASE-14421, just disable TestFastFail* until someone digs in and fixes it 2015-09-24 13:51:37 -07:00
Andrew Purtell 20ed465d07 HBASE-14205 RegionCoprocessorHost System.nanoTime() performance bottleneck 2015-09-24 11:16:36 -07:00
Stephen Yuan Jiang 5b7894f92b HBASE-14107 Administrative Task: Provide an API to List all procedures (Stephen Yuan Jiang) 2015-09-23 21:48:32 -07:00
Matteo Bertozzi 5e26ae043d HBASE-14466 Remove duplicated code from MOB snapshot tests 2015-09-23 13:13:46 -07:00
stack 5aab961a72 HBASE-14472 TestHCM and TestRegionServerNoMaster fixes 2015-09-23 10:13:48 -07:00
Matteo Bertozzi 5d9ffffc07 HBASE-14464 Removed unused fs code 2015-09-23 09:40:09 -07:00
stack 2c83d8a263 HBASE-12751 Allow RowLock to be reader writer 2015-09-22 17:23:07 -07:00
tedyu f697d2d312 HBASE-14445 ExportSnapshot does not honor -chmod option 2015-09-22 12:56:48 -07:00
chenheng 487f741721 HBASE-14455 Try to get rid of unused HConnection instance
Signed-off-by: stack <stack@apache.org>
2015-09-22 10:38:32 -07:00
stack 7b9d88f9d7 HBASE-14193 Remove support for direct upgrade from pre-0.96 versions (Lars Francke) 2015-09-22 09:57:28 -07:00
stack 4d8ea10d98 HBASE-14461 Cleanup IncreasingToUpperBoundRegionSplitPolicy (Lars Francke) 2015-09-22 09:40:43 -07:00
tedyu 27bc559681 HBASE-14456 Implement a namespace-based region grouping strategy for RegionGroupingProvider (Yu Li) 2015-09-22 09:26:56 -07:00
tedyu 1592750eb1 HBASE-14280 Bulk Upload from HA cluster to remote HA hbase cluster fails (Ankit Singhal) 2015-09-22 09:21:35 -07:00
Jerry He 45d67435ad Revert: HBASE-14391 Empty regionserver WAL will never be deleted although the coresponding regionserver has been stale 2015-09-21 19:58:17 -07:00
Jerry He 8765ffb0ca HBASE-14391 Empty regionserver WAL will never be deleted although the coresponding regionserver has been stale (Qianxi Zhang) 2015-09-21 15:03:43 -07:00