Srikanth Srungarapu
|
133c79a391
|
HBASE-12460 Moving Chore to hbase-common module
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
|
2014-11-11 23:18:37 +00: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
|
d7f51e1cfa
|
HBASE-12455 Add 'description' to bean and attribute output when you do /jmx?description=true
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/http/jmx/JMXJsonServlet.java
src/main/docbkx/ops_mgt.xml
|
2014-11-11 15:06:25 -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 |
stack
|
9bbde31a81
|
HBASE-12434 Add a command to compact all the regions in a regionserver (Liu Shaohui)
|
2014-11-11 09:33:27 -08:00 |
stack
|
c2a17ad6ea
|
HBASE-12456 Update surefire from 2.18-SNAPSHOT to 2.18
|
2014-11-10 22:05:27 -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
|
0145650cb0
|
HBASE-12450 Unbalance chaos monkey might kill all region servers without starting them back (Virag Kothari)
|
2014-11-07 17:25:10 -08:00 |
Andrew Purtell
|
a8734c3a4a
|
HBASE-12279 Generated thrift files were generated with the wrong parameters (Niels Basjes)
|
2014-11-07 16:20:15 -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 |
Nick Dimiduk
|
df3ba6ea4b
|
HBASE-12432 RpcRetryingCaller should log after fixed number of retries like AsyncProcess
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2014-11-07 12:27:36 -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 |
Jesse Yates
|
4fa23aadc0
|
HBASE-12428 region_mover.rb script is broken if port is not specified
If the port is not specified, there is an object nil exception.
|
2014-11-06 13:05:20 -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 |
Andrew Purtell
|
bd42fbca6d
|
HBASE-12419 'Partial cell read caused by EOF' ERRORs on replication source
|
2014-11-05 18:47:04 -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 |
stack
|
b7db322344
|
HBASE-8572 Enhance delete_snapshot.rb to call snapshot deletion API with regex REVERT TILL TESTED
|
2014-11-05 07:48:06 -08:00 |
Lars Hofhansl
|
8427d67ff6
|
HBASE-12363 Improve how KEEP_DELETED_CELLS works with MIN_VERSIONS.
|
2014-11-04 17:12:39 -08:00 |
Ashish Singhi
|
2e067970c8
|
HBASE-8572 Enhance delete_snapshot.rb to call snapshot deletion API with regex
Signed-off-by: stack <stack@apache.org>
|
2014-11-04 16:50:16 -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 |
Jeffrey Zhong
|
d4eb7d1bd1
|
HBASE-12407: HConnectionKey doesn't contain CUSTOM_CONTROLLER_CONF_KEY in CONNECTION_PROPERTIES
|
2014-11-03 21:05:11 -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 |
Lars Hofhansl
|
b20cb29437
|
HBASE-12417 Scan copy constructor does not retain small attribute.
|
2014-11-03 14:58:57 -08:00 |
Nick Dimiduk
|
1d6b3e7b78
|
HBASE-12416 RegionServerCallable should report what host it was communicating with
|
2014-11-03 14:21:43 -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 |
Nick Dimiduk
|
687710eb28
|
HBASE-12403 IntegrationTestMTTR flaky due to aggressive RS restart timeout
|
2014-11-01 10:36:47 -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 |
Enis Soztutar
|
8938aba4e2
|
HBASE-12377 HBaseAdmin#deleteTable fails when META region is moved around the same timeframe (Stephen Yuan Jiang)
|
2014-10-31 12:11:31 -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 |