[jira] [Commented] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758369#comment-17758369 ] Hudson commented on HBASE-28004: Results for branch branch-2 [build #868 on

[GitHub] [hbase] virajjasani commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
virajjasani commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1691049210 Similarly, on `testModifyTable1`, only global user is not able to scan the snapshot whereas table and namespace users are able to -- This is an automated message from the Apache Git

[jira] [Commented] (HBASE-28010) Connection attributes can become corrupted on the server side

2023-08-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758370#comment-17758370 ] Hudson commented on HBASE-28010: Results for branch branch-2 [build #868 on

[jira] [Updated] (HBASE-27999) Implement cache aware load balancer

2023-08-23 Thread Rahul Agarkar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Agarkar updated HBASE-27999: -- Attachment: (was: HBASE-27999 Cache Aware Load Balancer.docx) > Implement cache aware

[jira] [Updated] (HBASE-27999) Implement cache aware load balancer

2023-08-23 Thread Rahul Agarkar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Agarkar updated HBASE-27999: -- Description: HBase uses ephemeral cache to cache the blocks by reading them from the slow

[jira] (HBASE-27999) Implement cache aware load balancer

2023-08-23 Thread Rahul Agarkar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27999 ] Rahul Agarkar deleted comment on HBASE-27999: --- was (Author: ragarkar): A design document for this balancer can be found at

[jira] [Commented] (HBASE-27999) Implement cache aware load balancer

2023-08-23 Thread Rahul Agarkar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758364#comment-17758364 ] Rahul Agarkar commented on HBASE-27999: --- A design document for this balancer can be found at

[GitHub] [hbase] virajjasani commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
virajjasani commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1691043369 @mymeiyi could you please take a look at `TestSnapshotScannerHDFSAclController`? it seems that after atomic rename of snapshot dirs, global user is unable to access snapshot, in case

[GitHub] [hbase] virajjasani commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
virajjasani commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1691032060 `TestSnapshotScannerHDFSAclController` needs some work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1691008901 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s |

[GitHub] [hbase] ddupg commented on a diff in pull request #5357: HBASE-28028 Read all compressed bytes to a byte array before submitti…

2023-08-23 Thread via GitHub
ddupg commented on code in PR #5357: URL: https://github.com/apache/hbase/pull/5357#discussion_r1303788388 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/CompressionContext.java: ## @@ -115,13 +114,11 @@ public void decompress(InputStream in, int

[jira] [Updated] (HBASE-28043) Reduce seeks from beginning of block in StoreFileScanner.seekToPreviousRow

2023-08-23 Thread Becker Ewing (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Becker Ewing updated HBASE-28043: - Description: Currently, for non-RIV1 DBE encodings, each call to

[jira] [Created] (HBASE-28043) Reduce seeks from beginning of block in StoreFileScanner.seekToPreviousRow

2023-08-23 Thread Becker Ewing (Jira)
Becker Ewing created HBASE-28043: Summary: Reduce seeks from beginning of block in StoreFileScanner.seekToPreviousRow Key: HBASE-28043 URL: https://issues.apache.org/jira/browse/HBASE-28043 Project:

[jira] [Assigned] (HBASE-28043) Reduce seeks from beginning of block in StoreFileScanner.seekToPreviousRow

2023-08-23 Thread Becker Ewing (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Becker Ewing reassigned HBASE-28043: Assignee: Becker Ewing > Reduce seeks from beginning of block in

[GitHub] [hbase] Apache-HBase commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1690902851 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 31s |

[GitHub] [hbase] Apache-HBase commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1690880891 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33s |

[GitHub] [hbase] Apache-HBase commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1690872763 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

[GitHub] [hbase] Apache-HBase commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1690729375 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 31s |

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1690703729 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s |

[jira] [Commented] (HBASE-28042) Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758257#comment-17758257 ] Viraj Jasani commented on HBASE-28042: -- Thanks to [~ukumar] for the detailed find > Snapshot

[jira] [Commented] (HBASE-21098) Improve Snapshot Performance with Temporary Snapshot Directory when rootDir on S3

2023-08-23 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17758251#comment-17758251 ] Viraj Jasani commented on HBASE-21098: -- Can someone please provide a review of HBASE-28042? PR:

[GitHub] [hbase] virajjasani commented on pull request #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
virajjasani commented on PR #5369: URL: https://github.com/apache/hbase/pull/5369#issuecomment-1690692875 FYI @ujjawal4046 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [hbase] virajjasani opened a new pull request, #5369: HBASE-28042 Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread via GitHub
virajjasani opened a new pull request, #5369: URL: https://github.com/apache/hbase/pull/5369 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[jira] [Created] (HBASE-28042) Snapshot corruptions due to non-atomic rename within same filesystem

2023-08-23 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-28042: Summary: Snapshot corruptions due to non-atomic rename within same filesystem Key: HBASE-28042 URL: https://issues.apache.org/jira/browse/HBASE-28042 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1690676127 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 43s |

[GitHub] [hbase] Apache-HBase commented on pull request #5368: HBASE-27861 Increases the concurrency of off-peak compactions

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5368: URL: https://github.com/apache/hbase/pull/5368#issuecomment-1690443907 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s |

[GitHub] [hbase] Apache-HBase commented on pull request #5368: HBASE-27861 Increases the concurrency of off-peak compactions

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5368: URL: https://github.com/apache/hbase/pull/5368#issuecomment-1690441921 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 44s |

[jira] [Resolved] (HBASE-28010) Connection attributes can become corrupted on the server side

2023-08-23 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault resolved HBASE-28010. --- Fix Version/s: 3.0.0-beta-1 Resolution: Fixed > Connection attributes can

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1690414591 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 32s |

[GitHub] [hbase] Apache-HBase commented on pull request #5361: HBASE-27717 Add rsgroup name for dead region servers on master UI

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5361: URL: https://github.com/apache/hbase/pull/5361#issuecomment-1690402075 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s |

[GitHub] [hbase] Apache-HBase commented on pull request #5361: HBASE-27717 Add rsgroup name for dead region servers on master UI

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5361: URL: https://github.com/apache/hbase/pull/5361#issuecomment-1690387746 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 41s |

[GitHub] [hbase] rmdmattingly commented on pull request #5366: HBASE-28010: Prevent connection attribute corruption

2023-08-23 Thread via GitHub
rmdmattingly commented on PR #5366: URL: https://github.com/apache/hbase/pull/5366#issuecomment-1690346853 Test failures don't seem relevant: ``` [ERROR] Errors: [ERROR] org.apache.hadoop.hbase.TestZooKeeper.null [ERROR] Run 1: TestZooKeeper.after:110->Object.wait:-2 »

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1690316510 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 35s |

[jira] [Updated] (HBASE-27961) [HBCK2] Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-27961: --- Description: While trying to run assigns command with a huge list of region, it fails with CTE.

[jira] [Updated] (HBASE-27961) [HBCK2] Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-27961: --- Description: While trying to run assigns command with a huge list of region, it fails with CTE.

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1690292986 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 43s |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#issuecomment-1690289573 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] NihalJain commented on pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#issuecomment-1690281118 Based on code, I was able to identify 3 commands: `assigns`, `unassigns` and `bypass`, which should have batching in case large list of input is passed and have made a

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303266290 ## hbase-hbck2/README.md: ## @@ -156,13 +157,18 @@ Command: If -i or --inputFiles is specified, pass one or more input file names. Each file

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303265833 ## hbase-hbck2/README.md: ## @@ -173,6 +179,10 @@ Command: If -i or --inputFiles is specified, pass one or more input file names. Each file

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303243901 ## hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java: ## @@ -450,42 +461,82 @@ List>> addMissingRegionsInMetaForTables(String... nameSpaceO }

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303238782 ## hbase-hbck2/README.md: ## @@ -156,13 +157,18 @@ Command: If -i or --inputFiles is specified, pass one or more input file names. Each file

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#issuecomment-1690245236 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303249086 ## hbase-hbck2/README.md: ## @@ -173,6 +179,10 @@ Command: If -i or --inputFiles is specified, pass one or more input file names. Each file

[GitHub] [hbase] Apache-HBase commented on pull request #5366: HBASE-28010: Prevent connection attribute corruption

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5366: URL: https://github.com/apache/hbase/pull/5366#issuecomment-1690241249 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 10s |

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303243901 ## hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java: ## @@ -450,42 +461,82 @@ List>> addMissingRegionsInMetaForTables(String... nameSpaceO }

[GitHub] [hbase] Apache-HBase commented on pull request #5366: HBASE-28010: Prevent connection attribute corruption

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5366: URL: https://github.com/apache/hbase/pull/5366#issuecomment-1690236008 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 12s |

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303241904 ## hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java: ## @@ -450,42 +461,82 @@ List>> addMissingRegionsInMetaForTables(String... nameSpaceO }

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on code in PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303238782 ## hbase-hbck2/README.md: ## @@ -156,13 +157,18 @@ Command: If -i or --inputFiles is specified, pass one or more input file names. Each file

[jira] [Updated] (HBASE-27961) [HBCK2] Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-27961: --- Status: Patch Available (was: In Progress) Raised PR! > [HBCK2] Running assigns/unassigns command

[GitHub] [hbase-operator-tools] NihalJain commented on pull request #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain commented on PR #135: URL: https://github.com/apache/hbase-operator-tools/pull/135#issuecomment-1690226389 In order to test the change build codebase locally and deployed hbck2 jar on a real cluster running 2.5x. For overall tool tested following: - Run help and ensure

[GitHub] [hbase-operator-tools] NihalJain opened a new pull request, #135: HBASE-27961 Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread via GitHub
NihalJain opened a new pull request, #135: URL: https://github.com/apache/hbase-operator-tools/pull/135 - Add supports for batching in following commands: assigns, unassigns and bypass - Update the command help appropriately - Sync README.md with updated command help -- This is an

[jira] [Resolved] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-28004. -- Resolution: Fixed > Persistent cache map can get corrupt if crash happens

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Fix Version/s: 2.6.0 > Persistent cache map can get corrupt if crash happens

[GitHub] [hbase] Apache-HBase commented on pull request #5368: HBASE-27861 Increases the concurrency of off-peak compactions

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5368: URL: https://github.com/apache/hbase/pull/5368#issuecomment-1690162858 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 50s |

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Fix Version/s: 3.0.0-beta-1 > Persistent cache map can get corrupt if crash

[jira] [Work started] (HBASE-27961) [HBCK2] Running assigns/unassigns command with large number of files/regions throws CallTimeoutException

2023-08-23 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-27961 started by Nihal Jain. -- > [HBCK2] Running assigns/unassigns command with large number of files/regions >

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Affects Version/s: 3.0.0-alpha-4 > Persistent cache map can get corrupt if

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Affects Version/s: (was: 3.0.0) > Persistent cache map can get corrupt if

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Fix Version/s: 4.0.0-alpha-1 (was: 3.0.0) > Persistent

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Affects Version/s: 2.6.0 4.0.0-alpha-1 > Persistent

[GitHub] [hbase] Apache-HBase commented on pull request #5361: HBASE-27717 Add rsgroup name for dead region servers on master UI

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5361: URL: https://github.com/apache/hbase/pull/5361#issuecomment-1690070581 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s |

[GitHub] [hbase] ZhangIssac closed pull request #4670: HBASE-27237 Address is shoule be case insensitive

2023-08-23 Thread via GitHub
ZhangIssac closed pull request #4670: HBASE-27237 Address is shoule be case insensitive URL: https://github.com/apache/hbase/pull/4670 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [hbase] Apache-HBase commented on pull request #5353: HBASE-26867 Introduce a FlushProcedure

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5353: URL: https://github.com/apache/hbase/pull/5353#issuecomment-1689966195 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 32s |

[jira] [Resolved] (HBASE-28041) Rebase HBASE-27389 branch with master and fix conflicts

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-28041. -- Resolution: Fixed Rebased and fixed conflicts. > Rebase HBASE-27389 branch

[GitHub] [hbase] wchevreuil merged pull request #5367: HBASE-28041 Rebase HBASE-27389 branch with master and fix conflicts

2023-08-23 Thread via GitHub
wchevreuil merged PR #5367: URL: https://github.com/apache/hbase/pull/5367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] wchevreuil closed pull request #5367: HBASE-28041 Rebase HBASE-27389 branch with master and fix conflicts

2023-08-23 Thread via GitHub
wchevreuil closed pull request #5367: HBASE-28041 Rebase HBASE-27389 branch with master and fix conflicts URL: https://github.com/apache/hbase/pull/5367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [hbase] Apache-HBase commented on pull request #5366: HBASE-28010: Prevent connection attribute corruption

2023-08-23 Thread via GitHub
Apache-HBase commented on PR #5366: URL: https://github.com/apache/hbase/pull/5366#issuecomment-1689886014 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

[GitHub] [hbase] wchevreuil opened a new pull request, #5367: HBASE-28041 Rebase HBASE-27389 branch with master and fix conflicts

2023-08-23 Thread via GitHub
wchevreuil opened a new pull request, #5367: URL: https://github.com/apache/hbase/pull/5367 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[jira] [Updated] (HBASE-28041) Rebase HBASE-27389 branch with master and fix conflicts

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28041: - Summary: Rebase HBASE-27389 branch with master and fix conflicts (was: Rebase

[GitHub] [hbase] NihalJain commented on pull request #5365: [DO_NOT_MERGE] HBASE-28035 ConnectionFactory.createConnection does not work with any…

2023-08-23 Thread via GitHub
NihalJain commented on PR #5365: URL: https://github.com/apache/hbase/pull/5365#issuecomment-1689707911 As seen in https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5365/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-server.txt the new test fails due to the

[GitHub] [hbase] NihalJain commented on pull request #5364: HBASE-27966 HBase Master/RS JVM metrics populated incorrectly

2023-08-23 Thread via GitHub
NihalJain commented on PR #5364: URL: https://github.com/apache/hbase/pull/5364#issuecomment-1689705514 > For this particular issue, I usually just edit locally after cherry picking, and commit with the fix applied. Thank you @bbeaudreault for clarifying. -- This is an automated

[jira] [Created] (HBASE-28041) Rebase HBASE-27389 branch with master

2023-08-23 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-28041: Summary: Rebase HBASE-27389 branch with master Key: HBASE-28041 URL: https://issues.apache.org/jira/browse/HBASE-28041 Project: HBase Issue

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Fix Version/s: 3.0.0 > Persistent cache map can get corrupt if crash happens

[jira] [Updated] (HBASE-28004) Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28004: - Affects Version/s: 3.0.0 > Persistent cache map can get corrupt if crash

[GitHub] [hbase] wchevreuil merged pull request #5341: HBASE-28004 Persistent cache map can get corrupt if crash happens midway through the write

2023-08-23 Thread via GitHub
wchevreuil merged PR #5341: URL: https://github.com/apache/hbase/pull/5341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: