Commit Graph

11242 Commits

Author SHA1 Message Date
Jonathan M Hsieh 7368344585 HBASE-14731 Add -DuseMob option to ITBLL 2015-11-02 05:03:38 -08:00
stack 6dbb5a8052 HBASE-14725 Vet categorization of tests so they for sure go into the right small/medium/large buckets 2015-11-01 22:26:43 -08:00
stack 47659200ac HBASE-14728 TestRowCounter is broken in master (Abhishek Singh Chouhan) 2015-11-01 22:22:59 -08:00
Misty Stanley-Jones 9c37239f58 HBASE-14739 Fix broken link to Javadoc that is suppressed because it is generated code 2015-11-02 14:24:54 +10:00
Misty Stanley-Jones 9659f14020 HBASE-14638 Move Jython info from the Wiki to the Ref Guide 2015-11-02 14:18:13 +10:00
Misty Stanley-Jones 12a718d0ca HBASE-14639 Move Scala info from HBase Wiki to Ref Guide 2015-11-02 14:11:21 +10:00
Misty Stanley-Jones 988ff62e98 HBASE-13478 Document the change of default master ports being used 2015-11-02 14:08:35 +10:00
Misty Stanley-Jones 7ad7a7943a HBASE-14641 Move JDO example to HBase Ref Guide 2015-11-02 14:02:28 +10:00
Misty Stanley-Jones 185a62a403 HBASE-14640 Move Cascading info from Wiki to Ref Guide 2015-11-02 13:58:54 +10:00
Misty Stanley-Jones e8d6bf7d46 HBASE-14532 Add dfs shortcircuit configs to hbase-default.xml, fix anchor to Compaction subsection 2015-11-02 13:55:57 +10:00
Misty Stanley-Jones c3d40b0b68 HBASE-14026 Clarify 'Web API' in version and compatibility docs 2015-11-02 13:50:00 +10:00
Jonathan M Hsieh 4c25549e9f HBASE-14711 Remove or annotate deprecated methods in HRegionInfo 2015-11-01 04:29:51 -08:00
Nick Dimiduk 6cc6d833f2 update ndimiduk affiliation 2015-10-31 11:20:55 -07:00
Gary Helmling 683f84e6a2 HBASE-14700 Support a permissive mode for secure clusters to allow SIMPLE auth clients 2015-10-30 19:45:46 -07:00
Enis Soztutar 4534f8ed0c HBASE-14733 Minor typo in alter_namespace.rb 2015-10-30 17:52:28 -07:00
stack c6d3dcdea3 Revert "HBASE-14722 Update surefire to 2.19"
This reverts commit bdf11be6af.
2015-10-30 15:16:31 -07:00
Elliott Clark ec651bfc7b HBASE-14687 Un-synchronize BufferedMutator
Summary:
Use concurrent collections and atomic longs to keep track of edits in buffered mutator.
This keeps buffered mutator as thread safe but it means that shared buffered mutators are not contending on thread locking.

Test Plan: Unit Tests.

Differential Revision: https://reviews.facebook.net/D49467
2015-10-30 13:27:25 -07:00
anoopsjohn b0ad82191c HBASE-14557 MapReduce WALPlayer issue with NoTagsKeyValue. 2015-10-30 21:18:09 +05:30
anoopsjohn 23fa18184c HBASE-14721 Memstore add cells - Avoid many garbage. 2015-10-30 18:39:42 +05:30
stack 84f4cceb48 HBASE-14650 Reenable TestNamespaceAuditor (Heng Chen) 2015-10-29 21:44:23 -07:00
stack bdf11be6af HBASE-14722 Update surefire to 2.19 2015-10-29 16:53:58 -07:00
stack eb4e2ee9e2 Revert "HBASE-13014 Java Tool For Region Moving (Abhishek Singh Chouhan)"
This reverts commit 939697b415.
2015-10-29 16:51:00 -07:00
Matteo Bertozzi 4b91a6425e HBASE-14714 some cleanup to snapshot code 2015-10-29 13:48:59 -07:00
Jonathan M Hsieh 094d65e6f5 HBASE-14673 Exorcise deprecated Delete#delete* api 2015-10-29 11:15:34 -07:00
Jonathan M Hsieh de9555cec4 HBASE-14675 Exorcise deprecated Put#add(...) and replace with Put#addColumn(...) 2015-10-29 11:15:31 -07:00
stack 452e38ff80 HBASE-14720 Make TestHCM and TestMetaWithReplicas large tests rather than mediums 2015-10-29 10:28:40 -07:00
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
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