Lars Hofhansl
62c55a6350
HBASE-13601 Connection leak during log splitting. (Abhishek Singh Chouhan)
2015-04-30 17:05:24 -07:00
Lars Hofhansl
dc28ded74c
HBASE-13497 Remove MVCC stamps from HFile when that is safe.
2015-04-30 16:48:55 -07:00
stack
ac190e8077
HBASE-13377 Canary may generate false alarm on the first region when there are many delete markers (He Liangliang)
...
Amending-Author: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
2015-04-30 16:00:07 -07:00
Liu Shaohui
d4f6928b05
HBASE-13200 Improper configuration can leads to endless lease recovery during failover (He Liangliang)
2015-04-30 15:12:22 -07:00
Andrew Purtell
6d40b547ae
HBASE-13420 RegionEnvironment.offerExecutionLatency Blocks Threads under Heavy Load
2015-04-30 14:06:39 -07:00
stack
07e50f28b1
HBASE-13564 Master MBeans are not published (Ashish Singhi) + Addendum
2015-04-29 14:36:08 -07:00
Nick Dimiduk
64a42698a6
Revert "HBASE-13564 Master MBeans are not published"
...
This reverts commit 2a02e679cc
.
2015-04-29 09:15:27 -07:00
Devaraj Das
699460aae0
HBASE-13351 Addendum to remove reference to MasterTests class
2015-04-28 23:52:33 -07:00
Devaraj Das
8aae3bfab6
HBASE-13351 Annotate internal MasterRpcServices methods with admin priority (Josh Elser)
2015-04-28 23:45:01 -07:00
Rajeshbabu Chintaguntla
1dbed01d28
HBASE-13431 Allow to skip store file range check based on column family while creating reference files in HRegionFileSystem#splitStoreFile(Rajeshbabu)
2015-04-29 09:38:24 +05:30
Enis Soztutar
18bbf2ecb8
HBASE-13585 HRegionFileSystem#splitStoreFile() finishes without closing the file handle in some situation (Stephen Yuan Jiang)
2015-04-28 17:28:12 -07:00
Matteo Bertozzi
3a9304e98f
HBASE-13578 Remove Arrays.asList().subList() from FSHLog.offer()
2015-04-28 21:13:40 +01:00
Usha Kuchibhotla
0dbbc8b8de
HBASE-11677 Making Logger instance modifiers consistent.
...
* IA.Public accessible logger instances deprecated
* logger instances modified by tests left in place
* all others made private static final
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientIdGenerator.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCallerImpl.java
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngestWithEncryption.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestStatusResource.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestTableDescriptor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildHole.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/TestOfflineMetaRebuildOverlap.java
2015-04-28 10:10:21 -05:00
Ashish Singhi
2a02e679cc
HBASE-13564 Master MBeans are not published
2015-04-27 21:24:04 -07:00
Josh Elser
16443da51a
HBASE-13255 Fix grammar in Regions description paragraph
2015-04-27 15:51:43 -07:00
Matteo Bertozzi
f862412592
HBASE-13394 Failed to recreate a table when quota is enabled
2015-04-27 21:49:58 +01:00
Devaraj Das
93af6b65a3
HBASE-12552 Backport listSnapshots should list only owned snapshots for non-super user (Ashish Singhi)
2015-04-27 09:25:56 -07:00
Srikanth Srungarapu
decc9b9c36
HBASE-13563 Add missing table owner to AC tests.
2015-04-26 16:42:18 -07:00
Nick Dimiduk
566dfda5b7
HBASE-13466 Document deprecations in 1.x - Part 1 (Lars Francke)
2015-04-26 13:11:35 -07:00
tedyu
85d090d816
HBASE-13555 StackServlet produces 500 error
2015-04-24 16:37:25 -07:00
Srikanth Srungarapu
8ab6698120
HBASE-13536 Cleanup the handlers that are no longer being used.
2015-04-24 12:40:59 -07:00
Sean Busbey
1a0c61c974
HBASE-13546 handle nulls in MasterAddressTracker when there is no master active.
2015-04-24 13:54:36 -05:00
tedyu
42ad845032
HBASE-13528 A bug on selecting compaction pool (Shuaifeng Zhou)
2015-04-24 02:19:31 -07:00
Apekshit(Appy) Sharma
2b392de640
HBASE-13534 Changed Master UI to promptly display if it is a backup master. (Apekshit)
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-04-23 15:32:42 -07:00
Jerry He
f1c29a8385
HBASE-13526 TestRegionServerReportForDuty can be flaky: hang or timeout
2015-04-22 22:21:54 -07:00
Jonathan Lawlor
c8d8499da8
HBASE-13527 The default value for hbase.client.scanner.max.result.size is never actually set on Scans
...
Signed-off-by: stack <stack@apache.org>
2015-04-22 13:29:48 -07:00
tedyu
30880bca55
HBASE-13437 Addendum removes MiscTests
2015-04-22 07:45:01 -07:00
tedyu
71b7755584
HBASE-13437 ThriftServer leaks ZooKeeper connections (Winger Pun)
2015-04-22 07:42:44 -07:00
Elliott Clark
59cc620e85
HBASE-13524 TestReplicationAdmin fails on JDK 1.8
2015-04-21 17:06:16 -07:00
zhangduo
ca7efc183a
HBASE-13499 AsyncRpcClient test cases failure in powerpc
2015-04-14 23:00:17 +08:00
Rajesh Nishtala
ba8d985000
HBASE-13471 Fix a possible infinite loop in doMiniBatchMutation
...
Summary: in doMiniBatchMutation it is possible to get into an infinite loop when a query has a row that is not in the region. If the batch had an invalid row, the row lock further down the function would fail to acquire because it was an invalid row. However we'd catch the exception and improperly treat it as if we had not acquired the lock and then try acquiring the lock again. Thus once we got into this state we'd be stuck in an infinite loop. Worse yet, this infiite loop would occur with the readLock held. So any other opertaions such as doClose() would be locked out and stuck. The patch is to check whether the row is valid and short circuit the failure when it doesn't work.
Test Plan: IntegrationTestReplication would consistently fail when trying to disable large tables before the fix. After the test the tests pass consistently.
Reviewers: eclark
Subscribers: asameet
Differential Revision: https://reviews.facebook.net/D37437
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-04-21 15:25:01 -07:00
Enis Soztutar
0c6b1c9388
HBASE-13515 Handle FileNotFoundException in region replica replay for flush/compaction events
2015-04-21 11:56:14 -07:00
anoopsjohn
8e6353ccd1
HBASE-13520 NullPointerException in TagRewriteCell.(Josh Elser)
2015-04-21 17:39:07 +05:30
tedyu
cac134c14a
HBASE-13514 Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting of hbase.rpc.timeout (Jonathan Lawlor)
2015-04-20 14:25:17 -07:00
Sean Busbey
83b6f88d5f
HBASE-13498 Addendum missed local change from conflict resolution.
2015-04-20 11:21:14 -05:00
Sean Busbey
b924c7564f
HBASE-13498 Add more docs and a basic check for storage policy handling.
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSUtils.java
2015-04-20 10:54:05 -05:00
Devaraj Das
4001492e7f
HBASE-13482. Phoenix is failing to scan tables on secure environments. (Alicia Shu)
2015-04-19 22:18:05 -07:00
Tobi Vollebregt
10254b74ae
HBASE-13430 HFiles that are in use by a table cloned from a snapshot may be deleted when that snapshot is deleted
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-04-18 09:53:04 +01:00
Enis Soztutar
60c30c707c
HBASE-13491 Issue in FuzzyRowFilter#getNextForFuzzyRule (Anoop Sam John)
2015-04-17 21:56:04 -07:00
Enis Soztutar
49bf9aec8b
HBASE-13481 Master should respect master (old) DNS/bind related configurations
2015-04-17 18:13:47 -07:00
tedyu
b655a9909e
HBASE-13090 Addendum fixes compilation error in TestScannerHeartbeatMessages
2015-04-17 17:04:59 -07:00
Jonathan Lawlor
a4f77d49a5
HBASE-13090 Progress heartbeats for long running scanners
...
Signed-off-by: stack <stack@apache.org>
2015-04-17 15:43:13 -07:00
Elliott Clark
91e09bc0ab
HBASE-13477 Create metrics on failed requests
...
Summary: Add metrics on how many requests are exceptions and what type.
Test Plan: behold unit tests.
Differential Revision: https://reviews.facebook.net/D37167
2015-04-17 15:38:38 -07:00
Jerry He
3c81d656e0
HBASE-13456 Improve HFilePrettyPrinter first hbase:meta region processing (Samir Ahmic)
2015-04-17 11:33:24 -07:00
Nick Dimiduk
cf45c8d30a
Bump pom version to 1.2.0-SNAPSHOT
2015-04-16 17:30:48 -07:00
stack
8166142b2e
HBASE-13291 Making methods under ScannerV2#next inlineable and faster
2015-04-16 14:56:08 -07:00
tedyu
3ca1e46bd9
HBASE-13473 deleted cells come back alive after the stripe compaction (jeongmin kim)
2015-04-16 11:35:53 -07:00
tedyu
8ce7f905d2
HBASE-13463 Quota needs to be updated only in case of successful region merge
2015-04-16 11:08:54 -07:00
Matt Warhaftig
a778c38ab4
HBASE-13350 Log warnings for sanity check failures when checks disabled.
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-04-16 10:00:48 +01:00
Josh Elser
ffd7bbfd6b
HBASE-12987 Pare repeated hbck output and increase verbosity in long-running tasks.
2015-04-15 14:36:27 -07:00
Devaraj Das
65bf10a47f
HBASE-13453. Master should not bind to region server ports (Srikanth Srungarapu)
2015-04-15 11:06:43 -07:00
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
Ashish Singhi
41d93323f2
HBASE-13002 Make encryption cipher configurable
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/TestEncryption.java
2015-02-18 11:42:22 -08:00
stack
25e8e9b5ae
HBASE-13056 Refactor table.jsp code to remove repeated code and make it easier to add new checks (Vikas Vishwakarma)
2015-02-18 11:35:42 -08:00
Devaraj Das
e8a34fb384
HBASE-13036. Meta scanner should use its own threadpool
2015-02-18 10:54:31 -08:00
stack
f5e2a82328
HBASE-13017 Backport HBASE-12035 Keep table state in Meta to 1.0 branch (Andrey Stepachev)
2015-02-18 09:58:32 -08:00
tedyu
ac49c8d3e9
HBASE-13061 RegionStates can remove wrong region from server holdings (Andrey Stepachev)
2015-02-18 06:24:47 -08:00
Abhishek Kumar
0004aeea80
HBASE-13050 Empty Namespace validation
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-02-18 08:32:55 +01:00
tedyu
d10639dcc2
HBASE-12948 Calling Increment#addColumn on the same column multiple times produces wrong result (hongyu bi)
2015-02-17 12:41:18 -08:00
stack
ea0bdd3df1
HBASE-13040 Possible failure of TestHMasterRPCException (Zhang Duo)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestHMasterRPCException.java
2015-02-17 12:11:24 -08:00
stack
63bbc1cade
HBASE-13047 Add "HBase Configuration" link missing on the table details pages (Vikas Vishwakarma)
2015-02-16 20:49:35 -08:00
tedyu
500b04543b
HBASE-13055 HRegion FIXED_OVERHEAD missed one boolean (Duo Zhang)
2015-02-16 17:27:49 -08:00
Andrew Purtell
b33f50e1d4
HBASE-13044 Configuration option for disabling coprocessor loading
...
Conflicts:
hbase-common/src/main/resources/hbase-default.xml
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.java
2015-02-15 11:21:22 -08:00
Sean Busbey
4d0de57a77
HBASE-13028 Cleanup MapReduce InputFormats
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java
hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
2015-02-14 14:17:46 -06:00
Lars Hofhansl
05e0b46d52
HBASE-12971 Replication stuck due to large default value for replication.source.maxretriesmultiplier.
2015-02-13 22:19:15 -08:00
Aditya Kishore
432b2197fd
HBASE-13010 HFileOutputFormat2 partitioner's path is hard-coded as '/tmp'
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-02-13 18:53:26 -08:00
Sean Busbey
9114edece1
HBASE-13027 Ensure extension of TableInputFormatBase works.
...
* move mapreduce version of TableInputFormat tests out of mapred
* add ability to get runnable job via MR test shims
* correct the javadoc example for current APIs.
* add tests the run a job based on the extending TableInputFormatBase (as given in the javadocs)
* add tests that run jobs based on the javadocs from 0.98
* fall back to our own Connection if ussers of the deprecated table configuration have a managed connection.
2015-02-13 18:43:44 -06:00
stack
e8d17da337
HBASE-13030 [1.0.0 polish] Make ScanMetrics public again and align Put 'add' with Get, Delete, etc., addColumn -- ADDENDUM
2015-02-13 15:53:54 -08:00
stack
1338f0980e
HBASE-13030 [1.0.0 polish] Make ScanMetrics public again and align Put 'add' with Get, Delete, etc., addColumn
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
hbase-server/src/test/java/org/apache/hadoop/hbase/ScanPerformanceEvaluation.java
2015-02-13 15:28:51 -08:00
Enis Soztutar
36e76c4be6
HBASE-11569 Flush / Compaction handling from secondary region replicas
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
2015-02-13 12:49:08 -08:00
Matteo Bertozzi
3c068c11f1
HBASE-13037 LoadIncrementalHFile should try to verify the content of unmatched families
2015-02-13 20:07:22 +01:00
Sean Busbey
a1e58c1076
HBASE-13038 addendum for branch-1
2015-02-13 11:40:37 -06:00
Ashish Singhi
f5b40200db
HBASE-9531 a command line (hbase shell) interface to retreive the replication metrics and show replication lag
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSmallTests.java
2015-02-12 14:16:28 -08:00
Andrew Purtell
7841bf73be
HBASE-13008 Better default for hbase.regionserver.regionSplitLimit parameter (Srikanth Srungarapu)
2015-02-12 10:17:23 -08:00
Enis Soztutar
4969368bf1
HBASE-12070 Add an option to hbck to fix ZK inconsistencies (Stephen Yuan Jiang)
2015-02-11 17:53:11 -08:00
Ramkrishna
23a894fc4a
HBASE-13003 - Get tests in TestHFileBlockIndex back (Zhangduo)
2015-02-11 11:15:23 +05:30
stack
31b3327184
HBASE-12978 Region goes permanently offline (WAS: hbase:meta has a row missing hregioninfo and it causes my long-running job to fail)
2015-02-10 17:04:01 -08:00
Andrew Purtell
8dd17e1ff8
HBASE-9910 TestHFilePerformance and HFilePerformanceEvaluation should be merged in a single HFile performance test class (Vikas Vishwakarma)
...
Amending-Author: Andrew Purtell <apurtell@apache.org>
2015-02-10 16:10:52 -08:00
tedyu
8fdc5bdb2a
HBASE-13004 Make possible to explain why HBaseTestingUtility.waitFor fails (Andrey Stepachev)
2015-02-10 08:54:43 -08:00
Sean Busbey
7bf4b38da5
HBASE-12997 print wal pipeline on low replication.
2015-02-09 23:56:52 -06:00
Enis Soztutar
66ccc22117
HBASE-12998 Compilation with Hdfs-2.7.0-SNAPSHOT is broken after HDFS-7647
2015-02-09 18:18:01 -08:00
Andrew Purtell
e06c0d006c
HBASE-12973 RegionCoprocessorEnvironment should provide HRegionInfo directly
2015-02-09 17:58:16 -08:00
Esteban Gutierrez
93bfa26705
HBASE-12984: SSL cannot be used by the InfoPort in branch-1
2015-02-09 16:45:03 -08:00
stack
b3d8a8843c
HBASE-12985 Javadoc warning and findbugs fixes to get us green again
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
2015-02-07 17:06:22 -08:00
Jeffrey Zhong
b0b0a74fef
HBASE-11567 Write bulk load COMMIT events to WAL
2015-02-06 18:46:00 -08:00
Andrew Purtell
a7b8112555
Revert "HBASE-12891 Parallel execution for Hbck checkRegionConsistency"
...
This reverts commit b14614c948
.
2015-02-06 16:52:21 -08:00
stack
ccf2975e8e
HBASE-12966 NPE in HMaster while recovering tables in Enabling state; ADDENDUM
2015-02-06 16:02:14 -08:00
rahulgidwani
b14614c948
HBASE-12891 Parallel execution for Hbck checkRegionConsistency
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
2015-02-06 15:14:19 -08:00
Esteban Gutierrez
fc7f53f240
HBASE-12956 Binding to 0.0.0.0 is broken after HBASE-10569
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-02-06 14:52:38 -08:00
stack
9293bf26ea
HBASE-12980 Delete of a table may not clean all rows from hbase:meta
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/handler/TestEnableTableHandler.java
2015-02-06 14:13:26 -08:00
Jesse Yates
073badfd7f
HBASE-12979 Use setters instead of return values for handing back statistics from HRegion methods
2015-02-06 13:31:56 -08:00
Devaraj Das
055f5a95e4
HBASE-11568. Async WAL replication for region replicas (Enis Soztutar)
2015-02-06 07:48:32 -08:00
stack
fb867f7952
HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned; REAPPLY
2015-02-05 16:53:23 -08:00
tedyu
58b943a842
HBASE-12966 NPE in HMaster while recovering tables in Enabling state (Andrey Stepachev)
2015-02-05 13:05:09 -08:00
stack
aabc74406f
Revert "HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned"
...
Reverting. Its failing up on apache build.
This reverts commit bccd4fa38b
.
2015-02-05 12:25:03 -08:00
stack
bccd4fa38b
HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRegionStates.java
2015-02-04 23:24:03 -08:00
Victoria Dudin
de92ccbb27
HBASE-12961 Fix negative values in read and write region server metrics.
2015-02-04 10:32:17 -08:00
Ramkrishna
d33bc0c8c6
HBASE-12962 - TestHFileBlockIndex.testBlockIndex() commented out during
...
HBASE-10531 (Ram)
2015-02-04 11:44:39 +05:30
stack
adcb840e1b
HBASE-7332 [webui] HMaster webui should display the number of regions a table has. (Andrey Stepachev)
2015-02-03 09:25:28 -08:00
Devaraj Das
44596148c7
HBASE-10942. support parallel request cancellation for multi-get (Nicolas Liochon & Devaraj Das)
2015-02-02 23:02:20 -08:00
zhangduo
2fd27ea80c
HBASE-8329 Limit compaction speed
...
Signed-off-by: stack <stack@apache.org>
2015-02-02 22:19:51 -08:00
stack
e06be2060c
HBASE-12782 ITBLL fails for me if generator does anything but 5M per maptask
...
Conflicts:
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java
2015-01-30 19:21:17 -08:00
stack
af84b746ce
HBASE-6778 Deprecate Chore; its a thread per task when we should have one thread to do all tasks (Jonathan Lawlor)
2015-01-30 15:27:08 -08:00
Lars Hofhansl
45b0aa874d
HBASE-12859; Addendum
2015-01-29 14:11:19 -08:00
Lars Hofhansl
0b3502f2b1
HBASE-12859 New master API to track major compaction completion.
2015-01-29 13:57:24 -08:00
Devaraj Das
8ddc90c209
HBASE-11574. Addendum for a failing UT in branch-1 (tedyu)
2015-01-29 09:57:48 -08:00
Devaraj Das
c66fdf1e83
HBASE-11574. hbase:meta's regions can be replicated
2015-01-29 00:32:21 -08:00
Ashish Singhi
a2d8b0e52b
HBASE-12831 Changing the set of vis labels a user has access to doesn't generate an audit log event
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-01-28 21:30:02 -06:00
Enis Soztutar
e38d83eeb0
HBASE-12916 No access control for replicating WAL entries (Liu Shaohui)
2015-01-27 15:34:47 -08:00
Enis Soztutar
0c3e5b23a0
HBASE-11908 Region replicas should be added to the meta table at the time of table creation
2015-01-27 14:42:42 -08:00
tedyu
f1bd041113
HBASE-12929 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass (Will Temperley)
2015-01-27 07:58:48 -08:00
Matteo Bertozzi
e7bb32c240
HBASE-12925 Use acl cache for doing access control checks in prepare and clean phases of Bulkloading (Srikanth Srungarapu)
2015-01-27 13:15:49 +00:00
tedyu
80dfdc5244
HBASE-7847 Use zookeeper multi to clear znodes (Rakesh R)
2015-01-26 21:44:14 -08:00
rahulgidwani
3bf34993a8
HBASE-12627 Add back snapshot batching facility
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-01-26 18:45:10 -08:00
tedyu
9aadf4c35b
HBASE-12927 TestFromClientSide#testScanMetrics() failing due to duplicate createTable commands (Jonathan Lawlor)
2015-01-26 17:39:01 -08:00
Enis Soztutar
a84233ae35
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Addendum2 for BC between 0.98 and branch-1) (Anoop Sam John)
2015-01-26 15:58:35 -08:00
tedyu
5cee77a1f1
HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function (Vikas Vishwakarma)
2015-01-26 15:26:01 -08:00
stack
c057604742
HBASE-7541 Convert all tests that use HBaseTestingUtility.createMultiRegions to HBA.createTable (Jonathan Lawlor)
2015-01-26 14:11:02 -08:00
Enis Soztutar
0a50a7a472
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Addendum for BC between 0.98 and branch-1)
2015-01-25 18:11:40 -08:00
Elliott Clark
8ee4464ef9
HBASE-12892 Add a class to allow taking a snapshot from the command line
2015-01-25 17:22:41 -08:00
Enis Soztutar
d0a2a0b145
HBASE-12901 Possible deadlock while onlining a region and get region plan for other region run parallel (Rajeshbabu Chintaguntla)
2015-01-24 18:37:35 -08:00
stack
eb9978cc3d
HBASE-12684 Add new AsyncRpcClient (Jurriaan Mous)
2015-01-24 18:21:36 -08:00
Enis Soztutar
e180f0bdd1
HBASE-12728 buffered writes substantially less useful after removal of HTablePool (addendum for failing test in branch-1.0)
2015-01-24 17:57:34 -08:00
tedyu
3a529c04ce
HBASE-10499 In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException (Ram and Ted)
2015-01-23 09:44:50 -08:00
Nick Dimiduk
8556e2598e
HBASE-12728 buffered writes substantially less useful after removal of HTablePool (Solomon Duskis and Nick Dimiduk)
...
In our pre-1.0 API, HTable is considered a light-weight object that consumed by
a single thread at a time. The HTablePool class provided a means of sharing
multiple HTable instances across a number of threads. As an optimization,
HTable managed a "write buffer", accumulating edits and sending a "batch" all
at once. By default the batch was sent as the last step in invocations of
put(Put) and put(List<Put>). The user could disable the automatic flushing of
the write buffer, retaining edits locally and only sending the whole "batch"
once the write buffer has filled or when the flushCommits() method in invoked
explicitly. Explicit or implicit batch writing was controlled by the
setAutoFlushTo(boolean) method. A value of true (the default) had the write
buffer flushed at the completion of a call to put(Put) or put(List<Put>). A
value of false allowed for explicit buffer management. HTable also exposed the
buffer to consumers via getWriteBuffer().
The combination of HTable with setAutoFlushTo(false) and the HTablePool
provided a convenient mechanism by which multiple "Put-producing" threads could
share a common write buffer. Both HTablePool and HTable are deprecated, and
they are officially replaced in The new 1.0 API by Table and BufferedMutator.
Table, which replaces HTable, no longer exposes explicit write-buffer
management. Instead, explicit buffer management is exposed via BufferedMutator.
BufferedMutator is made safe for concurrent use. Where code would previously
retrieve and return HTables from an HTablePool, now that code creates and
shares a single BufferedMutator instance across all threads.
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java
hbase-it/src/test/java/org/apache/hadoop/hbase/trace/IntegrationTestSendTraceRequests.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/client/TestRemoteTable.java
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestMultiVersions.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientPushback.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestCloneSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRestoreSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRpcControllerFactory.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMaster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestFSErrorsExposed.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerMetrics.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerWithBulkload.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationChangingPeerRegionservers.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsReplication.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestRestoreFlushSnapshotFromClient.java
2015-01-23 09:07:55 -08:00
Rajeshbabu Chintaguntla
d21ea4e570
HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down-addendum(Rajeshbabu)
2015-01-23 12:30:36 +05:30
Andrew Purtell
7e1f030f2a
HBASE-12731 Heap occupancy based client pushback
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
2015-01-22 17:47:59 -08:00
Andrew Purtell
04a003d6a2
HBASE-12730 Backport HBASE-5162 (Basic client pushback mechanism) to branch-1
2015-01-22 14:50:40 -08:00
Nick Dimiduk
05f4e0c715
HBASE-12810 Update to htrace-incubating
2015-01-22 14:32:21 -08:00
Sean Busbey
0bec3a7bf4
HBASE-12898 ensure direct dependencies are declared.
2015-01-22 09:30:05 -06:00
anoopsjohn
613efef04b
HBASE-12745 Visibility Labels: support visibility labels for user groups. (Jerry He)
2015-01-22 11:39:30 +05:30
Enis Soztutar
54f6cae41c
HBASE-12393 The regionserver web will throw exception if we disable block cache (ChiaPing Tsai)
2015-01-21 17:27:37 -08:00
Enis Soztutar
ba2d05e148
HBASE-12774 Fix the inconsistent permission checks for bulkloading. (Srikanth Srungarapu)
2015-01-21 17:04:57 -08:00
Enis Soztutar
08cf057c6b
HBASE-12864 IntegrationTestTableSnapshotInputFormat fails
2015-01-21 16:22:09 -08:00
tedyu
25b1c2670d
HBASE-12886 Correct tag option name in PerformanceEvaluation (Jerry He)
2015-01-21 12:31:18 -08:00
tedyu
6152b2b86f
HBASE-12876 TestScannerWithBulkload should pass Table with unmanaged connection to LoadIncrementalHFiles#doBulkLoad()
2015-01-21 11:21:41 -08:00
Nick Dimiduk
8dccea9dd7
HBASE-12881 TestFastFail is not compatible with surefire.rerunFailingTestsCount
2015-01-20 09:29:57 -08:00
rahulgidwani
6a1fcf2b85
HBASE-11195 Potentially improve block locality during major compaction for old regions
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-01-19 17:33:26 -08:00
Andrew Purtell
453f9294b6
HBASE-12878 Incorrect HFile path in TestHFilePerformance print output (Vikas Vishwakarma)
2015-01-19 12:46:54 -08:00
Devaraj Das
d0e4fb6ae3
HBASE-12548. Improve debuggability of IntegrationTestTimeBoundedRequestsWithRegionReplicas.
2015-01-16 11:49:49 -08:00
Devaraj Das
37a2774c6f
HBASE-11903. Directly invoking split & merge of replica regions should be disallowed
2015-01-16 11:23:48 -08:00
Enis Soztutar
0689098092
HBASE-12862 Uppercase wals in RegionServer webUI
2015-01-16 11:12:47 -08:00
zhangduo
5ee40c5516
HBASE-12863 Master info port on RS UI is always 0
...
Signed-off-by: Enis Soztutar <enis@apache.org>
2015-01-16 11:00:42 -08:00
Devaraj Das
60e7e6aed5
HBASE-11261. Handle splitting/merging of regions that have region_replication greater than one
2015-01-16 10:54:52 -08:00
Devaraj Das
895e9228a0
HBASE-10674. HBCK should be updated to do replica related checks
2015-01-16 10:28:37 -08:00
Matteo Bertozzi
52b4db8607
HBASE-12773 Add warning message when user is trying to bulkload a large HFile (Srikanth Srungarapu)
2015-01-15 23:14:29 +00:00
tedyu
2e08bb3b47
HBASE-12848 Utilize Flash storage for WAL
2015-01-15 08:53:06 -08:00
Enis Soztutar
8ecba131af
HBASE-12844 ServerManager.isServerReacable() should sleep between retries
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManagerOnCluster.java
2015-01-14 15:50:43 -08:00
Rajeshbabu Chintaguntla
bc5023018e
HBASE-12847 TestZKLessSplitOnCluster frequently times out in 0.98 builds(Rajeshbabu)
2015-01-15 00:14:52 +05:30
Virag Kothari
4ff742742b
HBASE-12480 Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover
2015-01-13 11:06:24 -08:00
tedyu
908779b887
HBASE-12849 LoadIncrementalHFiles should use unmanaged connection in branch-1
2015-01-13 10:55:07 -08:00
tedyu
b79dbedad6
HBASE-11144 Filter to support scanning multiple row key ranges (Jiajia Li)
2015-01-13 07:04:49 -08:00
Enis Soztutar
6e45269f2c
HBASE-12835 HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore - ADDENDUM for test failure
2015-01-12 18:52:49 -08:00
Rajeshbabu Chintaguntla
f4e0cbc26c
HBASE-12791 HBase does not attempt to clean up an aborted split when the regionserver shutting down(Rajeshbabu)
2015-01-12 07:04:26 +05:30
tedyu
9b8f59cdf9
HBASE-12798 Map Reduce jobs should not create Tables in setConf() (Solomon Duskis)
2015-01-11 09:22:12 -08:00
tedyu
b421498ce6
HBASE-12834 Promote ScanType to LimitedPrivate
2015-01-09 15:36:58 -08:00
Nick Dimiduk
2ecb4b1b34
HBASE-12825 CallRunner exception messages should include destination host:port
2015-01-08 18:40:28 -08:00
Enis Soztutar
4581d54cf7
HBASE-12824 CompressionTest fails with org.apache.hadoop.hbase.io.hfile.AbstractHFileReader: Not seeked to a key/value
2015-01-08 15:57:14 -08:00
Nick Dimiduk
240ef12358
HBASE-12071 Separate out thread pool for Master <-> RegionServer communication (Stephen Yuan Jiang)
2015-01-08 14:11:32 -08:00
tedyu
e0f706999a
HBASE-12811 [AccessController] NPE while scanning a table with user not having READ permission on the namespace (Ashish)
2015-01-08 09:05:55 -08:00
tedyu
165bbb9e8d
HBASE-12819 ExportSnapshot doesn't close FileSystem instances
2015-01-08 08:52:13 -08:00
tedyu
29ec882a5e
HBASE-12817 Data missing while scanning using PREFIX_TREE data block encoding (Duo Zhang)
2015-01-07 19:32:17 -08:00
tedyu
2c4fe03e6a
HBASE-12783 Create efficient RegionLocator implementation (Solomon)
2015-01-07 11:10:24 -08:00
Virag Kothari
46f993b19f
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2015-01-07 10:58:32 -08:00
tedyu
c951238304
HBASE-10528 Addendum fixes TestRegionStates compilation
2015-01-06 13:35:12 -08:00
tedyu
c5b0a1b8a0
HBASE-10528 DefaultBalancer selects plans to move regions onto draining nodes (Churro Morales)
2015-01-06 12:34:07 -08:00
Sean Busbey
59952c006d
HBASE-12339 WALPerformanceEvaluation should have a log roller.
2015-01-06 08:37:16 -06:00
stack
6fcc8d7c3e
HBASE-12771 TestFailFast#testFastFail failing (Manukranth Kolloju)
2015-01-05 21:17:51 -08:00
Lars Hofhansl
e491f337f1
HBASE-12779 SplitTransaction: Add metrics.
2015-01-05 17:14:20 -08:00
tedyu
0311cc860c
HBASE-12802 Remove unnecessary Table.flushCommits() (Solomon Duskis)
2015-01-05 15:55:10 -08:00
tedyu
071c3026f0
HBASE-12793 [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires (Esteban)
2015-01-05 15:06:28 -08:00
tedyu
f9873622b8
HBASE-12785 Use FutureTask to timeout the attempt to get the lock for hbck
2015-01-05 14:10:48 -08:00
Enis Soztutar
e7795007b0
HBASE-12799 ITAG fails with java.lang.RuntimeException if table does not exist
2015-01-05 11:18:58 -08:00
tedyu
a14723b435
HBASE-12804 ImportTsv fails to delete partition files created by it (Ashish)
2015-01-05 09:29:36 -08:00
tedyu
173eba815b
HBASE-12783 Revert - two tests in TestAssignmentManager fail
2015-01-03 06:57:46 -08:00
tedyu
44f392a0cc
HBASE-12783 Addendum removes extraneous import
2015-01-02 21:01:16 -08:00
tedyu
633734a82d
HBASE-12783 Create efficient RegionLocator implementation (Solomon Duskis)
2015-01-02 20:00:09 -08:00
Enis Soztutar
ecbdc45d3d
HBASE-12028 Abort the RegionServer, when it's handler threads die (Alicia Ying Shu)
2015-01-02 13:27:26 -08:00
Sean Busbey
3ddc44b907
HBASE-12719 test provider to remove just the hdfs interactions from fshlog.
...
* Adds a provider that takes a config to determine if we actually do syncs, appends, and file rolls.
- required relaxing some members of FSHLog from private to protected.
* Fixes DisabledWALProvider so it can be used as hbase.wal.provider in the wal perf eval tool.
2014-12-31 16:40:46 -06:00
stack
2ff16e532b
HBASE-12270 A bug in the bucket cache, with cache blocks on write enabled (Liu Shaohui)
2014-12-30 14:43:54 -08:00
stack
ad7d7f5977
HBASE-12740 Improve performance of TestHBaseFsck
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-30 14:32:16 -08:00
stack
1962d39bf6
HBASE-12772 TestPerColumnFamilyFlush failing -- ADDENDUM
2014-12-30 11:38:11 -08:00
tedyu
034b10733d
HBASE-12607 TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0
2014-12-30 09:35:04 -08:00
Lars Hofhansl
6a7c619e1e
HBASE-12776 SpliTransaction: Log number of files to be split.
2014-12-29 20:38:33 -08:00
xieliang
619f94f113
HBASE-12767 Fix a StoreFileScanner NPE in reverse scan flow
2014-12-30 11:56:43 +08:00
stack
8ff62d9cee
HBASE-12772 TestPerColumnFamilyFlush failing
2014-12-29 15:45:23 -08:00
Elliott Clark
7527227ab9
HBASE-12429 Add port to ClusterManager's actions.
2014-12-29 10:23:01 -08:00
stack
0e39b8b9f7
HBASE-12762 Region with no hfiles will have the highest locality cost in LocalityCostFunction (cuijianwei)
2014-12-29 07:45:39 -08:00
tedyu
882f4c9761
HBASE-12716 A bug in RegionSplitter.UniformSplit algorithm (Weichen Ye)
2014-12-28 07:49:12 -08:00
tedyu
978d90b557
HBASE-12764 TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table not available
2014-12-27 21:11:59 -08:00
stack
feb71872a3
HBASE-12763 Make it so there must be WALs for a server to be marked dead
2014-12-27 13:10:13 -08:00
Elliott Clark
3c8ac97c76
HBASE-12697 Don't use RegionLocationFinder if localityCost == 0
2014-12-26 11:13:35 -08:00
Jonathan M Hsieh
5425369327
HBASE-12749 Tighten HFileLink api to enable non-snapshot uses
...
Conflicts:
hbase-
server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
Also a minor change for TestUpgradeTo96 to replace constructor
2014-12-24 05:07:35 -08:00
Jonathan M Hsieh
ac7ebdb179
HBASE-12735 Refactor TestAcidGuarantees so it can live as unit test and as an integration test
2014-12-23 17:32:39 -08:00
Jurriaan Mous
611ee0eb72
HBASE-12736 Let MetaScanner recycle a given Connection (Jurriaan Mous)
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRestartCluster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-23 10:59:18 -08:00
Jurriaan Mous
8eed26fc3c
HBASE-12742
...
Signed-off-by: stack <stack@apache.org>
2014-12-23 10:15:00 -08:00
Devaraj Das
949982fc6e
HBASE-12012. Improve cancellation for the scan RPCs (patch from master; had to resolve some conflicts)
2014-12-22 16:45:41 -08:00
stack
fd232cc3b5
HBASE-12734 TestPerColumnFamilyFlush.testCompareStoreFileCount is flakey (zhangduo)
2014-12-22 08:57:09 -08:00
tedyu
84d4ad76ab
HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous)
2014-12-22 08:33:51 -08:00
tedyu
fbc852b680
HBASE-10201 Addendum fixes typo of putIfAbsent (Duo Zhang)
2014-12-21 07:23:41 -08:00
stack
dfa22cc922
HBASE-12732 Log messages in FileLink#tryOpen are reversed (Tobi Vollebregt)
2014-12-19 17:48:15 -08:00
Enis Soztutar
85c386cdbb
HBASE-12720 Make InternalScan LimitedPrivate (Vladimir Rodionov)
2014-12-19 13:59:19 -08:00
Enis Soztutar
ec64415570
HBASE-12511 namespace permissions - add support from table creation privilege in a namespace 'C' (Huaiyu Zhu)
2014-12-19 13:05:12 -08:00
Andrew Purtell
7fff4b6cf9
HBASE-12724 Upgrade the interface audience of RegionScanner from Private to LimitedPrivate
2014-12-19 09:37:27 -08:00
Virag Kothari
29940c286e
Revert "HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)"
...
This reverts commit f0e27b2f78
.
2014-12-19 08:38:15 -08:00
Sean Busbey
2b94aa8c85
HBASE-5699 Adds multiple WALs per Region Server based on groups of regions.
2014-12-19 10:23:12 -06:00
tedyu
14c821781c
HBASE-12715 getLastSequenceId always returns -1 (Duo Zhang)
2014-12-19 07:00:17 -08:00
Jonathan M Hsieh
11d72ff2a4
HBASE-12718 Convert TestAcidGuarantees from a unit test to an integration test
2014-12-18 17:34:43 -08:00
Virag Kothari
f0e27b2f78
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2014-12-18 17:02:10 -08:00
tedyu
5d34d2d02a
HBASE-10201 Addendum changes TestPerColumnFamilyFlush to LargeTest
2014-12-18 16:01:48 -08:00
zhangduo
e55ef7a663
HBASE-10201 Port 'Make flush decisions per column family' to trunk
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
2014-12-18 15:58:55 -08:00
Virag Kothari
9895604e96
Revert "HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)"
...
This reverts commit 7fbee896f4
.
2014-12-18 11:33:16 -08:00
Virag Kothari
7fbee896f4
HBASE-12694 testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition (Vandana Ayyalasomayajula)
2014-12-18 11:29:02 -08:00
tedyu
effbe85888
HBASE-12223 MultiTableInputFormatBase.getSplits is too slow (Yuanbo Peng)
2014-12-18 05:10:12 -08:00
Enis Soztutar
d66ae28c07
Update pom.xml version for 1.1.0-SNAPSHOT for branch-1
2014-12-17 23:16:41 -08:00
Enis Soztutar
9c532a0f9f
HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken - ADDENDUM
2014-12-17 19:43:47 -08:00
Srikanth Srungarapu
85188d5d9d
HBASE-12640 Add Thrift-over-HTTPS and doAs support for Thrift Server
2014-12-17 16:28:13 -08:00
stack
476bd40716
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis); REAPPLY
2014-12-17 11:11:35 -08:00
stack
5b51218a56
HBASE-12645 HBaseTestingUtility is using ${$HOME} for rootDir (Varun Saxena) -- ADDENDUM
2014-12-17 10:54:30 -08:00
stack
e82f048d7b
HBASE-12645 HBaseTestingUtility is using ${$HOME} for rootDir (Varun Saxena)
2014-12-16 21:20:32 -08:00
stack
4587a693b0
Revert "HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis)"
...
This reverts commit 1c99261f53
.
2014-12-16 17:00:37 -08:00
stack
36269b6403
HBASE-9431 Set 'hbase.bulkload.retries.number' to 10 as HBASE-8450 claims
2014-12-16 11:11:51 -08:00
Rajeshbabu Chintaguntla
0a73d41634
HBASE-12696 Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true(Rajeshbabu)
2014-12-16 08:57:50 +05:30
Ashish Singhi
e4ad5581d9
HBASE-12348 preModifyColumn and preDeleteColumn in AC denies user to perform its operation though it has required rights
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-12-15 17:43:28 -08:00
Andrew Purtell
871444cb0a
HBASE-12686 Failures in split before PONR not clearing the daughter regions from regions in transition during rollback (Vandana Ayyalasomayajula)
2014-12-15 17:32:05 -08:00
tedyu
677153ad61
HBASE-12651 Backport HBASE-12559 'Provide LoadBalancer with online configuration capability' to branch-1
2014-12-15 12:03:55 -08:00
tedyu
8b85feceb7
HBASE-12685 TestSplitLogManager#testLogFilesAreArchived sometimes times out due to race condition
2014-12-15 11:50:54 -08:00
Jonathan M Hsieh
7cf86b62a7
HBASE-12692 NPE from SnapshotManager#stop (Ashish Singhi)
2014-12-15 11:23:18 -08:00
Enis Soztutar
88d1ddffd7
HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken
2014-12-15 11:11:50 -08:00
stack
f0afcd2cc2
HBASE-12689 Move version on from 0.99.2 to HBASE-1.0.0-SNAPSHOT
2014-12-14 20:37:59 -08:00
stack
b1c95d50cf
HBASE-12422 Use ConnectionFactory in HTable constructors Fix method signature in test
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.java
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
2014-12-14 19:56:20 -08:00
Enis Soztutar
4f22143dfa
HBASE-12679 Add HBaseInterfaceAudience.TOOLS and move some of the Public classes to LimitedPrivate
2014-12-14 17:52:05 -08:00
tedyu
b7bb9d9505
HBASE-12659 Replace the method calls to grant and revoke in shell scripts with AccessControlClient (Srikanth Srungarapu)
2014-12-13 10:19:18 -08:00
tedyu
4d218bb2ed
HBASE-12644 Visibility Labels: issue with storing super users in labels table (Jerry He)
2014-12-13 09:13:49 -08:00
Enis Soztutar
778f443b06
HBASE-12678 HBCK should print command line arguments
2014-12-12 13:17:47 -08:00
Jurriaan Mous
54381aab11
HBASE-12668 Adapt PayloadCarryingRpcController so it can also be used in an async way
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/TimeLimitedRpcController.java
2014-12-12 07:54:34 -08:00
stack
e3e9c96f89
HBASE-12373 Provide a command to list visibility labels (Jerry He)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDefaultVisLabelService.java
2014-12-11 15:20:40 -08:00
Matteo Bertozzi
c4aee2e283
HBASE-12674 Add permission check to getNamespaceDescriptor()
2014-12-11 18:00:58 +00:00
Jeffrey Zhong
75cf81aae5
HBASE-12485 Maintain SeqId monotonically increasing
2014-12-10 17:56:49 -08:00
stack
8ec86932b1
HBASE-12671 HBASE-12652 broke branch-1 builds (TestAssignmentManager fails)
2014-12-10 11:58:22 -08:00
Matteo Bertozzi
f763b5d2c4
HBASE-12663 unify getTableDescriptors() and listTableDescriptors
2014-12-10 15:30:35 +00:00
stack
51bbbbaf2b
HBASE-12665 When aborting, dump metrics
...
Add some fixup of checkstyle fails
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
hbase-server/src/main/java/org/apache/hadoop/hbase/http/jmx/JMXJsonServlet.java
2014-12-09 21:08:10 -08:00
stack
beae9887fa
HBASE-12666 TestAssignmentManager hanging; add timeouts
2014-12-09 20:45:02 -08:00
Andrew Purtell
7ebeb89c39
HBASE-12454 Setting didPerformCompaction early in HRegion#compact
2014-12-09 17:07:28 -08:00
Nick Dimiduk
4a1d56a4a5
HBASE-12467 Master joins cluster but never completes initialization
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-12-09 16:32:33 -08:00
stack
86c8563209
HBASE-12664 TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping -- ADDENDUM
2014-12-09 13:53:34 -08:00
Andrew Purtell
d4c94a409a
HBASE-11979 Compaction progress reporting is wrong (Esteban Gutierrez)
2014-12-09 12:46:46 -08:00
Nick Dimiduk
1c99261f53
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis)
2014-12-09 11:50:47 -08:00
Nick Dimiduk
84bf8bcd8b
HBASE-12664 TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping Addendum
2014-12-09 11:49:08 -08:00
stack
d7f2ac796f
HBASE-12664 TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestDefaultLoadBalancer.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
2014-12-09 11:15:01 -08:00
Rajeshbabu Chintaguntla
9a128b94d5
HBASE-12583 Allow creating reference files even the split row not lies in the storefile range if required - Addendum(Rajeshbabu)
2014-12-09 23:44:27 +05:30
Sean Busbey
d2d6945e89
HBASE-12655 WALPerformanceEvaluation should only add stat gathering listener once per WAL.
2014-12-09 09:53:25 -06:00
tedyu
553c386c8c
HBASE-12653 Move TestRegionServerOnlineConfigChange & TestConfigurationManager to Junit4 tests (Ashish)
2014-12-09 07:31:03 -08:00
Rajeshbabu Chintaguntla
08a2559851
HBASE-12583 Allow creating reference files even the split row not lies in the storefile range if required(Rajeshbabu)
2014-12-09 19:00:37 +05:30
Matteo Bertozzi
09617cc2aa
HBASE-12564 consolidate the getTableDescriptors() semantic
2014-12-09 12:06:39 +00:00
Andrew Purtell
a731ea6304
HBASE-12575 Sanity check table coprocessor classes are loadable
2014-12-08 18:18:50 -08:00
stack
1d880e3f60
HBASE-12597 Add RpcClient interface and enable changing of RpcClient implementation (Jurriaan Mous)
2014-12-08 15:23:38 -08:00
stack
823656bf83
HBASE-12611 Create autoCommit() method and remove clearBufferOnFail (Solomon Duskis)
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
2014-12-08 11:17:59 -08:00
Elliott Clark
cc1a0d7c36
HBASE-12574 Update replication metrics to not do so many map look ups.
2014-12-08 10:58:21 -08:00
Nick Dimiduk
081ce3f8de
HBASE-12163 Move test annotation classes to the same package as in master
2014-12-08 10:38:58 -08:00
Enis Soztutar
9ee9a4bd20
HBASE-12647 Truncate table should work with C as well
2014-12-07 20:58:55 -08:00
Andrew Purtell
7b7b398056
HBASE-12606 Sanity check encryption configuration before opening WAL or onlining regions
...
Also disables IntegrationTestIngestWithEncryption if distributed
cluster configuration is missing prerequisites.
2014-12-06 22:04:26 -08:00
Gary Helmling
6c4863f355
HBASE-12493 Make User and TokenUtil public
2014-12-06 02:10:31 -08:00
tedyu
2306a7fd96
HBASE-12642 LoadIncrementalHFiles does not throw exception after hitting hbase.bulkload.retries.number setting
2014-12-05 18:40:50 -08:00
Andrew Purtell
004e977ba0
HBASE-10560 Per cell TTLs
2014-12-05 11:11:15 -08:00
Keith Winkler
1bd27bfa24
HBASE-12565 Race condition in HRegion.batchMutate() causes partial data to be written when region closes
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
2014-12-05 10:22:01 -08:00
Matteo Bertozzi
398e4f7ccf
HBASE-12622 user_permission should require global admin to display global and ns permissions
2014-12-05 10:46:40 +00:00
Enis Soztutar
1615a4da62
HBASE-12637 Compilation with Hadoop-2.4- is broken
2014-12-04 18:20:58 -08:00
Andrew Purtell
b4299ef845
HBASE-12635 Delete acl notify znode of table after the table is deleted (Liu Shaohui)
2014-12-04 16:43:42 -08:00
tedyu
2e47c37b71
HBASE-12204 Backport HBASE-12016 'Reduce number of versions in Meta table. Make it configurable' to branch-1
2014-12-04 12:18:58 -08:00
Ashish Singhi
ffbfe01bbe
HBASE-12634 Fix the AccessController#requireGlobalPermission(ns) with NS
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2014-12-04 15:35:53 +00:00
stack
fe9e7483a3
Add timeout on TestDefaultLoadBalancer#testBalancerCluster to see if we can stop it hanging as a zombie in precommit builds
2014-12-03 22:35:02 -08:00
Ramkrishna
806716e65d
HBASE-11639 [Visibility controller] Replicate the visibility of Cells as
...
strings : Addendum adding break (Ram)
2014-12-04 08:52:11 +05:30
stack
e73e741b5c
HBASE-12617 Running IntegrationTestBigLinkedList against cluster getting not an instance of org.apache.hadoop.hbase.MiniHBaseCluster
...
(cherry picked from commit d6b1d8cbf7
)
2014-12-03 10:38:00 -08:00
Enis Soztutar
5f150e49f9
Update pom.xml version for 0.99.2
2014-12-02 20:28:29 -08:00
Enis Soztutar
a25194a3e4
HBASE-12398 Region isn't assigned in an extreme race condition (Jeffrey Zhong)
2014-12-02 19:50:34 -08:00
tedyu
b189b25ab3
HBASE-12614 Potentially unclosed StoreFile(s) in DefaultCompactor#compact()
2014-12-02 19:33:08 -08:00
stack
23382fe625
HBASE-12616 We lost the linked list commands in recent usage refactoring
2014-12-02 14:15:26 -08:00
stack
2b976c6bd1
HBASE-12490 Replace uses of setAutoFlush(boolean, boolean) (Solomon Duskis)
2014-12-02 09:34:04 -08:00
Elliott Clark
091142f47a
HBASE-12576 Add metrics for rolling the HLog if there are too few DN's in the write pipeline
2014-12-02 09:30:29 -08:00
stack
be29fb4c02
HBASE-12610 Close connection in TableInputFormatBase (Solomon Duskis)
2014-12-02 09:28:28 -08:00
Sean Busbey
8959828fb5
HBASE-12522 Backport of write-ahead-log refactoring and follow-ons.
...
Issues incorporated and incompatible changes called out on the jira.
* Cleaned up references to HLog
* Deprecates HLogKey but maintains it for compatibility
- Moves all Writeable from WALKey to HLogKey
* Adds utility code to CoprocessorHost to help with evolving Coprocessor APIs
* RSRpcServices roll WAL call now requests the non-meta LogRoller roll all logs
- rolls actually happen asynchronously
- deprecated old api (and noted incompatible behavior change)
- modified api in new Admin interface to reflect lack of return values.
* Moved WAL user facing API to "WAL"
- only 1 sync offered
- WALTrailer removed from API
* make provider used by the WALFactory configurable.
* Move all WAL requests to use opaque ids instead of paths
* WALProvider provides API details for implementers and handles creation of WALs.
* Refactor WALActionsListener to have a basic implementation.
* turn MetricsWAL into a WALActionsListener.
* tests that needs FSHLog implementation details use them directly, others just reference provider + factory
- Some tests moved from Large to Medium based on run time.
* pull out wal disabling into its own no-op class
* update region open to delegate to WALFactory
* update performance test tool to allow for multiple regions
* Removed references to meta-specific wals within wal code
- replaced with generic suffixes
- WALFactory maintains a dedicated WALProvider for meta (and so knows about the distinction)
* maintain backwards compat on HLogPrettyPrinter and mark it deprecated.
- made WALPrettyPrinter IA.Private in favor of `bin/hbase wal`
* move WALUtil stuff that's implementation specific to said implementation
- WALUtil now acts as an integration point between the RegionServer and hte WAL code.
Incorporates contributions from v.himanshu and stack.
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/WALPlayer.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
hbase-server/src/main/java/org/apache/hadoop/hbase/migration/NamespaceUpgrade.java
hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/ReplicationProtbufUtil.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/LogRoller.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HMerge.java
hbase-server/src/main/java/org/apache/hadoop/hbase/util/MetaUtils.java
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin2.java
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.java
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestInvocationRecordFilter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/fs/TestBlockReorder.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHLogRecordReader.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestAtomicOperation.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransaction.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransaction.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestHLog.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollingNoCluster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMultiSlaveReplication.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSource.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWALEntryFilters.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpointNoMaster.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSourceManager.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationWALReaderManager.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSVisitor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestMergeTool.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestSecureWAL.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALFiltering.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALMethods.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALReaderOnSecureWAL.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplit.java
hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestWALSplitCompressed.java
src/main/docbkx/ops_mgt.xml
2014-12-02 11:05:02 -06:00
Enis Soztutar
e2631ce70c
HBASE-12537 HBase should log the remote host on replication error (Stack)
2014-12-01 20:10:52 -08:00
stack
a5169d422b
HBASE-12526 Remove unused imports (Varun Saxena)
2014-12-01 14:30:59 -08:00
Jeffrey Zhong
a184620fb3
HBASE-12600: Remove REPLAY tag dependency in Distributed Replay Mode
2014-12-01 11:30:13 -08:00
stack
86dc3cab96
HBASE-12520 Add protected getters on TableInputFormatBase (Solomon Duskis)
2014-12-01 10:20:57 -08:00
stack
53d775f242
HBASE-12514 Cleanup HFileOutputFormat legacy code (Solomon Duskis)
...
Signed-off-by: stack <stack@apache.org>
2014-12-01 10:16:35 -08:00
Ramkrishna
95de67bd39
HBASE-11639 - [Visibility controller] Replicate the visibility of Cells as
...
strings (Ram)
2014-12-01 23:24:20 +05:30
stack
84d9f0ec26
HBASE-12491 TableMapReduceUtil.findContainingJar() NPE
2014-11-29 09:34:25 -08:00
stack
b12d57783f
HBASE-12519 Remove tabs used as whitespace (Varun Saxena)
2014-11-29 09:24:08 -08:00
stack
7eefa36ac2
HBASE-10536 ImportTsv should fail fast if any of the column family passed to the job is not present in the table (denny joesph)
2014-11-28 20:42:55 -08:00
stack
f95728ac7d
HBASE-12581 TestCellACLWithMultipleVersions failing since task 5 HBASE-12404 (HBASE-12404 addendum) -- SLEEP ADDENDUM
2014-11-27 05:29:23 -08:00
stack
c3b99a5406
HBASE-12558 TestHCM.testClusterStatus Unexpected exception, expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException> but was<junit.framework.AssertionFailedError> -- DISABLING FAILING TEST
2014-11-26 22:23:14 -08:00
Jeffrey Zhong
643de2df04
HBASE-12533: staging directories are not deleted after secure bulk load
2014-11-26 16:32:59 -08:00
Jeffrey Zhong
def45c2185
HBASE-12053: SecurityBulkLoadEndPoint set 777 permission on input data files
2014-11-26 16:32:51 -08:00
Enis Soztutar
898e78661a
HBASE-12072 Standardize retry handling for master operations
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RowTooBigException.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/MasterFlushTableProcedureManager.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestReplicasClient.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransactionOnCluster.java
2014-11-26 13:50:24 -08:00
stack
9036c78cf1
HBASE-12587 TestReplicationTrackerZKImpl.testPeerRemovedEvent timedout
2014-11-26 12:54:27 -08:00
stack
f376343a17
Revert "HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility (Talat UYARER)"
...
Broke the build. TestZooKeeper doesn't pass.
This reverts commit 2e9597ffb7
.
2014-11-26 10:35:03 -08:00
stack
daff5e8d96
HBASE-12518 Task 4 polish. Remove CM#{get,delete}Connection
...
Remove deleteConnection from everywhere except the two tests that ensure
it does the right thing and from HCM and CM themselves.
Undoes deleteConnection from tests and from the web ui
2014-11-26 08:12:13 -08:00
stack
2e9597ffb7
HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility (Talat UYARER)
2014-11-26 08:00:00 -08:00
stack
c55d57461c
HBASE-12584 Fix branch-1 failing since task 5 HBASE-12404 (HBASE-12404 addendum)
2014-11-26 01:52:41 -08:00
stack
c9376e6d37
HBASE-12581 TestCellACLWithMultipleVersions failing since task 5 HBASE-12404 (HBASE-12404 addendum)
2014-11-25 16:30:23 -08:00
stack
c0cdaf8400
HBASE-12404 Task 5 from parent: Replace internal HTable constructor use with
...
HConnection#getTable (0.98, 0.99)
Backport
Replaced HTable under hbase-*/src/main/java. Skipped tests. Would take
till end of time to do all and some cases are cryptic. Also skipped
some mapreduce where HTable comes through in API. Can do both of
these stragglers in another issue.
Generally, if a utility class or standalone class, tried to pass in a
Connection rather than have the utility or standalone create its own
connection on each invocation; e.g. the Quota stuff. Where not possible,
noted where invocation comes from... if test or hbck, didn't worry about
it.
Some classes are just standalone and nothing to be done to avoid
a Connection setup per invocation (this is probably how it worked
in the new HTable...days anyways). Some classes are not used:
AggregationClient, FavoredNodes... we should just purge this stuff.
Doc on what short circuit connection does (I can just use it...
I thought it was just for short circuit but no, it switches dependent
on where you are connecting).
Changed HConnection to super Interface ClusterConnection where safe (
internal usage by private classes only).
Doc cleanup in example usage so we do new mode rather than the old
fashion.
Used java7 idiom that allows you avoid writing out finally to call close
on implementations of Closeable.
Added a RegistryFactory.. moved it out from being inner class.
Added a utility createGetClosestRowOrBeforeReverseScan method to Scan
to create a Scan that can ...
Renamed getShortCircuitConnection as getConnection – users don't need
to know what implementation does (that it can short-circuit RPC).
The old name gave pause. I was frightened to use it thinking it only
for short-circuit reading – that it would not do remote too.
Squashed commit of the following:
2014-11-25 12:26:54 -08:00
Elliott Clark
524dcd1323
HBASE-12550 ADDENDUM Make HRegion's api not change.
2014-11-24 16:11:41 -08:00
stack
3cd1d7ab0c
HBASE-12471 Task 4. replace internal ConnectionManager#{delete,get}Connection use with #close, #createConnection (0.98, 0.99) under src/main/java
2014-11-24 10:12:27 -08:00
stack
f3c5f11718
HBASE-12471 Task 4. replace internal ConnectionManager#{delete,get}Connection use with #close, #createConnection (0.98, 0.99) under src/main/java
...
Move from HConnection to ClusterConnection or Connection
Use unmanaged connections where we use managed previous
(used the jdk7 https://docs.oracle.com/javase/7/docs/technotes/guides/language/try-with-resources.html idiom).
In ZKConfig, synchronize on Configuration rather than make a copy.
Making a copy we were dropping hbase configs in certain test context
(could not find the zk ensemble because default port).
In tests, some move to the new style connection setup but mostly
fixes for premature connection close or adding cleanup where it
was lacking.
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMultiSlaveReplication.java
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
2014-11-24 10:12:27 -08:00
Elliott Clark
339fd6bdca
HBASE-12550 Check all storefiles are referenced before splitting
...
Summary: If there are bugs in HDFS move and/or create we should protect against them by making sure that all files referenced end up in split daughters.
Test Plan: Unit tests cover splits pretty well
Subscribers: matteobertozzi
Differential Revision: https://reviews.facebook.net/D29373
2014-11-24 09:51:53 -08:00
Andrew Purtell
9904252615
HBASE-12479 Backport HBASE-11689 (Track meta in transition) (Virag Kothari)
2014-11-22 12:13:09 -08:00
stack
7a3e8b55f8
HBASE-12549 Fix TestAssignmentManagerOnCluster#testAssignRacingWithSSH() flaky test (Virag Kothari) --ADDENDUM
2014-11-21 21:32:55 -08:00
tedyu
d5bcf338d6
HBASE-12554 TestBaseLoadBalancer may timeout due to lengthy rack lookup
2014-11-21 16:56:31 -08:00
Enis Soztutar
aa343ebcfe
HBASE-10671 Add missing InterfaceAudience annotations for classes in hbase-common and hbase-client modules
2014-11-21 14:09:28 -08:00
stack
42cbdea76d
HBASE-12541 Add misc debug logging to hanging tests in TestHCM and TestBaseLoadBalancer -- ADDENDUM; add waitForNoRegionInTransition from HTU in master branch
2014-11-21 08:15:38 -08:00
anoopsjohn
3c3e9aef81
HBASE-12346 Scan's default auths behavior under Visibility labels. - Addendum
2014-11-21 18:25:41 +05:30
anoopsjohn
04ee2bc812
HBASE-12346 Scan's default auths behavior under Visibility labels.(Jerry He)
2014-11-21 13:47:22 +05:30
stack
bfda57d4f2
HBASE-12541 Add misc debug logging to hanging tests in TestHCM and TestBaseLoadBalancer
2014-11-20 17:55:08 -08:00
Enis Soztutar
49422a9ec4
HBASE-12549 Fix TestAssignmentManagerOnCluster#testAssignRacingWithSSH() flaky test
2014-11-20 16:19:20 -08:00
Sean Busbey
f1ae3cc56f
HBASE-12516 Clean up QA Bot warnings
...
Signed-off-by: stack <stack@apache.org>
2014-11-20 15:13:03 -08:00
tedyu
3b4688f9ee
HBASE-11099 Two situations where we could open a region with smaller sequence number (Stephen Jiang)
2014-11-20 14:44:08 -08:00
tedyu
deacb117f6
HBASE-12464 meta table region assignment stuck in the FAILED_OPEN state due to region server not fully ready to serve (Stephen Jiang)
2014-11-20 12:01:40 -08:00
Nick Dimiduk
f1048a148b
HBASE-12539 HFileLinkCleaner logs are uselessly noisy
2014-11-19 23:51:19 +01:00
Matteo Bertozzi
865ffebfc6
HBASE-12529 Use ThreadLocalRandom for RandomQueueBalancer
2014-11-19 16:51:26 +00:00
Matteo Bertozzi
6e376b900e
Patch up Jetty to disable SSLv3 (CVE-2014-3566)
2014-11-19 16:51:19 +00:00
stack
3a3a4b7b6b
Revert "HBASE-12471 Task 4. replace internal ConnectionManager#{delete,get}Connection use with #close, #createConnection (0.98, 0.99)"
...
This reverts commit 4f5cde8a69
.
2014-11-18 16:32:18 -08:00
Andrew Purtell
eb34c956a1
HBASE-12496 A blockedRequestsCount metric (Yi Deng)
2014-11-18 14:24:18 -08:00
Lars Hofhansl
2ed5ac9ca9
HBASE-12411 Optionally enable p-reads and private readers for compactions.
2014-11-18 12:29:31 -08:00
Enis Soztutar
bb0a3ce914
HBASE-12449 Use the max timestamp of current or old cell's timestamp in HRegion.append()
2014-11-18 11:35:47 -08:00
stack
4f5cde8a69
HBASE-12471 Task 4. replace internal ConnectionManager#{delete,get}Connection use with #close, #createConnection (0.98, 0.99)
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java
2014-11-18 10:19:55 -08:00
tedyu
463198dcdc
HBASE-12337 Import tool fails with NullPointerException if clusterIds is not initialized
2014-11-18 09:19:00 -08:00
Nick Dimiduk
f38efa79e6
HBASE-12459 Use a non-managed Table in mapred.TableOutputFormat
2014-11-17 08:39:46 +01:00
stack
dcba045526
HBASE-12359 MulticastPublisher should specify IPv4/v6 protocol family when creating multicast channel (Qiang Tian)
2014-11-14 21:55:59 -08:00
tedyu
30ecf5ae78
HBASE-12478 HBASE-10141 and MIN_VERSIONS are not compatible
2014-11-14 16:37:19 -08:00
Lars Hofhansl
1861f9ce25
Revert "HBASE-12457 Regions in transition for a long time when CLOSE interleaves with a slow compaction."
...
This reverts commit 0e795c1cf8
.
2014-11-13 09:19:43 -08:00
Lars Hofhansl
880c7c35fc
Revert "Amend HBASE-12457 Regions in transition for a long time when CLOSE interleaves with a slow compaction; Test import fix"
...
This reverts commit 9d2ad55cfa
.
2014-11-13 09:19:32 -08:00
Andrew Purtell
9d2ad55cfa
Amend HBASE-12457 Regions in transition for a long time when CLOSE interleaves with a slow compaction; Test import fix
2014-11-13 08:09:51 -08:00
Lars Hofhansl
0e795c1cf8
HBASE-12457 Regions in transition for a long time when CLOSE interleaves with a slow compaction.
2014-11-12 22:49:46 -08:00
Enis Soztutar
b25e5bb890
HBASE-12445 hbase is removing all remaining cells immediately after the cell marked with marker = KeyValue.Type.DeleteColumn via PUT (Hani Nadra)
2014-11-12 15:50:48 -08:00
Matteo Bertozzi
1f0d960792
HBASE-12366 Add login code to HBase Canary tool (Srikanth Srungarapu)
2014-11-12 20:33:37 +00:00
Andrew Purtell
d0c34fb4a3
Revert "HBASE-12454 Setting didPerformCompaction early in HRegion#compact"
...
This reverts commit 16decdc19a
.
2014-11-12 12:31:10 -08:00
Andrew Purtell
17a816a0f9
HBASE-12461 FSVisitor logging is excessive (Nick Dimiduk)
2014-11-12 10:24:04 -08:00
Andrew Purtell
16decdc19a
HBASE-12454 Setting didPerformCompaction early in HRegion#compact
2014-11-12 09:47:33 -08:00
stack
f3a38dcf16
HBASE-10483 Provide API for retrieving info port when hbase.master.info.port is set to 0 (Liu Shaohui)
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.java
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java
2014-11-12 09:09:11 -08:00
Jeffrey Zhong
86711846d3
HBASE-12319: Inconsistencies during region recovery due to close/open of a region during recovery
2014-11-11 17:55:48 -08:00
Esteban Gutierrez
61477d06be
HBASE-12447 Add support for setTimeRange for RowCounter and CellCounter (addendum)
...
Signed-off-by: stack <stack@apache.org>
2014-11-11 15:50:06 -08:00
Esteban Gutierrez
bebf0181c8
HBASE-12447 Add support for setTimeRange for RowCounter and CellCounter
...
Signed-off-by: stack <stack@apache.org>
2014-11-11 15:06:56 -08:00
stack
8902fb0c1b
HBASE-12455 Add 'description' to bean and attribute output when you do /jmx?description=true
2014-11-11 13:14:50 -08:00
Andrew Purtell
b1f7d7cd32
HBASE-12448 Fix rate reporting in compaction progress DEBUG logging
2014-11-07 18:36:44 -08:00
Andrew Purtell
87fb974765
HBASE-12440 Region may remain offline on clean startup under certain race condition (Virag Kothari)
2014-11-07 14:11:56 -08:00
Andrew Purtell
5a16c15d7f
Reduce the effective scope of CREATE and ADMIN permissions
2014-11-07 11:53:01 -08:00
Andrew Purtell
3eed03268f
HBASE-12424 Finer grained logging and metrics for split transactions
...
Conflicts:
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSource.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitRequest.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitTransaction.java
2014-11-07 11:44:49 -08:00
Niels Basjes
de21812ad5
HBASE-12272 Generate Thrift code using a maven profile
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
pom.xml
src/main/docbkx/developer.xml
2014-11-06 10:32:41 -08:00
stack
c99d89fd63
HBASE-12427 Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT --REVERT
2014-11-05 19:15:24 -08:00
stack
15f96c7a00
HBASE-12329 Table create with duplicate column family names quietly succeeds (Jingcheng Du)
2014-11-05 17:33:54 -08:00
stack
625a1ea065
HBASE-8707 Add LongComparator for filter (Liu Shaohui)
2014-11-05 16:57:21 -08:00
Andrew Purtell
41611547b3
HBASE-12389 Reduce the number of versions configured for the ACL table
2014-11-05 09:28:19 -08:00
Andrew Purtell
2e826a4ad1
HBASE-12420 BucketCache logged startup message is egregiously large
2014-11-05 09:22:04 -08:00
Andrew Purtell
64fd02fcbd
HBASE-12344 Split up TestAdmin
2014-11-05 09:18:51 -08:00
Lars Hofhansl
8427d67ff6
HBASE-12363 Improve how KEEP_DELETED_CELLS works with MIN_VERSIONS.
2014-11-04 17:12:39 -08:00
stack
e36c59d4f2
HBASE-12423 Use a non-managed Table in TableOutputFormat (Solomon Duskis)
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
2014-11-04 16:29:18 -08:00
Esteban Gutierrez
431b8a5383
Cache more efficiently getAll() and get() in FSTableDescriptors
...
Signed-off-by: stack <stack@apache.org>
2014-11-04 15:10:08 -08:00
stack
c66a6b02a5
HBASE-12427 Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT
2014-11-04 12:41:38 -08:00
stack
a347d32cc5
HBASE-12319: Inconsistencies during region recovery due to close/open of a region during recovery; REVERT -- UNSTABLE BUILD
2014-11-04 09:26:13 -08:00
Matteo Bertozzi
b827b6d02e
HBASE-12414 Move HFileLink.exists() to base class
2014-11-04 12:31:21 +00:00
Jeffrey Zhong
c84b13514e
HBASE-12319: Inconsistencies during region recovery due to close/open of a region during recovery
2014-11-03 21:31:12 -08:00
tedyu
481c6829db
HBASE-10780 HFilePrettyPrinter#processFile should return immediately if file does not exist (Ashish Singhi)
2014-11-03 20:30:47 -08:00
Enis Soztutar
65e7de39c7
HBASE-12402 ZKPermissionWatcher race condition in refreshing the cache leaving stale ACLs and causing AccessDenied
2014-11-03 20:12:12 -08:00
stack
0aca51e89c
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors; REVERTgit log! branch-1 patch AND addendum
2014-11-01 16:03:08 -07:00
Nick Dimiduk
c3a7f2f3bb
HBASE-12399 Master startup race between metrics and RpcServer
2014-11-01 10:47:00 -07:00
Adrian Muraru
0505072c51
Replication gets stuck following a transient zookeeper error to remote peer cluster
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-10-31 17:59:43 -07:00
Nick Dimiduk
e15a803b59
HBASE-12401 Add some timestamp signposts in IntegrationTestMTTR
2014-10-31 17:22:47 -07:00
Nick Dimiduk
4a803e79e1
HBASE-12335 IntegrationTestRegionReplicaPerf is flaky
2014-10-31 17:17:05 -07:00
Andrew Purtell
4649646fc8
HBASE-12361 Show data locality of region in table page (Liu Shaohui)
...
Conflicts:
hbase-server/src/main/resources/hbase-webapps/master/table.jsp
2014-10-31 15:43:01 -07:00
Esteban Gutierrez
1f18d706a8
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors (addendum)
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 11:33:33 -07:00
Enis Soztutar
a46425b2a9
HBASE-12390 Change revision style from svn to git
2014-10-31 11:11:12 -07:00
Esteban Gutierrez
233fb8bf18
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 10:40:57 -07:00
Ashish Singhi
ae8462b3a2
HBASE-10870 Deprecate and replace HCD methods that have a 'should' prefix with a 'is' instead
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 08:34:40 -07:00
Nick Dimiduk
b2d1b154bb
HBASE-9003 TableMapReduceUtil should not rely on org.apache.hadoop.util.JarFinder#getJar (Esteban Gutierrez)
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestJarFinder.java
2014-10-30 21:07:55 -07:00
stack
a1162960c2
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- ADDENDUM testannoations fixup -- REALLY REMOVE IT
2014-10-30 20:08:51 -07:00
Sean Busbey
f5e3b30058
HBASE-12388 Document behavior wrt coprocessors when wal gets empty waledits.
...
Signed-off-by: stack <stack@apache.org>
2014-10-30 19:32:44 -07:00
stack
c1ec92adc9
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- REVERT. Failed in a test run here: https://builds.apache.org/job/PreCommit-HBASE-Build/11530//testReport/
2014-10-30 19:26:23 -07:00
stack
49fb89f151
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- ADDENDUM testannoations fixup
2014-10-30 14:51:15 -07:00
stack
d719ea1db7
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer)
2014-10-30 14:34:02 -07:00
stack
29d486ff4e
HBASE-11835 Wrong managenement of non expected calls in the client (Nicolas Liochon)
2014-10-30 12:42:26 -07:00
Andrew Purtell
f0091a9031
HBASE-12384 TestTags can hang on fast test hosts
2014-10-30 10:45:08 -07:00
Ashish Singhi
d8874fbc21
HBASE-12375 LoadIncrementalHFiles fails to load data in table when CF name starts with '_'
...
Signed-off-by: stack <stack@apache.org>
2014-10-30 09:17:02 -07:00
Matteo Bertozzi
c466c61976
HBASE-12378 Add a test to verify that the read-replica is able to read after a compaction
2014-10-30 12:18:52 +00:00
stack
9e0ca78439
HBASE-12336 RegionServer failed to shutdown for NodeFailoverWorker thread (Liu Shaohui)
2014-10-29 22:04:02 -07:00
stack
b069c10af4
HBASE-12238 A few ugly exceptions on startup
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java
2014-10-29 21:53:55 -07:00
stack
6f4ae948ac
HBASE-12355 Update maven plugins
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java
2014-10-29 13:18:25 -07:00
stack
6c39d36b32
HBASE-12313 Redo the hfile index length optimization so cell-based rather than serialized KV key
...
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java
hbase-common/src/main/java/org/apache/hadoop/hbase/CellKey.java
hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java
2014-10-29 11:36:47 -07:00
stack
7aed6de9c8
HBASE-12354 Update dependencies in time for 1.0 release
2014-10-29 11:16:44 -07:00
stack
752c546099
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 ; ADDENDUM SETTING LOG LEVEL TO DEBUG AGAIN
...
Conflicts:
hbase-server/src/test/resources/log4j.properties
2014-10-29 11:01:19 -07:00
anoopsjohn
e1d1ba564b
HBASE-12297 Support DBB usage in Bloom and HFileIndex area.
2014-10-29 14:40:08 +05:30
manukranthk
69c99da70a
Implement Preemptive Fast Fail
...
Summary: This diff ports the Preemptive Fast Fail feature to OSS. In multi threaded clients, we use a feature developed on 0.89-fb branch called Preemptive Fast Fail. This allows the client threads which would potentially fail, fail fast. The idea behind this feature is that we allow, among the hundreds of client threads, one thread to try and establish connection with the regionserver and if that succeeds, we mark it as a live node again. Meanwhile, other threads which are trying to establish connection to the same server would ideally go into the timeouts which is effectively unfruitful. We can in those cases return appropriate exceptions to those clients instead of letting them retry.
Test Plan: Unit tests
Differential Revision: https://reviews.facebook.net/D24177
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCaller.java
2014-10-28 22:59:20 -07:00
Dima Spivak
a973fd514f
HBASE-12312 Another couple of createTable race conditions
...
Signed-off-by: stack <stack@apache.org>
2014-10-28 22:36:41 -07:00
stack
a26bcdd4d9
HBASE-11562 CopyTable should provide an option to shuffle the mapper tasks (Jean-Marc Spaggiari)
2014-10-28 11:29:22 -07:00
Andrew Purtell
81c4caf1f1
HBASE-12142 Truncate command does not preserve ACLs table (Vandana Ayyalasomayajula)
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java
2014-10-28 09:59:45 -07:00
anoopsjohn
f9fce4caf0
HBASE-12304 CellCounter will throw AIOBE when output directory is not specified. (Ashish Singhi)
2014-10-28 17:56:09 +05:30
stack
bf8c34734b
HBASE-12353 Turn down logging on some spewing unit tests (Dima Spivak)
2014-10-27 15:13:04 -07:00
stack
862faca7a4
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- Setting log level back to DEBUG TO WARN -- second time
2014-10-26 20:49:03 -07:00
stack
65c60ce873
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- Setting log level back to DEBUG from WARN
2014-10-26 16:19:23 -07:00
anoopsjohn
4d385d1509
HBASE-11870 Optimization : Avoid copy of key and value for tags addition in AC and VC.
2014-10-25 21:13:49 +05:30