Commit Graph

11103 Commits

Author SHA1 Message Date
Andrew Purtell 8fd2d65070 HBASE-14271 Improve Nexus Staging Instructions <Andrew Purtell>
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:16:13 +10:00
Lars Francke 78854995cc Typo in FamilyFilter
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:12:48 +10:00
Misty Stanley-Jones 5e60166eac HBASE-14424 Document that DisabledRegionSplitPolicy blocks manual splits 2015-10-07 12:08:22 +10:00
Misty Stanley-Jones bd9a41a368 HBASE-12983 HBase book mentions hadoop.ssl.enabled when it should be hbase.ssl.enabled 2015-10-07 12:02:28 +10:00
Misty Stanley-Jones d55f4aee4f HBASE-12615 Document GC conserving guidelines for contributors
Signed-off-by: Jonathan Hsieh <jon@cloudera.com>
2015-10-07 11:58:43 +10: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
stack fd6acbbf51 HBASE-14561 Disable zombie TestReplicationShell 2015-10-06 12:57:49 -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 715e8b0de1 HBASE-14347 Add a switch to DynamicClassLoader to disable it (huaxiang sun) 2015-10-05 16:17:07 -07:00
Elliott Clark ceafa09d3c HBASE-14544 Allow HConnectionImpl to not refresh the dns on errors 2015-10-05 09:35:40 -07:00
anoopsjohn b014ba1243 HBASE-14480 Small optimization in SingleByteBuff. 2015-10-05 12:00:19 +05:30
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
Sean Busbey a545d71295 HBASE-14516 categorize hadoop-compat tests
* make sure the test classifications are in test scope for their use in the hadoop-compat modules
* added a test category for 'metrics related' since that's what all these tests are for
* categorized tests as small,metrics
2015-10-03 01:08:53 -05: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
Andrew Purtell 0e4d1671f3 Amend HBASE-14292 Call Me Maybe HBase links have moved
They have moved again
2015-10-02 16:12:30 -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
stack 26dec4c60d HBASE-14543 Have findHangingTests.py dump more info 2015-10-02 12:16:28 -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
Matteo Bertozzi 2e8575bb0f HBASE-14485 ConnectionImplementation leaks on construction failure 2015-10-01 12:56:37 -07:00
Josh Elser 4da3c935d4 HBASE-14494 Add missing commas on shell command usages
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-10-01 12:04:36 -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
Sean Busbey e3383fd146 HBASE-14515 make sure spark tests are skippable like the other modules. 2015-09-30 08:35:11 -05: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 e0929bbc5a HBASE-14510 Fix coprocessor handling of duplicate classes (Yerui Sun) 2015-09-29 15:01:10 -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
ramkrishna d5768d4a50 HBASE-14398 - Create the fake keys required in the scan path to avoid copy
to byte[] (Ram)
2015-09-29 16:39:57 +05:30
Nick Dimiduk 2ea70c7e6c HBASE-14482 Add hadoop 2.6.1 to the test-patch build list 2015-09-29 10:11:16 +02:00
stack 6ad6273dda HBASE-14430 TestHttpServerLifecycle#testStartedServerIsAlive times out 2015-09-28 21:30:05 -07:00
Stephen Yuan Jiang f6be2f9bf3 HBASE-14488 Procedure V2 - shell command to abort a procedure (Stephen Yuan Jiang) 2015-09-28 18:01:36 -07:00
Esteban Gutierrez 54b86b3394 HBASE-14500 Remove load of deprecated MOB ruby scripts after HBASE-14227 2015-09-28 10:49:08 -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 daccb1c0c2 HBASE-14212 Add IT test for procedure-v2-based namespace DDL (Stephen Yuan Jiang) 2015-09-25 16:28:29 -07:00