bitterfox
ad7e2cefc8
HBASE-26196 Support configuration override for remote cluster of HFileOutputFormat locality sensitive ( #3582 )
...
Signed-off-by: stack <stack@apache.org>
2021-08-16 10:26:25 -07:00
lzx404243
44d5624908
HBASE-25680 Non-idempotent test in TestReplicationHFileCleaner ( #2984 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-08-14 11:00:52 +08:00
chenglei
11222fc4df
HBASE-26026 HBase Write may be stuck forever when using CompactingMemStore ( #3421 )
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-08-12 23:11:19 +08:00
Xiaolin Ha
238c9b40bf
HBASE-26155 JVM crash when scan ( #3553 )
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-08-12 17:09:18 +08:00
Rushabh Shah
d307a8f2e8
HBASE-26185 Return mutable list in AssignmentManager#getExcludedServersForSystemTable ( #3577 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2021-08-12 13:46:22 +05:30
Viraj Jasani
5e8a269b1a
HBASE-26185 Fix TestMaster#testMoveRegionWhenNotInitialized in the presence of hbase.min.version.move.system.tables ( #3573 )
...
Signed-off-by: Michael Stack <stack@apache.org>
2021-08-10 10:57:04 +05:30
Richard Marscher
7f614ce77e
HBASE-6908: Add pluggable rpc queue implementation ( #3522 )
...
Can pass in a FQCN to load as the call queue implementation.
Standardized arguments to the constructor are the max queue length, the
PriorityFunction, and the Configuration.
`PluggableBlockingQueue` abstract class provided to help guide the
correct constructor signature
Hard fails if the class fails to load as a `BlockingQueue<CallRunner>`
Signed-off-by: stack <stack@apache.org>
2021-08-09 12:54:18 -07:00
Peter Somogyi
6a1382a503
HBASE-26176 Correct regex in hbase-personality.sh ( #3567 )
...
Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
2021-08-09 10:53:41 +02:00
Duo Zhang
a79a9cc53e
HBASE-26179 TestRequestTooBigException spends too much time to finish ( #3571 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-08-07 23:01:55 +08:00
Xiaolin Ha
c9383f2c89
HBASE-26170 handleTooBigRequest in NettyRpcServer didn't skip enough bytes ( #3564 )
...
Signed-off-by: stack <stack@apache.com>
2021-08-05 08:05:26 -07:00
chenglei
d4aed4d59e
HBASE-26142 NullPointerException when set 'hbase.hregion.memstore.mslab.indexchunksize.percent' to zero ( #3531 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-08-05 20:48:18 +08:00
Bryan Beaudreault
da950b9be2
HBASE-26160: Configurable disallowlist for live editing of loglevels ( #3549 )
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
2021-08-05 09:45:47 +08:00
caroliney14
83661c5636
HBASE-25469 Add detailed RIT info in JSON format for consumption as metrics ( #3535 )
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2021-08-04 18:04:13 -07:00
Michael Stack
679ba95d7d
HBASE-26153 [create-release] Use cmd-line defined env ( #3542 )
...
Allow defining the below on the command-line (previously you
could not):
RC_COUNT
RELEASE_TAG
GPG_KEY
Adds an edit of the usage.
2021-08-04 09:22:37 -07:00
Duo Zhang
63d4970de4
HBASE-26150 Let region server also carry ClientMetaService ( #3550 )
...
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2021-08-04 23:44:10 +08:00
Ruanhui
73a0411bb9
HBASE-26166 Fix a minor bug of table list on master ui ( #3554 )
...
Signed-off-by: Guangxu Cheng <gxcheng@apache.org>
Signed-off-by: Rushabh Shah <shahrs87@gmail.com>
2021-08-04 20:27:44 +08:00
Josh Elser
f3175c5ab6
HBASE-26165 Fix the 2.3.6 downloads page version column ( #3551 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2021-08-03 14:43:39 +02:00
stack
de84c1765a
HBASE-26162 Release 2.3.6
...
Update the downloads page making 2.3.6 the new stable.
2021-08-02 10:26:42 -07:00
Bryan Beaudreault
2e9ab3ce94
HBASE-26154: Adds exception metrics for QuotaExceededException and RpcThrottlingException ( #3545 )
...
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
2021-08-02 09:50:17 +05:30
Duo Zhang
b248730126
HBASE-26151 Reimplement MasterAddressTracker to also cache backup master addresses ( #3548 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-31 15:39:08 +08:00
Duo Zhang
90f23d4743
HBASE-26098 Support passing a customized Configuration object when creating TestingHBaseCluster ( #3540 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-31 14:34:17 +08:00
Duo Zhang
8fbc2d2400
HBASE-26144 The HStore.snapshot method is never called in main code ( #3533 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-31 14:33:46 +08:00
Andrew Purtell
5d0d690856
HBASE-26159 Add download links for 2.4.5
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2021-07-30 16:35:15 -07:00
YutSean
ed4b51a6b7
HBASE-26105 Rectify the expired TODO comment in CombinedBC. ( #3509 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-30 21:34:14 +08:00
Duo Zhang
5f0950558f
HBASE-26096 Cleanup the deprecated methods in HBTU related classes and format code ( #3503 )
...
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-29 10:18:38 +08:00
Bryan Beaudreault
332d9d13b1
HBASE-26146: Add support for HBASE_HBCK_OPTS ( #3534 )
...
Signed-off-by: stack <stack@apache.org>
2021-07-27 13:13:08 -07:00
Duo Zhang
02d263e7dd
HBASE-26118 The HStore.commitFile and HStore.moveFileIntoPlace almost have the same logic ( #3525 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-26 20:58:16 +08:00
Wei-Chiu Chuang
4a3c7d73b0
HBASE-21946 Use ByteBuffer pread instead of byte[] pread in HFileBlock when applicable ( #3434 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-26 02:31:39 -07:00
Wei-Chiu Chuang
c74366c498
HBASE-26049 Remove DfsBuilderUtility ( #3444 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-26 02:30:22 -07:00
Duo Zhang
f0324a7516
HBASE-26119 Polish TestAsyncNonMetaRegionLocator ( #3526 )
...
Signed-off-by: Xin Sun <ddupgs@gmail.com>
2021-07-26 16:57:49 +08:00
GeorryHuang
8ae394285a
HBASE-26091 Remove FirstKeyValueMatchingQualifiersFilter ( #3497 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-25 21:12:20 +08:00
Rushabh Shah
0294c73f1f
HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory ( #3504 )
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-23 09:32:55 -07:00
Bharath Vissapragada
51ed95c0cb
HBASE-26071: Document HBASE-26021 and upgrade considerations for 1.7.0/1.7.1 ( #3469 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Reid Chan <reidchan@apache.org>
2021-07-22 19:30:30 -07:00
huaxiangsun
d15f3cbea3
HBASE-26108 add option to disable scanMetrics in TableSnapshotInputFormat ( #3516 )
...
Signed-off-by Anoop Sam John <anoopsamjohn@apache.org>
2021-07-22 11:20:15 -07:00
Andrew Purtell
be2c97e203
HBASE-25521 Change ChoreService and ScheduledChore to IA.Private ( #3505 )
...
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by Reid Chan <reidchan@apache.org>
2021-07-22 08:59:44 -07:00
Bharath Vissapragada
0f787af7f6
HBASE-26110: Add download links for 1.7.1 ( #3514 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2021-07-22 08:58:41 -07:00
Peter Somogyi
3c70bc1f31
HBASE-26107 MOB compaction with missing files catches incorrect exception ( #3511 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
2021-07-22 10:16:03 +02:00
meiyi
9e27de6aed
HBASE-24734 RegionInfo#containsRange should support check meta table ( #3496 )
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2021-07-22 16:07:52 +08:00
gkanade
21c4578f22
HBASE-24984 WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation ( #3495 )
...
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Anoop <anoopsamjohn@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Huaxiang Sun <huaxiangsun@apache.org>
2021-07-21 12:18:54 +05:30
Duo Zhang
16721239e7
HBASE-26100 Set version as 3.0.0-alpha-2-SNAPSHOT in master ( #3508 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-20 23:04:08 +08:00
Duo Zhang
9373da165e
HBASE-26099 Add 3.0.0-alpha-1 to download page ( #3507 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-20 23:03:47 +08:00
Duo Zhang
8bc2fc0db3
HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-util should test the deprecated HBTU rather than the renamed one ( #3501 )
2021-07-19 20:54:16 +08:00
Aman Poonia
0f313176be
HBASE-25986 set default value of normalization enabled from hbase site ( #3372 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2021-07-19 15:25:36 +05:30
Duo Zhang
d30cc27097
HBASE-26081 Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate ( #3478 )
...
Signed-off-by: Michael Stack <stack@apache.org>
2021-07-19 09:29:08 +08:00
Duo Zhang
83d1bf1667
HBASE-26090 Remove the deprecated methods in Scan which should be removed in 3.0.0 ( #3493 )
...
Signed-off-by: Yi Mei <myimeiyi@gmail.com>
Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org>
2021-07-16 22:27:22 +08:00
YutSean
3666357ba0
HBASE-26083 L1 miss metric is incorrect when using CombinedBlockCache ( #3491 )
...
Signed-off-by Anoop Sam John <anoopsamjohn@apache.org>
Signed-off-by Reid Chan <reidchan@apache.org>
2021-07-16 10:25:56 +08:00
Xiaolin Ha
0836695459
HBASE-26036 DBB released too early in HRegion.get() and dirty data for some operations ( #3436 )
...
Signed-off-by: Michael Stack <stack@apache.org>
2021-07-14 11:26:38 +08:00
clarax
68aaf1ff02
HBASE-25739 TableSkewCostFunction need to use aggregated deviation ( #3415 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: stack <stack@duboce.net>
Reviewed-by: Nick Dimiduk <ndimiduk@apache.org>
2021-07-13 08:24:11 -07:00
Duo Zhang
9f21eec777
HBASe-26082 Mark LocalHBaseCluster as IA.Private ( #3471 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org>
2021-07-13 15:14:50 +08:00
Duo Zhang
d1815445fd
HBASE-26080 Implement a new mini cluster class for end users ( #3470 )
...
Signed-off-by: Yulin Niu <niuyulin@apache.org>
2021-07-13 15:14:13 +08:00