ramkrishna
97fc755013
HBASE-14643 Avoid Splits from once again opening a closed reader for
...
fetching the first and last key (Heng Chen)
2015-10-21 14:45:21 +05:30
Elliott Clark
118d7b20b0
HBASE-14633 Try fluid width UI
2015-10-20 17:46:00 -07:00
stack
ec1f8df523
HBASE-14656 Move TestAssignmentManager from medium to large category
2015-10-20 12:39:16 -07:00
stack
4950db5110
HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent; ADDENDUM
2015-10-20 12:19:30 -07:00
tedyu
b076d7dbd1
HBASE-14604 Improve MoveCostFunction in StochasticLoadBalancer (Guanghao Zhang)
2015-10-20 02:37:35 -07:00
stack
74ad3947e9
HBASE-14646 Move TestCellACLs from medium to large category; ADDENDUM
2015-10-19 11:20:33 -07:00
stack
8940be0597
HBASE-14647 Disable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication
2015-10-19 10:42:05 -07:00
stack
b921ed4222
HBASE-14646 Move TestCellACLs from medium to large category
2015-10-19 10:41:13 -07:00
Matteo Bertozzi
d01063c9a3
HBASE-14541 TestHFileOutputFormat.testMRIncrementalLoadWithSplit failed due to too many splits and few retries
2015-10-19 09:24:47 -07:00
tedyu
61b11e0765
HBASE-14631 Region merge request should be audited with request user through proper scope of doAs() calls to region observer notifications
2015-10-19 08:41:58 -07:00
stack
39f6a4eb0b
HBASE-14642 Disable flakey TestMultiParallel#testActiveThreadsCount
2015-10-18 20:18:15 -07:00
stack
836afcc901
HBASE-14637 Loosen TestChoreService assert AND have TestDataBlockEncoders do less work (and add timeouts)
2015-10-17 16:27:23 -07:00
Stephen Yuan Jiang
9bdb88a572
HBASE-14536 Balancer & SSH interfering with each other leading to unavailability
2015-10-16 22:38:40 -07:00
stack
e8c69a5921
HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent
2015-10-16 21:15:13 -07:00
Ashu Pachauri
bce9ceef41
HBASE-14621 ReplicationLogCleaner stuck on RS crash.
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-10-16 15:26:17 -07:00
Elliott Clark
f4a4c3a489
HBASE-14597 Fix Groups cache in multi-threaded env
2015-10-16 15:19:19 -07:00
Devaraj Das
2c301d535b
HBASE-13330. Region left unassigned due to AM & SSH each thinking the assignment would be done by the other
2015-10-16 13:49:18 -07:00
tedyu
7fe5fa0069
HBASE-14605 Split fails due to 'No valid credentials' error when SecureBulkLoadEndpoint#start tries to access hdfs
2015-10-16 02:55:28 -07:00
stack
c8bdb91737
HBASE-14622 Purge TestZkLess* tests from branch-1
2015-10-15 13:00:39 -07:00
stack
a3f588b26f
HBASE-14608 testWalRollOnLowReplication has some risk to assert failed after HBASE-14600 (Heng Chen)
2015-10-14 23:02:43 -07:00
stack
bd78320caa
HBASE-14600 Make #testWalRollOnLowReplication looser still; ADDENDUM
2015-10-14 17:41:24 -07:00
tedyu
be04ede5b9
HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser)
2015-10-14 14:24:24 -07:00
stack
0818df79d3
HBASE-14606 TestSecureLoadIncrementalHFiles tests timed out in trunk build on apache
2015-10-14 10:00:35 -07:00
stack
f24fb713c8
HBASE-14569 Disable hanging test TestNamespaceAuditor
2015-10-13 23:44:52 -07:00
Liu Shaohui
1a163b7ab7
HBASE-14591 Region with reference hfile may split after a forced split in IncreasingToUpperBoundRegionSplitPolicy
2015-10-14 10:36:32 +08:00
stack
778a595a52
HBASE-14596 TestCellACLs failing... on1.2 builds; FIX
2015-10-13 17:07:58 -07:00
stack
db880599bf
HBASE-14600 Make #testWalRollOnLowReplication looser still
2015-10-13 15:51:14 -07:00
stack
50866daab3
HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP -- ADD DEBUG INFO
2015-10-13 13:33:57 -07:00
stack
6f28281052
HBASE-14588 Stop accessing test resources from within src folder (Andrew Wang)
2015-10-12 23:11:08 -07:00
stack
80a51d227e
HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP
2015-10-12 22:38:29 -07:00
Enis Soztutar
bbbb52cfbf
HBASE-14501 NPE in replication with TDE
...
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java
hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValueUtil.java
2015-10-12 20:44:35 -07:00
anoopsjohn
5dba2c71f7
HBASE-13819 Make RPC layer CellBlock buffer a DirectByteBuffer.
2015-10-13 07:59:11 +05:30
stack
b1cfe94c92
HBASE-14587 Attach a test-sources.jar for hbase-server (Andrew Wang)
2015-10-12 14:00:40 -07:00
Elliott Clark
8019009563
HBASE-14211 Add more rigorous integration tests of splits
...
Summary:
Intgration tests don't currently have a lot of splits going on while there is IO.
This changes that by changing the split aglorithm and the max region hfile size. That should make things split more.
Additionally this allows ITBLL to start with just one region if hbase.test.pre-split-table is False.
Test Plan: Test on a cluster with ITBLL slow determinitic monkey and stress am monkey.
Differential Revision: https://reviews.facebook.net/D44181
2015-10-12 13:25:10 -07:00
stack
a7bf4198b5
HBASE-14582 Regionserver status webpage bucketcache list can become huge
2015-10-12 12:46:02 -07:00
Elliott Clark
9c6f73d576
HBASE-14585 Clean up TestSnapshotCloneIndependence
2015-10-12 11:25:50 -07:00
tedyu
cb3e734ff0
HBASE-14578 URISyntaxException during snapshot restore for table with user defined namespace (Pankaj Kumar)
2015-10-10 15:21:37 -07:00
anoopsjohn
90f0644d9a
HBASE-14366 NPE in case visibility expression is not present in labels table during importtsv run. (Bhupendra)
2015-10-10 12:08:23 +05:30
stack
14819ce853
HBASE-13858 RS/MasterDumpServlet dumps threads before its “Stacks” header
2015-10-09 15:46:51 -07:00
stack
cd298eae4f
HBASE-14517 Show regionserver's version in master status page (Liu Shaohui)
2015-10-09 15:11:14 -07:00
anoopsjohn
ced6794230
HBASE-14525 Append and increment operation throws NullPointerException on non-existing column families.(Abhishek)
2015-10-09 20:55:22 +05:30
Elliott Clark
226f7a019a
HBASE-14529 Respond to SIGHUP to reload config
...
Summary: Add a signal handler to reload the config.
Test Plan: Send the command and see that configs get reloaded.
Differential Revision: https://reviews.facebook.net/D47877
2015-10-08 16:38:26 -07:00
tedyu
841f3924cd
HBASE-14565 Make ZK connection timeout configurable in MiniZooKeeperCluster
2015-10-08 14:34:49 -07:00
Nick Dimiduk
a048c32a99
HBASE-12911 Client-side metrics
2015-10-07 17:05:51 -07:00
stack
d79be59f85
HBASE-14572 TestImportExport#testImport94Table can't find its src data file; ADDENDUM -- fix broke build
2015-10-07 09:03:38 -07:00
stack
fcb335c4fd
HBASE-14572 TestImportExport#testImport94Table can't find its src data file
2015-10-06 23:30:18 -07:00
stack
fd002eaead
HBASE-14502 Purge use of jmock and remove as dependency (Gabor Liptak)
2015-10-06 23:10:16 -07:00
stack
2d21cb296e
HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then fails
2015-10-06 22:52:27 -07:00
stack
ab33a65a1a
HBASE-14436 HTableDescriptor#addCoprocessor will always make RegionCoprocessorHost create new Configuration
2015-10-06 14:00:57 -07:00
tedyu
5e2db42d68
HBASE-14497 Reverse Scan threw StackOverflow caused by readPt checking (Yerui Sun)
2015-10-06 13:56:02 -07:00