Andrew Purtell
c2eeddfb27
HBASE-12006 [JDK 8] KeyStoreTestUtil#generateCertificate fails due to "subject class type invalid"
...
This is a port of the fix from HADOOP-10847
2015-04-15 09:47:45 -07:00
Matteo Bertozzi
ec472fb18a
HBASE-13455 Procedure V2 - master truncate table
2015-04-15 11:07:08 +01:00
Matteo Bertozzi
7c5ae63850
HBASE-13290 Procedure v2 - client enable/disable table sync (Stephen Yuan Jiang)
2015-04-15 11:05:49 +01:00
Matteo Bertozzi
2cbb1afe52
HBASE-13211 Procedure V2 - master Enable/Disable table (Stephen Yuan Jiang)
2015-04-15 11:04:58 +01:00
Matteo Bertozzi
4cc464dae1
HBASE-13209 Procedure V2 - master Add/Modify/Delete Column Family (Stephen Yuan Jiang)
2015-04-15 11:04:07 +01:00
Matteo Bertozzi
c967595acb
HBASE-13210 Procedure V2 - master Modify table (Stephen Yuan Jiang)
2015-04-15 11:03:14 +01:00
Matteo Bertozzi
67149d253b
HBASE-13204 Procedure v2 - client create/delete table sync
2015-04-15 11:02:26 +01:00
Matteo Bertozzi
58b1598b44
HBASE-13203 Procedure v2 - master create/delete table
2015-04-15 11:01:36 +01:00
tedyu
daa82b9fd9
HBASE-13438 [branch-1] Backport Basic quota support for namespaces (Ashish Singhi)
2015-04-14 04:42:56 -07:00
zhangduo
bcd5c4d137
HBASE-13301 Possible memory leak in BucketCache
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
2015-04-14 17:43:46 +08:00
Matteo Bertozzi
4fc39fd7c9
HBASE-13457 SnapshotExistsException doesn't honor the DoNotRetry
2015-04-13 23:22:28 +01:00
Srikanth Srungarapu
f3b6cc84f2
HBASE-13436 Include user name in ADE for scans
2015-04-10 14:04:30 -07:00
tedyu
e831ed0747
HBASE-13381 Expand TestSizeFailures to include small scans (Josh Elser)
2015-04-09 17:57:26 -07:00
stack
d1133ced44
HBASE-13118 [PE] Add being able to write many columns
2015-04-09 16:50:02 -07:00
Andrew Purtell
356422e1ae
HBASE-13275 Setting hbase.security.authorization to false does not disable authorization
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java
2015-04-09 14:43:29 -07:00
Lars Hofhansl
562859f4af
HBASE-13362 Set max result size from client only (like scanner caching).
2015-04-08 21:43:22 -07:00
Jonathan M Hsieh
c2bfddac13
HBASE-13412 ADDENDUM Region split decisions should have jitter
...
This corrects the jitter threshold constant in the unit test so that it will pass regularly.
2015-04-08 14:50:03 -07:00
Jonathan Lawlor
408b916175
HBASE-13421 Reduce the number of object creations introduced by HBASE-11544 in scan RPC hot code paths
...
Signed-off-by: stack <stack@apache.org>
2015-04-08 14:03:38 -07:00
Sean Busbey
7469426d64
HBASE-13414 Removes now-obselete checks for JRE 6 in TestHCM.
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHCM.java
2015-04-08 14:32:27 -05:00
tedyu
3f8780e153
HBASE-11864 Enhance HLogPrettyPrinter to print information from WAL Header (Chuhan Yang)
2015-04-08 06:15:20 -07:00
ramkrishna
3cda2dfcad
HBASE-13370 - PE tool could give option for using Explicit Column Tracker
...
which leads to seeks(Ram)
2015-04-08 10:26:16 +05:30
tedyu
c031d8de23
HBASE-13205 [branch-1] Backport HBASE-11598 Add simple rpc throttling (Ashish Singhi)
2015-04-07 18:29:03 -07:00
Elliott Clark
bbdd50b9c5
HBASE-13412 Region split decisions should have jitter
2015-04-07 17:20:26 -07:00
Ashish Singhi
15cdd898e3
HBASE-13299 Add setReturnResults() to Increment, like Append has
...
Signed-off-by: stack <stack@apache.org>
2015-04-07 11:47:48 -07:00
Jonathan Lawlor
30f6d54cc8
HBASE-13374 Small scanners (with particular configurations) do not return all rows
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-04-05 14:29:43 -07:00
Matteo Bertozzi
d92ea13362
HBASE-13406 TestAccessController is flaky when create is slow
2015-04-04 10:14:13 +01:00
Apekshit(Appy) Sharma
4d8bcd4629
HBASE-6919 Remove unnecessary throws IOException from Bytes.readVLong.
...
Added readAsVLong() to deprecate readVLong() which was throwing IOException. Added test for readAsVLong().
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java
2015-04-03 21:41:39 -05:00
stack
e65f430003
Revert "HBASE-13373 Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.:"
...
Revert because breaking migration tests.
This reverts commit 95893ffebd
.
2015-04-03 18:57:53 -07:00
stack
5c19f9eac7
HBASE-13397 Purge duplicate rpc request thread local
2015-04-03 15:44:57 -07:00
stack
95893ffebd
HBASE-13373 Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.:
...
Reapply after fixing missing JIRA number
2015-04-03 15:30:07 -07:00
stack
da61928246
Revert "HBASE-Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc."
...
Revert because missing JIRA number
This reverts commit 691efc60f7
.
2015-04-03 15:26:13 -07:00
stack
691efc60f7
HBASE-Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.
2015-04-03 14:25:02 -07:00
zhangduo
dd4f8a5e5a
HBASE-13385 TestGenerateDelegationToken is broken with hadoop 2.8.0
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/token/TestGenerateDelegationToken.java
2015-04-03 07:54:55 +08:00
stack
7e1e5a60fb
HBASE-13216 Add version info in RPC connection header (Liu Shaohui)
2015-04-02 15:50:49 -07:00
Andrew Purtell
6605dda7b4
HBASE-13388 Handling NullPointer in ZKProcedureMemberRpcs while getting ZNode data (Vikas Vishwakarma)
2015-04-02 14:18:07 -07:00
Dave Latham
b8e969be7a
HBASE-12891 Parallel execution for Hbck checkRegionConsistency
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-04-02 11:24:14 -07:00
Devaraj Das
926aaed113
HBASE-11869. Support snapshot owner (Liu Shaohui).
2015-04-01 23:56:59 -07:00
Srikanth Srungarapu
71c96e353a
HBASE-13091 Split ZK Quorum on Master WebUI (Jean-Marc Spaggiari)
2015-04-01 23:21:21 -07:00
Andrew Purtell
b75a4c8ef0
HBASE-13384 Fix Javadoc warnings introduced by HBASE-12972
2015-04-01 22:06:51 -07:00
Enis Soztutar
b22fcd36ef
HBASE-13317 Region server reportForDuty stuck looping if there is a master change - ADDENDUM for branch-1 (Jerry He)
2015-04-01 17:27:01 -07:00
Srikanth Srungarapu
a6ddcc8fa2
HBASE-13296 Fix the deletion of acl notify nodes for namespace.
2015-04-01 12:17:00 -07:00
tedyu
39b5ce9470
HBASE-12954 Addendum uses invalid TLD in test
2015-04-01 11:20:16 -07:00
tedyu
4df24b8e6d
HBASE-12954 Ability impaired using HBase on multihomed hosts
2015-04-01 06:47:26 -07:00
Enis Soztutar
394b460934
HBASE-13317 Region server reportForDuty stuck looping if there is a master change (Jerry He)
2015-03-31 22:59:34 -07:00
zhangduo
35fdea7d00
HBASE-13371 Fix typo in TestAsyncIPC
2015-04-01 12:15:10 +08:00
Andrew Purtell
bf76082f5f
HBASE-12975 Supportable SplitTransaction and RegionMergeTransaction interfaces
2015-03-31 16:02:24 -07:00
tedyu
c4194f2849
HBASE-13369 Addendum deletes the table at the end of test
2015-03-31 15:43:08 -07:00
tedyu
bb65a8664d
HBASE-13369 Expose scanNext stats to region server level
2015-03-31 15:27:39 -07:00
tedyu
f1601c0d12
HBASE-13213 Split out locality metrics among primary and secondary region
2015-03-31 15:00:56 -07:00
Andrew Purtell
af1715933e
HBASE-12972 Region, a supportable public/evolving subset of HRegion
2015-03-30 18:01:32 -07:00
tedyu
0f0f3f8493
HBASE-12993 Use HBase 1.0 interfaces in hbase-thrift (Solomon Duskis)
2015-03-29 06:44:50 -07:00
Josh Elser
b0116398ff
HBASE-13262 Observe ScanResponse.moreResults in ClientScanner.
...
The RS already returns to the client whether or not it has additional
results to be returned in a subsequent call to scan(), but the ClientScanner
did not use or adhere to this value. Subsequently, this can lead to
bugs around moving to the next region too early. A new method was added
to ClientScanner in the name of testability.
Encapsulate server-state into RegionServerCallable to avoid
modifying parameterization of callable impls.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-03-28 18:56:50 -07:00
Jonathan Lawlor
7da7a77ff9
Amend HBASE-13303 Fix size calculation of results on the region server
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-03-27 22:12:07 -07:00
Enis Soztutar
4bda365ab1
HBASE-13328 LoadIncrementalHFile.doBulkLoad(Path,HTable) should handle managed connections
2015-03-27 14:50:23 -07:00
Josh Elser
b9a615e739
HBASE-13222 Add isBalancerEnabled method to Master and Admin.
...
Include some basic tests for the method on a testing cluster.
Also update master page to show an alert when balancer is disabled.
Signed-off-by: Enis Soztutar <enis@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
2015-03-27 14:47:24 -07:00
Elliott Clark
2857b21eaf
HBASE-13170 Allow block cache to be external
...
Summary: Add MemcachedBlockCache
Test Plan: Tested locally with PE and running memcached.
Subscribers: rajesh.nishtala, ndimiduk
Differential Revision: https://reviews.facebook.net/D34635
2015-03-27 13:17:05 -07:00
Sameet Agarwal
2fd6f2a829
HBASE-13316 Reduce the downtime on planned moves of regions
...
Summary:
The current behavior of a region move shuts down a region and then starts is up in another regionserver. This causes increased latency and possibly timeouts till the new region's cache is fully warmed up. We can make a region move less disruptive by warming the cache in the destination region server before shutting dow the old region.
See https://issues.apache.org/jira/browse/HBASE-13316
Test Plan:
1. Unit Tests
2. Added test for concurrent moves and warmups
3. Manually tested reads/writes happening with concurrent moves
Subscribers: tedyu
Differential Revision: https://reviews.facebook.net/D35967
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-03-27 11:56:21 -07:00
Elliott Clark
650c9f27fd
HBASE-13342 Fix incorrect interface annotations
2015-03-27 00:22:04 -07:00
Andrew Purtell
66af9410b1
HBASE-13332 Fix the usage of doAs/runAs in Visibility Controller tests (Srikanth Srungarapu)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestDefaultScanLabelGeneratorStack.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestEnforcingScanLabelGenerator.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelReplicationWithExpAsString.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsReplication.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDefaultVisLabelService.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDeletes.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityWithCheckAuths.java
2015-03-26 21:54:28 -07:00
zhangduo
e8059b0dc5
HBASE-13295 TestInfoServers hung
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
2015-03-27 11:57:19 +08:00
nke
797eee33ab
HBASE-8725 Add total time RPC call metrics
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-03-26 11:12:29 -07:00
Andrey Stepachev
9df1c244a0
HBASE-13326 Disabled table can't be enabled after HBase is restarted
2015-03-25 22:57:37 +00:00
Andrew Purtell
050028c32e
HBASE-13294 Fix the critical ancient loopholes in security testing infrastructure (Srikanth Srungarapu)
2015-03-25 09:28:12 -07:00
Elliott Clark
cc750c656a
HBASE-13331 Exceptions from DFS client can cause CatalogJanitor to delete referenced files
...
Summary:
CatalogJanitor#checkDaughterInFs assumes that there are no references
whenever HRegionFileSystem.openRegionFromFileSystem throws IOException.
Well Hadoop and HBase throw IOExceptions whenever someone looks in their general direction.
This patch explicitly checks if the directory exists. If it doesn't then it allows references to be
deleted. All other exceptions cause CatalogJanitor to assume there are references
Test Plan: Unit tests.
Differential Revision: https://reviews.facebook.net/D35829
2015-03-24 19:52:17 -07:00
tedyu
7c2525bf15
HBASE-13327 Use Admin in ConnectionCache (Solomon Duskis)
2015-03-24 18:15:09 -07:00
Mikhail Antonov
ac6fd86d26
HBASE-13273 Make Result.EMPTY_RESULT read-only; currently it can be modified
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Result.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestResult.java
2015-03-24 13:15:43 -07:00
Matteo Bertozzi
c305b44362
HBASE-13321 Fix flaky TestHBaseFsck
2015-03-24 16:52:05 +00:00
Matteo Bertozzi
266e883daa
HBASE-13314 Fix NPE in HMaster.getClusterStatus()
2015-03-24 09:28:51 +00:00
Matteo Bertozzi
f3f42bf7a6
HBASE-13309 Some tests do not reset EnvironmentEdgeManager
2015-03-22 10:43:15 +00:00
zhangduo
bbf9a90ff2
HBASE-13308 Fix flaky TestEndToEndSplitTransaction
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
2015-03-21 20:55:49 +08:00
Andrew Purtell
e90ac5f812
HBASE-13303 Fix size calculation of results on the region server
2015-03-20 17:25:17 -07:00
Matteo Bertozzi
4230b1ae2e
HBASE-13282 Fix the minor issues of running Canary on kerberized environment (Srikanth Srungarapu)
2015-03-20 21:14:07 +00:00
Ashish Singhi
14fa34513e
HBASE-13241 Add tests for group level grants
2015-03-19 21:38:47 +00:00
Esteban Gutierrez
f6095adea6
TestEnableTableHandler.testDeleteForSureClearsAllTableRowsFromMeta - ADDENDUM
2015-03-19 21:01:38 +00:00
Matteo Bertozzi
1f7b7781a1
HBASE-13285 Fix flaky getRegions() in TestAccessController.setUp()
2015-03-19 18:28:58 +00:00
zhangduo
9e92e33629
HBASE-13280 TestSecureRPC failed
2015-03-19 21:46:15 +08:00
Matteo Bertozzi
6b411b5d00
HBASE-13235 Revisit the security auditing semantics (Srikanth Srungarapu)
2015-03-19 07:01:55 +00:00
Matteo Bertozzi
e283a210e6
HBASE-13253 LoadIncrementalHFiles unify hfiles discovery
2015-03-17 19:39:18 +00:00
Andrey Stepachev
bee9fb8e7e
HBASE-13176 Flakey TestZooKeeper test.
2015-03-17 15:00:10 +00:00
Jonathan M Hsieh
489698d6c0
HBASE-12908 Typos in MemstoreFlusher javadocs (Edvin Malinovskis)
2015-03-17 00:38:54 -07:00
stack
71f22ebfb8
HBASE-13193 RegionScannerImpl filters should not be reset if a partial Result is returned (Jonathan Lawlor)
2015-03-16 13:27:02 -07:00
tedyu
9b4d78c33f
HBASE-13246 Correct the assertion for namespace permissions in tearDown method of TestAccessController (Ashish Singhi)
2015-03-16 06:46:54 -07:00
zhangduo
663dacca9d
HBASE-13244 addendum add InterfaceAudience annotation back for HBaseKerberosUtils
2015-03-16 15:20:17 +08:00
zhangduo
6fb6362e28
HBASE-13244 Test delegation token generation with kerberos enabled
2015-03-15 23:08:25 +08:00
tedyu
189424e6fc
HBASE-13239 HBase grant at specific column level does not work for Groups
2015-03-14 20:21:03 -07:00
zhangduo
cb4db89bff
HBASE-13242 TestPerColumnFamilyFlush.testFlushingWhenLogRolling hung
2015-03-15 08:15:32 +08:00
Josh Elser
c3b47f2251
HBASE-13236 Add addt'l lifecycle-mapping executions.
...
Adds a number of lifecycle-mapping entries which
prevent errors from showing up in Eclipse on a fresh
import of HBase. For plugins defined in the top-level
pom, the mapping is added there; otherwise, the mapping
is pushed down to the child pom.
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-14 00:19:44 -05:00
Matteo Bertozzi
7229a0a47d
HBASE-13227 LoadIncrementalHFile should skip non-files inside a possible family-dir
2015-03-13 17:12:11 +00:00
Esteban Gutierrez
aa93b176f0
HBASE-13224 Minor formatting issue when logging a namespace scope in AuthResult#toContextString
2015-03-13 10:53:59 +00:00
Enis Soztutar
c8999d9def
HBASE-13169 ModifyTable increasing the region replica count should also auto-setup RRRE
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/ModifyTableHandler.java
2015-03-12 15:21:31 -07:00
tedyu
da9c5ac18c
HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu)
2015-03-11 21:41:24 -07:00
Enis Soztutar
0f892c23ec
HBASE-13063 Allow to turn off memstore replication for region replicas - ADDENDUM for turning of primary flush tigger when this is enabled
2015-03-11 14:57:15 -07:00
Devaraj Das
e864dd0520
HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures.
2015-03-11 13:55:34 -07:00
Matteo Bertozzi
f8dced1e6d
HBASE-13206 Fix TableLock tableName log format
2015-03-11 18:27:41 +00:00
stack
0fb1ad7db4
HBASE-13142 [PERF] Reuse the IPCUtil#buildCellBlock buffer; ADDENDUM
2015-03-10 22:21:01 -07:00
tedyu
05aef46d94
HBASE-13168 Backport HBASE-12590 "A solution for data skew in HBase-Mapreduce Job"
2015-03-10 18:47:31 -07:00
stack
619d58f9b5
HBASE-13114 [UNITTEST] TestEnableTableHandler.testDeleteForSureClearsAllTableRowsFromMeta
2015-03-10 14:15:33 -07:00
Matteo Bertozzi
c4369d9a90
HBASE-13181 TestHRegionReplayEvents.testReplayBulkLoadEvent fails frequently
2015-03-10 17:22:07 +00:00
Matteo Bertozzi
eb2193afa0
HBASE-13063 Allow to turn off memstore replication for region replicas
2015-03-10 10:17:15 +00:00
Matteo Bertozzi
52ff5485a8
HBASE-13182 TestAccessController create/delete table is flaky
2015-03-10 09:18:33 +00:00
zhangduo
ce1a5eeda3
HBASE-12405 addendum fix HRegion heap size
2015-03-10 15:13:53 +08:00
zhangduo
5ff108d0e1
HBASE-12405 WAL accounting by Store
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ResponseConverter.java
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java
2015-03-10 13:13:40 +08:00
Andrew Purtell
4afae59cfa
HBASE-13183 Make ZK tickTime configurable in standalone HBase (Alex Araujo)
2015-03-09 18:34:48 -07:00
Enis Soztutar
280120ee15
HBASE-13121 Async wal replication for region replicas and dist log replay does not work together
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpointNoMaster.java
2015-03-09 16:12:04 -07:00
zhangduo
c40d880a3e
HBASE-13172 TestDistributedLogSplitting.testThreeRSAbort fails several times on branch-1
...
Signed-off-by: stack <stack@apache.org>
2015-03-09 14:13:35 -07:00
Matteo Bertozzi
5197640c30
HBASE-13179 TestMasterObserver deleteTable is flaky
2015-03-09 19:47:53 +00:00
tedyu
668ab35649
HBASE-12931 The existing KeyValues in memstore are not removed completely after inserting cell into memStore (ChiaPing Tsai)
2015-03-07 08:01:21 -08:00
tedyu
e5efca212d
HBASE-13164 Update TestUsersOperationsWithSecureHadoop to use MiniKdc (Duo Zhang)
2015-03-06 18:44:20 -08:00
Enis Soztutar
5619f20e1a
HBASE-12706 Support multiple port numbers in ZK quorum string (Stephen Yuan Jiang)
2015-03-06 16:47:44 -08:00
Lars Hofhansl
c8610ce36f
Revert "HBASE-13082 Coarsen StoreScanner locks to RegionScanner."
...
This reverts commit 02522615d1
.
Reverted due to test failures.
2015-03-06 15:25:59 -08:00
Enis Soztutar
6e5e5d8cce
HBASE-12562 Handling memory pressure for secondary region replicas
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
2015-03-06 14:48:58 -08:00
stack
3e3276d7fa
HBASE-13142 [PERF] Reuse the IPCUtil#buildCellBlock buffer
2015-03-06 14:35:49 -08:00
Lars Hofhansl
02522615d1
HBASE-13082 Coarsen StoreScanner locks to RegionScanner.
2015-03-06 12:45:04 -08:00
Enis Soztutar
8116a8b524
HBASE-12180 Fix and reenable TestRegionReplicaReplicationEndpoint
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java
2015-03-05 15:52:35 -08:00
Victoria Dudin
4e2edb93df
HBASE-13128 Make HBCK's lock file retry creation and deletion
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-03-05 15:28:27 -08:00
tedyu
efb6e7005f
HBASE-13155 Fix TestPrefixTree (Duo Zhang)
2015-03-05 06:54:58 -08:00
Jonathan Lawlor
0c64a57e52
HBASE-11544: [Ergonomics] hbase.client.scanner.caching is dogged and will try to return batch even if it means OOME
...
Signed-off-by: stack <stack@apache.org>
2015-03-04 18:04:15 -08:00
Lars Hofhansl
1cdcb6e9b8
HBASE-13109 Fix Javadoc warning; and some misc checkstyle warnings
2015-03-04 18:02:34 -08:00
Enis Soztutar
07cb6d2413
HBASE-11580 Failover handling for secondary region replicas - ADDENDUM for javadoc fixes
2015-03-04 14:22:58 -08:00
Lars Hofhansl
f5020e9c1a
HBASE-13109 Make better SEEK vs SKIP decisions during scanning.
2015-03-04 14:13:41 -08:00
Jeffrey Zhong
4506b6e003
HBASE-11571 Bulk load handling from secondary region replicas
2015-03-03 15:21:22 -08:00
stack
6b1674b31c
HBASE-13017 Backport HBASE-12035 Keep table state in Meta to 1.0 branch; REVERT
2015-03-03 13:26:15 -08:00
Enis Soztutar
9e7ad99593
HBASE-11580 Failover handling for secondary region replicas
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
2015-03-03 13:21:01 -08:00
zhangduo
2c02f2f154
HBASE-13145 TestNamespaceAuditor.testRegionMerge is flaky
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java
2015-03-03 10:35:09 -08:00
stack
10d5236e66
HBASE-13136 TestSplitLogManager.testGetPreviousRecoveryMode is flakey
2015-03-02 17:29:47 -08:00
stack
c4acac561c
HBASE-13138 Clean up TestMasterObserver (debug, trying to figure why fails)
2015-03-02 10:54:10 -08:00
Ramkrishna
9c3cbdcd05
HBASE-13123 - Minor bug in ROW bloom filter (Ram):w
2015-03-02 11:47:20 +05:30
tedyu
c64686e2e1
HBASE-13134 mutateRow and checkAndMutate apis don't throw region level exceptions (Francis Liu)
2015-03-01 20:25:43 -08:00
stack
10f3b77748
HBASE-NPE when running TestSplitLogManager (Andrey Stepachev and Zhangduo)
2015-03-01 19:54:38 -08:00
stack
5b0b43b48d
HBASE-13130 Add timeouts on TestMasterObserver, a frequent zombie show
2015-02-28 15:27:59 -08:00
Sameet Agarwal
a6cd9d986d
HBASE-12924 HRegionServer#MovedRegionsCleaner Chore does not start
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-02-28 10:35:19 -08:00
Enis Soztutar
b09c4feade
HBASE-13119 FileLink should implement equals
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileInfo.java
2015-02-27 18:13:45 -08:00
zhangduo
ade44d754d
HBASE-13097 Use same EventLoopGroup for different AsyncRpcClients if possible
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestIPC.java
2015-02-27 08:45:29 -08:00
Andrew Purtell
3e17ed9c3e
HBASE-13106 Ensure endpoint-only table coprocessors can be dynamically loaded
2015-02-25 18:21:10 -08:00
Elliott Clark
2286371243
HBASE-13102 Fix Pseudo-distributed Mode which was broken in 1.0.0
2015-02-25 15:51:30 -08:00
Nick Dimiduk
9446b2cc7e
HBASE-13086 Show ZK root node on Master WebUI
2015-02-24 19:05:19 -08:00
Ashish Singhi
9e9a98fdb1
HBASE-13048 Use hbase.crypto.wal.algorithm in SecureProtobufLogReader while decrypting the data
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-02-24 18:18:31 -08:00
zhangduo
a2123144ff
HBASE-13084 Add labels to VisibilityLabelsCache asynchronously causes TestShell flakey
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
2015-02-24 17:06:34 -08:00
stack
540266a7a0
HBASE-13083 Master can be dead-locked while assigning META. (Andrey Stepachev)
2015-02-23 21:17:36 -08:00
stack
bb3ca8ed12
HBASE-13001 NullPointer in master logs for table.jsp (Vikas Vishwakarma)
2015-02-23 20:50:22 -08:00
zhangduo
b5590ac722
HBASE-12953 RegionServer is not functionally working with AysncRpcClient in secure mode
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/TestSecureRPC.java
2015-02-23 20:41:45 -08:00
Enis Soztutar
492980d447
HBASE-12561 Replicas of regions can be cached from different instances of the table in MetaCache
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionReplicaUtil.java
2015-02-23 12:01:10 -08:00
Enis Soztutar
28f4b8d07e
HBASE-12714 RegionReplicaReplicationEndpoint should not set the RPC Codec
2015-02-22 21:58:20 -08:00
Enis Soztutar
5321d4465f
HBASE-11842 Integration test for async wal replication to secondary regions
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/RestartMetaTest.java
2015-02-22 21:51:51 -08:00
Rajeshbabu Chintaguntla
66d59afa66
HBASE-13054 Provide more tracing information for locking/latching events.(Rajeshbabu)
2015-02-21 12:17:44 +05:30
stack
61901c86b1
HBASE-13032 Migration of states should be performed once META is assigned and onlined (Andrey Stepachev)
2015-02-20 22:06:57 -08:00
tedyu
9d29f3c4f1
HBASE-13057 Provide client utility to easily enable and disable table replication (Ashish Singhi)
2015-02-20 10:27:20 -08:00
tedyu
cfc01532e2
HBASE-13070 Fix TestCacheOnWrite (Duo Zhang)
2015-02-20 08:40:34 -08:00
Sean Busbey
49ae4ab672
HBASE-13075 TableInputFormatBase spuriously warning about multiple initializeTable calls
2015-02-19 16:22:46 -06:00
tedyu
6b44b73404
HBASE-13072 BucketCache.evictBlock returns true if block does not exist (Duo Zhang)
2015-02-19 08:28:51 -08:00