Guanghao Zhang
cfd74a68ad
HBASE-22193 Add backoff when region failed open too many times
2019-04-13 11:09:00 +08:00
Guanghao Zhang
e4e561b37f
Revert "Merge pull request #133 from infraio/retry-backoff
...
HBASE-22193 Add backoff when region failed open too many times"
This reverts commit 249ac58d4fe10e19e6643a37907a39b75294dbdc, reversing
changes made to f7867c4ffb0afd2161242949f397bbefe0af473e.
2019-04-13 11:08:12 +08:00
Guanghao
249ac58d4f
Merge pull request #133 from infraio/retry-backoff
...
HBASE-22193 Add backoff when region failed open too many times
2019-04-13 10:41:02 +08:00
Duo Zhang
f7867c4ffb
HBASE-22207 Fix flakey TestAssignmentManager.testAssignSocketTimeout
2019-04-12 23:07:19 +08:00
Jan Hentschel
bc58adac5b
HBASE-22187 Removed remaining usages of ClusterConnection.clearRegionCache
2019-04-12 09:58:20 +02:00
Guanghao Zhang
942f8c45cd
HBASE-22193 Add backoff when region failed open too many times
2019-04-12 15:49:05 +08:00
Jan Hentschel
f227eb7aac
HBASE-22203 Reformatted DemoClient.java
2019-04-12 09:15:49 +02:00
Duo Zhang
f77bde3722
HBASE-22202 Fix new findbugs issues after we upgrade hbase-thirdparty dependencies
2019-04-12 14:29:25 +08:00
meiyi
94d9dc1e84
HBASE-22084 Rename AccessControlLists to PermissionStorage
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-12 14:18:09 +08:00
Josh Elser
2bae04fb2b
HBASE-22144 Correct MultiRowRangeFilter to work with reverse scans
...
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-04-11 17:49:39 -04:00
Bahram Chechrazy
2c8b813810
HBASE-22194 Snapshot unittests fail on Windows due to invalid file path uri
...
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
2019-04-11 11:33:52 -07:00
Jan Hentschel
fc6e3fc9d7
HBASE-19762 Fixed Checkstyle errors in hbase-http
2019-04-11 12:55:44 +02:00
Jan Hentschel
3994529dc9
HBASE-22189 Removed remaining usage of StoreFile.getModificationTimeStamp
2019-04-11 12:12:07 +02:00
zhangduo
a74e1ecad9
HBASE-22196 Split TestRestartCluster
2019-04-11 09:31:14 +08:00
stack
ffede2edfa
Add link to nosql day 2019 to home page
2019-04-10 09:17:39 -07:00
Duo Zhang
bf5af14945
HBASE-22198 Fix flakey TestAsyncTableGetMultiThreaded
2019-04-10 21:21:44 +08:00
huzheng
494a8efe5f
HBASE-22185 RAMQueueEntry#writeToCache should freeBlock if any exception encountered instead of the IOException catch block
2019-04-10 10:45:00 +08:00
stack
387a5da462
HBASE-22155 Move 2.2.0 on to hbase-thirdparty-2.2.0
2019-04-09 09:40:19 -07:00
Jingyun Tian
bd2f04dd54
HBASE-21965 Fix failed split and merge transactions that have failed to roll back
2019-04-09 19:56:18 +08:00
Duo Zhang
74112e53c9
HBASE-22188 Make TestSplitMerge more stable
2019-04-09 18:18:23 +08:00
meiyi
d32f924ef4
HBASE-22117 Move hasPermission/checkPermissions from region server to master
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-09 17:01:01 +08:00
Guanghao
89ce5d17e4
HBASE-22163 Should not archive the compacted store files when region warmup ( #122 )
...
* HBASE-22163 Should not archive the compacted store files when region warmup
2019-04-08 22:11:07 +08:00
Wei-Chiu Chuang
ad81d25a8b
HBASE-22173 Update doc on integration tests
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-04-08 15:16:13 +02:00
Duo Zhang
a871d3139a
HBASE-22153 Fix the flaky TestRestartCluster
2019-04-08 15:47:12 +08:00
Duo Zhang
b2587c874b
HBASE-22178 Addendum remove createTableAsync references where we pass null as splitKeys
2019-04-08 09:41:11 +08:00
zhangduo
11547b79f3
HBASE-22178 Introduce a createTableAsync with TableDescriptor method in Admin
2019-04-07 21:06:00 +08:00
zhangduo
b3f62a7f59
HBASE-22180 Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable
2019-04-07 20:56:30 +08:00
zhangduo
0247466210
HBASE-22179 Fix RawAsyncHBaseAdmin.getCompactionState
2019-04-07 08:31:44 +08:00
zhangduo
0ca97d482a
HBASE-22177 Do not recreate IOException in RawAsyncHBaseAdmin.adminCall
2019-04-07 08:30:31 +08:00
chaiwentao
b1525ed85e
HBASE-22070 Checking restoreDir in RestoreSnapshotHelper
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-04-06 16:09:58 +02:00
Apache9
1233ca7bf8
Merge pull request #113 from Apache9/HBASE-22174
...
HBASE-22174 Remove error prone from our precommit javac check
2019-04-06 19:03:09 +08:00
zhangduo
86f9443eeb
HBASE-22174 Remove error prone from our precommit javac check
2019-04-06 13:51:02 +08:00
Andrew Purtell
6abf408f33
HBASE-20912 Add import order config in dev support for eclipse (Ankit Singhal and Tak Lon (Stephen) Wu)
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-05 14:36:52 -07:00
Duo Zhang
04937baf7b
HBASE-22158 RawAsyncHBaseAdmin.getTableSplits should filter out none default replicas
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Zheng Hu <openinx@gmail.com>
2019-04-05 22:14:36 +08:00
Apache9
28d1b76292
HBASE-22152 Addendum use hbase account instead of hadoop ( #112 )
2019-04-05 20:57:30 +08:00
Duo Zhang
5cc10c9a6d
HBASE-22152 Create a jenkins file for yetus to processing GitHub PR
2019-04-04 22:15:20 +08:00
Duo Zhang
3e8152837e
HBASE-22157 Include the cause when constructing RestoreSnapshotException in restoreSnapshot
...
Signed-off-by: Zheng Hu <openinx@gmail.com>
2019-04-04 10:45:14 +08:00
zhangduo
129d806732
HBASE-22133 Forward port HBASE-22073 "/rits.jsp throws an exception if no procedure" to branch-2.2+
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-04 10:33:11 +08:00
Andrew Purtell
49cfecb13d
HBASE-20911 correct Swtich/case indentation in formatter template for eclipse (Ankit Singhal)
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-03 16:30:20 -07:00
Vladimir Rodionov
a3110afcda
HBASE-21688 Address WAL filesystem issues
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-04-03 16:49:28 -04:00
zhangduo
cd2374a7f0
HBASE-22108 Avoid passing null in Admin methods
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-02 21:13:17 +08:00
Duo Zhang
a3faad76e1
HBASE-22141 Fix TestAsyncDecommissionAdminApi
2019-04-01 21:51:18 +08:00
zhangduo
1c4e705592
HBASE-22135 AsyncAdmin will not refresh master address
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-01 09:23:43 +08:00
pingsutw
51dda380a6
HBASE-22101 AsyncAdmin.isTableAvailable should not throw TableNotFoundException
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-30 20:41:19 +08:00
pingsutw
db305d595a
HBASE-22131 Delete the patches in hbase-protocol-shaded module
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-30 20:25:44 +08:00
zhangduo
7fe31b060f
HBASE-22121 AsyncAdmin can not deal with non default meta replica
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-03-30 20:18:44 +08:00
zhangduo
833736f28a
Revert "HBASE-22073 /rits.jsp throws an exception if no procedure"
...
This reverts commit 8bac54755919578ec676d3a2397009a5cd7c0380.
2019-03-30 09:34:14 +08:00
Sergey Shelukhin
7084144512
HBASE-22115 HBase RPC aspires to grow an infinite tree of trace scopes; some other places are also unsafe
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>, stack <stack@apache.org>
2019-03-29 13:39:35 -07:00
Balazs Meszaros
8bac547559
HBASE-22073 /rits.jsp throws an exception if no procedure
2019-03-29 07:43:02 -07:00
Tomas Sokorai
541f223de4
HBASE-22123 REST gateway reports Insufficient permissions exceptions as 404 Not Found
2019-03-28 12:25:14 -07:00