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

2021-11-22 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447292#comment-17447292 ] Duo Zhang edited comment on HBASE-26468 at 11/22/21, 10:18 AM: ---

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

2021-11-22 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447292#comment-17447292 ] Duo Zhang commented on HBASE-26468: --- So which thread does not exit cleanly? > Region

[GitHub] [hbase] Apache-HBase commented on pull request #3776: HBASE-26325 Backport the HBASE-26305 to branch-1. Move NavigableSet add operation to writer thread in BucketCache

2021-11-22 Thread GitBox
Apache-HBase commented on pull request #3776: URL: https://github.com/apache/hbase/pull/3776#issuecomment-975359222 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s

[jira] [Created] (HBASE-26478) Update ref guide about the new region replication framework

2021-11-22 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26478: - Summary: Update ref guide about the new region replication framework Key: HBASE-26478 URL: https://issues.apache.org/jira/browse/HBASE-26478 Project: HBase Issue

[GitHub] [hbase] Apache-HBase commented on pull request #3868: HBASE-26475 The flush and compact methods in HTU should skip processi…

2021-11-22 Thread GitBox
Apache-HBase commented on pull request #3868: URL: https://github.com/apache/hbase/pull/3868#issuecomment-975348315 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 25

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

2021-11-22 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-26468: - Fix Version/s: 2.5.0 3.0.0-alpha-2 1.7.2

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

2021-11-22 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447284#comment-17447284 ] Viraj Jasani commented on HBASE-26468: -- FYI [~zhangduo]  > Region Server doesn't e

[GitHub] [hbase] virajjasani commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-22 Thread GitBox
virajjasani commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-975344954 Also, now I see that @shahrs87 has also updated the description of the Jira HBASE-26468 and explained what exactly goes wrong and why server stays frozen if one of the non-dae

[GitHub] [hbase] virajjasani commented on pull request #3862: HBASE-26468 Region Server doesn't exit cleanly incase it crashes.

2021-11-22 Thread GitBox
virajjasani commented on pull request #3862: URL: https://github.com/apache/hbase/pull/3862#issuecomment-975342397 > The problem here is that, why a crashed region server could return zero here? Why it does not return a non zero value? @Apache9 Regionserver doesn't crash, it exits no

[GitHub] [hbase] Apache-HBase commented on pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-22 Thread GitBox
Apache-HBase commented on pull request #3831: URL: https://github.com/apache/hbase/pull/3831#issuecomment-975339515 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33s

[jira] [Updated] (HBASE-26476) Make DefaultMemStore extensible for HStore.memstore

2021-11-22 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26476: - Status: Patch Available (was: Open) > Make DefaultMemStore extensible for HStore.memstore > --

[jira] [Updated] (HBASE-26476) Make DefaultMemStore extensible for HStore.memstore

2021-11-22 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated HBASE-26476: - Description: When {{HStore.memstore}} is {{DefaultMemStore}} , I find that it is impossible to extend

[GitHub] [hbase] nkalmar closed pull request #3737: HBASE-26340 - fix RegionSizeCalculator getLEngth to bytes instead of …

2021-11-22 Thread GitBox
nkalmar closed pull request #3737: URL: https://github.com/apache/hbase/pull/3737 -- 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: issues-unsubscr.

[GitHub] [hbase] Apache9 commented on a change in pull request #3831: HBASE-26249 Ameliorate compaction made by bul…

2021-11-22 Thread GitBox
Apache9 commented on a change in pull request #3831: URL: https://github.com/apache/hbase/pull/3831#discussion_r754069051 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionRequester.java ## @@ -44,6 +44,12 @@ void requestCompac

[GitHub] [hbase] sunhelly commented on pull request #3855: HBASE-26422 Support priority select reference files in StripeCompactionPolicy

2021-11-22 Thread GitBox
sunhelly commented on pull request #3855: URL: https://github.com/apache/hbase/pull/3855#issuecomment-975303545 The failed TestReplicationValueCompressedWAL is not relevant to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hbase] Apache9 opened a new pull request #3868: HBASe-26475 The flush and compact methods in HTU should skip processi…

2021-11-22 Thread GitBox
Apache9 opened a new pull request #3868: URL: https://github.com/apache/hbase/pull/3868 …ng secondary replicas -- 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 unsubscri

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

2021-11-22 Thread GitBox
Apache-HBase commented on pull request #3864: URL: https://github.com/apache/hbase/pull/3864#issuecomment-975243399 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33

[GitHub] [hbase] Apache-HBase commented on pull request #3864: HBASE-26416 Implement a new method for region replication instead of …

2021-11-22 Thread GitBox
Apache-HBase commented on pull request #3864: URL: https://github.com/apache/hbase/pull/3864#issuecomment-975239363 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 33s

<    1   2