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
c936393591
HBASE-14349 pre-commit zombie finder is overly broad
2015-10-07 15:01:15 -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
stack
aeb3a62459
HBASE-14563 Disable zombie TestHFileOutputFormat2
2015-10-06 13:37:35 -07:00
Stephen Yuan Jiang
a6d90bcc97
HBASE-14432 Procedure V2 - enforce ACL on procedure admin tasks (Stephen Yuan Jiang)
2015-10-06 09:11:38 -07:00
stack
80961187aa
HBASE-14559 branch-1 test tweeks; disable assert explicit region lands post-restart and up a few handlers
2015-10-05 22:34:41 -07:00
Elliott Clark
12fd46cdca
HBASE-14555 Fix Deadlock in MVCC branch-1.2 toString()
2015-10-05 17:49:48 -07:00
Matteo Bertozzi
12e8076fba
HBASE-14347 Add a switch to DynamicClassLoader to disable it (huaxiang sun)
2015-10-05 16:17:30 -07:00
Elliott Clark
ef8cc7a575
HBASE-14544 Allow HConnectionImpl to not refresh the dns on errors
2015-10-05 09:44:52 -07:00
Matteo Bertozzi
86b505c224
HBASE-14547 Add more debug/trace to zk-procedure
2015-10-04 20:56:01 -07:00
Mikhail Antonov
b9bfd6f7e3
HBASE-14367 Add normalization support to shell
2015-10-04 01:24:15 -07:00
stack
5f95ec6265
HBASE-14545 TestMasterFailover often times out
2015-10-03 13:33:09 -07:00
Sean Busbey
436bd5e823
HBASE-14516 categorize hadoop-compat tests
...
* make sure the test classifications are in test scope for their use in the hadoop-compat modules
* added a test category for 'metrics related' since that's what all these tests are for
* categorized tests as small,metrics
Conflicts:
hbase-hadoop2-compat/src/test/java/org/apache/hadoop/hbase/master/TestMetricsMasterSourceImpl.java
2015-10-03 01:15:52 -05:00
Lars Hofhansl
5b3579c327
HBASE-14539 Slight improvement of StoreScanner.optimize.
2015-10-02 20:24:19 -07:00
smaddineni
373c75dde6
HBASE-13770 Programmatic JAAS configuration option for secure zookeeper may be broken
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java
2015-10-02 18:00:47 -07:00
Andrew Purtell
d7c7cc8c8c
HBASE-13744 TestCorruptedRegionStoreFile is flaky
2015-10-02 15:07:13 -07:00
stack
54dc20e920
HBASE-14519 Purge TestFavoredNodeAssignmentHelper, a test for an abandoned feature that can hang
2015-10-02 13:30:05 -07:00
Andrew Purtell
9b297493e2
HBASE-13143 TestCacheOnWrite is flaky and needs a diet
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
2015-10-01 18:45:48 -07:00
Andrew Purtell
7aaef0f920
HBASE-14475 Region split requests are always audited with hbase user rather than request user (Ted Yu)
2015-10-01 15:12:29 -07:00
Matteo Bertozzi
afb3b19a15
HBASE-14485 ConnectionImplementation leaks on construction failure
2015-10-01 12:50:26 -07:00
Josh Elser
3ef56c7b64
HBASE-14494 Add missing commas on shell command usages
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-10-01 12:05:02 -07:00
Sanjeev Srivatsa
d047c37871
HBASE-14459 Add response and request size metrics
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-30 18:23:17 -07:00
Elliott Clark
cca2ba4d93
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:52:50 -07:00
stack
4812d9a178
HBASE-14465 Backport 'Allow rowlock to be reader/write' to branch-1
2015-09-30 11:48:46 -07:00
chenheng
2ff8580d72
HBASE-14230 replace reflection in FSHlog with HdfsDataOutputStream#getCurrentBlockReplication()
2015-09-30 17:05:32 +02:00
stack
19ac591876
HBASE-14518 Give TestScanEarlyTermination the same treatment as 'HBASE-14378 Get TestAccessController* passing again...' -- up priority handlers
2015-09-29 22:45:04 -07:00
Jerry He
c75382860f
HBASE-14394 Properly close the connection after reading records from table: addendum
2015-09-29 19:49:28 -07:00
stack
4bd8461566
HBASE-14513 TestBucketCache runs obnoxious 1k threads in a unit test
2015-09-29 16:20:00 -07:00
stack
16ad5e61c8
HBASE-14510 Fix coprocessor handling of duplicate classes (Yerui Sun)
2015-09-29 15:35:44 -07:00
stack
255fd07d35
HBASE-14362 org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS is super duper flaky (Heng Chen)
2015-09-29 14:52:01 -07:00
Elliott Clark
bf6a713bfc
HBASE-14473 Compute region locality in parallel
2015-09-29 13:09:09 -07:00
ramkrishna
d0d79f46c4
HBASE-14437 - ArithmeticException in ReplicationInterClusterEndpoint (Ram)
2015-09-29 16:46:29 +05:30
stack
642273bc2a
HBASE-14430 TestHttpServerLifecycle#testStartedServerIsAlive times out
2015-09-28 21:38:36 -07:00
Stephen Yuan Jiang
56bb25e506
HBASE-14488 Procedure V2 - shell command to abort a procedure (Stephen Yuan jiang
2015-09-28 18:53:56 -07:00
Lars Hofhansl
45fdcfc23c
HBASE-14489 postScannerFilterRow consumes a lot of CPU.
2015-09-26 16:25:17 -07:00
Andrew Purtell
0dd57174fa
HBASE-14407 NotServingRegion: hbase region closed forever (Shuaifeng Zhou)
2015-09-25 17:57:56 -07:00
Stephen Yuan Jiang
286edd8b55
HBASE-14212 Add IT test for procedure-v2-based namespace DDL (Stephen Yuan Jiang)
2015-09-25 16:41:55 -07:00
Andrew Purtell
1c5551d9fc
HBASE-14492 Increase REST server header buffer size from 8k to 64k (Huaxiang Sun)
2015-09-25 16:08:54 -07:00
Stephen Yuan Jiang
36eeb7917a
HBASE-14051 Undo workarounds in IntegrationTestDDLMasterFailover for client double submit (Stephen Yuan jiang)
2015-09-25 15:09:34 -07:00
Andrew Purtell
70c3ed1c9c
HBASE-12748 RegionCoprocessorHost.execOperation creates too many iterator objects
2015-09-25 13:31:01 -07:00
Enis Soztutar
bc1a03d9b4
HBASE-14474 DeadLock in RpcClientImpl.Connection.close()
2015-09-25 11:05:26 -07:00
stack
e33d8bd3e0
HBASE-14378 Get TestAccessController* passing again on branch-1; ADDENDUM... missed org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorization
2015-09-25 09:34:01 -07:00