[jira] [Resolved] (HBASE-28565) Make map reduce jobs accept connection uri when specifying peer cluster

2024-06-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28565. --- Resolution: Fixed Pushed to master and branch-3. Thanks [~ndimiduk] for reviewing! > Make

[jira] [Created] (HBASE-28651) Reformat the javadoc for CellChunkMap

2024-06-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28651: - Summary: Reformat the javadoc for CellChunkMap Key: HBASE-28651 URL: https://issues.apache.org/jira/browse/HBASE-28651 Project: HBase Issue Type: Improvement

[DISCUSS] About the cleanup of our Cell related methods

2024-06-11 Thread Duo Zhang
We have several deprecated methods in Cell interface, like getSequenceId and tag related ones, which are marked as deprecated since 2.0.0 and should be removed in 3.0.0. Most of them are marked as deprecated in HBASE-19112. After investigating, I found that it is not an easy work... We have 3

[jira] [Created] (HBASE-28648) Change the deprecation cycle for RegionObserver.postInstantiateDeleteTracker

2024-06-10 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28648: - Summary: Change the deprecation cycle for RegionObserver.postInstantiateDeleteTracker Key: HBASE-28648 URL: https://issues.apache.org/jira/browse/HBASE-28648 Project

[jira] [Created] (HBASE-28644) Use ExtendedCell instead of Cell in KeyValueScanner

2024-06-09 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28644: - Summary: Use ExtendedCell instead of Cell in KeyValueScanner Key: HBASE-28644 URL: https://issues.apache.org/jira/browse/HBASE-28644 Project: HBase Issue Type

[DISCUSS] Bump minimum support jdk version to 11 or 17 for HBase 3.x

2024-06-09 Thread Duo Zhang
HBase 3.0.0-beta-2 is about to come, it will be the last beta release and then we will release our first 3.x GA HBase. There is a discussion thread about dropping jdk8 support in HBase 3.x[1], we all agree to do this but there is no consensus on which jdk version should be the minimum supported

[jira] [Resolved] (HBASE-28549) Make shell commands support column qualifiers with colons

2024-06-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28549. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-06-07 Thread Duo Zhang
ingUtil vs > > > > HBaseTestingUtility. And we all know the burden of maintaining the old > > > > HTable impl. > > > > > > > > I'm not sure if this is a useful suggestion since it would require > > > someone > > > > to do a good

[jira] [Resolved] (HBASE-28636) Add UTs for testing copy/sync table between clusters

2024-06-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28636. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

Re: [DISCUSS] SyncTable is marked as IA.Private?

2024-06-07 Thread Duo Zhang
le to mark them other > > than IA.Public... > > > > Nick Dimiduk 于2024年6月6日周四 02:14写道: > >> > >> I agree that if these are tools we ship to users, they should be exposed in > >> the driver. However, probably we want to keep them LimitedPrivate(Tool) &g

Re: [DISCUSS] SyncTable is marked as IA.Private?

2024-06-05 Thread Duo Zhang
于2024年6月6日周四 02:14写道: > > I agree that if these are tools we ship to users, they should be exposed in > the driver. However, probably we want to keep them LimitedPrivate(Tool) > instead of making them fully IA.Public. > > -n > > On Wed, 5 Jun 2024 at 12:49, 张铎(Duo Zhang) wro

[jira] [Resolved] (HBASE-28614) Introduce a field to display whether the snapshot is expired

2024-06-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28614. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

[jira] [Created] (HBASE-28639) Change SyncTable to IA.Public and add it to mapreduce Driver

2024-06-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28639: - Summary: Change SyncTable to IA.Public and add it to mapreduce Driver Key: HBASE-28639 URL: https://issues.apache.org/jira/browse/HBASE-28639 Project: HBase

[jira] [Resolved] (HBASE-28420) Aborting Active HMaster is not rejecting remote Procedure Reports

2024-06-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28420. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

Re: [DISCUSS] SyncTable is marked as IA.Private?

2024-06-05 Thread Duo Zhang
any discussions about which I.A. level should be applied to > > each class, so it looks unintentional. > > > > Em qua., 5 de jun. de 2024 às 09:57, 张铎(Duo Zhang) > > escreveu: > > > > > Noticed this when trying to add more UTs for it in HBASE-28636. > > >

[DISCUSS] SyncTable is marked as IA.Private?

2024-06-05 Thread Duo Zhang
Noticed this when trying to add more UTs for it in HBASE-28636. https://hbase.apache.org/book.html#hashtable.synctable We do have a section in our ref guide to explain the algorythm for this tool and also how to make use of it. But I noticed that in our code base it is marked as IA.Private, and

[jira] [Created] (HBASE-28636) Add UTs for testing copy/sync table between clusters

2024-06-04 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28636: - Summary: Add UTs for testing copy/sync table between clusters Key: HBASE-28636 URL: https://issues.apache.org/jira/browse/HBASE-28636 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28635) Bump io.airlift:aircompressor from 0.24 to 0.27

2024-06-03 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28635. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

[jira] [Created] (HBASE-28635) Bump io.airlift:aircompressor from 0.24 to 0.27

2024-06-03 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28635: - Summary: Bump io.airlift:aircompressor from 0.24 to 0.27 Key: HBASE-28635 URL: https://issues.apache.org/jira/browse/HBASE-28635 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-28630) Doc for the config of hbase.ipc.sserver.callqueue.read.ratio is misleading

2024-06-01 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28630. --- Fix Version/s: 4.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed Merged to master

[jira] [Resolved] (HBASE-28582) ModifyTableProcedure should not reset TRSP on region node when closing unused region replicas

2024-05-29 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28582. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

[ANNOUNCE] New HBase committer Andor Molnár

2024-05-29 Thread Duo Zhang
On behalf of the Apache HBase PMC, I am pleased to announce that Andor Molnár(andor) has accepted the PMC's invitation to become a committer on the project. We appreciate all of Andor Molnár's generous contributions thus far and look forward to his continued involvement. Congratulations and

[jira] [Resolved] (HBASE-28588) Remove deprecated methods in WAL

2024-05-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28588. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution: Fixed Pushed to master

[jira] [Created] (HBASE-28618) The hadolint check in nightly build is broken

2024-05-26 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28618: - Summary: The hadolint check in nightly build is broken Key: HBASE-28618 URL: https://issues.apache.org/jira/browse/HBASE-28618 Project: HBase Issue Type: Bug

Re: [DISCUSS] About setting regionserver implementation in TableOutputFormat

2024-05-25 Thread Duo Zhang
Filed HBASE-28616 for removing/deprecating these useless fields and methods. The PR is ready https://github.com/apache/hbase/pull/5946 Thanks. 张铎(Duo Zhang) 于2024年5月25日周六 21:45写道: > > OK, after blaming, I think we do not need to support these things any more... > > The

[jira] [Resolved] (HBASE-28474) Finish 2.4.18 release

2024-05-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28474. --- Resolution: Fixed Done. > Finish 2.4.18 release > - > >

[jira] [Resolved] (HBASE-28471) Release 2.4.18

2024-05-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28471. --- Resolution: Fixed Done. > Release 2.4.18 > -- > > Key:

[ANNOUNCE] Apache HBase 2.4.18 is now available for download

2024-05-25 Thread Duo Zhang
The HBase team is happy to announce the immediate availability of HBase 2.4.18. Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn

[jira] [Created] (HBASE-28617) Add trademark statement in footer on our website

2024-05-25 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28617: - Summary: Add trademark statement in footer on our website Key: HBASE-28617 URL: https://issues.apache.org/jira/browse/HBASE-28617 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-28616) Remove/Deprecated the rs.* related configuration in TableOutputFormat

2024-05-25 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28616: - Summary: Remove/Deprecated the rs.* related configuration in TableOutputFormat Key: HBASE-28616 URL: https://issues.apache.org/jira/browse/HBASE-28616 Project: HBase

Re: [DISCUSS] About setting regionserver implementation in TableOutputFormat

2024-05-25 Thread Duo Zhang
OK, after blaming, I think we do not need to support these things any more... The related code in CopyTable had already been removed in HBASE-6044... Let me file an issue to remove these in the TableOutputFormat class too. 张铎(Duo Zhang) 于2024年5月25日周六 21:39写道: > > Now we have these

[DISCUSS] About setting regionserver implementation in TableOutputFormat

2024-05-25 Thread Duo Zhang
Now we have these codes in TableOutputFormat https://github.com/apache/hbase/blob/2130e5410f63fead548d14c11d3b439e0d98f603/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java#L217 if (serverClass != null) {

[jira] [Resolved] (HBASE-28473) Add 2.4.18 to download page

2024-05-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28473. --- Fix Version/s: 4.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed Merged to master

[jira] [Resolved] (HBASE-28472) Put up 2.4.18RC0

2024-05-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28472. --- Resolution: Fixed Done. > Put up 2.4.18RC0 > > > Key:

[RESULT][VOTE] The first release candidate for hbase 2.4.18 is available

2024-05-25 Thread Duo Zhang
With 3 binding +1s and no -1, the vote passes. Let me finish the release. Thanks all for voting! 张铎(Duo Zhang) 于2024年5月25日周六 18:01写道: > > Here is my own +1. > > Tak Lon (Stephen) Wu 于2024年5月24日周五 04:27写道: > > > >+1 (binding) > > > > * verifie

Re: [VOTE] The first release candidate for hbase 2.4.18 is available

2024-05-25 Thread Duo Zhang
check > > * Built from source (1.8.0_382): ok > > - mvn clean install -DskipTests > > * Unit tests pass (1.8.0_382): failed > > - mvn clean package -P runAllTests > > -Dsurefire.rerunFailingTestsCount=3 > > > > The test failure

[jira] [Resolved] (HBASE-28425) Allow specify cluster key without zookeeper in replication

2024-05-24 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28425. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Release Note: Now you can use

Re: Make the AccessChecker configurable

2024-05-24 Thread Duo Zhang
Something like ranger? I think ranger just implements its own authorization by HBase coprocessor https://github.com/apache/ranger/tree/master/hbase-agent Lars Francke 于2024年5月24日周五 22:54写道: > > Hi, > > we'd like to implement a way to use authorization information from > Open Policy Agent[1].

[jira] [Resolved] (HBASE-28615) Bump requests from 2.31.0 to 2.32.2 in /dev-support/git-jira-release-audit

2024-05-24 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28615. --- Fix Version/s: 4.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed > Bump reque

[jira] [Created] (HBASE-28615) Bump requests from 2.31.0 to 2.32.2 in /dev-support/git-jira-release-audit

2024-05-24 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28615: - Summary: Bump requests from 2.31.0 to 2.32.2 in /dev-support/git-jira-release-audit Key: HBASE-28615 URL: https://issues.apache.org/jira/browse/HBASE-28615 Project: HBase

[jira] [Resolved] (HBASE-28577) Remove deprecated methods in KeyValue

2024-05-22 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28577. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution: Fixed Pushed to master

[VOTE] The first release candidate for hbase 2.4.18 is available

2024-05-21 Thread Duo Zhang
Please vote on this Apache hbase release candidate, hbase-2.4.18RC0 The VOTE will remain open for at least 72 hours. [ ] +1 Release this package as Apache hbase 2.4.18 [ ] -1 Do not release this package because ... The tag to be voted on is 2.4.18RC0:

Going to cut 2.4.18

2024-05-21 Thread Duo Zhang
And then EOL the 2.4 release line. So please stop commiting to branch-2.4 any more, unless you think this is a very critical problem which is worth sinking a RC. Thanks.

[jira] [Resolved] (HBASE-26525) Use unique thread name for group WALs

2024-05-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26525. --- Fix Version/s: 2.7.0 2.6.1 2.5.9

[jira] [Reopened] (HBASE-26525) Use unique thread name for group WALs

2024-05-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-26525: --- > Use unique thread name for group WALs > - > >

[jira] [Resolved] (HBASE-28592) Backport HBASE-26525 Use unique thread name for group WALs

2024-05-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28592. --- Resolution: Fixed Just reuse the parent issue to land the PRs so do not set any fix versions here

[jira] [Resolved] (HBASE-28607) Bump requests from 2.31.0 to 2.32.0 in /dev-support/flaky-tests

2024-05-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28607. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Created] (HBASE-28607) Bump requests from 2.31.0 to 2.32.0 in /dev-support/flaky-tests

2024-05-21 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28607: - Summary: Bump requests from 2.31.0 to 2.32.0 in /dev-support/flaky-tests Key: HBASE-28607 URL: https://issues.apache.org/jira/browse/HBASE-28607 Project: HBase

Re: [ANNOUNCE] Apache HBase 2.6.0 is now available for download

2024-05-20 Thread Duo Zhang
Congratulations! But it seems you missed the replacement for the first '_version_' placeholder... Bryan Beaudreault 于2024年5月21日周二 00:44写道: > > The HBase team is happy to announce the immediate availability of HBase > _version_. > > Apache HBase™ is an open-source, distributed, versioned,

[jira] [Resolved] (HBASE-28547) Support specifying connection configuration through queries of the connection uri

2024-05-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28547. --- Fix Version/s: 2.7.0 3.0.0-beta-2 Resolution: Fixed Pushed to master

[jira] [Resolved] (HBASE-28599) RowTooBigException is thrown when duplicate increment RPC call is attempted

2024-05-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28599. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Reopened] (HBASE-28501) Support non-SPNEGO authentication methods and implement session handling in REST java client library

2024-05-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-28501: --- When putting up 2.4.18RC0, I found that the commit for this issue on branch-2.4 removed a constructor

HBase Quarterly report Jan-Mar 2024

2024-05-18 Thread Duo Zhang
Hi all, HBase submits a report to the ASF board once a quarter, to inform the board about project health. I'm sending the report to the user@ and dev@ mailing lists because you are the project, and for transparency. If you have any questions about the report or the running of the project, you can

[jira] [Resolved] (HBASE-28595) Losing exception from scan RPC can lead to partial results

2024-05-18 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28595. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Resolved] (HBASE-28536) Fix `Disable Stripe Compaction` run error in document

2024-05-18 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28536. --- Fix Version/s: 4.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed Merged to master

[jira] [Resolved] (HBASE-28604) Fix the error message in ReservoirSample's constructor

2024-05-18 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28604. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1

[jira] [Resolved] (HBASE-26048) [JDK17] Replace the usage of deprecated API ThreadGroup.destroy()

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26048. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Resolved] (HBASE-28598) NPE for writer object access in AsyncFSWAL#closeWriter

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28598. --- Fix Version/s: 2.4.18 2.7.0 2.6.1 2.5.9

[jira] [Created] (HBASE-28604) Fix the error message in ReservoirSample's constructor

2024-05-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28604: - Summary: Fix the error message in ReservoirSample's constructor Key: HBASE-28604 URL: https://issues.apache.org/jira/browse/HBASE-28604 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28579) Hide HFileScanner related methods in StoreFileReader

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28579. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Release Note: Change the below method

[jira] [Resolved] (HBASE-28578) Remove deprecated methods in HFileScanner

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28578. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Release Note: Remove getKeyString

[jira] [Resolved] (HBASE-28572) Remove deprecated methods in thrift module

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28572. --- Hadoop Flags: Incompatible change,Reviewed Release Note: Remove isTableAvailableWithSplit

[jira] [Resolved] (HBASE-26047) [JDK17] Track JDK17 unit test failures

2024-05-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26047. --- Resolution: Fixed Now we have JDK17 tests in pre commit for master branch, so I think we can

[jira] [Resolved] (HBASE-28586) Backport HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

2024-05-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28586. --- Fix Version/s: 2.4.18 2.7.0 2.6.1 2.5.9

[jira] [Resolved] (HBASE-28581) Remove deprecated methods in TableDescriotorBuilder

2024-05-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28581. --- Resolution: Fixed Pushed to master and branch-3. Thanks [~heliangjun] for contributing! > Rem

[jira] [Resolved] (HBASE-28576) Remove FirstKeyValueMatchingQualifiersFilter

2024-05-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28576. --- Fix Version/s: 3.0.0-beta-2 Resolution: Fixed Pushed to master and branch-3. Thanks

[jira] [Created] (HBASE-28588) Remove deprecated methods in WAL

2024-05-10 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28588: - Summary: Remove deprecated methods in WAL Key: HBASE-28588 URL: https://issues.apache.org/jira/browse/HBASE-28588 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28587) Remove deprecated methods in Cell

2024-05-10 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28587: - Summary: Remove deprecated methods in Cell Key: HBASE-28587 URL: https://issues.apache.org/jira/browse/HBASE-28587 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28582) ModifyTableProcedure should not reset TRSP on region node when closing unused region replicas

2024-05-09 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28582: - Summary: ModifyTableProcedure should not reset TRSP on region node when closing unused region replicas Key: HBASE-28582 URL: https://issues.apache.org/jira/browse/HBASE-28582

[jira] [Created] (HBASE-28581) Remove deprecated methods in TableDescriptor

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28581: - Summary: Remove deprecated methods in TableDescriptor Key: HBASE-28581 URL: https://issues.apache.org/jira/browse/HBASE-28581 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28580) Remove deprecated methods in WALObserver

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28580: - Summary: Remove deprecated methods in WALObserver Key: HBASE-28580 URL: https://issues.apache.org/jira/browse/HBASE-28580 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28579) Hide HFileScanner related methods in StoreFileReader

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28579: - Summary: Hide HFileScanner related methods in StoreFileReader Key: HBASE-28579 URL: https://issues.apache.org/jira/browse/HBASE-28579 Project: HBase Issue Type

[jira] [Created] (HBASE-28578) Remove deprecated methods in HFileScanner

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28578: - Summary: Remove deprecated methods in HFileScanner Key: HBASE-28578 URL: https://issues.apache.org/jira/browse/HBASE-28578 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28577) Remove deprecated methods in KeyValue

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28577: - Summary: Remove deprecated methods in KeyValue Key: HBASE-28577 URL: https://issues.apache.org/jira/browse/HBASE-28577 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28576) Remove FirstKeyValueMatchingQualifiersFilter

2024-05-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28576: - Summary: Remove FirstKeyValueMatchingQualifiersFilter Key: HBASE-28576 URL: https://issues.apache.org/jira/browse/HBASE-28576 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-28563) Closing ZooKeeper in ZKMainServer

2024-05-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28563. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Resolved] (HBASE-28575) Always printing error log when snapshot table

2024-05-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28575. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Resolved] (HBASE-28570) Remove deprecated fields in HBTU

2024-05-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28570. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Release Note: Remove

[jira] [Resolved] (HBASE-28574) Bump jinja2 from 3.1.3 to 3.1.4 in /dev-support/flaky-tests

2024-05-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28574. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Created] (HBASE-28574) Bump jinja2 from 3.1.3 to 3.1.4 in /dev-support/flaky-tests

2024-05-07 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28574: - Summary: Bump jinja2 from 3.1.3 to 3.1.4 in /dev-support/flaky-tests Key: HBASE-28574 URL: https://issues.apache.org/jira/browse/HBASE-28574 Project: HBase Issue

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-05-07 Thread Duo Zhang
s in hbase-thirdparty. There are no planned uses of new 11+ > APIs and features now anyhow. > > > On Tue, May 7, 2024 at 7:40 AM 张铎(Duo Zhang) wrote: > > > For me I think Istvan's plan is also acceptable. > > > > So in conclusion, we should > > > > 1

[jira] [Resolved] (HBASE-28459) HFileOutputFormat2 ClassCastException with s3 magic committer

2024-05-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28459. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to all active branches. Thanks [~ksravista

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-05-07 Thread Duo Zhang
2.x supports winds down. > This has worked quite well for Phoenix with Java 7 / Java 8. > > > > > > > > > > On Tue, Apr 30, 2024 at 3:59 AM 张铎(Duo Zhang) wrote: > > > AFAIK spring 6 and spring-boot 3 have jumped to java17 directly, so if we > > wan

Re: [VOTE] The third release candidate for 2.6.0, RC4, is available

2024-05-07 Thread Duo Zhang
I'm +1 on release 2.6.0 first. For a new minor release line, we could do more aggressive patch releasing in the beginning if there are lots of commits get in. For example, if we could get 20+ commits soon, we could do 2.6.1 release after two weeks. Bryan Beaudreault 于2024年5月7日周二 18:54写道: > >

[jira] [Resolved] (HBASE-28566) Remove ZKDataMigrator

2024-05-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28566. --- Fix Version/s: 3.0.0-beta-2 Hadoop Flags: Reviewed Release Note: Remove ZKDataMigrator

[jira] [Created] (HBASE-28572) Remove deprecated methods in thrift module

2024-05-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28572: - Summary: Remove deprecated methods in thrift module Key: HBASE-28572 URL: https://issues.apache.org/jira/browse/HBASE-28572 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28571) Remove deprecated methods map reduce utils

2024-05-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28571: - Summary: Remove deprecated methods map reduce utils Key: HBASE-28571 URL: https://issues.apache.org/jira/browse/HBASE-28571 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28570) Remove deprecated methods in HBTU

2024-05-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28570: - Summary: Remove deprecated methods in HBTU Key: HBASE-28570 URL: https://issues.apache.org/jira/browse/HBASE-28570 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-28567) Race condition causes MetaRegionLocationCache to never set watcher to populate meta location

2024-05-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28567. --- Fix Version/s: 2.4.18 2.7.0 3.0.0-beta-2

[jira] [Created] (HBASE-28566) Remove ZKDataMigrator

2024-05-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28566: - Summary: Remove ZKDataMigrator Key: HBASE-28566 URL: https://issues.apache.org/jira/browse/HBASE-28566 Project: HBase Issue Type: Sub-task Components

Re: About the status for 3.0.0-beta-2 release and the introducing of connection URI/URL

2024-05-05 Thread Duo Zhang
based cluster key if we want to write to another HBase cluster... Please see HBASE-28565 for more details. Thanks. Duo Zhang 于2024年3月31日周日 21:37写道: > > 3.0.0-beta-2 will be the last beta release for 3.0.0 release line, so > it should include all the features we want to include in 3.0.0. >

[jira] [Created] (HBASE-28565) Make VerifyReplication accept connection uri when specifying peer cluster

2024-05-04 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28565: - Summary: Make VerifyReplication accept connection uri when specifying peer cluster Key: HBASE-28565 URL: https://issues.apache.org/jira/browse/HBASE-28565 Project: HBase

[jira] [Resolved] (HBASE-28521) Use standard ConnectionRegistry and Client API to get region server list in in replication

2024-05-01 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28521. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-3+. Thanks [~zghao] and [~andor

[jira] [Resolved] (HBASE-28555) ThriftConnection does not need ConnectionRegistry

2024-05-01 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28555. --- Fix Version/s: (was: 2.7.0) Resolution: Duplicate > ThriftConnection does not n

[jira] [Resolved] (HBASE-28558) Fix constructors for sub classes of Connection

2024-05-01 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28558. --- Fix Version/s: 2.7.0 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution

Re: [VOTE] The third release candidate for 2.6.0, RC4, is available

2024-04-30 Thread Duo Zhang
+1 binding, will go out in the next several days so let me vote now. Checked sigs and sums: Matched Rat check: Passed LICENSE and NOTICE: In place Compatibility report: Most of incompatibility are from thirdparty jars like zookeeper, the only one is RegionInfo.UNDEFINED, which is IA.Private so

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-04-29 Thread Duo Zhang
AFAIK spring 6 and spring-boot 3 have jumped to java17 directly, so if we want to upgrade, I also suggest that we jump to java 17 directly. While upgrading to java 17 can reduce our compatibility work on branch-3+, but consider the widely usage for java 8, I think we still need to support

Re: [VOTE] The second release candidate for 2.6.0 (RC3) is available

2024-04-29 Thread Duo Zhang
On Sun, Apr 28, 2024 at 9:10 PM 张铎(Duo Zhang) wrote: > > > HBASE-28554 has been merged and the flaky dashboard is back to normal > > for branch-2.6. > > > > There are still other problems for branch-2 but at least they are not > > blockers for branch-2.6. >

[jira] [Created] (HBASE-28558) Fix constructors for sub class of Connection

2024-04-29 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28558: - Summary: Fix constructors for sub class of Connection Key: HBASE-28558 URL: https://issues.apache.org/jira/browse/HBASE-28558 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-28405) Region open procedure silently returns without notifying the parent proc

2024-04-29 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28405. --- Resolution: Fixed Changed split to splitRegionAsync. Pushed the addendum to all branch-2.x

  1   2   3   4   5   6   7   8   9   10   >