Commit Graph

11712 Commits

Author SHA1 Message Date
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
Enis Soztutar 0e6dd3257b HBASE-14425 In Secure Zookeeper cluster superuser will not have sufficient permission if multiple values are configured in hbase.superuser (Pankaj Kumar) 2015-10-27 16:56:20 -07:00
stack 007e4dfa13 HBASE-14709 Parent change breaks graceful_stop.sh on a cluster 2015-10-27 16:42:49 -07: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
Andrew Purtell dfa05284cf HBASE-14705 Javadoc for KeyValue constructor is not correct (Jean-Marc Spaggiari) 2015-10-27 14:40:28 -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
tedyu f91546f2e6 HBASE-14696 Support setting allowPartialResults in mapreduce Mappers 2015-10-27 07:57:32 -07:00
tedyu a321da2039 HBASE-14694 Scan copy constructor doesn't handle allowPartialResults 2015-10-27 07:51:04 -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
Enis Soztutar 2b86002521 HBASE-14682 CM restore functionality for regionservers is broken 2015-10-26 16:47:16 -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
g-bhardwaj 8a2cef3315 HBASE-13867: Add endpoint coprocessor guide to HBase book. 2015-10-26 09:06:06 +10: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
Enis Soztutar b4ba615c70 HBASE-14535 Integration test for rpc connection concurrency / deadlock testing 2015-10-22 18:35:34 -07:00
Misty Stanley-Jones eb4f9b8b32 HBASE-14681 addendum 2015-10-23 10:25:20 +10: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
Misty Stanley-Jones 36d4a5a650 HBASE-14681 Upgrade Checkstyle plugin to 2.16 2015-10-23 09:25:16 +10: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
Elliott Clark 35660b4f5c HBASE-14658 Addendum; Allow loading a MonkeyFactory by class name 2015-10-22 12:09:58 -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