meiyi
4f8aa75dca
HBASE-25097 Wrong RIT page number in Master UI ( #2458 )
...
Signed-off-by: Viraj Jasani<virajjasani@apache.org>
2020-09-25 18:36:41 +08:00
Wellington Ramos Chevreuil
687e53b7e4
HBASE-24813 ReplicationSource should clear buffer usage on Replicatio… ( #2191 )
...
Signed-off-by: Josh Elser <elserj@apache.org>
2020-09-24 10:44:36 +01:00
Guanghao Zhang
8828643bb2
HBASE-25086 Refactor Replication: move the default ReplicationSinkService implementation out ( #2444 )
...
Signed-off-by: meiyi <myimeiyi@gmail.com>
2020-09-24 17:25:34 +08:00
Bharath Vissapragada
56c7505f8f
HBASE-25082: Per table WAL metrics: appendCount and appendSize ( #2440 )
...
Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>
Signed-off-by: Ankit Jain <jain.ankit@salesforce.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-23 21:06:57 -07:00
Andrew Purtell
8bfa2cb2ee
HBASE-25079 Upgrade Bootstrap to 3.3.7 ( #2442 )
...
Signed-off-by: Viraj Jasani<virajjasani@apache.org>
2020-09-23 14:56:50 -07:00
王伟
dca0b593cf
HBASE-25073 Should not use XXXService.Interface.class.getSimpleName as stub key prefix in AsyncConnectionImpl ( #2443 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-23 14:37:35 +08:00
Duo Zhang
3ed41a0e45
Revert "Should not use XXXService.Interface.class.getSimpleName as stub key prefix in AsyncConnectionImpl ( #2443 )"
...
This reverts commit 98225ff1a3
.
2020-09-23 14:37:27 +08:00
王伟
98225ff1a3
Should not use XXXService.Interface.class.getSimpleName as stub key prefix in AsyncConnectionImpl ( #2443 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-23 14:36:00 +08:00
stack
e7797208d6
Revert "HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders, not just default/user-space"
...
This reverts commit 17ebf917ba
.
2020-09-22 20:48:31 -07:00
Guanghao Zhang
7e910a573f
HBASE-25074 Refactor ReplicationSinkManager: reduce code and make it easy to understand ( #2430 )
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-23 08:30:43 +08:00
Michael Stack
2c5055f81a
HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders, not just default/user-space ( #2434 )
...
Pass WALFactory to Replication instead of WALProvider. WALFactory has all
WALProviders in it, not just the user-space WALProvider. Do this so
ReplicationService has access to all WALProviders in the Server (To be
exploited by the follow-on patch in HBASE-25055)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-22 12:09:02 -07:00
stack
17ebf917ba
HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders, not just default/user-space
...
Pass WALFactory to Replication instead of WALProvider. WALFactory has all
WALProviders in it, not just the user-space WALProvider. Do this so
ReplicationService has access to all WALProviders in the Server (To be
exploited by the follow-on patch in HBASE-25055)
2020-09-22 10:18:26 -07:00
Michael Stack
70a947dc6b
HBASE-25067 Edit of log messages around async WAL Replication; checkstyle fixes; and a bugfix ( #2435 )
...
Editing logging around region replicas: shortening and adding context.
Checkstyle fixes in edited files while I was in there.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-22 10:10:31 -07:00
Istvan Toth
d1a3b66074
HBASE-25081 Up the container nproc uplimit to 30000 ( #2439 )
2020-09-22 08:53:15 -07:00
niuyulin
8a6299bb38
HBASE-25076 fix typo in MasterRegion java doc ( #2432 )
...
Co-authored-by: niuyulin <niuyulin@xiaomi.com>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-21 19:00:49 +02:00
niuyulin
36e8b0beec
HBASE-25075 Fix typo in ReplicationProtobufUtil ( #2431 )
...
Co-authored-by: niuyulin <niuyulin@xiaomi.com>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-21 18:44:47 +02:00
lujiefsi
773185670b
HBASE-24976 REST Server failes to start without any error message
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-21 08:28:03 +08:00
Guanghao Zhang
8c11007b7c
Revert "HBASE-24976 Printing the swallowed exception"
...
This reverts commit 8efd2509e9
.
2020-09-21 08:27:38 +08:00
lujiefsi
8efd2509e9
HBASE-24976 Printing the swallowed exception
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-21 08:25:58 +08:00
niuyulin
b5adfe1031
HBASE-25072 Remove the unnecessary System.out.println in MasterRegistry ( #2429 )
...
Co-authored-by: niuyulin <niuyulin@xiaomi.com>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-20 20:08:43 +02:00
Viraj Jasani
d41eb4f0f4
HBASE-24896 : Jira number correction in comment (ADDENDUM)
2020-09-20 14:33:09 +05:30
stack
3e13b3f059
HBASE-24896 'Stuck' in static initialization creating RegionInfo instance
...
Closes #2422
Untangle RegionInfo, RegionInfoBuilder, and MutableRegionInfo static
initializations some. Move MutableRegionInfo from inner-class of
RegionInfoBuilder to be (package private) standalone. Undo static
initializing references from RI to RIB.
Co-authored-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-20 14:18:32 +05:30
Duo Zhang
0956c34658
HBASE-25066 Use FutureUtils.rethrow in AsyncTableResultScanner to better catch the stack trace ( #2420 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-20 11:25:22 +08:00
Mohammad Arshad
fd7260b506
HBASE-25069: Display region name instead of encoded region name in HBCK report page. ( #2428 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-20 09:00:28 +08:00
KevinSmile
4c9a92de28
HBASE-24481 REST - Fix incorrect response code of get-regions in rest api
...
Closes #2425
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-19 19:49:02 +05:30
Joseph295
58618e35ad
HBASE-24991 Replace MovedRegionsCleaner with guava cache ( #2357 )
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-19 14:53:13 +08:00
Hyeran Lee
6371914adb
HBASE-25057: Fix typo memeber ( #2414 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2020-09-19 14:36:06 +08:00
GeorryHuang
16831ec515
HBASE-24857:Fix several problems when starting webUI ( #2245 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-19 14:34:30 +08:00
Nick Dimiduk
5e12c0aae5
HBASE-25061 Update default URL to KEYS file in `hbase-vote.sh` ( #2416 )
...
Co-authored-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-18 13:20:44 -07:00
Duo Zhang
e386ec566f
HBASE-25054 Do not add non shaded protobuf as dependency in TableMapReduceUtil for master ( #2412 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-17 14:55:36 +08:00
Joseph295
9fc586a7eb
HBASE-25047 WAL split edits number is negative in RegionServerUI ( #2408 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-17 09:38:28 +08:00
Duo Zhang
b3dfc8f714
HBASE-25021 Nightly job should skip hadoop-2 integration test for master ( #2409 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-17 08:48:11 +08:00
Viraj Jasani
35d59dc570
HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API
...
* Admin API getLogEntries() for ring buffer use-cases: so far, provides balancerDecision and slowLogResponse
* Refactor RPC call for similar use-cases
* Single RPC API getLogEntries() for both Master.proto and Admin.proto
Closes #2261
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2020-09-16 20:56:54 +05:30
Duo Zhang
1bb19e0cdd
HBASE-25037 Lots of thread pool are changed to non daemon after HBASE-24750 which causes trouble when shutting down ( #2407 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-16 21:11:47 +08:00
Guanghao Zhang
bfdc96e6c6
HBASE-25035 Add 2.2.6 to download page ( #2405 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2020-09-16 20:08:39 +08:00
XinSun
a918bf0d7b
HBASE-25012 HBASE-24359 causes replication missed log of some RemoteException ( #2384 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-16 18:01:55 +08:00
bsglz
c5ca191921
HBASE-24875 Remove the force param for unassign since it dose not take effect any more ( #2254 )
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-09-15 22:05:03 -05:00
Mohammad Arshad
6d985dd7c6
HBASE-25009: Hbck chore logs wrong message when loading regions from RS ( #2379 )
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-16 09:08:04 +08:00
XinSun
ca96f96461
HBASE-25014 ScheduledChore is never triggered when initalDelay > 1.5*period ( #2395 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-16 09:00:21 +08:00
Viraj Jasani
325317ff9e
HBASE-24831 : Addendum for source compatibility
...
Closes #2403
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
2020-09-15 20:18:40 +05:30
ramkrish86
a3f40287ad
HBASE-25002 Create simple pattern matching query for retrieving metri… ( #2370 )
...
* HBASE-25002 Create simple pattern matching query for retrieving metrics matching the pattern
* Address review comments
* Final set of comments addressed
* Address checkstyle comments
2020-09-14 19:07:40 +05:30
Duo Zhang
724a0e5500
HBASE-25022 Remove 'hbase.testing.nocluster' config ( #2394 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2020-09-14 20:15:43 +08:00
Wellington Ramos Chevreuil
2042523f43
HBASE-24877 Add option to avoid aborting RS process upon uncaught exc… ( #2255 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
2020-09-14 11:13:14 +01:00
niuyulin
dcba4930d4
HBASE-25016 addendum: should also close the Table which is returned by calling getMetaHTable
...
Closes #2393
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-14 12:26:27 +05:30
Sean Busbey
0f00e1c7c7
HBASE-25018 EOM cleanup ( #2391 )
...
* remove RM for 1.3
* remove EOM releases from hadoop matrix
* add 1.6 column to hadoop matrix that matches previous 1.5 column
* remove Hadoop rows from hadoop matrix that were only present for now EOM hbase release lines
* remove Hadoop notes that were about Hadoop versions that have been removed.
* update Java version table to only refer to maintained HBase release lines
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-09-13 11:06:57 -05:00
niuyulin
a393fc594c
HBASE-25016 Should close ResultScanner in MetaTableAccessor.scanByRegionEncodedName
...
Closes #2390
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-13 17:40:35 +05:30
Clara Xiong
fe776306d0
HBASE-25006 Make the cost functions optional for StochastoicBalancer
...
Closes #2386
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-09-13 14:16:02 +05:30
Toshihiro Suzuki
e5ca9adc54
HBASE-25008 Add document for "HBASE-24776 [hbtop] Support Batch mode" ( #2382 )
...
Signed-off-by: stack <stack@apache.org>
2020-09-11 15:38:13 +09:00
Toshihiro Suzuki
3c00ff583e
HBASE-23643 Add document for "HBASE-23065 [hbtop] Top-N heavy hitter user and client drill downs" ( #2381 )
...
Signed-off-by: stack <stack@apache.org>
2020-09-11 15:37:48 +09:00
ankitjain64
9c5dbb29c0
HBASE-24764: Add support of adding default peer configs via hbase-site.xml for all replication peers. ( #2284 )
...
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2020-09-10 10:08:44 -07:00