[jira] [Resolved] (HBASE-26130) Backport HBASE-25455 "Add trace support for HRegion read/write operation" to branch-2

2021-08-17 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tak-Lon (Stephen) Wu resolved HBASE-26130. -- Resolution: Fixed > Backport HBASE-25455 "Add trace support for HRegion

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Mallikarjun
Thanks for answering the queries. --- Mallikarjun On Wed, Aug 18, 2021 at 9:32 AM 张铎(Duo Zhang) wrote: > In hbase, the mvcc write number and wal sequence id are the same > thing, so when we just want to bump the mvcc number, we will not write > an actual WAL but the sequence id will be

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Duo Zhang
In hbase, the mvcc write number and wal sequence id are the same thing, so when we just want to bump the mvcc number, we will not write an actual WAL but the sequence id will be increased. And I think it will be good to have a MR job to replicate WAL serially. Mallikarjun 于2021年8月18日周三

Re: Split Meta Design Reset Status

2021-08-17 Thread Stack
No meeting tomorrow, August 17th. Lets try for next week, the 24th. S On Tue, Jan 5, 2021 at 9:13 AM Stack wrote: > FYI, a few of us have been working on the redo/reset of the split meta > design (HBASE-25382). We (think we've) finished the requirements. Are there > any others to consider? > >

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Mallikarjun
Inline Reply On Wed, Aug 18, 2021 at 8:06 AM 张铎(Duo Zhang) wrote: > Mallikarjun 于2021年8月18日周三 上午10:19写道: > > > > Thanks for the response @Duo > > > > Inline reply > > > > On Wed, Aug 18, 2021 at 7:37 AM 张铎(Duo Zhang) > wrote: > > > > > This is the isRangeFinished method > > > > > > private

Re: [DISCUSS] About using masters as ConnectionRegistry endpoint

2021-08-17 Thread Duo Zhang
OK, seems no big concerns here. Then I will go with the cleaner way, deprecated MasterRegistry and do not return masters as registry endpoints. Thanks. Bharath Vissapragada 于2021年8月16日周一 上午8:20写道: > > Thanks, Duo. I commented on the PR but want to respond here too to kick > start the

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Duo Zhang
Mallikarjun 于2021年8月18日周三 上午10:19写道: > > Thanks for the response @Duo > > Inline reply > > On Wed, Aug 18, 2021 at 7:37 AM 张铎(Duo Zhang) wrote: > > > This is the isRangeFinished method > > > > private boolean isRangeFinished(long endBarrier, String > > encodedRegionName) throws IOException { >

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Mallikarjun
Thanks for the response @Duo Inline reply On Wed, Aug 18, 2021 at 7:37 AM 张铎(Duo Zhang) wrote: > This is the isRangeFinished method > > private boolean isRangeFinished(long endBarrier, String > encodedRegionName) throws IOException { > long pushedSeqId; > try { > pushedSeqId =

Re: Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Duo Zhang
This is the isRangeFinished method private boolean isRangeFinished(long endBarrier, String encodedRegionName) throws IOException { long pushedSeqId; try { pushedSeqId = storage.getLastSequenceId(encodedRegionName, peerId); } catch (ReplicationException e) { throw new

Re: I want to be a contributor

2021-08-17 Thread Duo Zhang
Yes, as Nick said, please select an issue for starting. You can view the issues with the beginner label to see if it is suitable for you. https://issues.apache.org/jira/browse/HBASE-18483?jql=project%20%3D%2012310753%20AND%20labels%20%3D%20beginner%20and%20status%20!%3D%20Resolved%20 Thanks.

Re: I want to be a contributor

2021-08-17 Thread Nick Dimiduk
That’s great, welcome! Do you have an issue you’d like to tackle? You’ll need an account in the community Jira instance, so that we can assign issues to you. What’s your Jira user name? You’ll also need an account on GitHub. You can creat pull requests against the repository. Be sure to include

I want to be a contributor

2021-08-17 Thread 人到中年
I want to be a hbase contributor, thanks.

[jira] [Reopened] (HBASE-26187) Write straight into the store directory when Splitting and Merging

2021-08-17 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil reopened HBASE-26187: -- > Write straight into the store directory when Splitting and Merging >

[jira] [Resolved] (HBASE-26129) Backport HBASE-25481 "Add host and port attribute when tracing rpc call at client side" to branch-2

2021-08-17 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tak-Lon (Stephen) Wu resolved HBASE-26129. -- Fix Version/s: 2.5.0 Resolution: Fixed > Backport HBASE-25481 "Add

[jira] [Resolved] (HBASE-25849) Backport HBASE-22738, HBASE-24760, & HBASE-25298 (Fallback feature for RS groups when there are no RS in current group) to branch-1

2021-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25849. -- Fix Version/s: 1.7.2 Hadoop Flags: Reviewed Resolution: Fixed Thanks for the

[jira] [Resolved] (HBASE-26193) Do not store meta region location as permanent state on zookeeper

2021-08-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26193. --- Resolution: Fixed Pushed to master and branch-2. Thanks [~stack] and [~zyork] for reviewing. > Do

[jira] [Created] (HBASE-26205) TableMapReduceUtil#initCredentialsForCluster should use specified conf for UserProvider

2021-08-17 Thread Shinya Yoshida (Jira)
Shinya Yoshida created HBASE-26205: -- Summary: TableMapReduceUtil#initCredentialsForCluster should use specified conf for UserProvider Key: HBASE-26205 URL: https://issues.apache.org/jira/browse/HBASE-26205

[jira] [Created] (HBASE-26204) VerifyReplication should obtain token for peerQuorumAddress too

2021-08-17 Thread Shinya Yoshida (Jira)
Shinya Yoshida created HBASE-26204: -- Summary: VerifyReplication should obtain token for peerQuorumAddress too Key: HBASE-26204 URL: https://issues.apache.org/jira/browse/HBASE-26204 Project: HBase

[jira] [Resolved] (HBASE-26194) Introduce a ReplicationServerSourceManager to simplify HReplicationServer

2021-08-17 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sun Xin resolved HBASE-26194. - Resolution: Done Merged. Thank [~stack] for reviewing. > Introduce a ReplicationServerSourceManager to

Stuck Serial replication -- Need suggestions on recovery

2021-08-17 Thread Mallikarjun
I have got into the following scenario. I won't go into details of how I got here, since I am not able to reliably reproduce this scenario thus far. (Typically happens when some rs goes down because of hardware issues) Let me explain to you the following details. Col 1: Region server on which