zhangduo
|
575c6cf8ff
|
HBASE-21857 Addendum fix broken UTs
|
2019-02-11 10:26:52 +08:00 |
Toshihiro Suzuki
|
5464ed0f9e
|
HBASE-21201 Support to run VerifyReplication MR tool without peerid
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-02-10 16:17:49 +09:00 |
zhangduo
|
54f9afba04
|
HBASE-21862 IPCUtil.wrapException should keep the original exception types for all the connection exceptions
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-10 09:38:03 +08:00 |
zhangduo
|
16f27d7699
|
HBASE-21857 Do not need to check clusterKey if replicationEndpoint is provided when adding a peer
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-02-08 19:48:49 +08:00 |
kpalanisamy
|
a984b44798
|
HBASE-21816 : Print source cluster replication config directory
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-02-08 14:08:28 +09:00 |
Sean Busbey
|
4c33764d35
|
HBASE-21853 update copyright notices for contributions in 2019.
Signed-off-by: Amit Virmani <avirmani@cloudera.com>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit 1817725083 )
|
2019-02-07 13:43:21 -06:00 |
zhangduo
|
169f2aea2a
|
HBASE-21819 Addendum include new resolved issues(HBASE-21843)
|
2019-02-07 09:00:33 +08:00 |
zhangduo
|
7f1688b91b
|
HBASE-21843 RegionGroupingProvider breaks the meta wal file name pattern which may cause data loss for meta region
|
2019-02-07 08:47:18 +08:00 |
zhangduo
|
3682de0cff
|
HBASE-21819 Addendum include new resolved issues
|
2019-02-05 20:58:06 +08:00 |
zhangduo
|
80971f83d3
|
Revert "21819 Addendum include new resolved issues"
Bad commit message
This reverts commit 6a974fe826 .
|
2019-02-05 20:57:38 +08:00 |
zhangduo
|
6a974fe826
|
21819 Addendum include new resolved issues
|
2019-02-05 20:22:58 +08:00 |
Peter Somogyi
|
d58630aa4a
|
HBASE-21727 Simplify documentation around client timeout - ADDENDUM
Add back HBaseConfiguration#getInt with deprecation
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-02-05 18:02:55 +08:00 |
zhangduo
|
ab0c927080
|
HBASE-21819 Addendum include new resolved issues
|
2019-02-04 21:10:13 +08:00 |
Nihal Jain
|
c0834e1823
|
HBASE-21795 Client application may get stuck (time bound) if a table modify op is called immediately after split op
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-02-04 20:50:31 +08:00 |
zhangduo
|
e5dfb15346
|
HBASE-21840 TestHRegionWithInMemoryFlush fails with NPE
|
2019-02-04 19:26:12 +08:00 |
zhangduo
|
40a369ed84
|
HBASE-21819 Generate CHANGES.md and RELEASENOTES.md for 2.1.3
|
2019-02-04 09:19:31 +08:00 |
zhangduo
|
454805ec5d
|
HBASE-21834 Set version as 2.1.3 in branch-2.1 in prep for first RC
|
2019-02-04 08:05:51 +08:00 |
zhangduo
|
c0c051a44a
|
HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly
|
2019-02-03 15:42:35 +08:00 |
Pankaj
|
1ee57edc72
|
HBASE-21832 Backport parent "HBASE-21595 Print thread's information and stack traces when RS is aborting forcibly" to branch-2.0/2.1
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-02-03 15:16:51 +08:00 |
zhangduo
|
f26b73e618
|
HBASE-21833 Use NettyAsyncFSWALConfigHelper.setEventLoopConfig to prevent creating too many netty event loop when executing TestHRegion
|
2019-02-03 15:00:34 +08:00 |
zhangduo
|
3b9f1fc492
|
HBASE-21828 Make sure we do not return CompletionException when locating region
|
2019-02-02 21:14:37 +08:00 |
huzheng
|
0272839192
|
HBASE-21764 Size of in-memory compaction thread pool shoud be configurable
|
2019-02-01 10:19:04 +08:00 |
Pankaj
|
ab233de2f0
|
HBASE-21402 Backport parent "HBASE-21325 Force to terminate regionserver when abort hang in somewhere"
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-01 09:20:53 +08:00 |
zhangduo
|
edbb816abe
|
HBASE-21684 Throw DNRIOE when connection or rpc client is closed
|
2019-01-31 20:22:14 +08:00 |
Nihal Jain
|
a1c6a462f7
|
HBASE-21644 Modify table procedure runs infinitely for a table having region replication > 1
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-01-31 19:34:51 +08:00 |
Sakthi
|
12ab5bc7dd
|
HBASE-21634: Print error message when user uses unacceptable values for LIMIT while setting quotas.
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-31 12:15:11 +08:00 |
Sakthi
|
762ed54fb7
|
HBASE-21225: Having RPC & Space quota on a table/Namespace doesn't allow space quota to be removed using 'NONE'
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-01-30 18:52:28 -05:00 |
Tommy Li
|
94d52d24f5
|
HBASE-21775 ADDENDUM - fix TestAsyncProcess
|
2019-01-30 15:44:01 -08:00 |
wanghuan
|
ae3068d657
|
HBASE-21699 Fixed create table failed when using SPLITS_FILE => 'splits.txt'
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-30 16:01:39 +08:00 |
Pankaj
|
c96af287bf
|
HBASE-21535 Zombie Master detector is not working
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-30 15:27:47 +08:00 |
zhangduo
|
9b6c055727
|
HBASE-21791 Upgrade thrift dependency to 0.12.0
|
2019-01-29 20:07:19 +08:00 |
Tommy Li
|
ab60d397f6
|
HBASE-21775 The BufferedMutator doesn't ever refresh region location cache
Fix server location metadata refresh in multi-actions
Signed-off-by: stack <stack@apache.org>
|
2019-01-26 13:11:35 -08:00 |
xujunhong
|
d5d7732fb7
|
HBASE-21715 set timeout instead of throwing Exception when calling ProcedureFuture.get in client side.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-01-24 14:55:37 +08:00 |
Nihal Jain
|
5d98f33b6b
|
HBASE-21475 Put mutation (having TTL set) added via co-processor is retrieved even after TTL expires
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-01-23 16:57:43 -08:00 |
Allan Yang
|
681864cff0
|
HBASE-21754 ReportRegionStateTransitionRequest should be executed in priority executor
|
2019-01-23 21:34:48 +08:00 |
huzheng
|
da92b3e006
|
HBASE-21734 Some optimization in FilterListWithOR
|
2019-01-22 11:42:23 +08:00 |
Nihal Jain
|
76df1c1590
|
HBASE-21749 RS UI may throw NPE and make rs-status page inaccessible with multiwal and replication
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-01-21 17:26:23 -08:00 |
huzheng
|
51b04f6f74
|
HBASE-21738 Remove all the CLSM#size operation in our memstore because it's an quite time consuming.
|
2019-01-21 17:28:47 +08:00 |
zhangduo
|
8615258d06
|
HBASE-21746 Fix two concern cases in RegionMover
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-20 08:57:31 +08:00 |
Guanghao Zhang
|
450124fe56
|
Revert "HBASE-21034 Add new throttle type: read/write capacity unit"
This reverts commit 483b7d008e .
|
2019-01-19 09:49:04 +08:00 |
zhangduo
|
b06387b2b0
|
HBASE-19695 Handle disabled table for async client
Signed-off-by: tianjingyun <tianjy1990@gmail.com>
|
2019-01-18 09:48:27 +08:00 |
meiyi
|
483b7d008e
|
HBASE-21034 Add new throttle type: read/write capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-17 17:59:27 +08:00 |
Duo Zhang
|
0363f7890a
|
HBASE-21731 Do not need to use ClusterConnection in IntegrationTestBigLinkedListWithVisibility
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-01-16 20:59:43 +08:00 |
Duo Zhang
|
c49cdc3e61
|
HBASE-21732 Should call toUpperCase before using Enum.valueOf in some methods for ColumnFamilyDescriptor
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-01-16 20:46:35 +08:00 |
Peter Somogyi
|
400cab10b2
|
HBASE-21727 Simplify documentation around client timeout
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 11:44:19 +01:00 |
Peter Somogyi
|
61450b2354
|
HBASE-21711 Remove references to git.apache.org/hbase.git
|
2019-01-16 10:04:13 +01:00 |
Tommy Li
|
aaf9197f59
|
HBASE-21712 : Make submit-patch.py python3 compatible
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
|
2019-01-16 09:29:05 +01:00 |
Pankaj
|
e11f0d6a75
|
HBASE-21612, Add developer debug options in HBase Config for REST server
|
2019-01-15 21:51:43 -08:00 |
tedyu
|
6c18d97357
|
HBASE-20917 MetaTableMetrics#stop references uninitialized requestsMap for non-meta region
with addendum
(cherry picked from commit 654480326b )
(cherry picked from commit 3787c72953 )
|
2019-01-15 13:39:24 -07:00 |
Xu Cang
|
d89e5270aa
|
HBASE-19722 Meta query statistics metrics source
Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit 58ccd3dc7e )
|
2019-01-15 13:39:24 -07:00 |