stack
7546f9a4d9
HBASE-12191 Make TestCacheOnWrite faster.
2014-10-07 13:14:23 -07:00
Ted Yu
e1b69bd548
HBASE-11997 CopyTable with bulkload (Yi Deng)
2014-10-07 19:34:31 +00:00
Andrew Purtell
3557a32352
HBASE-12106 Move test annotations to test artifact (Enis Soztutar)
2014-10-06 23:16:22 -07:00
Ramkrishna
eb6f196395
HBASE-11815 Flush and compaction could just close the tmp writer if there
...
is an exception
2014-10-07 09:40:34 +05:30
Jimmy Xiang
8c3697b0d8
HBASE-12184 ServerShutdownHandler throws NPE
2014-10-06 17:28:39 -07:00
stack
062adcc188
HBASE-11890 HBase REST Client is hard coded to http protocol
2014-10-06 13:44:43 -07:00
stack
5f6a055bb6
HBASE-12172 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0
2014-10-06 10:20:44 -07:00
Ted Yu
8a50a0cce7
HBASE-12011 Add namespace column during display of user tables (Srikanth Srungarapu)
2014-10-06 16:45:33 +00:00
stack
202bc2934a
HBASE-12148 RegionServerTracker should escape data in log messages
2014-10-03 19:24:46 -07:00
Ted Yu
7972ae764b
HBASE-12137 Alter table add cf doesn't do compression test (Virag Kothari)
2014-10-04 00:40:22 +00:00
Jimmy Xiang
ef35182f1f
HBASE-12166 TestDistributedLogSplitting.testMasterStartsUpWithLogReplayWork
2014-10-03 17:18:12 -07:00
stack
3acdf06827
HBASE-12170 TestReplicaWithCluster.testReplicaAndReplication timeouts
2014-10-03 17:06:49 -07:00
Andrew Purtell
0c0d7eb241
Amend HBASE-12156 TableName cache isn't used for one of valueOf methods; make TestTableName a medium test
2014-10-03 16:58:19 -07:00
Jimmy Xiang
dbef2bdafe
HBASE-12167 addendum; fix TestMasterObserver
2014-10-03 15:02:41 -07:00
Jimmy Xiang
5375ff07bc
HBASE-12167 NPE in AssignmentManager
2014-10-03 11:41:18 -07:00
Andrew Purtell
d8a7b67d79
HBASE-11907 Use the joni byte[] regex engine in place of j.u.regex
2014-10-02 23:06:32 -07:00
stack
da9f2434b2
HBASE-12165 TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails -- DEBUGGING STRINGS
2014-10-02 21:10:45 -07:00
Ted Yu
a17614d5b2
HBASE-12164 Check for presence of user Id in SecureBulkLoadEndpoint#secureBulkLoadHFiles() is inaccurate
2014-10-03 03:53:58 +00:00
Ted Yu
8dbf7b2238
HBASE-10153 improve VerifyReplication to compute BADROWS more accurately (Jianwei)
2014-10-03 03:29:45 +00:00
Jimmy Xiang
a463aef8bc
HBASE-12122 Try not to assign user regions to master all the time
2014-10-02 13:30:55 -07:00
stack
546f436a41
HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS -- Up timeout from 120 to 120000
2014-10-02 13:18:08 -07:00
stack
8ac42d4b40
HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store
2014-10-02 12:39:33 -07:00
stack
129b93bc0e
HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store
2014-10-02 12:30:31 -07:00
stack
630a66f1d3
HBASE-12149 TestRegionPlacement is failing undeterministically (Manukranth Kolloju)
2014-10-02 11:29:44 -07:00
stack
6f104e3ac6
HBASE-12158 TestHttpServerLifecycle.testStartedServerWithRequestLog goes zombie on occasion
2014-10-02 11:03:45 -07:00
stack
e92036cd54
HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS
2014-10-02 09:58:03 -07:00
stack
ff847978ad
HBASE-12156 TableName cache doesn't used for once of valueOf methods (Andrey Stepachev)
2014-10-02 09:45:57 -07:00
stack
2c8f6b66cf
HBASE-12153 Fixing TestReplicaWithCluster (Manukranth Kolloju)
2014-10-02 09:22:48 -07:00
stack
43301167db
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
2014-10-01 16:37:13 -07:00
Andrew Purtell
c88a6c93ad
HBASE-12065 Import tool is not restoring multiple DeleteFamily markers of a row (Maddineni Sukumar)
2014-10-01 14:53:03 -07:00
stack
0d45272e40
HBASE-12130 HBASE-11980 calls hflush and hsync doing near double the syncing work
2014-10-01 14:11:48 -07:00
Elliott Clark
eb385abfae
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:09 -07:00
Ted Yu
1587068a2c
HBASE-12095 SecureWALCellCodec should handle the case where encryption is disabled
2014-10-01 14:22:18 +00:00
anoopsjohn
4fac4c1ba6
HBASE-12112 Avoid KeyValueUtil#ensureKeyValue some more simple cases.
2014-10-01 14:05:57 +05:30
stack
ff31691c84
HBASE-11879 Change TableInputFormatBase to take interface arguments (Solomon Duskis)
2014-09-30 21:25:04 -07:00
Nick Dimiduk
7a064f96ba
HBASE-12123 Failed assertion in BucketCache after 11331
2014-09-30 17:00:52 -07:00
stack
b5783795cd
HBASE-12038 Replace internal uses of signatures with byte[] and String tableNames to use the TableName equivalents (Solomon Duskis)
2014-09-30 16:35:55 -07:00
Jimmy Xiang
c4107d5307
HBASE-12119 Master regionserver web UI NOT_FOUND
2014-09-30 14:42:32 -07:00
manukranthk
0075528615
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:27:34 -07:00
Enis Soztutar
e241d9dd81
HBASE-12099 TestScannerModel fails if using jackson 1.9.13 (Esteban Gutierrez)
2014-09-30 11:33:58 -07:00
Nick Dimiduk
26dcd96b60
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:10 -07:00
Matteo Bertozzi
321a6085fb
HBASE-12098 User granted namespace table create permissions can't create a table (Srikanth Srungarapu)
2014-09-30 19:10:00 +01:00
stack
8d1a87fabc
HBASE-12096 In ZKSplitLog Coordination and AggregateImplementation replace enhaced for statements with basic for statement to avoid unnecessary object allocation
2014-09-30 08:10:42 -07:00
stack
aa432fd68f
HBASE-11980 Change sync to hsync, remove unused InfoServer, and reference our httpserver instead of hadoops
2014-09-29 22:28:28 -07:00
Enis Soztutar
6189b52fb0
HBASE-12042 Replace internal uses of HTable(Configuration, String) with HTable(Configuration, TableName) (Solomon Duskis)
2014-09-29 18:39:44 -07:00
Jimmy Xiang
683f3b3d50
HBASE-12034 If I kill single RS in branch-1, all regions end up on Master!
2014-09-29 13:50:59 -07:00
Nick Dimiduk
8ed4ee2225
HBASE-12003 Fix SecureBulkLoadEndpoint class javadoc formatting
2014-09-29 13:14:09 -07:00
anoopsjohn
df2ce0c389
HBASE-12082 Find a way to set timestamp on Cells on the server.
2014-09-29 11:22:12 +05:30
Jeffrey Zhong
4e56a19cf1
HBASE-12052: BulkLoad Failed due to no write permission on input files - Addendum
2014-09-26 17:51:29 -07:00
Jeffrey Zhong
8ee39f1971
HBASE-12052: BulkLoad Failed due to no write permission on input files
2014-09-26 14:48:51 -07:00