Jonathan M Hsieh
|
45711ebaaf
|
HBASE-12332 [mob] improve how we resolve mobfiles in reads (Jingcheng Du and Jiajia Li)
|
2015-03-05 10:02:29 -08:00 |
Jonathan M Hsieh
|
2124d3df70
|
HBASE-13154 add support for mob in TestAcidGuarantees and IntegrationTestAcidGuarantees
|
2015-03-05 00:09:05 -08:00 |
Jonathan M Hsieh
|
47ed5cd7ed
|
HBASE-13012 Add shell commands to trigger the mob file compactor (Jingcheng Du and Jiajia Li)
|
2015-03-04 23:47:05 -08:00 |
Jonathan M Hsieh
|
d55405a7ce
|
HBASE-13152 NPE in ExpiredMobFileCleanerChore (Jingcheng Du)
|
2015-03-04 07:18:52 -08:00 |
Jonathan M Hsieh
|
a8d0dfe71c
|
HBASE-12670 Add unit tests that exercise the added hfilelink link mob paths (Jingcheng Du)
|
2015-03-03 04:47:58 -08:00 |
Jonathan M Hsieh
|
85bcec3995
|
HBASE-13117 improve mob sweeper javadoc
|
2015-02-26 11:08:30 -08:00 |
Jonathan M Hsieh
|
fe335b683c
|
Merge branch 'master' (2/11/15) into hbase-11339
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/HColumnDescriptor.java
hbase-client/src/test/java/org/apache/hadoop/hbase/TestHColumnDescriptor.java
hbase-common/src/main/java/org/apache/hadoop/hbase/TagType.java
hbase-common/src/main/resources/hbase-default.xml
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.java
hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestAcidGuarantees.java
hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/StripeCompactor.java
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotReferenceUtil.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperStub.java
pom.xml
src/main/docbkx/book.xml
src/main/docbkx/ops_mgt.xml
src/main/docbkx/schema_design.xml
|
2015-02-22 12:54:45 -08:00 |
Ramkrishna
|
8f5dae471a
|
HBASE-13013 - Add read lock to ExpiredMobFileCleanerChore (Jingcheng Du)
|
2015-02-18 09:27:41 +05:30 |
tedyu
|
3dd220f8fd
|
HBASE-13018 WALSplitter should not try to get table states while splitting META (Andrey Stepachev)
|
2015-02-11 12:45:54 -08:00 |
stack
|
dec0ec2290
|
HBASE-13016 Clean up remnants of table states stored in table descriptors (Andrey Stepachev)
|
2015-02-11 11:09:03 -08:00 |
Ramkrishna
|
f04850810e
|
HBASE-13003 - Get tests in TestHFileBlockIndex back (Zhangduo)
|
2015-02-11 10:38:54 +05:30 |
stack
|
9c66afbae7
|
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:03:29 -08:00 |
Andrew Purtell
|
f9cf565f1d
|
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:11:08 -08:00 |
stack
|
fa852c4ce6
|
HBASE-12035 Keep table state in META (Andrey Stepachev)
|
2015-02-10 14:20:47 -08:00 |
tedyu
|
a3f495f20d
|
HBASE-13004 Make possible to explain why HBaseTestingUtility.waitFor fails (Andrey Stepachev)
|
2015-02-10 07:33:52 -08:00 |
Sean Busbey
|
3d692cf044
|
HBASE-12997 print wal pipeline on low replication.
|
2015-02-09 23:02:16 -06:00 |
Enis Soztutar
|
f97c00fd99
|
HBASE-12998 Compilation with Hdfs-2.7.0-SNAPSHOT is broken after HDFS-7647
|
2015-02-09 18:17:33 -08:00 |
Andrew Purtell
|
1e6afa2f3c
|
HBASE-12973 RegionCoprocessorEnvironment should provide HRegionInfo directly
|
2015-02-09 17:57:40 -08:00 |
Esteban Gutierrez
|
1f830bea89
|
HBASE-12984: SSL cannot be used by the InfoPort in branch-1
|
2015-02-09 16:43:37 -08:00 |
stack
|
eea9873cef
|
HBASE-12985 Javadoc warning and findbugs fixes to get us green again
|
2015-02-07 17:05:11 -08:00 |
Jeffrey Zhong
|
3f4427739d
|
HBASE-11567 Write bulk load COMMIT events to WAL (Alex Newman, Jeffrey Zhong)
|
2015-02-06 18:07:30 -08:00 |
Andrew Purtell
|
7f4146bf4d
|
Revert "HBASE-12891 Parallel execution for Hbck checkRegionConsistency"
This reverts commit eddd5739a1 .
|
2015-02-06 16:52:04 -08:00 |
stack
|
2f2faa68d1
|
HBASE-12966 NPE in HMaster while recovering tables in Enabling state; ADDENDUM
|
2015-02-06 16:01:43 -08:00 |
rahulgidwani
|
eddd5739a1
|
HBASE-12891 Parallel execution for Hbck checkRegionConsistency
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-02-06 15:14:18 -08:00 |
Esteban Gutierrez
|
3b56d2a0bc
|
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:35:20 -08:00 |
stack
|
57319c536a
|
HBASE-12980 Delete of a table may not clean all rows from hbase:meta
|
2015-02-06 14:06:59 -08:00 |
Jesse Yates
|
75148385ee
|
HBASE-12979 Use setters instead of return values for handing back statistics from HRegion methods
|
2015-02-06 13:24:20 -08:00 |
Jonathan M Hsieh
|
2c4934eda6
|
HBASE-11861 Native MOB Compaction mechanisms (Jingcheng Du)
|
2015-02-06 05:37:13 -08:00 |
stack
|
96cdc7987e
|
HBASE-12958 SSH doing hbase:meta get but hbase:meta not assigned
|
2015-02-04 22:56:40 -08:00 |
tedyu
|
8aeb3acaf9
|
HBASE-12966 NPE in HMaster while recovering tables in Enabling state (Andrey Stepachev)
|
2015-02-04 14:53:55 -08:00 |
Victoria Dudin
|
4f472062a4
|
HBASE-12961 Fix negative values in read and write region server metrics.
|
2015-02-04 10:32:09 -08:00 |
Ramkrishna
|
37ef793fab
|
HBASE-12962 - TestHFileBlockIndex.testBlockIndex() commented out during
HBASE-10531 (Ram)
|
2015-02-04 11:42:55 +05:30 |
tedyu
|
fd0bb89fdf
|
HBASE-12957 Revert accidental checkin of unrelated test
|
2015-02-03 21:20:42 -08:00 |
tedyu
|
4388fed830
|
HBASE-12957 region_mover#isSuccessfulScan may be extremely slow on region with lots of expired data (Hongyu Bi)
|
2015-02-03 20:06:23 -08:00 |
stack
|
7861e518ef
|
HBASE-7332 [webui] HMaster webui should display the number of regions a table has. (Andrey Stepachev)
|
2015-02-03 09:24:54 -08:00 |
Devaraj Das
|
cf5ad96fcc
|
HBASE-10942. support parallel request cancellation for multi-get (Nicolas Liochon & Devaraj Das)
|
2015-02-02 23:01:31 -08:00 |
zhangduo
|
eb351b9ff8
|
HBASE-8329 Limit compaction speed
Signed-off-by: stack <stack@apache.org>
|
2015-02-02 22:19:05 -08:00 |
stack
|
da30c72b73
|
HBASE-12951 TestHCM.testConnectionClose is flakey when using AsyncRpcClient as client implementation; ADDENDUM -- Remove flakey marking from TestHCM
|
2015-02-02 20:51:51 -08:00 |
stack
|
825871431e
|
HBASE-12782 ITBLL fails for me if generator does anything but 5M per maptask
|
2015-01-30 19:12:17 -08:00 |
stack
|
538388c2b5
|
HBASE-6778 Deprecate Chore; its a thread per task when we should have one thread to do all tasks (Jonathan Lawlor)
|
2015-01-29 19:26:26 -08:00 |
Lars Hofhansl
|
9c37d5dab7
|
HBASE-12859; Addendum
|
2015-01-29 14:10:59 -08:00 |
Lars Hofhansl
|
1270e590d1
|
HBASE-12859 New master API to track major compaction completion.
|
2015-01-29 13:58:27 -08:00 |
tedyu
|
6bfa8ea977
|
HBASE-12936 Quota support for namespace should take region merge into account
|
2015-01-29 09:12:24 -08:00 |
Devaraj Das
|
7c8aa2e963
|
HBASE-11574. Addendum that should fix a unit test (TestMetaWithReplicas#testChangingReplicaCount) that fails once in a while
|
2015-01-29 00:27:08 -08:00 |
Ashish Singhi
|
070e2dd89a
|
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 16:29:45 -06:00 |
Devaraj Das
|
6b20a0f831
|
HBASE-11574. hbase:meta's regions can be replicated
|
2015-01-27 16:40:29 -08:00 |
Enis Soztutar
|
0f6faaf5fc
|
HBASE-12916 No access control for replicating WAL entries (Liu Shaohui)
|
2015-01-27 15:33:29 -08:00 |
tedyu
|
f7df0990c2
|
HBASE-12929 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass (Will Temperley)
|
2015-01-27 07:58:11 -08:00 |
Matteo Bertozzi
|
b866e01a98
|
HBASE-12925 Use acl cache for doing access control checks in prepare and clean phases of Bulkloading (Srikanth Srungarapu)
|
2015-01-27 12:47:46 +00:00 |
tedyu
|
aaeafca920
|
HBASE-7847 Use zookeeper multi to clear znodes (Rakesh R)
|
2015-01-26 21:40:39 -08:00 |