Andrew Purtell
7df1814f7f
HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar)
2015-05-27 13:15:43 -07:00
Andrew Purtell
a035baab46
HBASE-13768 ZooKeeper znodes are bootstrapped with insecure ACLs in a secure configuration (Enis Soztutar)
2015-05-27 12:32:45 -07:00
Matteo Bertozzi
cb7675c57f
HBASE-13767 Allow ZKAclReset to set and not just clear ZK ACLs
2015-05-27 18:34:17 +01:00
Abhishek Kumar
534c6034b8
HBASE-13746 list_replicated_tables command is not listing table in hbase shell
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-05-25 12:52:55 -07:00
anoopsjohn
fd8e6ee956
HBASE-13734 Improper timestamp checking with VisibilityScanDeleteTracker.
2015-05-25 13:54:24 +05:30
anoopsjohn
2542a38e21
HBASE-13375 Provide HBase superuser higher priority over other users in the RPC handling. (Mikhail Antonov)
2015-05-24 21:28:50 +05:30
Jerry He
ee5263db8c
HBASE-13671 More classes to add to org.apache.hadoop.hbase.mapreduce.driver (li xiang)
2015-05-22 12:40:27 -07:00
stack
a6cf9c51d9
HBASE-13745 Say why a flush was requested in log message
2015-05-22 11:42:21 -07:00
Lars Hofhansl
e5df9bb2e2
HBASE-13703 ReplicateContext should not be a member of ReplicationSource.
2015-05-21 22:01:50 -07:00
tedyu
c695d1c249
HBASE-13733 Failed MiniZooKeeperCluster startup did not shutdown ZK servers (Stephen Jiang)
2015-05-21 14:03:36 -07:00
tedyu
774bb5677e
HBASE-13741 Disable TestRegionObserverInterface#testRecovery and testLegacyRecovery (Stephen Jiang)
2015-05-21 13:57:52 -07:00
stack
a9e2f4cf31
HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered; ADDENDUM -- ADD MISSING FILES
2015-05-21 11:11:06 -07:00
stack
078a9a97c3
HBASE-5980 Scanner responses from RS should include metrics on rows/KVs filtered
2015-05-21 11:09:14 -07:00
tedyu
109f138ca3
HBASE-13731 TestReplicationAdmin should clean up MiniZKCluster resource (Stephen Jiang)
2015-05-21 10:25:51 -07:00
Enis Soztutar
420baa42ce
HBASE-13709 Updates to meta table server columns may be eclipsed
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenMetaHandler.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerNoMaster.java
2015-05-20 19:19:52 -07:00
Liu Shaohui
c9f052be66
HBASE-13712 Backport HBASE-13199 to branch-Backport HBASE-13199 to branch-1
...
HBASE-13199 Some small improvements on canary tool (Shaohui Liu)
HBASE-13199 ADDENDUM Some small improvements on canary tool (Shaohui Liu)
2015-05-20 15:30:12 -07:00
Andrew Purtell
3396fa5a3b
HBASE-13727 Codehaus repository is out of service
2015-05-20 13:59:25 -07:00
Elliott Clark
cecda74db1
HBASE-13700 Change Thrift2 so that number of woker threads can be passed in
2015-05-20 13:43:52 -07:00
Elliott Clark
81024a5b56
HBASE-13698 Add RegionLocator methods to Thrift2
2015-05-20 13:35:04 -07:00
Nick Dimiduk
49fc6c817d
HBASE-13711 Provide an API to set min and max versions in HColumnDescriptor (Stephen Yuan Jiang)
2015-05-20 11:41:23 -07:00
ramkrishna
fd15bd13db
HBASE-13721 - Improve shell scan performances when using LIMIT (JMS)
2015-05-20 22:20:35 +05:30
tedyu
181ec60510
HBASE-13704 Hbase throws OutOfOrderScannerNextException when MultiRowRangeFilter is used (Aleksandr Maksymenko)
2015-05-19 20:21:08 -07:00
Enis Soztutar
2a1fab0200
HBASE-13717 TestBoundedRegionGroupingProvider#setMembershipDedups need to set HDFS diretory for WAL (Stephen Yuan Jiang)
2015-05-19 19:15:05 -07:00
Esteban Gutierrez
816856eb1e
HBASE-13694 CallQueueSize is incorrectly decremented until the response is sent
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 09:24:47 -07:00
Srikanth Srungarapu
796e74dfe5
HBASE-13675 ProcedureExecutor completion report should be at DEBUG log level
2015-05-18 19:56:06 -07:00
Srikanth Srungarapu
2510622108
HBASE-13673 WALProcedureStore procedure is chatty
2015-05-18 19:40:27 -07:00
Nick Dimiduk
8614d86243
HBASE-13609 TestFastFail is still failing
2015-05-18 12:30:59 -07:00
ted malaska
00636cc998
HBASE-13677 changed RecoverableZooKeeper logs about retries from info and warn to debug
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-05-18 10:31:40 -05:00
Andrey Stepachev
5383e476d5
HBASE-13647 Default value for hbase.client.operation.timeout is too high
2015-05-16 18:59:48 -07:00
Andrew Purtell
046d619626
HBASE-13668 TestFlushRegionEntry is flaky
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestFlushRegionEntry.java
2015-05-16 16:23:34 -07:00
Patrick White
cb2c8701df
HBASE-13684 Allow mlockagent to be used when not starting as root
...
Fixes for mlockall_agent
changed init_str to options, to match the JVMTI docs
added support for running with no user (allow via adding user to limits.conf)
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-05-16 12:39:31 -07:00
Apekshit(Appy) Sharma
1cf85b3f7f
HBASE-11927 Use Native Hadoop Library for HFile checksum. (Apekshit)
...
Signed-off-by: stack <stack@apache.org>
2015-05-15 11:50:07 -07:00
Matteo Bertozzi
6968834c9c
HBASE-13651 Handle StoreFileScanner FileNotFoundExceptin
2015-05-15 19:04:22 +01:00
stack
41aceca809
HBASE-11830 TestReplicationThrottler.testThrottling failed on virtual boxes
2015-05-13 09:46:21 -07:00
Lars Hofhansl
34327408c1
HBASE-13618 ReplicationSource is too eager to remove sinks.
2015-05-12 21:28:19 -07:00
tedyu
e42e7ed110
HBASE-13664 Use HBase 1.0 interfaces in ConnectionCache (Solomon Duskis)
2015-05-12 13:31:43 -07:00
Matteo Bertozzi
8e8e246248
HBASE-13662 RSRpcService.scan() throws an OutOfOrderScannerNext if the scan has a retriable failure
2015-05-12 17:46:42 +01:00
tedyu
9250c6b6d9
HBASE-13663 HMaster fails to restart 'HMaster: Failed to become active master'
2015-05-12 09:03:07 -07:00
Enis Soztutar
77b155858f
HBASE-13661 Correct binary compatibility issues discovered in 1.1.0RC0
2015-05-11 18:33:44 -07:00
Nick Dimiduk
900a5f09df
HBASE-13637 branch-1.1 does not build against hadoop-2.2. (zhangduo and ndimiduk)
2015-05-11 18:02:08 -07:00
Matteo Bertozzi
5d553adacd
HBASE-13606 AssignmentManager.assign() is not sync in both path
2015-05-12 00:14:04 +01:00
Nick Dimiduk
33fe79cf6f
HBASE-13665 Fix docs and site building on branch-1
2015-05-11 15:26:41 -07:00
Elliott Clark
95f1fe52ed
HBASE-13635 Regions stuck in transition because master is incorrectly assumed dead
...
Summary:
Requests to tell master that meta is moved can be blocked behind other requests that are trying to mutate meta.
This causes a dead lock and the master is assumed dead. However the master stays up the whole time.
This patch adds prioritization onto reporting meta moves. It should allow meta to make progress.
Test Plan: unit tests.
Differential Revision: https://reviews.facebook.net/D38109
2015-05-11 15:22:08 -07:00
Jerry He
2b56164628
HBASE-13217 Procedure fails due to ZK issue
2015-05-11 14:23:20 -07:00
Sean Busbey
6213fa2fce
HBASE-13611 update clover profile to work with clover 4.x and maven 3.
...
* change pom to use a maven 3 compat version of clover
* add clover to javadoc plugin deps so that instrumented doclet works
* modify IA annotation test to filter out clover instrumentation
* make splitlog counters check for atomiclong before casting
2015-05-11 01:23:35 -05:00
tedyu
8673a7df91
HBASE-13653 Uninitialized HRegionServer#walFactory may result in NullPointerException at region server startup
2015-05-10 07:31:58 -07:00
Sean Busbey
11bc89c3da
HBASE-13612 TestRegionFavoredNodes should guard against setup failure.
2015-05-09 14:22:41 -07:00
tedyu
1c7389cbe2
HBASE-13593 Quota support for namespace should take snapshot restore and clone into account (Ashish Singhi)
2015-05-09 11:07:46 -07:00
stack
fdaeb86019
HBASE-13649 CellComparator.compareTimestamps javadoc inconsistent and wrong (Dave Latham)
2015-05-08 21:44:07 -07:00
tedyu
37ac28ea5b
HBASE-13626 ZKTableStateManager logs table state changes at WARN (Stephen Jiang)
2015-05-06 14:39:29 -07:00