Commit Graph

3009 Commits

Author SHA1 Message Date
Jimmy Xiang d665cbf630 HBASE-12209 NPE in HRegionServer#getLastSequenceId 2014-10-08 20:42:15 -07:00
Enis Soztutar 0b0948920f HBASE-12200 When a Rpc server handler thread dies, throws exception (Alicia Ying Shu) 2014-10-08 17:50:26 -07:00
Jimmy Xiang ae57b30991 HBASE-12206 NPE in RSRpcServices 2014-10-08 17:47:37 -07:00
stack 0bec57e7c1 HBASE-12181 Some tests create a table and try to use it before regions get assigned (Dima Spivak) 2014-10-08 17:23:21 -07:00
manukranthk ad2064d8a5 Fix failures caused by Jacoco syncthetic methods
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-10-08 12:05:33 -07:00
manukranthk 283ec57641 HBASE-12199 Make TestAtomicOperation and TestEncodedSeekers faster
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-10-08 08:47:27 -07:00
Jimmy Xiang b7f6753e2e HBASE-12196 SSH should retry in case failed to assign regions 2014-10-07 20:28:19 -07:00
stack 2df8444477 HBASE-12191 Make TestCacheOnWrite faster. 2014-10-07 13:14:58 -07:00
Andrew Purtell 695261c4a9 HBASE-12106 Move test annotations to test artifact (Enis Soztutar) 2014-10-06 23:16:58 -07:00
Ramkrishna de15b1fd98 HBASE-11815 - Flush and compaction could just close the tmp writer if
there is an exception
2014-10-07 09:42:21 +05:30
Jimmy Xiang 61528378e2 HBASE-12184 ServerShutdownHandler throws NPE 2014-10-06 19:25:07 -07:00
stack ed17aacbba HBASE-11890 HBase REST Client is hard coded to http protocol 2014-10-06 12:23:38 -07:00
Ted Yu 07f0c030c3 HBASE-12011 Add namespace column during display of user tables (Srikanth Srungarapu) 2014-10-06 16:44:59 +00:00
stack 136d2d2156 HBASE-12148 RegionServerTracker should escape data in log messages 2014-10-03 19:25:18 -07:00
Ted Yu 23adb7a4f7 HBASE-12137 Alter table add cf doesn't do compression test (Virag Kothari) 2014-10-04 00:39:40 +00:00
Jimmy Xiang 12fd6d2a24 HBASE-12166 TestDistributedLogSplitting.testMasterStartsUpWithLogReplayWork 2014-10-03 17:20:28 -07:00
stack 03bb550987 HBASE-12170 TestReplicaWithCluster.testReplicaAndReplication timeouts 2014-10-03 17:07:26 -07:00
Andrew Purtell cf3b0179fb Amend HBASE-12156 TableName cache isn't used for one of valueOf methods; make TestTableName a medium test 2014-10-03 16:59:13 -07:00
Jimmy Xiang 51ef418534 HBASE-12167 addendum; fix TestMasterObserver 2014-10-03 15:08:04 -07:00
Jimmy Xiang c452942f57 HBASE-12167 NPE in AssignmentManager 2014-10-03 12:01:31 -07:00
Ted Yu 566686d9e9 HBASE-11907 Addendum fixes test category import for TestRegexComparator 2014-10-03 14:47:38 +00:00
Andrew Purtell 5881eed36e HBASE-11907 Use the joni byte[] regex engine in place of j.u.regex 2014-10-02 23:06:33 -07:00
stack 1dd7030701 HBASE-12165 TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails -- DEBUGGING STRINGS 2014-10-02 21:12:17 -07:00
Ted Yu 660f909a58 HBASE-12164 Check for presence of user Id in SecureBulkLoadEndpoint#secureBulkLoadHFiles() is inaccurate 2014-10-03 03:53:26 +00:00
Ted Yu a2fe4d6700 HBASE-10153 improve VerifyReplication to compute BADROWS more accurately (Jianwei) 2014-10-03 03:28:37 +00:00
Jimmy Xiang 16228c275d HBASE-12122 Try not to assign user regions to master all the time 2014-10-02 16:03:20 -07:00
stack 74c4dbdf39 HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS -- Up timeout from 120 to 120000 2014-10-02 13:18:51 -07:00
stack 319a9d3ffb HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store 2014-10-02 12:41:07 -07:00
stack ccd160501f HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store 2014-10-02 12:40:55 -07:00
stack ede5c6326a HBASE-12149 TestRegionPlacement is failing undeterministically (Manukranth Kolloju) ADDENDUM 2014-10-02 12:27:56 -07:00
stack 489380a847 HBASE-12149 TestRegionPlacement is failing undeterministically (Manukranth Kolloju) 2014-10-02 11:30:30 -07:00
stack 0be854d456 HBASE-12158 TestHttpServerLifecycle.testStartedServerWithRequestLog goes zombie on occasion 2014-10-02 11:04:07 -07:00
Andrew Purtell 483d97cb67 Amend HBASE-12156 TableName cache doesn't used for once of valueOf methods (Andrey Stepachev)
Fix use of diamond operator in TestTableName, we are still using
-source 1.6 for building 0.98
2014-10-02 10:39:23 -07:00
stack 4598628ef2 HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS 2014-10-02 09:58:55 -07:00
stack 0dfe556f31 HBASE-12156 TableName cache doesn't used for once of valueOf methods (Andrey Stepachev) 2014-10-02 09:46:30 -07:00
stack 5aea36d4d4 HBASE-12153 Fixing TestReplicaWithCluster (Manukranth Kolloju) 2014-10-02 09:23:11 -07:00
stack 9f33edab0e HBASE-12145 Fix javadoc and findbugs so new folks aren't freaked when they see them
Fix javadoc warnings.

Fixup findbugs warnings mostly by adding annotations saying 'working as expected'.

In RpcRetryingCallerWithReadReplicas made following change which findbugs spotted:

-        if (completed == null) tasks.wait();
+        while (completed == null) tasks.wait();

In RecoverableZooKeeper, made all zk accesses synchronized -- we were doing it
half-ways previously.

In RatioBasedCompactionPolicy we were making an instance of Random on
each invocation of getNextMajorCompactionTime

Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java
	hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RowTooBigException.java
2014-10-01 16:57:13 -07:00
Andrew Purtell 0fb931672f HBASE-12065 Import tool is not restoring multiple DeleteFamily markers of a row (Maddineni Sukumar) 2014-10-01 14:54:30 -07:00
stack 324e048ed0 HBASE-12130 HBASE-11980 calls hflush and hsync doing near double the syncing work 2014-10-01 14:12:14 -07:00
Elliott Clark 4efb03e6f5 HBASE-12139 StochasticLoadBalancer doesn't work on large lightly loaded clusters
Summary:
Currently the move cost overshadows the skew cost on a large cluster. This can render the split policy worse than useless
and it can trap meta on the most loaded server in the cluster.

Test Plan:
Unit tests everywhere
likeaboss

Reviewers: stack, manukranthk

Subscribers: tedyu

Differential Revision: https://reviews.facebook.net/D24285
2014-10-01 13:01:29 -07:00
Jimmy Xiang 6851bbc83d HBASE-12124 Closed region could stay closed if master stops at bad time 2014-10-01 08:56:29 -07:00
Ted Yu d8a055e220 HBASE-12095 SecureWALCellCodec should handle the case where encryption is disabled 2014-10-01 14:21:30 +00:00
anoopsjohn ebe74abda9 HBASE-12112 Avoid KeyValueUtil#ensureKeyValue some more simple cases. 2014-10-01 14:15:51 +05:30
stack 7b64e7d7df HBASE-11879 Change TableInputFormatBase to take interface arguments (Solomon Duskis) 2014-09-30 21:26:14 -07:00
Nick Dimiduk b30b34abe7 HBASE-12123 Failed assertion in BucketCache after 11331 2014-09-30 17:28:33 -07:00
stack eb361fc33d HBASE-12038 Replace internal uses of signatures with byte[] and String tableNames to use the TableName equivalents (Solomon Duskis)
Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestTableLockManager.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaAdmin.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaTableUtil.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaThrottle.java
2014-09-30 16:44:29 -07:00
Jimmy Xiang d7283ae8d5 HBASE-12119 Master regionserver web UI NOT_FOUND 2014-09-30 14:48:07 -07:00
manukranthk 2097f88eb0 HBASE-12115 Fix TableInputFormatBase.reverseDNS for ipv6 addresses
Summary: Hadoop's DNS.reverDns function cannot handle Inet6Address properly and throws Runtime Exceptions.

Test Plan: Added Unit test to test the particular case.

Differential Revision: https://reviews.facebook.net/D24225

Signed-off-by: Elliott Clark <eclark@apache.org>
2014-09-30 13:32:21 -07:00
Enis Soztutar 2814f3b169 HBASE-12099 TestScannerModel fails if using jackson 1.9.13 (Esteban Gutierrez) 2014-09-30 11:34:34 -07:00
Nick Dimiduk 33a00c1308 HBASE-11178 Remove deprecation annotations from mapred namespace
Our parent project is not dropping its legacy API, so neither shall we. Remove
the deprecation annotations from that implementation.
2014-09-30 11:21:00 -07:00