tedyu
8673a7df91
HBASE-13653 Uninitialized HRegionServer#walFactory may result in NullPointerException at region server startup
2015-05-10 07:31:58 -07:00
Sean Busbey
11bc89c3da
HBASE-13612 TestRegionFavoredNodes should guard against setup failure.
2015-05-09 14:22:41 -07:00
tedyu
1c7389cbe2
HBASE-13593 Quota support for namespace should take snapshot restore and clone into account (Ashish Singhi)
2015-05-09 11:07:46 -07:00
tedyu
37ac28ea5b
HBASE-13626 ZKTableStateManager logs table state changes at WARN (Stephen Jiang)
2015-05-06 14:39:29 -07:00
Enis Soztutar
2b56169ad6
HBASE-13576 HBCK enhancement: Failure in checking one region should not fail the entire HBCK operation. (Stephen Yuan Jiang)
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2015-05-06 12:47:59 -07:00
tedyu
ec3d7189ad
HBASE-13625 Use HDFS for HFileOutputFormat2 partitioner's path (Stephen Yuan Jiang)
2015-05-06 07:29:57 -07:00
zhangduo
a64b3da63b
HBASE-13628 Use AtomicLong as size in BoundedConcurrentLinkedQueue
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestBoundedConcurrentLinkedQueue.java
2015-05-06 15:01:02 +08:00
ramkrishna
426c7eef09
HBASE-13579 - Avoid isCellTTLExpired() for NO-TAG cases (Ram)
2015-05-06 12:12:39 +05:30
Liu Shaohui
308d515949
HBASE-13366 Throw DoNotRetryIOException instead of read only IOException (Shaohui Liu)
2015-05-05 18:12:39 -07:00
Josh Elser
335a26a893
HBASE-13591 Attempt to stabilize TestHBaseFsck
2015-05-05 15:38:02 -07:00
stack
86a5e3b4e3
HBASE-13617 TestReplicaWithCluster.testChangeTable timeout (Stephen Yuan Jiang)
2015-05-04 17:16:16 -07:00
Lars Hofhansl
0e76cf5be4
HBASE-13333 Renew Scanner Lease without advancing the RegionScanner.
2015-05-02 17:52:27 -07:00
tedyu
e13ca3c61b
HBASE-13607 TestSplitLogManager.testGetPreviousRecoveryMode consistently failing (Josh Elser)
2015-05-02 07:12:57 -07:00
Andrew Purtell
60b356a853
HBASE-13312 SmallScannerCallable does not increment scan metrics
2015-05-01 16:33:11 -07:00
Nick Dimiduk
62da795ddb
HBASE-13604 bin/hbase mapredcp does not include yammer-metrics jar
2015-05-01 09:15:25 -07:00
Matt Warhaftig
5a87c3910e
HBASE-13358 - Update VisibilityClient to accept Connection objects.
...
Signed-off-by: Srikanth Srungarapu <ssrungarapu@cloudera.com>
2015-04-30 21:21:41 -07:00
Lars Hofhansl
62c55a6350
HBASE-13601 Connection leak during log splitting. (Abhishek Singh Chouhan)
2015-04-30 17:05:24 -07:00
Lars Hofhansl
dc28ded74c
HBASE-13497 Remove MVCC stamps from HFile when that is safe.
2015-04-30 16:48:55 -07:00
stack
ac190e8077
HBASE-13377 Canary may generate false alarm on the first region when there are many delete markers (He Liangliang)
...
Amending-Author: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
2015-04-30 16:00:07 -07:00
Liu Shaohui
d4f6928b05
HBASE-13200 Improper configuration can leads to endless lease recovery during failover (He Liangliang)
2015-04-30 15:12:22 -07:00
Andrew Purtell
6d40b547ae
HBASE-13420 RegionEnvironment.offerExecutionLatency Blocks Threads under Heavy Load
2015-04-30 14:06:39 -07:00
stack
07e50f28b1
HBASE-13564 Master MBeans are not published (Ashish Singhi) + Addendum
2015-04-29 14:36:08 -07:00
Nick Dimiduk
64a42698a6
Revert "HBASE-13564 Master MBeans are not published"
...
This reverts commit 2a02e679cc
.
2015-04-29 09:15:27 -07:00
Devaraj Das
699460aae0
HBASE-13351 Addendum to remove reference to MasterTests class
2015-04-28 23:52:33 -07:00
Devaraj Das
8aae3bfab6
HBASE-13351 Annotate internal MasterRpcServices methods with admin priority (Josh Elser)
2015-04-28 23:45:01 -07:00
Rajeshbabu Chintaguntla
1dbed01d28
HBASE-13431 Allow to skip store file range check based on column family while creating reference files in HRegionFileSystem#splitStoreFile(Rajeshbabu)
2015-04-29 09:38:24 +05:30
Enis Soztutar
18bbf2ecb8
HBASE-13585 HRegionFileSystem#splitStoreFile() finishes without closing the file handle in some situation (Stephen Yuan Jiang)
2015-04-28 17:28:12 -07:00
Matteo Bertozzi
3a9304e98f
HBASE-13578 Remove Arrays.asList().subList() from FSHLog.offer()
2015-04-28 21:13:40 +01:00
Usha Kuchibhotla
0dbbc8b8de
HBASE-11677 Making Logger instance modifiers consistent.
...
* IA.Public accessible logger instances deprecated
* logger instances modified by tests left in place
* all others made private static final
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientIdGenerator.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCallerImpl.java
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngestWithEncryption.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestStatusResource.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestTableDescriptor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildHole.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildOverlap.java
2015-04-28 10:10:21 -05:00
Ashish Singhi
2a02e679cc
HBASE-13564 Master MBeans are not published
2015-04-27 21:24:04 -07:00
Josh Elser
16443da51a
HBASE-13255 Fix grammar in Regions description paragraph
2015-04-27 15:51:43 -07:00
Matteo Bertozzi
f862412592
HBASE-13394 Failed to recreate a table when quota is enabled
2015-04-27 21:49:58 +01:00
Devaraj Das
93af6b65a3
HBASE-12552 Backport listSnapshots should list only owned snapshots for non-super user (Ashish Singhi)
2015-04-27 09:25:56 -07:00
Srikanth Srungarapu
decc9b9c36
HBASE-13563 Add missing table owner to AC tests.
2015-04-26 16:42:18 -07:00
Nick Dimiduk
566dfda5b7
HBASE-13466 Document deprecations in 1.x - Part 1 (Lars Francke)
2015-04-26 13:11:35 -07:00
tedyu
85d090d816
HBASE-13555 StackServlet produces 500 error
2015-04-24 16:37:25 -07:00
Srikanth Srungarapu
8ab6698120
HBASE-13536 Cleanup the handlers that are no longer being used.
2015-04-24 12:40:59 -07:00
Sean Busbey
1a0c61c974
HBASE-13546 handle nulls in MasterAddressTracker when there is no master active.
2015-04-24 13:54:36 -05:00
tedyu
42ad845032
HBASE-13528 A bug on selecting compaction pool (Shuaifeng Zhou)
2015-04-24 02:19:31 -07:00
Apekshit(Appy) Sharma
2b392de640
HBASE-13534 Changed Master UI to promptly display if it is a backup master. (Apekshit)
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-04-23 15:32:42 -07:00
Jerry He
f1c29a8385
HBASE-13526 TestRegionServerReportForDuty can be flaky: hang or timeout
2015-04-22 22:21:54 -07:00
Jonathan Lawlor
c8d8499da8
HBASE-13527 The default value for hbase.client.scanner.max.result.size is never actually set on Scans
...
Signed-off-by: stack <stack@apache.org>
2015-04-22 13:29:48 -07:00
tedyu
30880bca55
HBASE-13437 Addendum removes MiscTests
2015-04-22 07:45:01 -07:00
tedyu
71b7755584
HBASE-13437 ThriftServer leaks ZooKeeper connections (Winger Pun)
2015-04-22 07:42:44 -07:00
Elliott Clark
59cc620e85
HBASE-13524 TestReplicationAdmin fails on JDK 1.8
2015-04-21 17:06:16 -07:00
zhangduo
ca7efc183a
HBASE-13499 AsyncRpcClient test cases failure in powerpc
2015-04-14 23:00:17 +08:00
Rajesh Nishtala
ba8d985000
HBASE-13471 Fix a possible infinite loop in doMiniBatchMutation
...
Summary: in doMiniBatchMutation it is possible to get into an infinite loop when a query has a row that is not in the region. If the batch had an invalid row, the row lock further down the function would fail to acquire because it was an invalid row. However we'd catch the exception and improperly treat it as if we had not acquired the lock and then try acquiring the lock again. Thus once we got into this state we'd be stuck in an infinite loop. Worse yet, this infiite loop would occur with the readLock held. So any other opertaions such as doClose() would be locked out and stuck. The patch is to check whether the row is valid and short circuit the failure when it doesn't work.
Test Plan: IntegrationTestReplication would consistently fail when trying to disable large tables before the fix. After the test the tests pass consistently.
Reviewers: eclark
Subscribers: asameet
Differential Revision: https://reviews.facebook.net/D37437
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-04-21 15:25:01 -07:00
Enis Soztutar
0c6b1c9388
HBASE-13515 Handle FileNotFoundException in region replica replay for flush/compaction events
2015-04-21 11:56:14 -07:00
anoopsjohn
8e6353ccd1
HBASE-13520 NullPointerException in TagRewriteCell.(Josh Elser)
2015-04-21 17:39:07 +05:30
tedyu
cac134c14a
HBASE-13514 Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting of hbase.rpc.timeout (Jonathan Lawlor)
2015-04-20 14:25:17 -07:00