Re: [DISCUSS] Backporting hbase-backup module to branch-2

2023-01-17 Thread Andrew Purtell
I assume supporting either directory structure with a configuration toggle means existing code can coexist (in other jobs) with the backup feature, and so it will be fine to port this into a code line that will release a new minor. Sounds like a plan. +1 On Tue, Jan 17, 2023 at 5:21 PM Bryan

[VOTE] First release candidate for hbase-thirdparty 4.1.4 is available for download

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

[jira] [Created] (HBASE-27578) Upgrade hbase-thirdparty to 4.1.4

2023-01-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27578: - Summary: Upgrade hbase-thirdparty to 4.1.4 Key: HBASE-27578 URL: https://issues.apache.org/jira/browse/HBASE-27578 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-27577) [hbase-thirdparty] Put up hbase-thirdparty 4.1.4RC0

2023-01-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27577: - Summary: [hbase-thirdparty] Put up hbase-thirdparty 4.1.4RC0 Key: HBASE-27577 URL: https://issues.apache.org/jira/browse/HBASE-27577 Project: HBase Issue Type:

[jira] [Created] (HBASE-27576) [hbase-thirdparty] Release hbase-thirdparty 4.1.4

2023-01-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27576: - Summary: [hbase-thirdparty] Release hbase-thirdparty 4.1.4 Key: HBASE-27576 URL: https://issues.apache.org/jira/browse/HBASE-27576 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-27573) [hbase-thirdparty] Bump dependency versions

2023-01-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27573. --- Hadoop Flags: Reviewed Release Note: protobuf 3.21.9 -> 3.21.12 netty 4.1.86.Final ->

Re: [DISCUSS] Backporting hbase-backup module to branch-2

2023-01-17 Thread Duo Zhang
Thanks Bryan for taking care of this! Bryan Beaudreault 于2023年1月18日周三 09:21写道: > > Hey all, > > I reviewed the entirety of the backport PR. It's almost all net-new code, > which matches identically with what was already reviewed and approved in > the original implementation. There are some minor

Re: [DISCUSS] Backporting hbase-backup module to branch-2

2023-01-17 Thread Bryan Beaudreault
Hey all, I reviewed the entirety of the backport PR. It's almost all net-new code, which matches identically with what was already reviewed and approved in the original implementation. There are some minor changes to HFileOutputFormat2 and WALPlayer (and related tests). Of the changes to those 2

[jira] [Resolved] (HBASE-27541) Backups should be able to be restored to a separate filesystem

2023-01-17 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault resolved HBASE-27541. --- Fix Version/s: 3.0.0-alpha-4 Release Note: Adds a new withRestoreRootDir method

Re: [DISCUSS] Time to release 2.5.3 and 2.4.16?

2023-01-17 Thread Andrew Purtell
I've cleaned up JIRA for fix versions 2.4.16 and 2.5.3. There is a dependabot PR to fix a warning, see HBASE-27575. When this is merged, I assume tomorrow, I'll go ahead and prepare the two releases, unless Nick you want to pick one. Just say which. On Tue, Jan 17, 2023 at 1:07 AM 张铎(Duo Zhang)

[jira] [Created] (HBASE-27575) Bump future from 0.18.2 to 0.18.3 in dev-support

2023-01-17 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-27575: --- Summary: Bump future from 0.18.2 to 0.18.3 in dev-support Key: HBASE-27575 URL: https://issues.apache.org/jira/browse/HBASE-27575 Project: HBase

[jira] [Created] (HBASE-27574) Implement ClusterManage interface for Kubernetes

2023-01-17 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-27574: Summary: Implement ClusterManage interface for Kubernetes Key: HBASE-27574 URL: https://issues.apache.org/jira/browse/HBASE-27574 Project: HBase Issue Type:

[jira] [Created] (HBASE-27573) [hbase-thirdparty] Bump dependency versions

2023-01-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27573: - Summary: [hbase-thirdparty] Bump dependency versions Key: HBASE-27573 URL: https://issues.apache.org/jira/browse/HBASE-27573 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-27572) resource leak for store flush during high load

2023-01-17 Thread Jira
Mariusz Szpatuśko created HBASE-27572: - Summary: resource leak for store flush during high load Key: HBASE-27572 URL: https://issues.apache.org/jira/browse/HBASE-27572 Project: HBase

Re: [DISCUSS] Time to release 2.5.3 and 2.4.16?

2023-01-17 Thread Duo Zhang
Good. Thanks Nick and Andrew. Since we have two releases, I think each of you can pick one branch to release :) Anyway, let me make a new thirdparty release and bump the dependencies first, IIRC there is at least a CVE fix in netty. Thanks. Andrew Purtell 于2023年1月17日周二 03:13写道: > > I’ll be