4192 Commits

Author SHA1 Message Date
tedyu
8c69b0f751 HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser) 2015-10-14 14:17:36 -07:00
Elliott Clark
fbd2ed2e02 HBASE-14570 Split TestHBaseFsck in order to help with hanging tests 2015-10-14 16:57:41 -04:00
stack
94ce2ed2f9 HBASE-14606 TestSecureLoadIncrementalHFiles tests timed out in trunk build on apache 2015-10-14 09:29:20 -07:00
stack
4850757386 HBASE-14569 Disable hanging test TestNamespaceAuditor 2015-10-13 23:42:29 -07:00
Liu Shaohui
0e41dc18c0 HBASE-14591 Region with reference hfile may split after a forced split in IncreasingToUpperBoundRegionSplitPolicy 2015-10-14 10:14:50 +08:00
stack
e6a271a4fb HBASE-14596 TestCellACLs failing... on1.2 builds; FIX 2015-10-13 17:14:12 -07:00
stack
1458798eb5 HBASE-14600 Make #testWalRollOnLowReplication looser still 2015-10-13 15:50:28 -07:00
stack
874437cc58 HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP -- ADD DEBUG INFO 2015-10-13 13:33:35 -07:00
Nicolas Liochon
657078b353 HBASE-14580 Make the HBaseMiniCluster compliant with Kerberos 2015-10-13 11:33:40 +02:00
stack
a45cb72ef2 HBASE-14588 Stop accessing test resources from within src folder (Andrew Wang) 2015-10-12 23:10:06 -07:00
stack
2428c5f467 HBASE-14596 TestCellACLs failing... on1.2 builds; TUNEUP 2015-10-12 22:50:48 -07:00
Enis Soztutar
2ff6d0fe47 HBASE-14501 NPE in replication with TDE 2015-10-12 20:37:34 -07:00
stack
df9ff9f1e9 HBASE-14587 Attach a test-sources.jar for hbase-server (Andrew Wang) 2015-10-12 13:59:56 -07:00
Elliott Clark
6db1134cb7 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:15 -07:00
stack
1aab391424 HBASE-14582 Regionserver status webpage bucketcache list can become huge 2015-10-12 12:45:40 -07:00
Elliott Clark
4d1d88aa15 HBASE-14585 Clean up TestSnapshotCloneIndependence 2015-10-12 11:21:59 -07:00
stack
587f5bc11f HBASE-14567 Tuneup hanging test TestMobCompactor and TestMobSweeper; ADDENDUM (jingcheng du) 2015-10-10 13:31:17 -07:00
tedyu
f135912912 HBASE-14578 URISyntaxException during snapshot restore for table with user defined namespace (Pankaj Kumar) 2015-10-10 01:50:56 -07:00
anoopsjohn
4969879df5 HBASE-14366 NPE in case visibility expression is not present in labels table during importtsv run. (Bhupendra) 2015-10-10 12:04:47 +05:30
stack
2e593a9d38 HBASE-13858 RS/MasterDumpServlet dumps threads before its “Stacks” header 2015-10-09 15:46:22 -07:00
stack
445dbd8a0e HBASE-14517 Show regionserver's version in master status page (Liu Shaohui) 2015-10-09 15:06:39 -07:00
stack
2e8e32f746 HBASE-14567 Disable hanging test TestMobCompactor and TestMobSweeper 2015-10-09 14:37:11 -07:00
anoopsjohn
79607bd9f8 HBASE-14525 Append and increment operation throws NullPointerException on non-existing column families.(Abhishek) 2015-10-09 20:52:42 +05:30
Elliott Clark
a77f830198 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:18 -07:00
tedyu
c8e280ec88 HBASE-14565 Make ZK connection timeout configurable in MiniZooKeeperCluster 2015-10-08 14:35:38 -07:00
stack
12cc2005c1 HBASE-14574 TableOutputFormat#getRecordWriter javadoc misleads 2015-10-08 13:02:59 -07:00
Nick Dimiduk
7e30436e3f HBASE-12911 Client-side metrics 2015-10-07 17:01:56 -07:00
stack
d80c7e95ec HBASE-14572 TestImportExport#testImport94Table can't find its src data file 2015-10-06 23:28:13 -07:00
stack
298721b259 HBASE-14502 Purge use of jmock and remove as dependency (Gabor Liptak) 2015-10-06 23:09:50 -07:00
stack
406cb58acd HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then fails 2015-10-06 22:49:22 -07:00
stack
0ea1f81227 HBASE-14436 HTableDescriptor#addCoprocessor will always make RegionCoprocessorHost create new Configuration 2015-10-06 14:00:20 -07:00
stack
8fcc815504 HBASE-14563 Disable zombie TestHFileOutputFormat2 2015-10-06 13:37:10 -07:00
tedyu
23079c02bf HBASE-14520 Optimize the number of calls for tags creation in bulk load (Bhupendra Kumar Jain) 2015-10-06 06:43:30 -07:00
Stephen Yuan Jiang
ed4c734b15 HBASE-14432 Procedure V2 - enforce ACL on procedure admin tasks (Stephen Yuan Jiang 2015-10-05 20:07:21 -07:00
Elliott Clark
39042b6a07 HBASE-14555 Fix Deadlock in MVCC branch-1.2 toString() 2015-10-05 17:50:22 -07:00
Matteo Bertozzi
dd955fa417 HBASE-14547 Add more debug/trace to zk-procedure 2015-10-04 20:55:31 -07:00
Mikhail Antonov
19045a5ea7 HBASE-14367 Add normalization support to shell 2015-10-04 00:29:39 -07:00
stack
c5a9895ada HBASE-14545 TestMasterFailover often times out 2015-10-03 13:31:59 -07:00
Lars Hofhansl
3b8039ed0f HBASE-14539 Slight improvement of StoreScanner.optimize. 2015-10-02 20:23:03 -07:00
smaddineni
44b8809726 HBASE-13770 Programmatic JAAS configuration option for secure zookeeper may be broken
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-10-02 17:50:54 -07:00
tedyu
de70958417 HBASE-14499 Master coprocessors shutdown will not happen on master abort (Pankaj Kumar) 2015-10-02 16:03:49 -07:00
Andrew Purtell
39c0b8f6db HBASE-13744 TestCorruptedRegionStoreFile is flaky 2015-10-02 15:07:17 -07:00
stack
83f5663a22 HBASE-14519 Purge TestFavoredNodeAssignmentHelper, a test for an abandoned feature that can hang 2015-10-02 13:29:39 -07:00
Andrew Purtell
030ae5f041 HBASE-13143 TestCacheOnWrite is flaky and needs a diet 2015-10-01 18:34:11 -07:00
Andrew Purtell
ef7001c0e8 HBASE-14475 Region split requests are always audited with hbase user rather than request user (Ted Yu) 2015-10-01 15:12:32 -07:00
Sanjeev Srivatsa
76463a36f5 HBASE-14459 Add response and request size metrics
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-30 18:22:48 -07:00
Elliott Clark
a463984945 HBASE-14512 Cache UGI groups
Summary:
Don't create a user for every call. Instead create one user per connection.
Then inside of SecureHadoopUser cache the groupNames. This allows HBase to cache
empty groups.  This is needed since it's much more likely that HBase will be accessed
by a user that's not present on the posix /etc/group file.

Test Plan: Unit Tests

Differential Revision: https://reviews.facebook.net/D47751
2015-09-30 12:46:12 -07:00
chenheng
24370547c5 HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication() 2015-09-30 16:59:42 +02:00
stack
f3dff052a6 HBASE-14518 Give TestScanEarlyTermination the same treatment as 'HBASE-14378 Get TestAccessController* passing again...' -- up priority handlers 2015-09-29 22:44:37 -07:00
Jerry He
e6905a1444 HBASE-14394 Properly close the connection after reading records from table: addendum 2015-09-29 20:14:54 -07:00