zhangduo
234f31bd4a
HBASE-14759 Avoid using Math.abs when selecting SyncRunner in FSHLog
2015-11-07 08:47:56 +08:00
tedyu
c1a19dece0
HBASE-14632 Region server aborts due to unguarded dereference of Reader
2015-11-06 13:40:14 -08:00
tedyu
c69c74fcbf
HBASE-14632 Revert due to over commit
2015-11-06 13:39:24 -08:00
tedyu
0e2e5d3280
HBASE-14632 Region server aborts due to unguarded dereference of Reader
2015-11-06 12:06:58 -08:00
Elliott Clark
2b84c40f01
HBASE-14765 Remove snappy profile
2015-11-05 10:21:14 -08:00
tedyu
6c239f1816
HBASE-14706 RegionLocationFinder should return multiple servernames by top host (Guanghao Zhang)
2015-11-04 14:25:53 -08:00
chenheng
fa2d0859f7
HBASE-12986 Compaction pressure based client pushback
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
2015-11-03 18:40:59 -08:00
Elliott Clark
b24324cc23
HBASE-14742 Fix TestHeapMemoryManager being flakey
2015-11-02 17:02:41 -08:00
Andrew Purtell
2e1711f209
HBASE-14631 Addendum restores a method in RegionMergeTransactionImpl
2015-11-02 15:54:28 -08:00
Andrew Purtell
bd4addcedf
HBASE-14605 Addendum restores two methods in SplitTransactionImpl
2015-11-02 15:50:03 -08:00
stack
51f5412a92
Revert "HBASE-14725 Vet categorization of tests so they for sure go into the right small/medium/large buckets"
...
Reverting. It seems to have destabilized the build.
This reverts commit aaaa813225
.
2015-11-02 08:16:59 -08:00
stack
aaaa813225
HBASE-14725 Vet categorization of tests so they for sure go into the right small/medium/large buckets
2015-11-01 22:55:59 -08:00
Gary Helmling
85f2aee070
HBASE-14700 Support a permissive mode for secure clusters to allow SIMPLE auth clients
2015-10-30 20:06:23 -07:00
anoopsjohn
de89172244
HBASE-14557 MapReduce WALPlayer issue with NoTagsKeyValue.
2015-10-30 21:19:12 +05:30
anoopsjohn
a3842caf77
HBASE-14721 Memstore add cells - Avoid many garbage.
2015-10-30 18:41:45 +05:30
Matteo Bertozzi
569fe82acf
HBASE-14714 some cleanup to snapshot code
2015-10-29 14:04:48 -07:00
stack
066f3f7545
HBASE-14720 Make TestHCM and TestMetaWithReplicas large tests rather than mediums
2015-10-29 10:36:39 -07:00
stack
45faf38028
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 22:00:02 -07:00
stack
4ef38f0c37
HBASE-14710 Add category-based timeouts to MR tests
2015-10-28 17:16:11 -07:00
tedyu
3c8e92019c
HBASE-12769 Replication fails to delete all corresponding zk nodes when peer is removed (Jianwei Cui)
2015-10-28 15:43:26 -07:00
ramkrishna
e5b566e01c
HBASE-14529 - Addendum to avoid SIGHUP call for WINDOWS OS
2015-10-28 11:54:56 +05:30
Enis Soztutar
68f0fff281
HBASE-14674 Rpc handler / task monitoring seems to be broken after 0.98 (Heng Chen)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestCallRunner.java
2015-10-27 15:06:38 -07:00
Enis Soztutar
87c97c231a
HBASE-14680 Two configs for snapshot timeout and better defaults (Heng Chen)
...
Conflicts:
hbase-common/src/main/resources/hbase-default.xml
hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
2015-10-27 15:06:37 -07:00
tedyu
f6a30d2331
HBASE-14655 Addendum passes User to store#compact()
2015-10-27 11:18:29 -07:00
anoopsjohn
51bfd722c3
HBASE-14257 Periodic flusher only handles hbase:meta, not other system tables. (Abhishek)
2015-10-27 12:22:54 +05:30
stack
6382e975dc
Revert "HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests; REAPPLY"
...
I did not mean to apply this to branch-1 until a branch-1 patch build had passed. Reverting.
This reverts commit ff0bc80374
.
2015-10-26 22:45:20 -07:00
stack
50b5465284
HBASE-14702 TestZKProcedureControllers.testZKCoordinatorControllerWithSingleMemberCohort is a flakey
2015-10-26 22:35:50 -07:00
Ben Lau
288a274052
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:13:07 -07:00
Andrew Purtell
6fbcd0a2e8
HBASE-13318 RpcServer.getListenerAddress should handle when the accept channel is closed
2015-10-26 15:11:08 -07:00
stack
c3d4d0233d
HBASE-14661 RegionServer link is not opening, in HBase Table page (Y. SREENIVASULU REDDY)
2015-10-26 14:57:49 -07:00
stack
ff0bc80374
HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests; REAPPLY
2015-10-26 14:01:03 -07:00
stack
0c5f4e01f6
HBASE-14698 Set category timeouts on TestScanner and TestNamespaceAuditor
2015-10-26 12:56:14 -07:00
Enis Soztutar
ec021a7b25
HBASE-14689 Addendum and unit test for HBASE-13471
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
2015-10-26 12:08:58 -07:00
stack
d76dbb4f84
HBASE-14648 Reenable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication (Heng Chen)
2015-10-24 20:56:06 -07:00
tedyu
40887c94b7
HBASE-14624 BucketCache.freeBlock is too expensive
2015-10-24 18:48:55 -07:00
stack
4f8387959a
HBASE-14266 RegionServers have a lock contention of Configuration.getProps
2015-10-24 15:37:55 -07:00
stack
91bca7323a
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:27:38 -07:00
Elliott Clark
1050908ff0
HBASE-14690 Fix css so there's no left/right scroll bar
2015-10-24 10:26:57 -07:00
Elliott Clark
a268d151e2
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:03:03 -07:00
Lars George
6f21cfbf27
HBASE-14343 Fix debug message in SimpleRegionNormalizer for small regions (Lars Francke)
2015-10-24 11:28:02 +02:00
tedyu
bc990a3328
HBASE-14655 Narrow the scope of doAs() calls to region observer notifications for compaction
2015-10-23 15:00:04 -07:00
Nicolas Liochon
cdf2c01a76
HBASE-14580 Make the HBaseMiniCluster compliant with Kerberos
2015-10-23 11:42:30 -07:00
stack
9e3c381bee
HBASE-14657 Remove unneeded API from EncodedSeeker (Heng Chen)
2015-10-22 21:32:51 -07:00
stack
34fe1f5fd7
Revert "more"
...
Remove overcommit..... made mistakenly.
This reverts commit 1b3557649c
.
2015-10-22 17:08:54 -07:00
stack
3f7994b5ab
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:02:44 -07:00
stack
81d7d7ba7e
HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs
2015-10-22 12:33:36 -07:00
stack
1b3557649c
more
2015-10-22 12:31:22 -07:00
Matteo Bertozzi
0f5191dd9a
HBASE-14667 HBaseFsck constructors have diverged
2015-10-22 09:39:02 -07:00
stack
aed33c9cca
HBASE-14663 HStore::close does not honor config hbase.rs.evictblocksonclose (Vladimir Rodionov)
2015-10-21 21:58:09 -07:00
stack
35c34ba84e
HBASE-14662 Fix NPE in HFileOutputFormat2 (Heng Chen)
2015-10-21 21:53:00 -07:00