[jira] [Commented] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-09-09 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926001#comment-16926001 ] Sandeep Pal commented on HBASE-22902: - [~apurtell]  [~busbey] Can you please assign this to me? 

[jira] [Assigned] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-09-09 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-22902: --- Assignee: Sandeep Pal > At regionserver start there's a request to roll the WAL >

[jira] [Updated] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-09-27 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-22902: Attachment: HBASE-22902_branch-1_v1.patch Status: Patch Available (was: In Progress) >

[jira] [Work started] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-09-23 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-22902 started by Sandeep Pal. --- > At regionserver start there's a request to roll the WAL >

[jira] [Assigned] (HBASE-22936) Close memStoreScanners in StoreScanner#updateReaders else memory leak

2019-10-01 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-22936: --- Assignee: Sandeep Pal > Close memStoreScanners in StoreScanner#updateReaders else memory

[jira] [Assigned] (HBASE-22936) Close memStoreScanners in StoreScanner#updateReaders else memory leak

2019-10-01 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-22936: --- Assignee: (was: Sandeep Pal) > Close memStoreScanners in StoreScanner#updateReaders

[jira] [Assigned] (HBASE-22936) Close memStoreScanners in StoreScanner#updateReaders else memory leak

2019-10-01 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-22936: --- Assignee: Sandeep Pal > Close memStoreScanners in StoreScanner#updateReaders else memory

[jira] [Commented] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-09-30 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16941227#comment-16941227 ] Sandeep Pal commented on HBASE-22902: - Sure, thanks [~apurtell]. Will take care of the naming

[jira] [Created] (HBASE-23310) Add tests for WALCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-23310: --- Summary: Add tests for WALCellFilter Key: HBASE-23310 URL: https://issues.apache.org/jira/browse/HBASE-23310 Project: HBase Issue Type: Improvement

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Description: ChainWalEntryFilter applies the filter on entry followed by filter on cells.  If

[jira] [Created] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-23309: --- Summary: Entries get replicated even though all cells get filtered through WalCellFilter Key: HBASE-23309 URL: https://issues.apache.org/jira/browse/HBASE-23309

[jira] [Commented] (HBASE-23310) Add tests for WALCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976195#comment-16976195 ] Sandeep Pal commented on HBASE-23310: - [https://github.com/apache/hbase/pull/838] > Add tests for

[jira] [Updated] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Description: ChainWalEntryFilter applies the filter on entry followed by filter on cells.  If

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Attachment: HBASE-23309.patch Status: Patch Available (was: In Progress) > Add support

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Attachment: HBASE-23309.branch-1.patch > Add support in ChainWalEntryFilter to filter Entry if

[jira] [Updated] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Description: ChainWalEntryFilter applies the filter on entry followed by filter on cells.  If

[jira] [Commented] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976204#comment-16976204 ] Sandeep Pal commented on HBASE-23309: -

[jira] [Updated] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Issue Type: Improvement (was: Bug) > Entries get replicated even though all cells get filtered

[jira] [Work started] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23309 started by Sandeep Pal. --- > Entries get replicated even though all cells get filtered through >

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Summary: Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Attachment: HBASE-23309.branch-2.patch > Add support in ChainWalEntryFilter to filter Entry if

[jira] [Updated] (HBASE-23309) Entries get replicated even though all cells get filtered through WalCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Description: ChainWalEntryFilter applies the filter on entry followed by filter on cells.  If

[jira] [Resolved] (HBASE-23310) Add tests for WALCellFilter

2019-11-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal resolved HBASE-23310. - Resolution: Duplicate Added as a part of HBASE-23309 > Add tests for WALCellFilter >

[jira] [Commented] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2019-11-21 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16979702#comment-16979702 ] Sandeep Pal commented on HBASE-23309: - No it’s not a bug as far as I can see. It’s just a

[jira] [Assigned] (HBASE-23117) Bad enum in hbase:meta info:state column can fail loadMeta and stop startup

2019-11-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-23117: --- Assignee: Sandeep Pal > Bad enum in hbase:meta info:state column can fail loadMeta and

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Status: Open (was: Patch Available) > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: (was: HBASE-21776.branch1.patch) > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-22902) At regionserver start there's a request to roll the WAL

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-22902: Attachment: (was: HBASE-22902_branch-1_v1.patch) > At regionserver start there's a request to

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: (was: HBASE-21776-branch-1.patch) > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: HBASE-21776-branch-1.001.patch > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: (was: HBASE-21776-branch-1.patch) > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: HBASE-21776-branch-1.patch > Duplicate "Set storagePolicy" debug logging >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: HBASE-21776.branch1.patch Status: Patch Available (was: In Progress) >

[jira] [Updated] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-11-20 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-21776: Attachment: HBASE-21776-branch-1.patch Status: Patch Available (was: Open) > Duplicate

[jira] [Work started] (HBASE-22126) TestBlocksRead is flaky

2019-10-07 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-22126 started by Sandeep Pal. --- > TestBlocksRead is flaky > --- > > Key:

[jira] [Work started] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-10-07 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-21776 started by Sandeep Pal. --- > Duplicate "Set storagePolicy" debug logging >

[jira] [Assigned] (HBASE-21776) Duplicate "Set storagePolicy" debug logging

2019-10-03 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-21776: --- Assignee: Sandeep Pal > Duplicate "Set storagePolicy" debug logging >

[jira] [Assigned] (HBASE-22126) TestBlocksRead is flaky

2019-10-03 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-22126: --- Assignee: Sandeep Pal > TestBlocksRead is flaky > --- > >

[jira] [Updated] (HBASE-23309) Add support in ChainWalEntryFilter to filter Entry if all cells get filtered through WalCellFilter

2020-02-25 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-23309: Resolution: Fixed Status: Resolved (was: Patch Available) > Add support in

[jira] [Commented] (HBASE-21831) Optional store-and-forward of simple mutations for regions in transition

2020-03-06 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053868#comment-17053868 ] Sandeep Pal commented on HBASE-21831: - [~apurtell] Yes, I was planning to work on this. Not started

[jira] [Assigned] (HBASE-21831) Optional store-and-forward of simple mutations for regions in transition

2020-03-06 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-21831: --- Assignee: Sandeep Pal > Optional store-and-forward of simple mutations for regions in

[jira] [Updated] (HBASE-24350) HBase table level replication metrics for shippedBytes are always 0

2020-05-13 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24350: Affects Version/s: 2.4.0 1.7.0 master

[jira] [Work started] (HBASE-24350) HBase table level replication metrics for shippedBytes are always 0

2020-05-13 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24350 started by Sandeep Pal. --- > HBase table level replication metrics for shippedBytes are always 0 >

[jira] [Updated] (HBASE-24350) HBase table level replication metrics for shippedBytes are always 0

2020-05-13 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24350: Description: It was observed during some investigations that table level metrics for

[jira] [Assigned] (HBASE-21831) Optional store-and-forward of simple mutations for regions in transition

2020-05-11 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-21831: --- Assignee: (was: Sandeep Pal) > Optional store-and-forward of simple mutations for

[jira] [Created] (HBASE-24350) HBase table level replication metrics for shippedBytes are always 0

2020-05-11 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24350: --- Summary: HBase table level replication metrics for shippedBytes are always 0 Key: HBASE-24350 URL: https://issues.apache.org/jira/browse/HBASE-24350 Project: HBase

[jira] [Assigned] (HBASE-24015) Coverage for Assign and Unassign of Regions on RegionServer on failure

2020-05-14 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-24015: --- Assignee: Sandeep Pal > Coverage for Assign and Unassign of Regions on RegionServer on

[jira] [Updated] (HBASE-24226) Address other hard references to '/tmp' found in Configuration

2020-05-14 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24226: Description: HBASE-24175 started up cleaning hard /tmp references out of Configuration when tests

[jira] [Assigned] (HBASE-23126) IntegrationTestRSGroup is useless now

2020-05-14 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-23126: --- Assignee: Sandeep Pal > IntegrationTestRSGroup is useless now >

[jira] [Created] (HBASE-24409) Expose a function in HBase WALKey to set the tablename

2020-05-21 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24409: --- Summary: Expose a function in HBase WALKey to set the tablename Key: HBASE-24409 URL: https://issues.apache.org/jira/browse/HBASE-24409 Project: HBase Issue

[jira] [Work started] (HBASE-24974) Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-12 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24974 started by Sandeep Pal. --- > Provide a flexibility to print only row key and filter for multiple tables in

[jira] [Resolved] (HBASE-24974) Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-12 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal resolved HBASE-24974. - Fix Version/s: 2.6.7 1.7.0 3.0.0-alpha-1

[jira] [Updated] (HBASE-24974) Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter

2020-09-02 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24974: Description: Currently,

[jira] [Updated] (HBASE-24974) Provide a flexibility to print only row key in the WALPrettyPrinter

2020-09-01 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24974: Description: Currently,

[jira] [Created] (HBASE-24974) Provide a flexibility to print only row key in the WALPrettyPrinter

2020-09-01 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24974: --- Summary: Provide a flexibility to print only row key in the WALPrettyPrinter Key: HBASE-24974 URL: https://issues.apache.org/jira/browse/HBASE-24974 Project: HBase

[jira] [Updated] (HBASE-25193) Add support for row prefix in the WAL Pretty Printer

2020-10-17 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25193: Description: Currently, the WAL Pretty Printer has an option to filter the keys with an exact

[jira] [Created] (HBASE-25193) Add support for row prefix in the WAL Pretty Printer

2020-10-17 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25193: --- Summary: Add support for row prefix in the WAL Pretty Printer Key: HBASE-25193 URL: https://issues.apache.org/jira/browse/HBASE-25193 Project: HBase Issue

[jira] [Updated] (HBASE-25193) Add support for row prefix and type in the WAL Pretty Printer

2020-10-19 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25193: Description: Currently, the WAL Pretty Printer has an option to filter the keys with an exact

[jira] [Updated] (HBASE-25193) Add support for row prefix and type in the WAL Pretty Printer

2020-10-19 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25193: Summary: Add support for row prefix and type in the WAL Pretty Printer (was: Add support for row

[jira] [Updated] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Attachment: (was: screenshot-1.png) > Remove the empty regions from the hbase mapreduce

[jira] [Comment Edited] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17185280#comment-17185280 ] Sandeep Pal edited comment on HBASE-24859 at 8/26/20, 5:49 PM: ---

[jira] [Comment Edited] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17185280#comment-17185280 ] Sandeep Pal edited comment on HBASE-24859 at 8/26/20, 5:49 PM: ---

[jira] [Updated] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Description: It has been observed that when the table has too many regions, MR jobs consume more

[jira] [Updated] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Attachment: screenshot-1.png > Remove the empty regions from the hbase mapreduce splits >

[jira] [Comment Edited] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17185280#comment-17185280 ] Sandeep Pal edited comment on HBASE-24859 at 8/26/20, 4:00 PM: ---

[jira] [Commented] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17185280#comment-17185280 ] Sandeep Pal commented on HBASE-24859: - [~bharathv][~shahrs87] The heap is predominantly occupied by

[jira] [Reopened] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-24 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reopened HBASE-24859: - > Remove the empty regions from the hbase mapreduce splits >

[jira] [Issue Comment Deleted] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-24 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Comment: was deleted (was: Closing this since it may lead to data misses if new data received

[jira] [Assigned] (HBASE-24439) Replication queue recovery tool for rescuing deep queues

2020-05-26 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-24439: --- Assignee: Sandeep Pal > Replication queue recovery tool for rescuing deep queues >

[jira] [Updated] (HBASE-24409) Expose a function in HBase WALKey to set the tablename

2020-05-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24409: Priority: Minor (was: Major) > Expose a function in HBase WALKey to set the tablename >

[jira] [Commented] (HBASE-24409) Expose a function in HBase WALKey to set the tablename

2020-05-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17114361#comment-17114361 ] Sandeep Pal commented on HBASE-24409: - [~apurtell] I will update shortly on this. > Expose a

[jira] [Work started] (HBASE-24859) Optimize in-memory representation of mapreduce TableSplit objects

2020-10-27 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24859 started by Sandeep Pal. --- > Optimize in-memory representation of mapreduce TableSplit objects >

[jira] [Updated] (HBASE-24859) Optimize in-memory representation for HBase map reduce table splits

2020-10-27 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Summary: Optimize in-memory representation for HBase map reduce table splits (was: Improve the

[jira] [Updated] (HBASE-24859) Improve the storage cost for HBase map reduce table splits

2020-10-27 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Summary: Improve the storage cost for HBase map reduce table splits (was: Remove the empty

[jira] [Updated] (HBASE-24859) Improve the storage cost for HBase map reduce table splits

2020-10-27 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24859: Description: It has been observed that when the table has too many regions, MR jobs consume a

[jira] [Updated] (HBASE-25193) Add support for row prefix and type in the WAL Pretty Printer

2020-10-21 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25193: Description: Currently, the WAL Pretty Printer has an option to filter the keys with an exact

[jira] [Updated] (HBASE-25193) Add support for row prefix and type in the WAL Pretty Printer and some minor fixes

2020-10-21 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25193: Summary: Add support for row prefix and type in the WAL Pretty Printer and some minor fixes

[jira] [Created] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-11 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24859: --- Summary: Remove the empty regions from the hbase mapreduce splits Key: HBASE-24859 URL: https://issues.apache.org/jira/browse/HBASE-24859 Project: HBase Issue

[jira] [Resolved] (HBASE-24859) Remove the empty regions from the hbase mapreduce splits

2020-08-11 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal resolved HBASE-24859. - Resolution: Abandoned Closing this since it may lead to data misses if new data received after

[jira] [Updated] (HBASE-24716) Do the error handling for replication admin failures

2020-07-10 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24716: Description:

[jira] [Updated] (HBASE-24716) Do the error handling for replication admin failures

2020-07-10 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24716: Description:

[jira] [Updated] (HBASE-24716) Do the error handling for replication admin failures

2020-07-10 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24716: Description:

[jira] [Created] (HBASE-24716) Do the error handling for replication admin failures

2020-07-10 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24716: --- Summary: Do the error handling for replication admin failures Key: HBASE-24716 URL: https://issues.apache.org/jira/browse/HBASE-24716 Project: HBase Issue

[jira] [Assigned] (HBASE-24543) ScheduledChore logging is too chatty, replace with metrics

2020-06-19 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-24543: --- Assignee: Sandeep Pal > ScheduledChore logging is too chatty, replace with metrics >

[jira] [Work started] (HBASE-24015) Coverage for Assign and Unassign of Regions on RegionServer on failure

2020-06-13 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24015 started by Sandeep Pal. --- > Coverage for Assign and Unassign of Regions on RegionServer on failure >

[jira] [Resolved] (HBASE-24409) Expose a function in HBase WALKey to set the tablename

2020-06-13 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal resolved HBASE-24409. - Resolution: Abandoned > Expose a function in HBase WALKey to set the tablename >

[jira] [Updated] (HBASE-24788) Zookeeper connection leakage on hbase mapreduce jobs

2020-07-28 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24788: Description: Observed the significant increase in ZK connection on performance testing on map

[jira] [Work started] (HBASE-24788) Zookeeper connection leakage on hbase mapreduce jobs

2020-07-28 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24788 started by Sandeep Pal. --- > Zookeeper connection leakage on hbase mapreduce jobs >

[jira] [Created] (HBASE-24788) Zookeeper connection leakage on hbase mapreduce jobs

2020-07-28 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-24788: --- Summary: Zookeeper connection leakage on hbase mapreduce jobs Key: HBASE-24788 URL: https://issues.apache.org/jira/browse/HBASE-24788 Project: HBase Issue

[jira] [Updated] (HBASE-24788) Zookeeper connection leakage on hbase mapreduce jobs

2020-07-28 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-24788: Description: Observed the significant increase in ZK connection on performance testing on map

[jira] [Created] (HBASE-25383) HBase doesn't update the peer config from hbase.replication.source.custom.walentryfilters if the config is already set on the peer.

2020-12-10 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25383: --- Summary: HBase doesn't update the peer config from hbase.replication.source.custom.walentryfilters if the config is already set on the peer. Key: HBASE-25383 URL:

[jira] [Updated] (HBASE-25383) HBase doesn't update and remove the peer config from hbase.replication.source.custom.walentryfilters if the config is already set on the peer.

2020-12-14 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25383: Description: Currently, we cannot update the peer-based config even if we change the value of

[jira] [Commented] (HBASE-25383) HBase doesn't update and remove the peer config from hbase.replication.source.custom.walentryfilters if the config is already set on the peer.

2020-12-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17253329#comment-17253329 ] Sandeep Pal commented on HBASE-25383: - Thanks [~vjasani], will submit a patch for branch-1 in few

[jira] [Assigned] (HBASE-25436) Backport HBASE-25383 to branch-1

2020-12-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal reassigned HBASE-25436: --- Assignee: Sandeep Pal > Backport HBASE-25383 to branch-1 >

[jira] [Work started] (HBASE-25436) Backport HBASE-25383 to branch-1

2020-12-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25436 started by Sandeep Pal. --- > Backport HBASE-25383 to branch-1 > > >

[jira] [Commented] (HBASE-24859) Optimize in-memory representation of mapreduce TableSplit objects

2020-10-30 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223865#comment-17223865 ] Sandeep Pal commented on HBASE-24859: - [~apurtell] I raised a PR for master as well

[jira] [Created] (HBASE-25222) Add a cost function to move the daughter regions of a recent split to different region servers

2020-10-27 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25222: --- Summary: Add a cost function to move the daughter regions of a recent split to different region servers Key: HBASE-25222 URL: https://issues.apache.org/jira/browse/HBASE-25222

[jira] [Created] (HBASE-25226) Optimize in-memory representation for HBase map reduce table splits for MultiTableInputFormat

2020-10-28 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25226: --- Summary: Optimize in-memory representation for HBase map reduce table splits for MultiTableInputFormat Key: HBASE-25226 URL: https://issues.apache.org/jira/browse/HBASE-25226

[jira] [Created] (HBASE-25541) In WALEntryStream, set the current path to null while dequeing the log

2021-02-01 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25541: --- Summary: In WALEntryStream, set the current path to null while dequeing the log Key: HBASE-25541 URL: https://issues.apache.org/jira/browse/HBASE-25541 Project: HBase

[jira] [Commented] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-06-09 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17360525#comment-17360525 ] Sandeep Pal commented on HBASE-25596: - [~zhangduo] This is where I think we will not replicate.   

  1   2   >