Victoria Dudin
|
4e2edb93df
|
HBASE-13128 Make HBCK's lock file retry creation and deletion
Signed-off-by: Elliott Clark <eclark@apache.org>
|
2015-03-05 15:28:27 -08:00 |
tedyu
|
efb6e7005f
|
HBASE-13155 Fix TestPrefixTree (Duo Zhang)
|
2015-03-05 06:54:58 -08:00 |
Jonathan Lawlor
|
0c64a57e52
|
HBASE-11544: [Ergonomics] hbase.client.scanner.caching is dogged and will try to return batch even if it means OOME
Signed-off-by: stack <stack@apache.org>
|
2015-03-04 18:04:15 -08:00 |
Lars Hofhansl
|
1cdcb6e9b8
|
HBASE-13109 Fix Javadoc warning; and some misc checkstyle warnings
|
2015-03-04 18:02:34 -08:00 |
Enis Soztutar
|
07cb6d2413
|
HBASE-11580 Failover handling for secondary region replicas - ADDENDUM for javadoc fixes
|
2015-03-04 14:22:58 -08:00 |
Lars Hofhansl
|
f5020e9c1a
|
HBASE-13109 Make better SEEK vs SKIP decisions during scanning.
|
2015-03-04 14:13:41 -08:00 |
Jeffrey Zhong
|
4506b6e003
|
HBASE-11571 Bulk load handling from secondary region replicas
|
2015-03-03 15:21:22 -08:00 |
stack
|
6b1674b31c
|
HBASE-13017 Backport HBASE-12035 Keep table state in Meta to 1.0 branch; REVERT
|
2015-03-03 13:26:15 -08:00 |
Enis Soztutar
|
9e7ad99593
|
HBASE-11580 Failover handling for secondary region replicas
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
|
2015-03-03 13:21:01 -08:00 |
zhangduo
|
0c4c60a99e
|
HBASE-13146 Race Condition in ScheduledChore and ChoreService
Signed-off-by: stack <stack@apache.org>
|
2015-03-03 11:32:12 -08:00 |
zhangduo
|
2c02f2f154
|
HBASE-13145 TestNamespaceAuditor.testRegionMerge is flaky
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java
|
2015-03-03 10:35:09 -08:00 |
Esteban Gutierrez
|
946c53ce65
|
HBASE-13139 Clean up missing JAVA_HOME message in bin/hbase-config.sh
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-03-03 08:36:02 -08:00 |
tedyu
|
6f24e4639f
|
HBASE-13115 Fix the usage of remote user in thrift doAs implementation (Srikanth Srungarapu)
|
2015-03-03 06:49:30 -08:00 |
Jonathan M Hsieh
|
e31b9c3d58
|
HBASE-13141 IntegrationTestAcidGuarantees returns incorrect values for getColumnFamilies
|
2015-03-02 21:25:47 -08:00 |
tedyu
|
ad6e1877d5
|
HBASE-13122 Revert pending answer to Ram's question
|
2015-03-02 20:59:50 -08:00 |
stack
|
10d5236e66
|
HBASE-13136 TestSplitLogManager.testGetPreviousRecoveryMode is flakey
|
2015-03-02 17:29:47 -08:00 |
Andrew Purtell
|
d4200ab39e
|
HBASE-12995 Document that HConnection#getTable methods do not check table existence since 0.98.1
|
2015-03-02 16:58:54 -08:00 |
stack
|
c4acac561c
|
HBASE-13138 Clean up TestMasterObserver (debug, trying to figure why fails)
|
2015-03-02 10:54:10 -08:00 |
Jonathan M Hsieh
|
b3ebca633a
|
HBASE-13132 Improve RemoveColumn action debug message
|
2015-03-02 10:31:19 -08:00 |
tedyu
|
e64bd72dcf
|
HBASE-13122 Improve efficiency for return codes of some filters (Shuaifeng Zhou)
|
2015-03-02 07:47:56 -08:00 |
Ramkrishna
|
9c3cbdcd05
|
HBASE-13123 - Minor bug in ROW bloom filter (Ram):w
|
2015-03-02 11:47:20 +05:30 |
tedyu
|
c64686e2e1
|
HBASE-13134 mutateRow and checkAndMutate apis don't throw region level exceptions (Francis Liu)
|
2015-03-01 20:25:43 -08:00 |
stack
|
10f3b77748
|
HBASE-NPE when running TestSplitLogManager (Andrey Stepachev and Zhangduo)
|
2015-03-01 19:54:38 -08:00 |
Sean Busbey
|
1efd29e343
|
HBASE-13131 ReplicationAdmin must clean up connections if constructor fails.
|
2015-03-01 00:24:04 -06:00 |
stack
|
5b0b43b48d
|
HBASE-13130 Add timeouts on TestMasterObserver, a frequent zombie show
|
2015-02-28 15:27:59 -08:00 |
Sameet Agarwal
|
a6cd9d986d
|
HBASE-12924 HRegionServer#MovedRegionsCleaner Chore does not start
Signed-off-by: Elliott Clark <eclark@apache.org>
|
2015-02-28 10:35:19 -08:00 |
Ashish Singhi
|
39c897e3fc
|
HBASE-13100 Shell command to retrieve table splits
|
2015-02-28 10:24:31 -06:00 |
zhangduo
|
3862b30a47
|
HBASE-13084 addendum disable info server in shell test
Signed-off-by: stack <stack@apache.org>
|
2015-02-27 19:59:33 -08:00 |
Enis Soztutar
|
b09c4feade
|
HBASE-13119 FileLink should implement equals
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileInfo.java
|
2015-02-27 18:13:45 -08:00 |
zhangduo
|
95d290bc5e
|
HBASE-13097 addendum use default ByteBufAllocator
Signed-off-by: stack <stack@apache.org>
|
2015-02-27 17:19:32 -08:00 |
Enis Soztutar
|
287d08447f
|
HBASE-13120 Allow disabling hadoop classpath and native library lookup (Siddharth Wagle)
|
2015-02-27 16:28:11 -08:00 |
zhangduo
|
ade44d754d
|
HBASE-13097 Use same EventLoopGroup for different AsyncRpcClients if possible
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestIPC.java
|
2015-02-27 08:45:29 -08:00 |
zhangduo
|
6331bc2afb
|
HBASE-13084 addendum move replication_admin_test.rb to individual test
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-shell/src/test/java/org/apache/hadoop/hbase/client/TestShell.java
|
2015-02-27 08:18:51 -08:00 |
tedyu
|
0ff1418b32
|
HBASE-13112 quota.rb, security.rb and visibility_labels.rb leak connection (Ashish Singhi)
|
2015-02-26 21:59:20 -08:00 |
tedyu
|
ac7faf3ef7
|
HBASE-13111 truncate_preserve command is failing with undefined method error (Ashish Singhi)
|
2015-02-26 07:07:49 -08:00 |
Andrew Purtell
|
3e17ed9c3e
|
HBASE-13106 Ensure endpoint-only table coprocessors can be dynamically loaded
|
2015-02-25 18:21:10 -08:00 |
Elliott Clark
|
2286371243
|
HBASE-13102 Fix Pseudo-distributed Mode which was broken in 1.0.0
|
2015-02-25 15:51:30 -08:00 |
Nick Dimiduk
|
9446b2cc7e
|
HBASE-13086 Show ZK root node on Master WebUI
|
2015-02-24 19:05:19 -08:00 |
Ashish Singhi
|
9e9a98fdb1
|
HBASE-13048 Use hbase.crypto.wal.algorithm in SecureProtobufLogReader while decrypting the data
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2015-02-24 18:18:31 -08:00 |
zhangduo
|
a2123144ff
|
HBASE-13084 Add labels to VisibilityLabelsCache asynchronously causes TestShell flakey
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
|
2015-02-24 17:06:34 -08:00 |
Andrew Purtell
|
514dd58420
|
HBASE-13085 Security issue in the implementation of Rest gataway 'doAs' proxy user support (Jerry He)
|
2015-02-24 10:18:31 -08:00 |
stack
|
f938999ef4
|
Revert "HBASE-13058-shell unknown table message update"
Wrong patch!
This reverts commit 6f81a0982a .
|
2015-02-24 08:16:00 -08:00 |
Abhishek Kumar
|
6f81a0982a
|
HBASE-13058-shell unknown table message update
Signed-off-by: stack <stack@apache.org>
|
2015-02-23 22:46:08 -08:00 |
Devaraj Das
|
8f3fc72b94
|
HBASE-13067. Fix caching of stubs to allow IP address changes of restarted remote servers.
|
2015-02-23 22:15:46 -08:00 |
stack
|
540266a7a0
|
HBASE-13083 Master can be dead-locked while assigning META. (Andrey Stepachev)
|
2015-02-23 21:17:36 -08:00 |
stack
|
bb3ca8ed12
|
HBASE-13001 NullPointer in master logs for table.jsp (Vikas Vishwakarma)
|
2015-02-23 20:50:22 -08:00 |
zhangduo
|
b5590ac722
|
HBASE-12953 RegionServer is not functionally working with AysncRpcClient in secure mode
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/security/TestSecureRPC.java
|
2015-02-23 20:41:45 -08:00 |
Enis Soztutar
|
492980d447
|
HBASE-12561 Replicas of regions can be cached from different instances of the table in MetaCache
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionReplicaUtil.java
|
2015-02-23 12:01:10 -08:00 |
Abhishek Kumar
|
f67301403d
|
HBASE-13080 hbase shell message containing extra quote at the end of error message
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
|
2015-02-23 10:30:34 +01:00 |
Enis Soztutar
|
28f4b8d07e
|
HBASE-12714 RegionReplicaReplicationEndpoint should not set the RPC Codec
|
2015-02-22 21:58:20 -08:00 |