Jonathan M Hsieh
493f36c899
HBASE-11339 Merge remote-tracking branch 'apache/hbase-11339' (Jingcheng Du)
2015-07-22 12:51:11 -07:00
Sean Busbey
25f7e804cd
HBASE-14027 clean up multiple netty jars.
2015-07-15 02:33:28 -05:00
ramkrishna
a3d30892b4
HBASE-14047 - Cleanup deprecated APIs from Cell class (Ashish Singhi)
2015-07-13 22:06:16 +05:30
stack
f5ad736282
HBASE-13561 ITBLL.Verify doesn't actually evaluate counters after job completes (Josh Elser)
2015-07-07 13:06:10 -07:00
Dima Spivak
e640f1e76a
HBASE-14002 Add --noReplicationSetup option to IntegrationTestReplication
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-07-03 14:54:10 -07:00
stack
272b025b25
HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis Soztutar) -- NEW ADDENDUM TO FIX ITBLL on master
2015-07-02 00:40:09 -07:00
stack
20e855f282
HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis Soztutar) -- REAPPLY
2015-07-01 23:16:30 -07:00
stack
f0e29c49a1
Revert "HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis"
...
This reverts commit fca725a899
.
2015-07-01 20:20:08 -07:00
stack
fca725a899
HBASE-13895 DATALOSS: Region assigned before WAL replay when abort (Enis
...
Soztutar)
2015-07-01 20:07:26 -07:00
stack
b5b5853043
HBASE-13893 Replace HTable with Table in client tests (Jurriaan Mous)
2015-06-25 14:42:33 -07:00
tedyu
e6ed792199
HBASE-13702 ImportTsv: Add dry-run functionality and log bad rows (Apekshit Sharma)
2015-06-25 13:15:07 -07:00
Matteo Bertozzi
1927f04077
HBASE-13958 RESTApiClusterManager calls kill() instead of suspend() and resume()
2015-06-23 16:28:32 -07:00
Rajeshbabu Chintaguntla
168c1b1b73
HBASE-13940 IntegrationTestBulkLoad needs option to specify output folders used by test(Rajeshbabu)
2015-06-24 01:06:55 +05:30
Enis Soztutar
1b5ad45b85
HBASE-13470 High level Integration test for master DDL operations (Sophia Feng)
2015-06-16 22:22:35 -07:00
Enis Soztutar
c6dd3f965b
HBASE-13877 Interrupt to flush from TableFlushProcedure causes dataloss in ITBLL
2015-06-14 11:22:07 -07:00
Enis Soztutar
fe5712f9b4
HBASE-13853 ITBLL improvements after HBASE-13811
2015-06-08 12:17:50 -07:00
Sean Busbey
a016b23e85
HBASE-13728 Remove direct use of Hadoop's GenericOptionParser.
...
* In most cases, just shift to proper use of ToolRunner
* Fix timing issue in TestImportExport
** add some diagnostic logs to Import and TestImportExport
** when testing for WAL use under different durability requests, ignore meta edits.
* In the case of TestImportTsv make a local anonymous class so we can get at internals.
2015-05-29 12:38:52 -05:00
anoopsjohn
b31a6acf4c
HBASE-13763 Handle the rename, annotation and typo stuff in MOB. (Jingcheng)
2015-05-28 13:43:12 +05:30
Andrew Purtell
942e09b71e
HBASE-13768 ZooKeeper znodes are bootstrapped with insecure ACLs in a secure configuration (Enis Soztutar)
2015-05-27 12:23:14 -07:00
Nick Dimiduk
77d9719e2b
HBASE-13711 Provide an API to set min and max versions in HColumnDescriptor (Stephen Yuan Jiang)
2015-05-20 11:40:25 -07:00
Jonathan M Hsieh
09a00efc0b
Merge remote-tracking branch 'apache/master' (5/19/15) into hbase-11339
...
Patches that caused deltas:
HBASE-10810 - around HColumnDescriptor 'should' vs 'is' api.
HBASE-11677 - LOG was made private
HBASE-11927 - Checksum constant changed
HBASE-10800 - CellComparator instead of KVComparator
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java
2015-05-19 16:30:21 -07:00
Lars Francke
ec51d7b2e6
HBASE-1989 Admin (et al.) not accurate with Column vs. Column-Family
...
usage
Fix check style issues & rename parameter
Incorporate comments
Signed-off-by: stack <stack@apache.org>
2015-05-11 09:46:28 -07:00
stack
b03ff8ccca
Revert "Rename & deprecate everything in Admin"
...
Revert because does not cite associated JIRA in commit message (my
fault)
This reverts commit 2ad4114149
.
2015-05-11 09:45:33 -07:00
Lars Francke
2ad4114149
Rename & deprecate everything in Admin
...
Fix check style issues & rename parameter
Incorporate comments
Signed-off-by: stack <stack@apache.org>
2015-05-10 20:47:12 -07:00
ramkrishna
977f867439
HBASE-10800 - Use CellComparator instead of KVComparator (Ram)
2015-05-05 11:38:10 +05:30
Jonathan M Hsieh
0e20bbf6a3
Merge branch 'apache/master' (4/16/15) into hbase-11339
...
API conflicts and test fixes
Update LoadTestTool.COLUMN_FAMILY -> DEFAULT_COLUMN_FAMILY due HBASE-11842
Use new 1.0+ api in some tests
Use updated Scanners internal api
Fix to take into account HBASE-13203 - procedure v2 table delete
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
2015-05-01 08:18:51 -07:00
Matt Warhaftig
d50d6d967d
HBASE-13358 - Update VisibilityClient to accept Connection objects.
...
Signed-off-by: Srikanth Srungarapu <ssrungarapu@cloudera.com>
2015-04-30 21:28:01 -07:00
Usha Kuchibhotla
94a00bea07
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>
2015-04-28 09:20:34 -05:00
stack
79db629323
Revert "HBASE-13078 Removal of IntegrationTestSendTraceRequests (Josh Elser)"
...
Put this file back; over-zealous removal.
This reverts commit 91ab1086d6
.
2015-04-27 11:23:52 -07:00
Andrey Stepachev
d5ff2b587c
HBASE-13322 Replace explicit HBaseAdmin creation with connection#getAdmin()
2015-04-27 16:28:53 +01:00
stack
91ab1086d6
HBASE-13078 Removal of IntegrationTestSendTraceRequests (Josh Elser)
2015-04-21 12:45:25 -07:00
Rajesh Nishtala
d5e81523f7
HBASE-13413 New integration test for oss => oss replication
...
Summary: This test subclasses the BigLinkedList test. It takes two hbase clusters as arguments, sets up tables, sets up replication, and runs the BigLinkedList generator. The verification portion of the loop checks that the sink of the replication has the data and it is correct.
Test Plan: ran the test on my laptop and a small live cluster
Reviewers: dimaspivak, eclark
Reviewed By: eclark
Subscribers: srikanth235, asameet
Differential Revision: https://reviews.facebook.net/D36423
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-04-07 12:37:05 -07:00
stack
f561ef71a5
HBASE-13382 IntegrationTestBigLinkedList should use SecureRandom (Dima Spivak)
2015-04-03 15:33:55 -07:00
stack
3a2a29616c
HBASE-13373 Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.
...
Reapply after adding in the missing JIRA number
2015-04-03 15:25:19 -07:00
stack
319666ca53
Revert "HBASE-Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc."
...
This reverts commit 5b25a48e7f
.
2015-04-03 15:16:38 -07:00
stack
5b25a48e7f
HBASE-Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc.
2015-04-03 14:14:00 -07:00
zhangduo
f1b53d71b8
HBASE-13187 Add ITBLL that exercises per CF flush
...
Signed-off-by: stack <stack@apache.org>
2015-04-01 09:44:24 -07:00
Elliott Clark
55a5a3be33
HBASE-13364 Make error prone off by default
2015-03-30 16:03:53 -07:00
stack
f57dca5e1b
HBASE-13198 Remove HConnectionManager (Mikhail Antonov)
2015-03-20 09:41:48 -07:00
Dima Spivak
bf9e32d59d
HBASE-13223 Add testMoveMeta to IntegrationTestMTTR
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-03-16 18:22:51 -07:00
Josh Elser
72855c584e
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-13 22:35:52 -05:00
tedyu
7a3ea23704
HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu)
2015-03-11 18:24:12 -07:00
Jonathan M Hsieh
0d6cac9b1e
HBASE-13157 Add Mob compaction actions and monkeys to Chaos Monkey
2015-03-05 11:31:36 -08:00
Jonathan M Hsieh
2124d3df70
HBASE-13154 add support for mob in TestAcidGuarantees and IntegrationTestAcidGuarantees
2015-03-05 00:09:05 -08:00
Misty Stanley-Jones
39425a8558
HBASE-11670 Generate PDF of Reference Guide
2015-03-05 09:31:11 +10:00
Enis Soztutar
9899aab12b
HBASE-11580 Failover handling for secondary region replicas
2015-03-03 11:48:12 -08:00
Jonathan M Hsieh
d66f88134c
HBASE-13132 Improve RemoveColumn action debug message
2015-03-03 04:41:36 -08:00
Jonathan M Hsieh
cf4f4fcbb3
HBASE-13141 IntegrationTestAcidGuarantees returns incorrect values for getColumnFamilies
2015-03-03 04:41:27 -08:00
Jonathan M Hsieh
daed00fc98
HBASE-13141 IntegrationTestAcidGuarantees returns incorrect values for getColumnFamilies
2015-03-02 21:26:01 -08:00
Jonathan M Hsieh
d2e64032c6
HBASE-13132 Improve RemoveColumn action debug message
2015-03-02 10:31:24 -08:00