Re: [VOTE] First release candidate for HBase 2.4.6 (RC0) is available

2021-09-12 Thread Duo Zhang
TestTableMapReduceUtil has been fixed by HBASE-26272. It should be a test issue, so not a blocker of a release. Thanks Shinya Yoshida for the quick fix. Nick Dimiduk 于2021年9月10日周五 上午5:21写道: > +0 > > Looks like branch-2.4 on Jenkins has been failing for the last week or so > on jdk8 hadoop2

[jira] [Resolved] (HBASE-26272) TestTableMapReduceUtil failure in branch-2

2021-09-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26272. --- Fix Version/s: 2.4.7 2.3.7 2.5.0 Hadoop Flags: Reviewed

[jira] [Resolved] (HBASE-15549) Undo HMaster carrying regions in master branch as default

2021-09-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-15549. --- Resolution: Fixed All the sub tasks are done. Resolve the umbrella issue. Since all the commits

[jira] [Resolved] (HBASE-25288) Make MasterRpcServices not extends RSRpcServices and also HMaster not extends HRegionServer

2021-09-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25288. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to master. Thanks [~niuyulin] for reviewing

[jira] [Resolved] (HBASE-25891) Remove dependence on storing WAL filenames for backup

2021-09-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25891. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to master. Thanks [~rda3mon] for contributing

[jira] [Created] (HBASE-26280) Use store file tracker when snapshoting

2021-09-12 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26280: - Summary: Use store file tracker when snapshoting Key: HBASE-26280 URL: https://issues.apache.org/jira/browse/HBASE-26280 Project: HBase Issue Type: Sub-task

Re: [DISCUSS] Undo HMaster carrying regions

2021-09-12 Thread Duo Zhang
Just a reminder, will merge this PR tomorrow if no more concerns. Thanks. Regards 张铎(Duo Zhang) 于2021年9月3日周五 下午10:19写道: > The related issue is HBASE-15549, where we decided to not let HMaster > carry regions. > > After some prior works, such as modifying balancer, refactoring connection >

[jira] [Created] (HBASE-26279) Merger of backup:system table with hbase:meta table

2021-09-12 Thread Mallikarjun (Jira)
Mallikarjun created HBASE-26279: --- Summary: Merger of backup:system table with hbase:meta table Key: HBASE-26279 URL: https://issues.apache.org/jira/browse/HBASE-26279 Project: HBase Issue

Re: Blog post series on "Evolution of Region assignment in HBase architecture"

2021-09-12 Thread Duo Zhang
Thank you Viraj and Andrew, the blog posts are outstanding! And I think we'd better have a part 3, about the ServerCrashProcedure(SCP) :) In 2.0 and 2.1, we use MoveRegionProcedure, AssignRegionProcedure and UnassignRegionProcedure, and one of the reasons why we removed them all and introduced a

[jira] [Resolved] (HBASE-26246) Persist the StoreFileTracker configurations to TableDescriptor when creating table

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