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

2024-04-28 Thread Duo Zhang
We need to get HBASE-28554 in before cutting the new RC. The PR is ready. https://github.com/apache/hbase/pull/5859 PTAL. Thanks. 张铎(Duo Zhang) 于2024年4月25日周四 22:05写道: > > Thanks Istvan, I've pushed the addendum to all active branches. > > Bryan, sadly but need to put

[jira] [Created] (HBASE-28554) TestZooKeeperScanPolicyObserver and TestAdminShell fail 100% of times on flaky dashboard

2024-04-28 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28554: - Summary: TestZooKeeperScanPolicyObserver and TestAdminShell fail 100% of times on flaky dashboard Key: HBASE-28554 URL: https://issues.apache.org/jira/browse/HBASE-28554

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

2024-04-27 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. --- Fix Version/s: 2.6.0 2.4.18 3.0.0-beta-2

[jira] [Resolved] (HBASE-28552) Bump up bouncycastle dependency from 1.76 to 1.78

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

[jira] [Resolved] (HBASE-28512) Update error prone to 2.26.1

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

[jira] [Resolved] (HBASE-28436) Use connection url to specify the connection registry information

2024-04-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28436. --- Resolution: Fixed > Use connection url to specify the connection registry informat

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

2024-04-25 Thread Duo Zhang
stvan > > > On Thu, Apr 25, 2024 at 4:14 AM 张铎(Duo Zhang) wrote: > > > HBASE-25818 introduced a breaking change, it removed the SCAN_FILTER > > field, and introduced two new fields in > > org.apache.hadoop.hbase.rest.Constants. > > > > But unfortunately, o

[jira] [Resolved] (HBASE-28518) Allow specifying a filter for the REST multiget endpoint

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

[jira] [Reopened] (HBASE-28436) Use connection url to specify the connection registry information

2024-04-25 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-28436: --- For applying addendum to address the naming issue, we changed ConnectionRegistryCreator

[jira] [Reopened] (HBASE-28518) Allow specifying a filter for the REST multiget endpoint

2024-04-24 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-28518: --- This introduced a breaking change on org.apache.hadoop.hbase.rest.Constant, which is marked

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

2024-04-24 Thread Duo Zhang
HBASE-25818 introduced a breaking change, it removed the SCAN_FILTER field, and introduced two new fields in org.apache.hadoop.hbase.rest.Constants. But unfortunately, org.apache.hadoop.hbase.rest.Constants is IA.Public so we can not remove its field without a deprecation cycle... Bryan

[jira] [Created] (HBASE-28551) Allow users implement and register ConnectionRegistry by themselves

2024-04-24 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28551: - Summary: Allow users implement and register ConnectionRegistry by themselves Key: HBASE-28551 URL: https://issues.apache.org/jira/browse/HBASE-28551 Project: HBase

[jira] [Created] (HBASE-28548) Add documentation about the URI based connection uri

2024-04-23 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28548: - Summary: Add documentation about the URI based connection uri Key: HBASE-28548 URL: https://issues.apache.org/jira/browse/HBASE-28548 Project: HBase Issue Type

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

2024-04-23 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28547: - Summary: Support specifying connection registry configuration through queries of the connection uri Key: HBASE-28547 URL: https://issues.apache.org/jira/browse/HBASE-28547

[jira] [Resolved] (HBASE-28436) Use connection url to specify the connection registry information

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

[jira] [Resolved] (HBASE-28529) Use ZKClientConfig instead of system properties when setting zookeeper configurations

2024-04-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28529. --- Fix Version/s: 2.6.0 3.0.0-beta-2 2.5.9 Hadoop Flags

[jira] [Resolved] (HBASE-28150) CreateTableProcedure and DeleteTableProcedure should sleep a while before retrying

2024-04-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28150. --- Fix Version/s: 2.6.0 3.0.0-beta-2 2.5.9 Hadoop Flags

[jira] [Resolved] (HBASE-28497) Missing fields in Get.toJSON

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

[jira] [Resolved] (HBASE-28486) fix CVE-2024-29025 in netty package

2024-04-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28486. --- Assignee: (was: Nikita Pande) Resolution: Duplicate Fixed via HBASE-28511. Thanks

[jira] [Resolved] (HBASE-28511) Update hbase-thirdparty to 4.1.7

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

[ANNOUNCE] Apache HBase Thirdparty 4.1.7 released

2024-04-19 Thread Duo Zhang
We've just made a new release of the Apache HBase Thirdparty project. This project is used by the Apache HBase project to encapsulate a number of core dependencies that HBase relies upon ensuring that they are properly isolated from HBase downstream users, e.g. Google Protocol Buffers, Google

[jira] [Resolved] (HBASE-28490) [hbase-thirdparty] Release hbase-thirdparty 4.1.7

2024-04-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28490. --- Resolution: Fixed Done. > [hbase-thirdparty] Release hbase-thirdparty 4.

[jira] [Resolved] (HBASE-28537) [hbase-thirdparty] Finish hbase-thirdparty 4.1.7 release

2024-04-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28537. --- Resolution: Fixed Done. > [hbase-thirdparty] Finish hbase-thirdparty 4.1.7 rele

[jira] [Created] (HBASE-28537) Finish hbase-thirdparty 4.1.7 release

2024-04-19 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28537: - Summary: Finish hbase-thirdparty 4.1.7 release Key: HBASE-28537 URL: https://issues.apache.org/jira/browse/HBASE-28537 Project: HBase Issue Type: Sub-task

[RESULT][VOTE] The first release candiate for hbase-thirdparty 4.1.7 is available

2024-04-19 Thread Duo Zhang
With 3 binding +1s and no -1, the vote passes. Let me push this release out. Thanks all for voting and helping! 张铎(Duo Zhang) 于2024年4月19日周五 17:27写道: > > Thanks Reid. > > Here is my own +1. > > Reid Chan 于2024年4月19日周五 11:41写道: > > > > +1 (binding) &

[jira] [Resolved] (HBASE-28510) Put up hbase-thirdparty-4.1.7RC0

2024-04-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28510. --- Resolution: Fixed Will release RC0 as 4.1.7. > Put up hbase-thirdparty-4.1.7

Re: [VOTE] The first release candiate for hbase-thirdparty 4.1.7 is available

2024-04-19 Thread Duo Zhang
- mvn clean install -DskipTests > > --- > > Best regards, > R.C > > > On Thu, Apr 18, 2024 at 6:46 PM 张铎(Duo Zhang) wrote: > > > Hi, we still need at least one more binding vote to make the release. > > > > Thanks. > > > > Andrew Purte

Re: [VOTE] The first release candiate for hbase-thirdparty 4.1.7 is available

2024-04-18 Thread Duo Zhang
gt; - mvn clean apache-rat:check > * Built from source (1.8.0_382): ok > - mvn clean install -DskipTests > * Unit tests pass (1.8.0_382): ok > - mvn clean package -P runAllTests > -Dsurefire.rerunFailingTestsCount=3 > > > On W

[jira] [Resolved] (HBASE-28298) HFilePrettyPrinter thrown NoSuchMethodError about MetricRegistry

2024-04-18 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28298. --- Fix Version/s: 2.6.0 2.4.18 2.5.9 Hadoop Flags: Reviewed

[jira] [Created] (HBASE-28529) Use ZKClientConfig instead of system properties when setting zookeeper configurations

2024-04-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28529: - Summary: Use ZKClientConfig instead of system properties when setting zookeeper configurations Key: HBASE-28529 URL: https://issues.apache.org/jira/browse/HBASE-28529

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

2024-04-14 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28521: - Summary: Use standard ConnectionRegistry and Client API to get region server list in in replication Key: HBASE-28521 URL: https://issues.apache.org/jira/browse/HBASE-28521

[jira] [Resolved] (HBASE-28498) fix spotless:check errors

2024-04-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28498. --- Fix Version/s: 2.6.0 Hadoop Flags: Reviewed Resolution: Fixed Merged to branch-2.6

[jira] [Resolved] (HBASE-28516) Bump idna from 2.8 to 3.7 in /dev-support/git-jira-release-audit

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

[jira] [Created] (HBASE-28516) Bump idna from 2.8 to 3.7 in /dev-support/git-jira-release-audit

2024-04-12 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28516: - Summary: Bump idna from 2.8 to 3.7 in /dev-support/git-jira-release-audit Key: HBASE-28516 URL: https://issues.apache.org/jira/browse/HBASE-28516 Project: HBase

Re: [VOTE] The first release candiate for hbase-thirdparty 4.1.7 is available

2024-04-11 Thread Duo Zhang
I've opened a PR to upgrade hbase-thirdparty to 4.1.7 in the main hbase code base. Seems fine. https://github.com/apache/hbase/pull/5818 张铎(Duo Zhang) 于2024年4月10日周三 19:18写道: > > Please vote on this Apache hbase thirdparty release candidate, > hbase-thirdparty-4.1.7RC0 > > The V

[jira] [Created] (HBASE-28512) Update error prone to 2.26.1

2024-04-10 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28512: - Summary: Update error prone to 2.26.1 Key: HBASE-28512 URL: https://issues.apache.org/jira/browse/HBASE-28512 Project: HBase Issue Type: Task Components

[jira] [Created] (HBASE-28511) Update hbase-thirdparty to 4.1.7

2024-04-10 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28511: - Summary: Update hbase-thirdparty to 4.1.7 Key: HBASE-28511 URL: https://issues.apache.org/jira/browse/HBASE-28511 Project: HBase Issue Type: Task

[VOTE] The first release candiate for hbase-thirdparty 4.1.7 is available

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

[jira] [Created] (HBASE-28510) Put up hbase-thirdparty-4.1.7RC0

2024-04-09 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28510: - Summary: Put up hbase-thirdparty-4.1.7RC0 Key: HBASE-28510 URL: https://issues.apache.org/jira/browse/HBASE-28510 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-28493) [hbase-thirdparty] Bump protobuf version

2024-04-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28493. --- Fix Version/s: thirdparty-4.1.7 Resolution: Fixed Merged to master. Thanks [~ndimiduk

[jira] [Resolved] (HBASE-28492) [hbase-thirdparty] Bump dependency versions before releasing

2024-04-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28492. --- Fix Version/s: thirdparty-4.1.7 Resolution: Fixed Merged to master. Thanks [~ndimiduk

Re: [DISCUSS] About the SemVar change for protobuf

2024-04-09 Thread Duo Zhang
I've opened a PR to upgrade protobuf in hbase-thirdparty. https://github.com/apache/hbase-thirdparty/pull/117 PTAL. Thanks. Andrew Purtell 于2024年4月5日周五 23:36写道: > > That makes sense. > > Their support for protobuf-java 3.x ends in one year from now, and that is > only for 3.25.x. > > > > On

[jira] [Resolved] (HBASE-28478) Remove the hbase1 compatible code in FixedFileTrailer

2024-04-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28478. --- Hadoop Flags: Incompatible change,Reviewed (was: Incompatible change) Resolution: Fixed

[jira] [Resolved] (HBASE-28457) Introduce a version field in file based tracker record

2024-04-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28457. --- Fix Version/s: 2.6.0 3.0.0-beta-2 2.5.9 Hadoop Flags

[jira] [Resolved] (HBASE-28481) Prompting table already exists after failing to create table with many region replications

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

[jira] [Resolved] (HBASE-28495) [hbase-thirdparty] Fix pre commit build

2024-04-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28495. --- Fix Version/s: thirdparty-4.1.7 Hadoop Flags: Reviewed Release Note: Upgrade pre commit

[jira] [Created] (HBASE-28495) [hbase-thirdparty] Fix pre commit build

2024-04-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28495: - Summary: [hbase-thirdparty] Fix pre commit build Key: HBASE-28495 URL: https://issues.apache.org/jira/browse/HBASE-28495 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28493) [hbase-thirdparty] Bump protobuf version

2024-04-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28493: - Summary: [hbase-thirdparty] Bump protobuf version Key: HBASE-28493 URL: https://issues.apache.org/jira/browse/HBASE-28493 Project: HBase Issue Type: Sub-task

[DISCUSS] About the SemVar change for protobuf

2024-04-05 Thread Duo Zhang
When bumping dependency versions for hbase-thirdparty, I found that the next version for 3.25.x is 4.26.x... After investigating, I found this https://protobuf.dev/support/version-support/ There are some breaking changes to java https://github.com/protocolbuffers/protobuf/releases/tag/v26.0

[jira] [Created] (HBASE-28492) [hbase-thirdparty] Bump dependency versions before releasing

2024-04-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28492: - Summary: [hbase-thirdparty] Bump dependency versions before releasing Key: HBASE-28492 URL: https://issues.apache.org/jira/browse/HBASE-28492 Project: HBase

[jira] [Created] (HBASE-28491) Bump netty to 4.1.108.Final for addressing CVE-2024-29025

2024-04-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28491: - Summary: Bump netty to 4.1.108.Final for addressing CVE-2024-29025 Key: HBASE-28491 URL: https://issues.apache.org/jira/browse/HBASE-28491 Project: HBase Issue

[jira] [Created] (HBASE-28490) [hbase-thirdparty] Release hbase-thirdparty 4.1.7

2024-04-05 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28490: - Summary: [hbase-thirdparty] Release hbase-thirdparty 4.1.7 Key: HBASE-28490 URL: https://issues.apache.org/jira/browse/HBASE-28490 Project: HBase Issue Type

Re: Considering deprecation and removal of XZ compression (hbase-compression-xz)

2024-04-02 Thread Duo Zhang
For me I've never seen people actually use the xz compression. For size, usually people will choose gzip, and for speed, in the past people will choose lzo and now they choose snappy or zstd. So for me I prefer we just deprecated the xz compression immediately and remove it 2.6.0. Thanks.

[ANNOUNCE] New HBase committer Istvan Toth

2024-04-02 Thread Duo Zhang
On behalf of the Apache HBase PMC, I am pleased to announce that Istvan Toth(stoty) has accepted the PMC's invitation to become a committer on the project. We appreciate all of Istvan Toth's generous contributions thus far and look forward to his continued involvement. Congratulations and

[jira] [Created] (HBASE-28480) Remove deprecated methods in RegionCoprocessorHost for 3.0.0

2024-04-01 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28480: - Summary: Remove deprecated methods in RegionCoprocessorHost for 3.0.0 Key: HBASE-28480 URL: https://issues.apache.org/jira/browse/HBASE-28480 Project: HBase

[jira] [Created] (HBASE-28479) Change the deprecation cycle for HasMasterServices and HasRegionServerServices

2024-04-01 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28479: - Summary: Change the deprecation cycle for HasMasterServices and HasRegionServerServices Key: HBASE-28479 URL: https://issues.apache.org/jira/browse/HBASE-28479 Project

[jira] [Created] (HBASE-28478) Remove the hbase1 compatible code in FixedFileTrailer

2024-04-01 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28478: - Summary: Remove the hbase1 compatible code in FixedFileTrailer Key: HBASE-28478 URL: https://issues.apache.org/jira/browse/HBASE-28478 Project: HBase Issue Type

[jira] [Resolved] (HBASE-21533) Add a section in our ref guide for the folding(removal) of hbase:namespace table

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

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

2024-03-31 Thread Duo Zhang
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. In 3.0.0, we want to remove all the persistent data on zookeeper, and also remove zookeeper from our public API as much as possible. For example, we have

[jira] [Created] (HBASE-28477) Update ref guide about the EOL for branch-2.4

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28477: - Summary: Update ref guide about the EOL for branch-2.4 Key: HBASE-28477 URL: https://issues.apache.org/jira/browse/HBASE-28477 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28476) Remove jenkins files for branch-2.4

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28476: - Summary: Remove jenkins files for branch-2.4 Key: HBASE-28476 URL: https://issues.apache.org/jira/browse/HBASE-28476 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-28475) Mark 2.4.x as EOL

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28475: - Summary: Mark 2.4.x as EOL Key: HBASE-28475 URL: https://issues.apache.org/jira/browse/HBASE-28475 Project: HBase Issue Type: Umbrella Components

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

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28474: - Summary: Finish 2.4.18 release Key: HBASE-28474 URL: https://issues.apache.org/jira/browse/HBASE-28474 Project: HBase Issue Type: Sub-task Reporter

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

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28473: - Summary: Add 2.4.18 to download page Key: HBASE-28473 URL: https://issues.apache.org/jira/browse/HBASE-28473 Project: HBase Issue Type: Sub-task

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

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28472: - Summary: Put up 2.4.18RC0 Key: HBASE-28472 URL: https://issues.apache.org/jira/browse/HBASE-28472 Project: HBase Issue Type: Sub-task Components

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

2024-03-30 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28471: - Summary: Release 2.4.18 Key: HBASE-28471 URL: https://issues.apache.org/jira/browse/HBASE-28471 Project: HBase Issue Type: Umbrella Components

Re: [DISCUSS] Skip shaded packages in compatibility report?

2024-03-29 Thread Duo Zhang
+1 Bryan Beaudreault 于2024年3月30日周六 00:06写道: > > In reviewing the compatibility report for 2.6.0, I missed a real issue. I > think part of the problem for me was the amount of noise in the report > related to changes in shaded zookeeper packages. > > According to the usage report of

Re: [VOTE] The first release candidate for 2.6.0 (RC2) is available

2024-03-29 Thread Duo Zhang
bility report but missed > that one. I will work on fixing. > > If anyone else wants to take a look for other reasons to sink the RC, I > will also tackle those before the next one. > > On Fri, Mar 29, 2024 at 11:07 AM 张铎(Duo Zhang) > wrote: > > > Sorry b

Re: [VOTE] The first release candidate for 2.6.0 (RC2) is available

2024-03-29 Thread Duo Zhang
error you were seeing? I still > haven't seen it fail > > On Fri, Mar 29, 2024 at 10:56 AM 张铎(Duo Zhang) > wrote: > > > OK, I tried several more times, it passed... > > > > Bryan Beaudreault 于2024年3月29日周五 19:21写道: > > > > > > > > TestB

Re: [VOTE] The first release candidate for 2.6.0 (RC2) is available

2024-03-29 Thread Duo Zhang
'createConnection(Configuration conf, ExecutorService pool, final User user, Map connectionAttributes)' method. This is an unnecessary incompatible change, we should apply an addendum to add this method back. Thanks. 张铎(Duo Zhang) 于2024年3月29日周五 22:55写道: > > OK, I tried several more times, it passed... >

Re: [VOTE] The first release candidate for 2.6.0 (RC2) is available

2024-03-29 Thread Duo Zhang
OK, I tried several more times, it passed... Bryan Beaudreault 于2024年3月29日周五 19:21写道: > > TestBucketCachePersister is passing for me locally. I've tried it a few > times and no issues > > On Thu, Mar 28, 2024 at 9:19 PM 张铎(Duo Zhang) wrote: > > > TestBucketCachePers

[jira] [Resolved] (HBASE-28452) Missing null check of rpcServer.scheduler.executor causes NPE with invalid value of hbase.client.default.rpc.codec

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

[jira] [Resolved] (HBASE-27989) ByteBuffAllocator causes ArithmeticException due to improper poolBufSize value checking

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

[jira] [Resolved] (HBASE-27993) AbstractFSWAL causes ArithmeticException due to improper logRollSize value checking

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

[jira] [Resolved] (HBASE-27990) BucketCache causes ArithmeticException due to improper blockSize value checking

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

Re: [VOTE] The first release candidate for 2.6.0 (RC2) is available

2024-03-28 Thread Duo Zhang
TestBucketCachePersister always fail for me locally. Is this a known issue which is not very critical? Bryan Beaudreault 于2024年3月28日周四 04:01写道: > > Please vote on this Apache hbase release candidate, > hbase-2.6.0RC2 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this

[jira] [Created] (HBASE-28457) Introduce a version field in file based tracker record

2024-03-26 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28457: - Summary: Introduce a version field in file based tracker record Key: HBASE-28457 URL: https://issues.apache.org/jira/browse/HBASE-28457 Project: HBase Issue Type

Re: Aiming for 2.6.0RC0 tomorrow

2024-03-21 Thread Duo Zhang
Tested locally, after removing hbase-example from tarball, the hadoop3 tarball is about 351MB. So you could try to include this commit to publish again, to see if this helps. Thanks. 张铎(Duo Zhang) 于2024年3月22日周五 09:18写道: > > If we exclude hbase-example from the binaries, will it be s

Re: Aiming for 2.6.0RC0 tomorrow

2024-03-21 Thread Duo Zhang
> '/repos/dist/!svn/txr/68050-1le9/dev/hbase/2.6.0RC0/hbase-2.6.0-hadoop3-bin.tar.gz' > > > failed > > > > > > Running manually, it looks to be a Request Entity Too Large. The file in > > > question is 356MB. Anyone have any experience with this? > > > >

Re: Aiming for 2.6.0RC0 tomorrow

2024-03-21 Thread Duo Zhang
HBASE-28444 has been resolved. Please go ahead to cut 2.6.0RC0, really a long journey :) 张铎(Duo Zhang) 于2024年3月20日周三 14:29写道: > > There is a security issue for zookeeper, but simply upgrading > zookeeper will break a test. > > Pelase see HBASE-28444 for more details. > >

Re: Aiming for 2.6.0RC0 tomorrow

2024-03-20 Thread Duo Zhang
There is a security issue for zookeeper, but simply upgrading zookeeper will break a test. Pelase see HBASE-28444 for more details. I think we should get this in before cutting the RC. Thanks. Bryan Beaudreault 于2024年3月19日周二 23:51写道: > > I've finished auditing fixVersions and run ITBLL for an

[jira] [Resolved] (HBASE-28124) Missing fields in Scan.toJSON

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

[jira] [Created] (HBASE-28444) Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4

2024-03-18 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28444: - Summary: Bump org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4 Key: HBASE-28444 URL: https://issues.apache.org/jira/browse/HBASE-28444 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28427) FNFE related to 'master:store' when moving archived hfiles to global archived dir

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

[jira] [Created] (HBASE-28436) Use connection url to specify the connection registry information

2024-03-11 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28436: - Summary: Use connection url to specify the connection registry information Key: HBASE-28436 URL: https://issues.apache.org/jira/browse/HBASE-28436 Project: HBase

[jira] [Resolved] (HBASE-28401) Introduce a close method for memstore for release active segment

2024-03-11 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28401. --- Fix Version/s: 2.6.0 3.0.0-beta-2 2.5.9 Hadoop Flags

[jira] [Resolved] (HBASE-28395) TableNotFoundException when executing 'hbase hbck'

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

[jira] [Resolved] (HBASE-28376) Column family ns does not exist in region during upgrade to 3.0.0-beta-2

2024-03-10 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28376. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to master and branch-3. Thanks

[jira] [Created] (HBASE-28435) Revisit the way we do reference counting on MemStoreLAB

2024-03-09 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28435: - Summary: Revisit the way we do reference counting on MemStoreLAB Key: HBASE-28435 URL: https://issues.apache.org/jira/browse/HBASE-28435 Project: HBase Issue Type

Re: [VOTE] The first release candidate for 2.5.8 (RC0) is available

2024-03-09 Thread Duo Zhang
or something, it only affects the metrics. Thanks. 张铎(Duo Zhang) 于2024年3月9日周六 21:45写道: > > +0, as there is a test failure, will change my vote to +1 or -1 after > I figure out whether it is a critical problem, please give me one more > day. > > Checked sigs and sums: Matched > LICENSE

Re: [VOTE] The first release candidate for 2.5.8 (RC0) is available

2024-03-09 Thread Duo Zhang
+0, as there is a test failure, will change my vote to +1 or -1 after I figure out whether it is a critical problem, please give me one more day. Checked sigs and sums: Matched LICENSE and NOTICE: In place Compatibility report: 100% compatible Built from source: mvn clean install -DskipTests

[jira] [Resolved] (HBASE-27230) RegionServer should be aborted when WAL.sync throws TimeoutIOException

2024-03-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27230. --- Fix Version/s: 2.6.0 Resolution: Fixed > RegionServer should be aborted when WAL.sync thr

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

2024-03-07 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28425: - Summary: Allow specify cluster key without zookeeper in replication Key: HBASE-28425 URL: https://issues.apache.org/jira/browse/HBASE-28425 Project: HBase Issue

[jira] [Resolved] (HBASE-26489) Update ref guide about the new changes for RpcConnectionRegistry

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

[jira] [Reopened] (HBASE-27230) RegionServer should be aborted when WAL.sync throws TimeoutIOException

2024-03-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-27230: --- For backporting to other branches. > RegionServer should be aborted when WAL.sync thr

[jira] [Resolved] (HBASE-28417) TestBlockingIPC.testBadPreambleHeader sometimes fails with broken pipe instead of bad auth

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

Re: [DISCUSS] removing hbase-examples from the assembly

2024-03-05 Thread Duo Zhang
I prefer we still have the hbase-examples in the main repo and publish it to maven central, but we do not need to ship it in the binary releases. The most important thing for hbase-examples is its source code, so including it in binary releases does not help. Istvan Toth 于2024年3月5日周二 03:28写道: >

Re: [DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-05 Thread Duo Zhang
There are some tools in the tests jar, such as PerformanceEvaluation. But anyway, maybe they should be moved to main... Istvan Toth 于2024年3月5日周二 16:14写道: > > DISCLAIMER: I don't have a patch ready, or even an elegant way mapped out > to achieve this, this is about discussing whether we even

[jira] [Created] (HBASE-28417) TestBlockingIPC.testBadPreambleHeader sometimes fails with broken pipe instead of bad auth

2024-03-04 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28417: - Summary: TestBlockingIPC.testBadPreambleHeader sometimes fails with broken pipe instead of bad auth Key: HBASE-28417 URL: https://issues.apache.org/jira/browse/HBASE-28417

Re: [VOTE] hbase-thirdparty 4.1.6 (RC0)

2024-03-01 Thread Duo Zhang
+1 (binding) Checked sigs and sums: Matched LICENSE and NOTICE: In place CHANGES and RELEASTNOTES: Looked fine Built from src: Run 'mvn clean install' with 8u292, passed The pre commit result for the PRs looks good too. Thanks. Nick Dimiduk 于2024年2月29日周四 19:15写道: > > For your reference, I

  1   2   3   4   5   6   7   8   9   10   >