tedyu
|
84ed9f6ba4
|
HBASE-8572 Enhance delete_snapshot.rb to call snapshot deletion API with regex (Ashish Singhi)
|
2014-11-20 08:59:42 -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
|
bfe5f2442c
|
Revert "HBASE-12495 Use interfaces in the shell scripts (Solomon Duskis)"
This reverts commit 5accf48362 .
|
2014-11-18 18:14:15 -08: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 |
Florin Broasca
|
d3c9425c9b
|
HBASE-12513 Graceful stop script does not restore the balancer state
Signed-off-by: stack <stack@apache.org>
|
2014-11-18 13:15:14 -08:00 |
Sean Busbey
|
7418bdb623
|
HBASE-12517 Ensure HConstants members are final.
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
|
2014-11-18 13:07:38 -08:00 |
stack
|
5accf48362
|
HBASE-12495 Use interfaces in the shell scripts (Solomon Duskis)
Conflicts:
hbase-shell/src/main/ruby/hbase/quotas.rb
|
2014-11-18 12:57:31 -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
|
390d4acf0d
|
HBASE-12472 Improve debuggability of IntegrationTestBulkLoad
|
2014-11-17 09:34:54 +01: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 |
tedyu
|
17e2de3494
|
HBASE-12442 Bring KeyValue#createFirstOnRow() back to branch-1 as deprecated methods
|
2014-11-12 11:21:20 -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 |
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 |