11271 Commits

Author SHA1 Message Date
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
Andrew Purtell
eeefc3d589 HBASE-14492 Increase REST server header buffer size from 8k to 64k (Huaxiang Sun) 2015-09-25 16:08:57 -07:00
tedyu
414a7b18b1 HBASE-14474 Revert addendum 2015-09-25 15:48:08 -07:00
tedyu
dc2aa7e513 HBASE-14474 Addendum closes connection in writeRequest() outside synchronized block 2015-09-25 15:18:21 -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
Enis Soztutar
32f49fa7fc HBASE-14474 DeadLock in RpcClientImpl.Connection.close() 2015-09-25 11:04:53 -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
tedyu
36f6eb139d HBASE-14471 Thrift - HTTP Error 413 full HEAD if using kerberos authentication (huaxiang sun) 2015-09-25 09:07:16 -07:00
stack
a33adf2f0b HBASE-14378 Get TestAccessController* passing again on branch-1 2015-09-24 22:21:58 -07:00
Stephen Yuan Jiang
23506454cf HBASE-14487 Procedure V2 - shell command to list all procedures (Stephen Yuan Jiang) 2015-09-24 20:39:17 -07:00
Apekshit(Appy) Sharma
dff86542d5 HBASE-14469 Fix comment, validation and logging in HeapMemorySizeUtil.getGlobalMemStoreLowerMark 2015-09-24 19:12:44 -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
Andrew Purtell
2239d55871 HBASE-13324 o.a.h.h.Coprocessor should be LimitedPrivate("Coprocessor") 2015-09-24 10:57:32 -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
tedyu
b6bd811c76 HBASE-14397 Revert pending review comments 2015-09-22 10:00:50 -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
6840c5fa6c HBASE-14338 License notification misspells 'Asciidoctor' (Lars Francke) 2015-09-22 09:53:53 -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
Matt Warhaftig
783e20e1a7 HBASE-14147 Add namespace CRUD functionality to REST
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-21 19:03:24 -07:00