[jira] [Created] (HBASE-28515) Validate access check for each RegionServerCoprocessor Endpoint.

2024-04-11 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28515: Summary: Validate access check for each RegionServerCoprocessor Endpoint. Key: HBASE-28515 URL: https://issues.apache.org/jira/browse/HBASE-28515 Project: HBase

[jira] [Created] (HBASE-28508) Remove the need for ADMIN permissions for RSRpcServices#execRegionServerService

2024-04-09 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28508: Summary: Remove the need for ADMIN permissions for RSRpcServices#execRegionServerService Key: HBASE-28508 URL: https://issues.apache.org/jira/browse/HBASE-28508

Re: [ANNOUNCE] New HBase committer Istvan Toth

2024-04-02 Thread Rushabh Shah
Congratulations Istvan, welcome !! On Tue, Apr 2, 2024 at 4:23 AM Duo Zhang wrote: > 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

[jira] [Created] (HBASE-28437) Region Server crash in our production environment.

2024-03-11 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28437: Summary: Region Server crash in our production environment. Key: HBASE-28437 URL: https://issues.apache.org/jira/browse/HBASE-28437 Project: HBase Issue

Re: [DISCUSS] Remove the need for ADMIN permissions for listDecommissionedRegionServers

2024-02-27 Thread Rushabh Shah
lly big deal from compatibility viewpoint, I think we > > should be fine relaxing this. > > > > > > > > On Mon, Feb 26, 2024 at 8:55 PM Rushabh Shah > > wrote: > > > > > Hi hbase-dev, > > > > > > Why do we need ADMIN permissions

[jira] [Resolved] (HBASE-28391) Remove the need for ADMIN permissions for listDecommissionedRegionServers

2024-02-27 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-28391. -- Fix Version/s: 2.6.0 2.4.18 4.0.0-alpha-1

[DISCUSS] Remove the need for ADMIN permissions for listDecommissionedRegionServers

2024-02-26 Thread Rushabh Shah
Hi hbase-dev, Why do we need ADMIN permissions for AccessController#preListDecommissionedRegionServers API ? >From Phoenix, we are calling Admin#getRegionServers(true) where the argument excludeDecommissionedRS is set to true. [1] If excludeDecommissionedRS is set to true and if we have

[jira] [Created] (HBASE-28391) Remove the need for ADMIN permissions for listDecommissionedRegionServers

2024-02-21 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28391: Summary: Remove the need for ADMIN permissions for listDecommissionedRegionServers Key: HBASE-28391 URL: https://issues.apache.org/jira/browse/HBASE-28391 Project

Re: [DISCUSS] Pre splitting an existing table to avoid hotspotting issues.

2024-02-09 Thread Rushabh Shah
ount of HFile splitting necessary to load them at > the > > >>> receiver. > > >>> > > >>> So let's say we have some regions that need to be split N ways, > where N is > > >>> order of ~10, by that I mean more than 1 and less than

Re: [DISCUSS] Pre splitting an existing table to avoid hotspotting issues.

2024-02-07 Thread Rushabh Shah
taking 4 minutes. For > us, it's always on the order of seconds. That's true even for a large 50+gb > region. It might be worth looking into why that's so slow for you. > > On Wed, Feb 7, 2024 at 12:50 PM Rushabh Shah > wrote: > > > Thank you Andrew, Bryan and Duo for you

Re: [DISCUSS] Pre splitting an existing table to avoid hotspotting issues.

2024-02-07 Thread Rushabh Shah
he > keyspace. > > Yes, it's 2 at a time, but it should still be quick enough in the grand > > scheme of a large migration. Adding a splitRegion method that takes > > byte[][] for multiple split points would be a nice UX improvement, but > not > > strictly necessary. >

[DISCUSS] Pre splitting an existing table to avoid hotspotting issues.

2024-01-26 Thread Rushabh Shah
Hi Everyone, At my workplace, we use HBase + Phoenix to run our customer workloads. Most of our phoenix tables are multi-tenant and we store the tenantID as the leading part of the rowkey. Each tenant belongs to only 1 hbase cluster. Due to capacity planning, hardware refresh cycles and most

[jira] [Created] (HBASE-28293) Add metric for GetClusterStatus request count.

2024-01-05 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28293: Summary: Add metric for GetClusterStatus request count. Key: HBASE-28293 URL: https://issues.apache.org/jira/browse/HBASE-28293 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28204) Canary can take lot more time If any region (except the first region) starts with delete markers

2023-11-15 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-28204. -- Fix Version/s: 2.6.0 2.4.18 3.0.0-beta-1

[jira] [Resolved] (HBASE-28184) Tailing the WAL is very slow if there are multiple peers.

2023-11-07 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-28184. -- Resolution: Fixed > Tailing the WAL is very slow if there are multiple pe

[jira] [Created] (HBASE-28184) Tailing the WAL is very slow if there are multiple peers.

2023-11-01 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28184: Summary: Tailing the WAL is very slow if there are multiple peers. Key: HBASE-28184 URL: https://issues.apache.org/jira/browse/HBASE-28184 Project: HBase

Re: [ANNOUNCE] Please welcome Bryan Beaudreault to the HBase PMC

2023-10-17 Thread Rushabh Shah
Congratulations Bryan !! Very well deserved for all the hard work you put in the HBase project ! On Mon, Oct 16, 2023 at 6:32 PM Duo Zhang wrote: > On behalf of the Apache HBase PMC I am pleased to announce that > Bryan Beaudreault has accepted our invitation to become a PMC member > on the

Re: [ANNOUNCE] New HBase committer Hui Ruan(阮辉)

2023-09-15 Thread Rushabh Shah
Congratulations Hui Ruan !! On Fri, Sep 15, 2023 at 2:08 AM 张铎(Duo Zhang) wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Hui > Ruan(frostruan) > has accepted the PMC's invitation to become a committer on the > project. We appreciate all > of Hui's generous

[jira] [Resolved] (HBASE-28045) Sort on store file size on hmaster page is broken.

2023-08-25 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-28045. -- Resolution: Invalid > Sort on store file size on hmaster page is bro

[jira] [Created] (HBASE-28045) Sort on store file size on hmaster page is borken.

2023-08-24 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28045: Summary: Sort on store file size on hmaster page is borken. Key: HBASE-28045 URL: https://issues.apache.org/jira/browse/HBASE-28045 Project: HBase Issue

[jira] [Created] (HBASE-28039) Create metric for region in transition count per table.

2023-08-22 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-28039: Summary: Create metric for region in transition count per table. Key: HBASE-28039 URL: https://issues.apache.org/jira/browse/HBASE-28039 Project: HBase

[jira] [Created] (HBASE-27957) HConnection (and ZookeeprWatcher threads) leak in case of AUTH_FAILED exception.

2023-06-30 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27957: Summary: HConnection (and ZookeeprWatcher threads) leak in case of AUTH_FAILED exception. Key: HBASE-27957 URL: https://issues.apache.org/jira/browse/HBASE-27957

[jira] [Resolved] (HBASE-27908) Can't get connection to ZooKeeper

2023-06-05 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-27908. -- Resolution: Invalid > Can't get connection to ZooKee

Re: [ANNOUNCE] New HBase committer Nihal Jain

2023-05-03 Thread Rushabh Shah
Congratulations Nihal !!! On Wed, May 3, 2023 at 7:28 AM Tak Lon (Stephen) Wu wrote: > Congratulations and well-deserved! > > -Stephen > > On Wed, May 3, 2023 at 5:45 AM Wei-Chiu Chuang wrote: > > > Congrats! > > > > On Wed, May 3, 2023 at 5:42 AM rajeshb...@apache.org < > >

[jira] [Resolved] (HBASE-26913) Replication Observability Framework

2023-04-20 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-26913. -- Resolution: Fixed > Replication Observability Framew

[jira] [Created] (HBASE-27697) Create a dummy metric implementation in ConnectionImplementation.

2023-03-09 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27697: Summary: Create a dummy metric implementation in ConnectionImplementation. Key: HBASE-27697 URL: https://issues.apache.org/jira/browse/HBASE-27697 Project: HBase

Re: [ANNOUNCE] Please welcome Tak Lon (Stephen) Wu to the HBase PMC

2023-01-31 Thread Rushabh Shah
Congratulations Stephen ! On Mon, Jan 30, 2023 at 10:54 PM Tak Lon (Stephen) Wu wrote: > Thank you everyone ! So happy to be here and will continue to interact > with you guys. > > -Stephen > > On Mon, Jan 30, 2023 at 9:06 PM rajeshb...@apache.org > wrote: > > > > Congratulations Stephen. > >

[jira] [Resolved] (HBASE-27100) Add documentation for Replication Observability Framework in hbase book.

2022-11-03 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-27100. -- Fix Version/s: 3.0.0-alpha-4 Resolution: Fixed > Add documentation for Replicat

[jira] [Resolved] (HBASE-26925) Create WAL event tracker table to track all the WAL events.

2022-11-03 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-26925. -- Fix Version/s: 3.0.0-alpha-4 Resolution: Fixed > Create WAL event tracker ta

[jira] [Resolved] (HBASE-27085) Create REPLICATION_SINK_TRACKER table to persist sentinel rows coming from source cluster.

2022-11-03 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-27085. -- Fix Version/s: 3.0.0-alpha-4 Resolution: Fixed > Create REPLICATION_SINK_TRACKER ta

Re: [VOTE] Merge feature branch HBASE-26913 to master/branch-2

2022-11-03 Thread Rushabh Shah
With 3 +1 and no -1, we will merge this PR and will create a backport PR for branch-2. Thank you everyone. Rushabh Shah - Software Engineering LMTS | Salesforce - - Mobile: 213 422 9052 On Wed, Nov 2, 2022 at 7:18 PM 张铎(Duo Zhang) wrote: > After the recent update of the des

[jira] [Created] (HBASE-27461) Add multiWAL support for Replication Observability framework.

2022-11-02 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27461: Summary: Add multiWAL support for Replication Observability framework. Key: HBASE-27461 URL: https://issues.apache.org/jira/browse/HBASE-27461 Project: HBase

[jira] [Created] (HBASE-27383) Add dead region server to SplitLogManager#deadWorkers set as the first step.

2022-09-21 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27383: Summary: Add dead region server to SplitLogManager#deadWorkers set as the first step. Key: HBASE-27383 URL: https://issues.apache.org/jira/browse/HBASE-27383 Project

[jira] [Created] (HBASE-27382) Cluster completely down due to wal splitting failing for hbase:meta table.

2022-09-21 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27382: Summary: Cluster completely down due to wal splitting failing for hbase:meta table. Key: HBASE-27382 URL: https://issues.apache.org/jira/browse/HBASE-27382 Project

[VOTE] Merge feature branch HBASE-26913 to master/branch-2

2022-06-21 Thread Rushabh Shah
Hi everyone, I'm writing this request to propose a merge of HBASE-26913[1] "Replication Observability Framework" to master and branch-2. The goal is to persist replication related metadata to newly created hbase tables to reduce MTTD (Mean Time To Detect) and MTTR (Mean Time To Repair)

[jira] [Created] (HBASE-27100) Add documentation for Replication Observability Framework in hbase book.

2022-06-08 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27100: Summary: Add documentation for Replication Observability Framework in hbase book. Key: HBASE-27100 URL: https://issues.apache.org/jira/browse/HBASE-27100 Project

[jira] [Created] (HBASE-27085) Create REPLICATION_SINK_TRACKER table to persist sentinel rows coming from source cluster.

2022-06-02 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-27085: Summary: Create REPLICATION_SINK_TRACKER table to persist sentinel rows coming from source cluster. Key: HBASE-27085 URL: https://issues.apache.org/jira/browse/HBASE-27085

[jira] [Created] (HBASE-26963) ReplicationSource#removePeer hangs if we try to remove bad peer.

2022-04-20 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26963: Summary: ReplicationSource#removePeer hangs if we try to remove bad peer. Key: HBASE-26963 URL: https://issues.apache.org/jira/browse/HBASE-26963 Project: HBase

[jira] [Created] (HBASE-26957) Add support to hbase shell to remove coproc by its class name instead of coproc ID

2022-04-15 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26957: Summary: Add support to hbase shell to remove coproc by its class name instead of coproc ID Key: HBASE-26957 URL: https://issues.apache.org/jira/browse/HBASE-26957

[jira] [Created] (HBASE-26925) Create WAL event tracker table to track all the WAL events.

2022-04-04 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26925: Summary: Create WAL event tracker table to track all the WAL events. Key: HBASE-26925 URL: https://issues.apache.org/jira/browse/HBASE-26925 Project: HBase

[jira] [Created] (HBASE-26913) Replication Observability Framework

2022-04-01 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26913: Summary: Replication Observability Framework Key: HBASE-26913 URL: https://issues.apache.org/jira/browse/HBASE-26913 Project: HBase Issue Type: New Feature

[jira] [Created] (HBASE-26905) ReplicationPeerManager#checkPeerExists should throw ReplicationPeerNotFoundException if peer doesn't exists

2022-03-29 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26905: Summary: ReplicationPeerManager#checkPeerExists should throw ReplicationPeerNotFoundException if peer doesn't exists Key: HBASE-26905 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HBASE-26792) Implement ScanInfo#toString

2022-03-02 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26792: Summary: Implement ScanInfo#toString Key: HBASE-26792 URL: https://issues.apache.org/jira/browse/HBASE-26792 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-26702) Make ageOfLastShip extend TimeHistogram instead of plain histogram.

2022-01-24 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26702: Summary: Make ageOfLastShip extend TimeHistogram instead of plain histogram. Key: HBASE-26702 URL: https://issues.apache.org/jira/browse/HBASE-26702 Project: HBase

[jira] [Created] (HBASE-26480) Close NamedQueueRecorder to allow HMaster/RS to shutdown gracefully

2021-11-22 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26480: Summary: Close NamedQueueRecorder to allow HMaster/RS to shutdown gracefully Key: HBASE-26480 URL: https://issues.apache.org/jira/browse/HBASE-26480 Project: HBase

[jira] [Created] (HBASE-26468) Region Server doesn't exit cleanly incase it crashes.

2021-11-18 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26468: Summary: Region Server doesn't exit cleanly incase it crashes. Key: HBASE-26468 URL: https://issues.apache.org/jira/browse/HBASE-26468 Project: HBase Issue

[jira] [Created] (HBASE-26442) TestReplicationEndpoint#testInterClusterReplication fails in branch-1

2021-11-10 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26442: Summary: TestReplicationEndpoint#testInterClusterReplication fails in branch-1 Key: HBASE-26442 URL: https://issues.apache.org/jira/browse/HBASE-26442 Project: HBase

[jira] [Created] (HBASE-26435) [branch-1] The log rolling request maybe canceled immediately in LogRoller due to a race

2021-11-09 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26435: Summary: [branch-1] The log rolling request maybe canceled immediately in LogRoller due to a race Key: HBASE-26435 URL: https://issues.apache.org/jira/browse/HBASE-26435

[jira] [Created] (HBASE-26404) Update javadoc for CellUtil#createCell with tags methods.

2021-10-27 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26404: Summary: Update javadoc for CellUtil#createCell with tags methods. Key: HBASE-26404 URL: https://issues.apache.org/jira/browse/HBASE-26404 Project: HBase

[jira] [Resolved] (HBASE-26195) Data is present in replicated cluster but not present in primary cluster.

2021-09-08 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-26195. -- Resolution: Fixed > Data is present in replicated cluster but not present in primary clus

Re: Web Page Question

2021-09-03 Thread Rushabh Shah
No one particular person owns this page. If you have any questions then the dev mailing list is the right place. Rushabh Shah On Fri, Sep 3, 2021 at 11:37 AM ja...@cybercrimesupports.org < ja...@cybercrimesupports.org> wrote: > > > Hi, > > I had a question regarding to y

[jira] [Created] (HBASE-26247) TestWALRecordReader#testWALRecordReaderActiveArchiveTolerance doesn't read archived WAL file.

2021-09-01 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26247: Summary: TestWALRecordReader#testWALRecordReaderActiveArchiveTolerance doesn't read archived WAL file. Key: HBASE-26247 URL: https://issues.apache.org/jira/browse/HBASE-26247

[jira] [Created] (HBASE-26195) Data is present in replicated cluster but not visible on primary cluster.

2021-08-12 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26195: Summary: Data is present in replicated cluster but not visible on primary cluster. Key: HBASE-26195 URL: https://issues.apache.org/jira/browse/HBASE-26195 Project

Re: [ANNOUNCE] New HBase PMC Bharath Vissapragada

2021-07-30 Thread Rushabh Shah
Congratulations Bharath !! Rushabh Shah On Fri, Jul 30, 2021 at 9:26 AM Viraj Jasani wrote: > On behalf of the Apache HBase PMC I am pleased to announce that Bharath > Vissapragada has accepted our invitation to become a PMC member on the > HBase project. We appreciate Bharath st

[jira] [Created] (HBASE-26121) Formatter to convert from epoch time to human readable date format.

2021-07-26 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26121: Summary: Formatter to convert from epoch time to human readable date format. Key: HBASE-26121 URL: https://issues.apache.org/jira/browse/HBASE-26121 Project: HBase

[jira] [Created] (HBASE-26106) AbstractFSWALProvider#getArchivedLogPath doesn't look for wal file in all oldWALs directory.

2021-07-21 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26106: Summary: AbstractFSWALProvider#getArchivedLogPath doesn't look for wal file in all oldWALs directory. Key: HBASE-26106 URL: https://issues.apache.org/jira/browse/HBASE-26106

[jira] [Created] (HBASE-26103) conn.getBufferedMutator(tableName) leaks thread executors and other problems (for master branch))

2021-07-20 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26103: Summary: conn.getBufferedMutator(tableName) leaks thread executors and other problems (for master branch)) Key: HBASE-26103 URL: https://issues.apache.org/jira/browse/HBASE-26103

[jira] [Created] (HBASE-26075) Replication is stuck due to zero length wal file in oldWALs directory.

2021-07-08 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-26075: Summary: Replication is stuck due to zero length wal file in oldWALs directory. Key: HBASE-26075 URL: https://issues.apache.org/jira/browse/HBASE-26075 Project

[jira] [Created] (HBASE-25932) TestWALEntryStream#testCleanClosedWALs test is failing.

2021-05-27 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25932: Summary: TestWALEntryStream#testCleanClosedWALs test is failing. Key: HBASE-25932 URL: https://issues.apache.org/jira/browse/HBASE-25932 Project: HBase

[jira] [Created] (HBASE-25924) Seeing a spike in uncleanlyClosedWALs metric.

2021-05-26 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25924: Summary: Seeing a spike in uncleanlyClosedWALs metric. Key: HBASE-25924 URL: https://issues.apache.org/jira/browse/HBASE-25924 Project: HBase Issue Type

[jira] [Created] (HBASE-25893) Corruption in recovered WAL in WALSplitter

2021-05-17 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25893: Summary: Corruption in recovered WAL in WALSplitter Key: HBASE-25893 URL: https://issues.apache.org/jira/browse/HBASE-25893 Project: HBase Issue Type

[jira] [Created] (HBASE-25887) Corrupt wal while region server is aborting.

2021-05-13 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25887: Summary: Corrupt wal while region server is aborting. Key: HBASE-25887 URL: https://issues.apache.org/jira/browse/HBASE-25887 Project: HBase Issue Type

[jira] [Created] (HBASE-25860) Add metric for successful wal roll requests.

2021-05-06 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25860: Summary: Add metric for successful wal roll requests. Key: HBASE-25860 URL: https://issues.apache.org/jira/browse/HBASE-25860 Project: HBase Issue Type

[jira] [Resolved] (HBASE-25856) sorry for my mistake, could someone delete it.

2021-05-06 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-25856. -- Resolution: Invalid > sorry for my mistake, could someone del

Re: [ANNOUNCE] New HBase committer Geoffrey Jacoby

2021-04-09 Thread Rushabh Shah
Congratulations Geoffrey ! Rushabh Shah - Software Engineering LMTS | Salesforce - - Mobile: 213 422 9052 On Fri, Apr 9, 2021 at 4:24 AM Viraj Jasani wrote: > On behalf of the Apache HBase PMC I am pleased to announce that Geoffrey > Jacoby has accepted the PMC's invi

[jira] [Created] (HBASE-25679) Size of log queue metric is incorrect in branch-1

2021-03-18 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25679: Summary: Size of log queue metric is incorrect in branch-1 Key: HBASE-25679 URL: https://issues.apache.org/jira/browse/HBASE-25679 Project: HBase Issue Type

[jira] [Created] (HBASE-25622) Result#compareResults should compare tags.

2021-03-01 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25622: Summary: Result#compareResults should compare tags. Key: HBASE-25622 URL: https://issues.apache.org/jira/browse/HBASE-25622 Project: HBase Issue Type

[jira] [Created] (HBASE-25612) HMaster should abort if ReplicationLogCleaner is not able to delete oldWALs.

2021-02-26 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25612: Summary: HMaster should abort if ReplicationLogCleaner is not able to delete oldWALs. Key: HBASE-25612 URL: https://issues.apache.org/jira/browse/HBASE-25612 Project

[jira] [Resolved] (HBASE-25500) Add metric for age of oldest wal in region server replication queue.

2021-02-08 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah resolved HBASE-25500. -- Resolution: Duplicate Dup of HBASE-25539 > Add metric for age of oldest wal in region ser

[jira] [Created] (HBASE-25539) Add metric for age of oldest wal.

2021-01-29 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25539: Summary: Add metric for age of oldest wal. Key: HBASE-25539 URL: https://issues.apache.org/jira/browse/HBASE-25539 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-25536) Remove 0 length wal file from queue if it belongs to old sources.

2021-01-28 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25536: Summary: Remove 0 length wal file from queue if it belongs to old sources. Key: HBASE-25536 URL: https://issues.apache.org/jira/browse/HBASE-25536 Project: HBase

[jira] [Created] (HBASE-25500) Add metric for age of oldest wal in region server replication queue.

2021-01-12 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25500: Summary: Add metric for age of oldest wal in region server replication queue. Key: HBASE-25500 URL: https://issues.apache.org/jira/browse/HBASE-25500 Project: HBase

[jira] [Created] (HBASE-25390) CopyTable and Coprocessor based export tool should backup and restore cell tags.

2020-12-12 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25390: Summary: CopyTable and Coprocessor based export tool should backup and restore cell tags. Key: HBASE-25390 URL: https://issues.apache.org/jira/browse/HBASE-25390

[jira] [Created] (HBASE-25328) Make PrivateCellUtil annotation as LimitatePrivate.

2020-11-24 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25328: Summary: Make PrivateCellUtil annotation as LimitatePrivate. Key: HBASE-25328 URL: https://issues.apache.org/jira/browse/HBASE-25328 Project: HBase Issue

[jira] [Created] (HBASE-25246) Backup/Restore hbase cell tags.

2020-11-04 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25246: Summary: Backup/Restore hbase cell tags. Key: HBASE-25246 URL: https://issues.apache.org/jira/browse/HBASE-25246 Project: HBase Issue Type: Improvement

Re: Recommended way of using HBase Cell Tags.

2020-10-19 Thread Rushabh Shah
ng POC for this. Thank you for the suggestion, Andrew ! Rushabh Shah On Mon, Oct 19, 2020 at 10:09 AM Andrew Purtell wrote: > Just to be clear I think we are talking past each other somehow. You ask to > add tags to Deletes. Why not add values to Deletes instead. Values (in the >

Re: Recommended way of using HBase Cell Tags.

2020-10-14 Thread Rushabh Shah
Thank you Ram for your response ! > For your case, is there a possibility to have yournew feature as a first class feature using Tags? Just asking? Could you elaborate what you mean by first class feature ? Rushabh Shah - Software Engineering SMTS | Salesforce - - Mobile: 213

Recommended way of using HBase Cell Tags.

2020-10-14 Thread Rushabh Shah
Hi Everyone, I want to understand how to use the Hbase Cell Tags feature. We have a use case to identify the source of deletes (not the same as authenticated kerberos user). I have added more details about my use case in HBASE-25118 . At my day

[jira] [Created] (HBASE-25179) Assert format is incorrect in HFilePerformanceEvaluation class.

2020-10-12 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25179: Summary: Assert format is incorrect in HFilePerformanceEvaluation class. Key: HBASE-25179 URL: https://issues.apache.org/jira/browse/HBASE-25179 Project: HBase

[jira] [Created] (HBASE-25118) Extend Cell Tags to Delete object.

2020-09-29 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25118: Summary: Extend Cell Tags to Delete object. Key: HBASE-25118 URL: https://issues.apache.org/jira/browse/HBASE-25118 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-25052) FastLongHistogram#getCountAtOrBelow method is broken.

2020-09-16 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-25052: Summary: FastLongHistogram#getCountAtOrBelow method is broken. Key: HBASE-25052 URL: https://issues.apache.org/jira/browse/HBASE-25052 Project: HBase Issue

[jira] [Created] (HBASE-24983) Wrap ConnectionImplemetation#locateRegioninMeta under operation timeout.

2020-09-05 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24983: Summary: Wrap ConnectionImplemetation#locateRegioninMeta under operation timeout. Key: HBASE-24983 URL: https://issues.apache.org/jira/browse/HBASE-24983 Project

[jira] [Created] (HBASE-24957) ZKTableStateClientSideReader#isDisabledTable doesn't check if table exists or not.

2020-08-26 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24957: Summary: ZKTableStateClientSideReader#isDisabledTable doesn't check if table exists or not. Key: HBASE-24957 URL: https://issues.apache.org/jira/browse/HBASE-24957

[jira] [Created] (HBASE-24956) ConnectionManager#userRegionLock waits for lock indefinitely.

2020-08-26 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24956: Summary: ConnectionManager#userRegionLock waits for lock indefinitely. Key: HBASE-24956 URL: https://issues.apache.org/jira/browse/HBASE-24956 Project: HBase

[jira] [Created] (HBASE-24615) MutableRangeHistogram#updateSnapshotRangeMetrics doesn't calculate the distribution for last bucket.

2020-06-22 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24615: Summary: MutableRangeHistogram#updateSnapshotRangeMetrics doesn't calculate the distribution for last bucket. Key: HBASE-24615 URL: https://issues.apache.org/jira/browse/HBASE

Re: [DISCUSS] Removing problematic terms from our project

2020-06-22 Thread Rushabh Shah
+1 to renaming. Rushabh Shah - Software Engineering SMTS | Salesforce - - Mobile: 213 422 9052 On Mon, Jun 22, 2020 at 1:18 PM Josh Elser wrote: > +1 > > On 6/22/20 4:03 PM, Sean Busbey wrote: > > We should change our use of these terms. We can be equall

[jira] [Created] (HBASE-24576) Changing "whitelist" and "blacklist" in our docs and project.

2020-06-16 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24576: Summary: Changing "whitelist" and "blacklist" in our docs and project. Key: HBASE-24576 URL: https://issues.apache.org/jira/browse/HBASE-24576

[DISCUSS] Change the IA for MutableSizeHistogram and MutableTimeHistogram to LImitedPrivate

2020-06-08 Thread Rushabh Shah
Hi, Currently the IA for MutableSizeHistogram and MutableTimeHistogram is private. We want to use these classes in PHOENIX project and I thought we can leverage the existing implementation from hbase histo implementation. IIUC the private IA can't be used in other projects. Proposing to make it

[jira] [Created] (HBASE-24520) Change the IA for MutableSizeHistogram and MutableTimeHistogram

2020-06-08 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24520: Summary: Change the IA for MutableSizeHistogram and MutableTimeHistogram Key: HBASE-24520 URL: https://issues.apache.org/jira/browse/HBASE-24520 Project: HBase

[jira] [Created] (HBASE-24502) hbase hfile command logs exception message at WARN level.

2020-06-03 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24502: Summary: hbase hfile command logs exception message at WARN level. Key: HBASE-24502 URL: https://issues.apache.org/jira/browse/HBASE-24502 Project: HBase

Re: [ANNOUNCE] New HBase committer Wei-Chiu Chuang

2020-05-13 Thread Rushabh Shah
Congratulations Wei-Chiu !! Rushabh Shah - Software Engineering SMTS | Salesforce - - Mobile: 213 422 9052 On Wed, May 13, 2020 at 1:35 PM Zach York wrote: > Congratulations Wei-Chiu! > > On Wed, May 13, 2020 at 12:15 PM Bharath Vissapragada > > wrote: > >

Re: Request for assistance with September branch-1.3 and branch-1.4 release candidates

2019-09-09 Thread Rushabh Shah
and assigned to myself. Rushabh Shah - Software Engineering SMTS | Salesforce - - Mobile: 213 422 9052 On Sun, Sep 8, 2019 at 6:47 PM Andrew Purtell wrote: > File a JIRA for each constant failure? Then we can divide up the work. At > the least, the task of bisecting to find the br

Re: [ANNOUNCE] new HBase committer Sakthi

2019-07-31 Thread Rushabh Shah
t; project thus far. We look forward to his continued participation in our > community. > > Congrats and welcome Sakthi! > -- Rushabh Shah - Software Engineering SMTS | Salesforce - - Mobile: 213 422 9052