[GitHub] [hbase] skysiders commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
skysiders commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866419750 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[jira] [Commented] (HBASE-26984) Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRestartRsAction

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532650#comment-17532650 ] Hudson commented on HBASE-26984: Results for branch branch-2 [build #534 on

[jira] [Commented] (HBASE-26977) HMaster's ShutdownHook does not take effect, if tablesOnMaster is false

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532649#comment-17532649 ] Hudson commented on HBASE-26977: Results for branch branch-2 [build #534 on

[jira] [Commented] (HBASE-26995) Remove ref guide check in pre commit and nightly for branches other than master

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532648#comment-17532648 ] Hudson commented on HBASE-26995: Results for branch branch-2 [build #534 on

[jira] [Commented] (HBASE-26995) Remove ref guide check in pre commit and nightly for branches other than master

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532642#comment-17532642 ] Hudson commented on HBASE-26995: Results for branch branch-2.4 [build #346 on

[jira] [Commented] (HBASE-24408) Introduce a general 'local region' to store data on master

2022-05-05 Thread ruanhui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532612#comment-17532612 ] ruanhui commented on HBASE-24408: - I think we can store all data only accessible by master in the

[GitHub] [hbase] tomscut commented on pull request #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
tomscut commented on PR #4406: URL: https://github.com/apache/hbase/pull/4406#issuecomment-1119227058 Thanks @virajjasani for your review. -- 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

[GitHub] [hbase] bsglz commented on pull request #4390: HBASE-26987 The length of compact queue grows too big when the compac…

2022-05-05 Thread GitBox
bsglz commented on PR #4390: URL: https://github.com/apache/hbase/pull/4390#issuecomment-1119225852 > Mind explaining more about your solution? Yeah, the problem here is we put too many compactions to queue, so i think the solution for it is to find how many is suitable. Consider

[jira] [Updated] (HBASE-27001) The deleted variable cannot be printed out

2022-05-05 Thread selina.yan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] selina.yan updated HBASE-27001: --- Description: In the deleteAction method of CleanerChore class, the delete variable cannot be

[jira] [Created] (HBASE-27001) The deleted variable cannot be printed out

2022-05-05 Thread selina.yan (Jira)
selina.yan created HBASE-27001: -- Summary: The deleted variable cannot be printed out Key: HBASE-27001 URL: https://issues.apache.org/jira/browse/HBASE-27001 Project: HBase Issue Type: Bug

[GitHub] [hbase] bsglz commented on pull request #4390: HBASE-26987 The length of compact queue grows too big when the compac…

2022-05-05 Thread GitBox
bsglz commented on PR #4390: URL: https://github.com/apache/hbase/pull/4390#issuecomment-1119203753 > Mind explaining more about your solution? No problem, will add more info in issue desc. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] bsglz commented on a diff in pull request #4390: HBASE-26987 The length of compact queue grows too big when the compac…

2022-05-05 Thread GitBox
bsglz commented on code in PR #4390: URL: https://github.com/apache/hbase/pull/4390#discussion_r866444359 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java: ## @@ -347,7 +347,6 @@ public class HRegion implements HeapSize,

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532581#comment-17532581 ] Duo Zhang commented on HBASE-26999: --- OK, I think for #1, we can avoid touching files on HDFS when

[GitHub] [hbase] apurtell commented on pull request #4361: HBASE-26963 ReplicationSource#removePeer hangs if we try to remove bad peer.

2022-05-05 Thread GitBox
apurtell commented on PR #4361: URL: https://github.com/apache/hbase/pull/4361#issuecomment-1119189246 Waiting on @Apache9 , no rush here -- 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

[GitHub] [hbase] tomscut commented on pull request #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
tomscut commented on PR #4406: URL: https://github.com/apache/hbase/pull/4406#issuecomment-1119184264 Hi @elliottneilclark @virajjasani , please take a look. Thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (HBASE-24408) Introduce a general 'local region' to store data on master

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532572#comment-17532572 ] Duo Zhang commented on HBASE-24408: --- In general, we should only store the 'bootstrap' information in

[GitHub] [hbase] skysiders commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
skysiders commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866419750 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[GitHub] [hbase] skysiders commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
skysiders commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866416804 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[GitHub] [hbase] skysiders commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
skysiders commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866416804 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[GitHub] [hbase] virajjasani commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
virajjasani commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866360992 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[GitHub] [hbase] virajjasani commented on a diff in pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
virajjasani commented on code in PR #4391: URL: https://github.com/apache/hbase/pull/4391#discussion_r866360992 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java: ## @@ -355,9 +354,9 @@ private void checkStagingDir() throws IOException {

[GitHub] [hbase] Apache-HBase commented on pull request #4404: HBASE-26998 TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4404: URL: https://github.com/apache/hbase/pull/4404#issuecomment-1119093911 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 10s |

[GitHub] [hbase] Apache-HBase commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1119038618 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 46s |

[GitHub] [hbase] Apache-HBase commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1119021788 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 6s |

[jira] [Resolved] (HBASE-26984) Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRestartRsAction

2022-05-05 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaxiang Sun resolved HBASE-26984. -- Fix Version/s: 2.5.0 3.0.0-alpha-3 Resolution: Fixed > Chaos Monkey

[GitHub] [hbase] huaxiangsun merged pull request #4409: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
huaxiangsun merged PR #4409: URL: https://github.com/apache/hbase/pull/4409 -- 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] huaxiangsun merged pull request #4408: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
huaxiangsun merged PR #4408: URL: https://github.com/apache/hbase/pull/4408 -- 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] Apache-HBase commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1118870376 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 45s |

[jira] [Commented] (HBASE-24408) Introduce a general 'local region' to store data on master

2022-05-05 Thread ruanhui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532450#comment-17532450 ] ruanhui commented on HBASE-24408: - And I think the rsgroup info can also be stored in the

[jira] [Comment Edited] (HBASE-24408) Introduce a general 'local region' to store data on master

2022-05-05 Thread ruanhui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531866#comment-17531866 ] ruanhui edited comment on HBASE-24408 at 5/5/22 5:28 PM: - hi all   Since we

[jira] [Comment Edited] (HBASE-24408) Introduce a general 'local region' to store data on master

2022-05-05 Thread ruanhui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531866#comment-17531866 ] ruanhui edited comment on HBASE-24408 at 5/5/22 5:21 PM: - hi all   Since we

[GitHub] [hbase] Apache-HBase commented on pull request #4404: HBASE-26998 TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4404: URL: https://github.com/apache/hbase/pull/4404#issuecomment-1118842845 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 12s |

[GitHub] [hbase] Apache-HBase commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1118818172 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 41s |

[GitHub] [hbase] Apache-HBase commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1118806209 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 4s |

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532390#comment-17532390 ] Wellington Chevreuil commented on HBASE-26999: -- {quote} What if we fail again when rolling

[GitHub] [hbase] Apache-HBase commented on pull request #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118748313 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 40s |

[GitHub] [hbase] Apache-HBase commented on pull request #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118744604 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 16s |

[GitHub] [hbase] Apache-HBase commented on pull request #4408: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4408: URL: https://github.com/apache/hbase/pull/4408#issuecomment-1118730144 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 17s |

[GitHub] [hbase] Apache-HBase commented on pull request #4409: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4409: URL: https://github.com/apache/hbase/pull/4409#issuecomment-1118727459 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 48s |

[GitHub] [hbase] Apache-HBase commented on pull request #4408: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4408: URL: https://github.com/apache/hbase/pull/4408#issuecomment-1118718082 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 38s |

[GitHub] [hbase] Apache-HBase commented on pull request #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4406: URL: https://github.com/apache/hbase/pull/4406#issuecomment-1118711065 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 15s |

[GitHub] [hbase] Apache-HBase commented on pull request #4409: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4409: URL: https://github.com/apache/hbase/pull/4409#issuecomment-1118711305 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 10s |

[GitHub] [hbase] Apache-HBase commented on pull request #4409: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4409: URL: https://github.com/apache/hbase/pull/4409#issuecomment-1118710905 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s |

[GitHub] [hbase] Apache-HBase commented on pull request #4408: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4408: URL: https://github.com/apache/hbase/pull/4408#issuecomment-1118708459 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 46s |

[GitHub] [hbase] Apache-HBase commented on pull request #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4406: URL: https://github.com/apache/hbase/pull/4406#issuecomment-1118699735 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 34s |

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532294#comment-17532294 ] Duo Zhang commented on HBASE-26999: --- {quote} As an alternative for this immediate problem, we may keep

[GitHub] [hbase] huaxiangsun opened a new pull request, #4409: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
huaxiangsun opened a new pull request, #4409: URL: https://github.com/apache/hbase/pull/4409 …startRsAction (#4383) There are two cases here: 1. Chaos Monkey thread died and there is no chaos after that. 2. Sometimes, regions are being moved back too quick that region server

[GitHub] [hbase] huaxiangsun opened a new pull request, #4408: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
huaxiangsun opened a new pull request, #4408: URL: https://github.com/apache/hbase/pull/4408 …startRsAction (#4383) There are two cases here: 1. Chaos Monkey thread died and there is no chaos after that. 2. Sometimes, regions are being moved back too quick that region server

[GitHub] [hbase] huaxiangsun merged pull request #4383: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
huaxiangsun merged PR #4383: URL: https://github.com/apache/hbase/pull/4383 -- 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:

[jira] [Resolved] (HBASE-26943) HMaster page style display confusion

2022-05-05 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li resolved HBASE-26943. --- Hadoop Flags: Reviewed Resolution: Fixed Thanks for checking [~heliangjun], and thanks [~ndimiduk]

[jira] [Updated] (HBASE-26943) HMaster page style display confusion

2022-05-05 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li updated HBASE-26943: -- Fix Version/s: 2.6.0 Affects Version/s: 2.4.12 > HMaster page style display confusion >

[GitHub] [hbase] wchevreuil commented on pull request #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
wchevreuil commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1118618553 > As I said on the jira, please hold on merging this 'simple' PR. > > We need to discuss more here. > > Thanks~ Thanks for your comments, Duo. Just pasting the jira

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532269#comment-17532269 ] Wellington Chevreuil commented on HBASE-26999: -- {quote} The reason to change the order is

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532263#comment-17532263 ] Josh Elser commented on HBASE-26999: bq. there is no way to still allow the RS to delete any HFiles

[GitHub] [hbase] carp84 closed pull request #4397: HBASE-26977 HMaster's ShutdownHook does not take effect, if tablesOnMaster is false

2022-05-05 Thread GitBox
carp84 closed pull request #4397: HBASE-26977 HMaster's ShutdownHook does not take effect, if tablesOnMaster is false URL: https://github.com/apache/hbase/pull/4397 -- 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 #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4407: URL: https://github.com/apache/hbase/pull/4407#issuecomment-1118587679 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s |

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532246#comment-17532246 ] Duo Zhang commented on HBASE-26999: --- The reason to change the order is because when writing WAL, we

[GitHub] [hbase] Apache-HBase commented on pull request #4258: HBASE-25768 Support an overall coarse and fast balance strategy for StochasticLoadBalancer

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4258: URL: https://github.com/apache/hbase/pull/4258#issuecomment-1118540363 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 13s |

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532236#comment-17532236 ] Wellington Chevreuil commented on HBASE-26999: -- I agree the store closing logic requires

[jira] [Updated] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-26999: - Status: Patch Available (was: Open) > HStore should try write WAL compaction

[GitHub] [hbase] Apache-HBase commented on pull request #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118528210 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 5s |

[GitHub] [hbase] wchevreuil opened a new pull request, #4407: HBASE-26999 HStore should try write WAL compaction marker before repl…

2022-05-05 Thread GitBox
wchevreuil opened a new pull request, #4407: URL: https://github.com/apache/hbase/pull/4407 …acing compacted files in StoreEngine -- 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 #4258: HBASE-25768 Support an overall coarse and fast balance strategy for StochasticLoadBalancer

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4258: URL: https://github.com/apache/hbase/pull/4258#issuecomment-1118508477 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36s |

[GitHub] [hbase] Apache-HBase commented on pull request #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118494924 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 36s |

[GitHub] [hbase] Apache-HBase commented on pull request #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4406: URL: https://github.com/apache/hbase/pull/4406#issuecomment-1118484588 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 23s |

[GitHub] [hbase] tomscut opened a new pull request, #4406: HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread GitBox
tomscut opened a new pull request, #4406: URL: https://github.com/apache/hbase/pull/4406 JIRA: HBASE-27000. Block cache stats (Misses Caching) display error in RS web UI. https://user-images.githubusercontent.com/55134131/166920376-6bf4b7bc-8426-4cc7-b9e5-822f47cdf875.png;>

[jira] [Updated] (HBASE-27000) Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread Tao Li (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li updated HBASE-27000: --- Attachment: image-2022-05-05-20-11-47-884.png > Block cache stats (Misses Caching) display error in RS web

[jira] [Updated] (HBASE-27000) Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread Tao Li (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li updated HBASE-27000: --- Description: Block cache stats (Misses Caching) display error in RS web UI.

[jira] [Created] (HBASE-27000) Block cache stats (Misses Caching) display error in RS web UI

2022-05-05 Thread Tao Li (Jira)
Tao Li created HBASE-27000: -- Summary: Block cache stats (Misses Caching) display error in RS web UI Key: HBASE-27000 URL: https://issues.apache.org/jira/browse/HBASE-27000 Project: HBase Issue

[GitHub] [hbase] 2005hithlj commented on pull request #4397: HBASE-26977 HMaster's ShutdownHook does not take effect, if tablesOnMaster is false

2022-05-05 Thread GitBox
2005hithlj commented on PR #4397: URL: https://github.com/apache/hbase/pull/4397#issuecomment-1118451277 PTAL sir @carp84 , thanks. -- 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 #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118451240 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 13s |

[GitHub] [hbase] 2005hithlj commented on pull request #4377: HBASE-26977 HMaster's ShutdownHook does not take effect, if tablesOnMaster is false

2022-05-05 Thread GitBox
2005hithlj commented on PR #4377: URL: https://github.com/apache/hbase/pull/4377#issuecomment-1118448036 > The test failure is tracked by [HBASE-26998](https://issues.apache.org/jira/browse/HBASE-26998) and PR #4404 , please rebase and push the commit after #4404 is merged @2005hithlj .

[jira] [Commented] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532206#comment-17532206 ] Duo Zhang commented on HBASE-26999: --- I need to say the problem is on step 6, not the order. When we

[GitHub] [hbase] Apache-HBase commented on pull request #4403: HBASE-26342 Support custom paths of independent configuration and pool for hfile cleaner

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4403: URL: https://github.com/apache/hbase/pull/4403#issuecomment-1118432509 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 11s |

[GitHub] [hbase] Apache-HBase commented on pull request #4403: HBASE-26342 Support custom paths of independent configuration and pool for hfile cleaner

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4403: URL: https://github.com/apache/hbase/pull/4403#issuecomment-1118415156 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39s |

[jira] [Resolved] (HBASE-26995) Remove ref guide check in pre commit and nightly for branches other than master

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26995. --- Fix Version/s: 2.5.0 1.7.2 3.0.0-alpha-3

[jira] [Updated] (HBASE-26999) HStore should try write WAL compaction marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-26999: - Summary: HStore should try write WAL compaction marker before replacing

[jira] [Created] (HBASE-26999) HStore should try write WAL compact marker before replacing compacted files in StoreEngine

2022-05-05 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-26999: Summary: HStore should try write WAL compact marker before replacing compacted files in StoreEngine Key: HBASE-26999 URL:

[jira] [Resolved] (HBASE-26931) Add the information of EOL releases to our ref guide on master branch

2022-05-05 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26931. --- Fix Version/s: 3.0.0-alpha-3 Hadoop Flags: Reviewed Resolution: Fixed Merged to master.

[GitHub] [hbase] Apache9 merged pull request #4388: HBASE-26931 Add the information of EOL releases to our ref guide on m…

2022-05-05 Thread GitBox
Apache9 merged PR #4388: URL: https://github.com/apache/hbase/pull/4388 -- 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] Apache9 merged pull request #4399: HBASE-26995 Remove ref guide check in pre commit and nightly for bran…

2022-05-05 Thread GitBox
Apache9 merged PR #4399: URL: https://github.com/apache/hbase/pull/4399 -- 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] Apache-HBase commented on pull request #4404: HBASE-26998 TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4404: URL: https://github.com/apache/hbase/pull/4404#issuecomment-1118391501 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 7m 59s |

[GitHub] [hbase] Apache-HBase commented on pull request #4258: HBASE-25768 Support an overall coarse and fast balance strategy for StochasticLoadBalancer

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4258: URL: https://github.com/apache/hbase/pull/4258#issuecomment-1118360314 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s |

[GitHub] [hbase] wchevreuil commented on a diff in pull request #4383: HBASE-26984 Chaos Monkey thread dies in ITBLL Chaos GracefulRollingRe…

2022-05-05 Thread GitBox
wchevreuil commented on code in PR #4383: URL: https://github.com/apache/hbase/pull/4383#discussion_r865703721 ## backup.diff: ## @@ -0,0 +1,145 @@ +diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/GracefulRollingRestartRsAction.java

[GitHub] [hbase] Apache-HBase commented on pull request #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4405: URL: https://github.com/apache/hbase/pull/4405#issuecomment-1118323181 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 19s |

[GitHub] [hbase] skysiders commented on pull request #4391: HBASE-26994 MasterFileSystem create directory without permission check

2022-05-05 Thread GitBox
skysiders commented on PR #4391: URL: https://github.com/apache/hbase/pull/4391#issuecomment-1118299007 Hi @virajjasani , could you please take a look at this? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (HBASE-26680) Close and do not write trailer for the broken WAL writer

2022-05-05 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532132#comment-17532132 ] Xiaolin Ha commented on HBASE-26680: Thanks, [~apurtell] , I have created a PR(

[GitHub] [hbase] sunhelly opened a new pull request, #4405: HBASE-26680 Close and do not write trailer for the broken WAL writer(addendum)

2022-05-05 Thread GitBox
sunhelly opened a new pull request, #4405: URL: https://github.com/apache/hbase/pull/4405 Address the source compatibility problem caused by adding method to the LimitedPrivate(CONFIG) abstract class. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] Apache-HBase commented on pull request #4403: HBASE-26342 Support custom paths of independent configuration and pool for hfile cleaner

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4403: URL: https://github.com/apache/hbase/pull/4403#issuecomment-1118280294 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39s |

[jira] [Updated] (HBASE-26986) Trace a one-shot execution of a Master procedure

2022-05-05 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-26986: - Affects Version/s: 3.0.0-alpha-2 2.5.0 > Trace a one-shot execution of a

[jira] [Updated] (HBASE-26986) Trace a one-shot execution of a Master procedure

2022-05-05 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-26986: - Parent: (was: HBASE-26419) Issue Type: Improvement (was: Sub-task) > Trace a

[GitHub] [hbase] Apache-HBase commented on pull request #4403: HBASE-26342 Support custom paths of independent configuration and pool for hfile cleaner

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4403: URL: https://github.com/apache/hbase/pull/4403#issuecomment-1118255375 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 33s |

[GitHub] [hbase] Apache-HBase commented on pull request #4403: HBASE-26342 Support custom paths of independent configuration and pool for hfile cleaner

2022-05-05 Thread GitBox
Apache-HBase commented on PR #4403: URL: https://github.com/apache/hbase/pull/4403#issuecomment-1118241114 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39s |

[jira] [Commented] (HBASE-25768) Support an overall coarse and fast balance strategy for StochasticLoadBalancer

2022-05-05 Thread Xiaolin Ha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532088#comment-17532088 ] Xiaolin Ha commented on HBASE-25768: [~filtertip] , thanks, I think the main reason why disabled

[jira] [Work started] (HBASE-26998) TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread Yu Li (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26998 started by Yu Li. - > TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in > branch-1 >

[GitHub] [hbase] carp84 commented on pull request #4377: HBASE-26977 HMaster's ShutdownHook does not take effect, if tablesOnMaster is false

2022-05-05 Thread GitBox
carp84 commented on PR #4377: URL: https://github.com/apache/hbase/pull/4377#issuecomment-1118231315 The test failure is tracked by HBASE-26998 and PR #4404 , please rebase and push the commit after #4404 is merged @2005hithlj . -- This is an automated message from the Apache Git

[GitHub] [hbase] carp84 commented on pull request #4404: HBASE-26998 TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread GitBox
carp84 commented on PR #4404: URL: https://github.com/apache/hbase/pull/4404#issuecomment-1118229641 @Apache9 could you take a look here? Thanks. -- 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

[GitHub] [hbase] carp84 opened a new pull request, #4404: HBASE-26998 TestRegionProcessRowsWithLocks#testProcessExceptionAndRollBack is broken in branch-1

2022-05-05 Thread GitBox
carp84 opened a new pull request, #4404: URL: https://github.com/apache/hbase/pull/4404 More details please refer to JIRA description: https://issues.apache.org/jira/browse/HBASE-26998 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (HBASE-25694) Improve the shell's 'status replication' command output

2022-05-05 Thread xi chaomin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532086#comment-17532086 ] xi chaomin commented on HBASE-25694: hi, [~zhangduo] , I added the patch. > Improve the shell's

[GitHub] [hbase] xicm closed pull request #4401: Porting HBASE-25694 to 2.4

2022-05-05 Thread GitBox
xicm closed pull request #4401: Porting HBASE-25694 to 2.4 URL: https://github.com/apache/hbase/pull/4401 -- 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,

  1   2   >