Re: 2.5.0 status update - RC0 coming **tomorrow**

2022-05-31 Thread Wellington Chevreuil
Have one more last minute bug fix: HBASE-27069 - SecureBulkload permission regression. Em seg., 30 de mai. de 2022 às 18:56, Andrew Purtell escreveu: > All known significant issues are resolved. Flaky tests have been found > using repeated suite invocation on x86_64 and aarch64 test hosts. Use t

[jira] [Resolved] (HBASE-27069) Hbase SecureBulkload permission regression

2022-05-31 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-27069. -- Resolution: Fixed > Hbase SecureBulkload permission regression > -

[jira] [Resolved] (HBASE-26970) TestMetaFixed fails reliably with Hadoop 3.2.3 and Hadoop 3.3.2

2022-05-31 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-26970. -- Resolution: Duplicate The underlying issue is fixed by HDFS-16586. > TestMetaFixed fails reli

[jira] [Created] (HBASE-27078) Allow configuring a separate timeout for meta scans

2022-05-31 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27078: - Summary: Allow configuring a separate timeout for meta scans Key: HBASE-27078 URL: https://issues.apache.org/jira/browse/HBASE-27078 Project: HBase

Separately configurable client meta rpc timeout

2022-05-31 Thread Bryan Beaudreault
Hi all, We just had a production issue where a user-facing API service had a low hbase.rpc.timeout, and this majorly contributed to a meta hotspotting issue. The issue is, user requests can only be submitted once the necessary RegionLocation is in the MetaCache. But in a meta hotspotting scenario

Re: 2.5.0 status update - RC0 coming **tomorrow**

2022-05-31 Thread Andrew Purtell
Thanks for the update. I see it's been committed to branch-2.5 already. On Tue, May 31, 2022 at 3:02 AM Wellington Chevreuil < wellington.chevre...@gmail.com> wrote: > Have one more last minute bug fix: HBASE-27069 - SecureBulkload permission > regression. > > Em seg., 30 de mai. de 2022 às 18:56

[jira] [Created] (HBASE-27079) Lower some DEBUG level logs in ReplicationSourceWALReader to TRACE

2022-05-31 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-27079: --- Summary: Lower some DEBUG level logs in ReplicationSourceWALReader to TRACE Key: HBASE-27079 URL: https://issues.apache.org/jira/browse/HBASE-27079 Proj

[jira] [Resolved] (HBASE-27068) NPE occurs when the active master has not yet been elected

2022-05-31 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-27068. - Fix Version/s: 2.5.0 3.0.0-alpha-3 Hadoop Flags: Reviewed

[jira] [Created] (HBASE-27080) Optimize debug output log

2022-05-31 Thread Zhuang Liu (Jira)
Zhuang Liu created HBASE-27080: --- Summary: Optimize debug output log Key: HBASE-27080 URL: https://issues.apache.org/jira/browse/HBASE-27080 Project: HBase Issue Type: Bug Components:

Re: Separately configurable client meta rpc timeout

2022-05-31 Thread Duo Zhang
Scan will not honor operation timeout configuration as its logic is a bit different compared to normal read/write operations. For scan, usually there is no simple 'retry'(except the open scanner call), if you hit an error, usually you need to restart the scan by making a new open scanner call, not

[jira] [Created] (HBASE-27081) Fix disallowed compatibility breaks on branch-2.5 and branch-2

2022-05-31 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-27081: --- Summary: Fix disallowed compatibility breaks on branch-2.5 and branch-2 Key: HBASE-27081 URL: https://issues.apache.org/jira/browse/HBASE-27081 Project:

[jira] [Resolved] (HBASE-27075) TestUpdateRSGroupConfiguration.testCustomOnlineConfigChangeInRSGroup is flaky

2022-05-31 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-27075. - Fix Version/s: (was: 2.5.0) (was: 3.0.0-alpha-3)

[jira] [Resolved] (HBASE-27081) Fix disallowed compatibility breaks on branch-2.5 and branch-2

2022-05-31 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-27081. - Resolution: Fixed > Fix disallowed compatibility breaks on branch-2.5 and branch

[DISCUSS] First release candidate for 2.5.0 (RC0) is available for evaluation

2022-05-31 Thread Andrew Purtell
This is not a VOTE. HBase 2.5.0RC0 is ready for testing, other evaluation, and consideration of compatibility concerns. The release notes need to be rebased on the latest 2.4.x release, 2.4.12. Fix versions on relvant JIRAs must be cleaned up first. This is in progress. I also plan to try our new

[jira] [Created] (HBASE-27082) Changing the return value of RSGroupInfo.getServers from SortedSet to Set to keep compatibility

2022-05-31 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27082: - Summary: Changing the return value of RSGroupInfo.getServers from SortedSet to Set to keep compatibility Key: HBASE-27082 URL: https://issues.apache.org/jira/browse/HBASE-27082

Re: [DISCUSS] First release candidate for 2.5.0 (RC0) is available for evaluation

2022-05-31 Thread Duo Zhang
The ReplicationLoadSink change is done in HBASE-26490, this is the commit https://github.com/apache/hbase/commit/b5b286d793f00ec8b9ed02f51fd9324e46f29c86 The constructor is marked as IA.Private so I do not think we need to restore it back. Thanks. Andrew Purtell 于2022年6月1日周三 13:08写道: > This i