[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861502072 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollProcedure.java: ## @@ -0,0 +1,168 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

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

2022-04-28 Thread kangTwang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529818#comment-17529818 ] kangTwang commented on HBASE-25768: --- [~Xiaolin Ha]  Will there be a patch of HBase 2.1

[GitHub] [hbase] Apache-HBase commented on pull request #4385: HBASE-26989 TestStochasticLoadBalancer fixes for performance and consistency

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

[GitHub] [hbase] Apache-HBase commented on pull request #4385: HBASE-26989 TestStochasticLoadBalancer fixes for performance and consistency

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

[GitHub] [hbase] Apache-HBase commented on pull request #4385: HBASE-26989 TestStochasticLoadBalancer fixes for performance and consistency

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4385: URL: https://github.com/apache/hbase/pull/4385#issuecomment-1112928596 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4384: URL: https://github.com/apache/hbase/pull/4384#issuecomment-1112915158 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 47s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4384: URL: https://github.com/apache/hbase/pull/4384#issuecomment-1112915137 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 14s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4384: URL: https://github.com/apache/hbase/pull/4384#issuecomment-1112913436 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 14s | Docke

[GitHub] [hbase] d-c-manning opened a new pull request, #4385: HBASE-26989 TestStochasticLoadBalancer fixes for performance and consistency

2022-04-28 Thread GitBox
d-c-manning opened a new pull request, #4385: URL: https://github.com/apache/hbase/pull/4385 [HBASE-26989](https://issues.apache.org/jira/browse/HBASE-26989) When running the tests locally, I see these runtime improvements: `testNeedBalance`: from 120 seconds to 11 seconds `testS

[jira] [Commented] (HBASE-26989) TestStochasticLoadBalancer has some slow methods, and inconsistent set, reset, unset of configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529794#comment-17529794 ] David Manning commented on HBASE-26989: --- When running the tests locally, I see the

[jira] [Commented] (HBASE-26980) Update javadoc of BucketCache.java

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529790#comment-17529790 ] Hudson commented on HBASE-26980: Results for branch branch-2 [build #527 on bui

[jira] [Commented] (HBASE-26975) Add on heap and off heap memstore info in rs web UI

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529791#comment-17529791 ] Hudson commented on HBASE-26975: Results for branch branch-2 [build #527 on bui

[jira] [Commented] (HBASE-26979) StoreFileListFile logs frequent stacktraces at INFO level

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529789#comment-17529789 ] Hudson commented on HBASE-26979: Results for branch branch-2 [build #527 on bui

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4384: URL: https://github.com/apache/hbase/pull/4384#issuecomment-1112901805 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 54s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

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

[GitHub] [hbase] Apache-HBase commented on pull request #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4384: URL: https://github.com/apache/hbase/pull/4384#issuecomment-1112898574 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 9s | Docke

[jira] [Created] (HBASE-26989) TestStochasticLoadBalancer has some slow methods, and inconsistent set, reset, unset of configuration

2022-04-28 Thread David Manning (Jira)
David Manning created HBASE-26989: - Summary: TestStochasticLoadBalancer has some slow methods, and inconsistent set, reset, unset of configuration Key: HBASE-26989 URL: https://issues.apache.org/jira/browse/HBASE-

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

2022-04-28 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529777#comment-17529777 ] Zheng Wang commented on HBASE-25768: I encountered similar issue recently, a cluster

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

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4383: URL: https://github.com/apache/hbase/pull/4383#issuecomment-1112889276 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 40s | Docker

[jira] [Commented] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529774#comment-17529774 ] David Manning commented on HBASE-26988: --- I guess this behavior would apply to a lo

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

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

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Status: Patch Available (was: Open) > Balancer should reset to default setting for hbase.mast

[GitHub] [hbase] d-c-manning opened a new pull request, #4384: HBASE-26988 dynamic configuration of loadbalance.bytable

2022-04-28 Thread GitBox
d-c-manning opened a new pull request, #4384: URL: https://github.com/apache/hbase/pull/4384 [HBASE-26988](https://issues.apache.org/jira/browse/HBASE-26988) Some tests call `conf.unset(HConstants.HBASE_MASTER_LOADBALANCE_BYTABLE);` but that only works if dynamic reconfiguration will

[jira] [Commented] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529772#comment-17529772 ] David Manning commented on HBASE-26988: --- I randomly didn't notice it when running

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[jira] [Commented] (HBASE-26980) Update javadoc of BucketCache.java

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529765#comment-17529765 ] Hudson commented on HBASE-26980: Results for branch branch-2.4 [build #340 on b

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[jira] [Updated] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-26988: -- Description: # Set {{hbase.master.loadbalance.bytable}} to {{true}} in {{hbase-site.xml}} # St

[jira] [Created] (HBASE-26988) Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration

2022-04-28 Thread David Manning (Jira)
David Manning created HBASE-26988: - Summary: Balancer should reset to default setting for hbase.master.loadbalance.bytable if dynamically reloading configuration Key: HBASE-26988 URL: https://issues.apache.org/jir

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

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

[jira] [Updated] (HBASE-26987) The length of compact queue too big when the compacting is slow

2022-04-28 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-26987: --- Description: For some system compaction, we set the selectNow to false, so the file selecting will

[jira] [Commented] (HBASE-26987) The length of compact queue too big when the compacting is slow

2022-04-28 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529724#comment-17529724 ] Zheng Wang commented on HBASE-26987: Before this issue resolved, i think we should h

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

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

[jira] [Updated] (HBASE-26987) The length of compact queue too big when the compacting is slow

2022-04-28 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-26987: --- Summary: The length of compact queue too big when the compacting is slow (was: The length of compac

[jira] [Created] (HBASE-26987) The length of compact queue will be wrong when the compacting is slow

2022-04-28 Thread Zheng Wang (Jira)
Zheng Wang created HBASE-26987: -- Summary: The length of compact queue will be wrong when the compacting is slow Key: HBASE-26987 URL: https://issues.apache.org/jira/browse/HBASE-26987 Project: HBase

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

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4383: URL: https://github.com/apache/hbase/pull/4383#issuecomment-1112818326 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 7m 39s | Docker

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

2022-04-28 Thread GitBox
huaxiangsun opened a new pull request, #4383: URL: https://github.com/apache/hbase/pull/4383 …startRsAction 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 has not f

[GitHub] [hbase] Apache9 merged pull request #4360: HBASE-26932 Skip generating ref guide when running 'mvn site' on bran…

2022-04-28 Thread GitBox
Apache9 merged PR #4360: URL: https://github.com/apache/hbase/pull/4360 -- 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...@hbase.apache.

[GitHub] [hbase] Apache9 merged pull request #4354: HBASE-26917 Do not add --threads when running 'mvn site'

2022-04-28 Thread GitBox
Apache9 merged PR #4354: URL: https://github.com/apache/hbase/pull/4354 -- 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...@hbase.apache.

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4382: URL: https://github.com/apache/hbase/pull/4382#issuecomment-1112758423 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 24s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4382: URL: https://github.com/apache/hbase/pull/4382#issuecomment-1112702429 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 19s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4382: URL: https://github.com/apache/hbase/pull/4382#issuecomment-1112697439 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docker

[jira] [Updated] (HBASE-22349) Stochastic Load Balancer skips balancing when node is replaced in cluster

2022-04-28 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-22349: Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Pa

[GitHub] [hbase] Apache-HBase commented on pull request #4382: HBASE-26925 Create WAL event tracker table to track all the WAL events.

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4382: URL: https://github.com/apache/hbase/pull/4382#issuecomment-1112690468 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 57s | Docker

[jira] [Updated] (HBASE-22349) Stochastic Load Balancer skips balancing when node is replaced in cluster

2022-04-28 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-22349: -- Release Note: StochasticLoadBalancer now respects the hbase.regions.slop configuration value a

[jira] [Commented] (HBASE-26979) StoreFileListFile logs frequent stacktraces at INFO level

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529605#comment-17529605 ] Hudson commented on HBASE-26979: Results for branch branch-2.5 [build #105 on b

[GitHub] [hbase] apurtell merged pull request #4371: HBASE-22349 slop in StochasticLoadBalancer

2022-04-28 Thread GitBox
apurtell merged PR #4371: URL: https://github.com/apache/hbase/pull/4371 -- 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...@hbase.apache

[GitHub] [hbase] d-c-manning commented on pull request #4371: HBASE-22349 slop in StochasticLoadBalancer

2022-04-28 Thread GitBox
d-c-manning commented on PR #4371: URL: https://github.com/apache/hbase/pull/4371#issuecomment-1112576300 Oops, missed the whitespace comment. Will fix. -- 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

[jira] [Updated] (HBASE-22349) Stochastic Load Balancer skips balancing when node is replaced in cluster

2022-04-28 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-22349: Fix Version/s: 2.5.0 3.0.0-alpha-3 > Stochastic Load Balancer s

[GitHub] [hbase] d-c-manning commented on pull request #4371: HBASE-22349 slop in StochasticLoadBalancer

2022-04-28 Thread GitBox
d-c-manning commented on PR #4371: URL: https://github.com/apache/hbase/pull/4371#issuecomment-1112567802 test failures don't appear to be related. -- 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] Apache-HBase commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

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

[GitHub] [hbase] Apache-HBase commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4381: URL: https://github.com/apache/hbase/pull/4381#issuecomment-1112556002 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 7s | Docke

[jira] [Commented] (HBASE-26979) StoreFileListFile logs frequent stacktraces at INFO level

2022-04-28 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529589#comment-17529589 ] Hudson commented on HBASE-26979: Results for branch master [build #573 on build

[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861098585 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java: ## @@ -171,7 +199,20 @@ private boolean isBackupEnabled() { }

[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861097559 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/regionserver/LogRollCallable.java: ## @@ -0,0 +1,69 @@ +/** + * Licensed to the Apache Software Foundation (

[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861096670 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/RSLogRollProcedure.java: ## @@ -0,0 +1,175 @@ +/** + * Licensed to the Apache Software Foundation (AS

[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861096093 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/RSLogRollProcedure.java: ## @@ -0,0 +1,175 @@ +/** + * Licensed to the Apache Software Foundation (AS

[GitHub] [hbase] frostruan commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
frostruan commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861095099 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/util/BackupUtils.java: ## @@ -746,4 +767,78 @@ public static String findMostRecentBackupId(String[] backupI

[GitHub] [hbase] Apache-HBase commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4381: URL: https://github.com/apache/hbase/pull/4381#issuecomment-1112394771 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 12s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4342: HBASE-26648 Improve fidelity of RegionLocator spans

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4342: URL: https://github.com/apache/hbase/pull/4342#issuecomment-1112367601 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 17s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4342: HBASE-26648 Improve fidelity of RegionLocator spans

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

[GitHub] [hbase] Apache9 commented on a diff in pull request #4367: HBASE-26974 Introduce a LogRollProcedure

2022-04-28 Thread GitBox
Apache9 commented on code in PR #4367: URL: https://github.com/apache/hbase/pull/4367#discussion_r861028170 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollProcedure.java: ## @@ -0,0 +1,168 @@ +/** + * Licensed to the Apache Software Foundation (ASF) u

[GitHub] [hbase] Apache-HBase commented on pull request #4380: Backport "HBASE-26648 Improve fidelity of RegionLocator spans" to branch-2

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

[GitHub] [hbase] ndimiduk commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

2022-04-28 Thread GitBox
ndimiduk commented on PR #4381: URL: https://github.com/apache/hbase/pull/4381#issuecomment-1112346984 FYI, I make only the most trivial effort to deconstruct the details of a procedure onto span attributes. I could see this becoming much more involved, by translating many of the internal d

[GitHub] [hbase] Apache-HBase commented on pull request #4380: Backport "HBASE-26648 Improve fidelity of RegionLocator spans" to branch-2

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4380: URL: https://github.com/apache/hbase/pull/4380#issuecomment-1112344110 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 53s | Docker

[GitHub] [hbase] ndimiduk commented on pull request #4381: HBASE-26986 Trace Master Procedure Execution

2022-04-28 Thread GitBox
ndimiduk commented on PR #4381: URL: https://github.com/apache/hbase/pull/4381#issuecomment-1112344031 This gives us nicely contained traces like this, ``` ├─ [spanId=52131d42d4b9b99a,name=TransitRegionStateProcedure table=testCreateOpenDeleteTableSpans, region=dcbb606f964a33df720cae68

[jira] [Updated] (HBASE-26986) Trace Master Procedure Execution

2022-04-28 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: - Status: Patch Available (was: In Progress) > Trace Master Procedure Execution > ---

[GitHub] [hbase] ndimiduk opened a new pull request, #4381: HBASE-26986 Trace Master Procedure Execution

2022-04-28 Thread GitBox
ndimiduk opened a new pull request, #4381: URL: https://github.com/apache/hbase/pull/4381 This one adds a tracing context to the Master's ProcedureV2 execution. This ties all the spans that result from a procedure execution back to a procedure by name. -- This is an automated message fro

[jira] [Work started] (HBASE-26986) Trace Master Procedure Execution

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26986 started by Nick Dimiduk. > Trace Master Procedure Execution > > >

[jira] [Assigned] (HBASE-26366) ZK interaction during Master startup produces loads of root-less spans

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-26366: Assignee: Nick Dimiduk > ZK interaction during Master startup produces loads of root-less

[jira] [Work started] (HBASE-26366) ZK interaction during Master startup produces loads of root-less spans

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26366 started by Nick Dimiduk. > ZK interaction during Master startup produces loads of root-less spans >

[jira] [Created] (HBASE-26986) Trace Master Procedure Execution

2022-04-28 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-26986: Summary: Trace Master Procedure Execution Key: HBASE-26986 URL: https://issues.apache.org/jira/browse/HBASE-26986 Project: HBase Issue Type: Sub-task

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

2022-04-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529488#comment-17529488 ] Duo Zhang commented on HBASE-25694: --- Mind providing a patch for branch-2.x? The patch

[jira] [Resolved] (HBASE-26975) Add on heap and off heap memstore info in rs web UI

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

[jira] [Resolved] (HBASE-26980) Update javadoc of BucketCache.java

2022-04-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26980. --- Fix Version/s: 2.5.0 3.0.0-alpha-3 2.4.12 Hadoop Flags: Re

[jira] [Updated] (HBASE-26980) Update javadoc of BucketCache.java

2022-04-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26980: -- Component/s: documentation > Update javadoc of BucketCache.java > -- >

[GitHub] [hbase] Apache9 merged pull request #4272: HBASE-25694, Improve the shell's 'status replication' command output

2022-04-28 Thread GitBox
Apache9 merged PR #4272: URL: https://github.com/apache/hbase/pull/4272 -- 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...@hbase.apache.

[GitHub] [hbase] Apache9 merged pull request #4374: HBASE-26980 Update javadoc of BucketCache.java

2022-04-28 Thread GitBox
Apache9 merged PR #4374: URL: https://github.com/apache/hbase/pull/4374 -- 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...@hbase.apache.

[GitHub] [hbase] Apache9 merged pull request #4368: HBASE-26975 Add on heap and off heap memstore info in rs web UI

2022-04-28 Thread GitBox
Apache9 merged PR #4368: URL: https://github.com/apache/hbase/pull/4368 -- 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...@hbase.apache.

[GitHub] [hbase] Apache9 commented on pull request #3999: HBASE-26645 Upgrade create-release to use JDK11

2022-04-28 Thread GitBox
Apache9 commented on PR #3999: URL: https://github.com/apache/hbase/pull/3999#issuecomment-1112320973 https://issues.apache.org/jira/browse/HBASE-25983 Seems we can not do release with JDK11 because we can not build the javadoc... -- This is an automated message from the Apache Git

[jira] [Resolved] (HBASE-26978) Update inmemory_compaction.adoc

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

[GitHub] [hbase] Apache9 merged pull request #4372: HBASE-26978 Update inmemory_compaction.adoc

2022-04-28 Thread GitBox
Apache9 merged PR #4372: URL: https://github.com/apache/hbase/pull/4372 -- 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...@hbase.apache.

[GitHub] [hbase] Apache9 commented on pull request #4355: HBASE-26960 Another case for unnecessary replication suspending in Re…

2022-04-28 Thread GitBox
Apache9 commented on PR #4355: URL: https://github.com/apache/hbase/pull/4355#issuecomment-1112307981 Oh, at least for calling writeFlushRequestMarkerToWAL, we do have a MVCC.WriteEntry... So let's pass it in to the method and also add the WALEntry to RegionReplicationSink. An

[jira] [Updated] (HBASE-26967) FilterList with FuzzyRowFilter and SingleColumnValueFilter evaluated with operator MUST_PASS_ONE doesn't work as expected

2022-04-28 Thread Boris (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris updated HBASE-26967: -- Priority: Blocker (was: Major) > FilterList with FuzzyRowFilter and SingleColumnValueFilter evaluated with >

[GitHub] [hbase] Apache-HBase commented on pull request #4342: HBASE-26648 Improve fidelity of RegionLocator spans

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4342: URL: https://github.com/apache/hbase/pull/4342#issuecomment-1112166077 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 43s | Docke

[jira] [Commented] (HBASE-22972) [JDK11] Support JDK11 LTS in HBase

2022-04-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529418#comment-17529418 ] Duo Zhang commented on HBASE-22972: --- Building with JDK11 only can make our toolchain a

[GitHub] [hbase] Apache-HBase commented on pull request #4380: Backport "HBASE-26648 Improve fidelity of RegionLocator spans" to branch-2

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4380: URL: https://github.com/apache/hbase/pull/4380#issuecomment-1112162303 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 50s | Docke

[jira] [Resolved] (HBASE-26721) Traces of async chains result in arbitrarily deep trace stack

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-26721. -- Resolution: Cannot Reproduce I think this was an issue primarily in the implementation of trac

[jira] [Updated] (HBASE-26648) Improve fidelity of RegionLocator spans

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-26648: - Status: Patch Available (was: In Progress) > Improve fidelity of RegionLocator spans >

[GitHub] [hbase] ndimiduk commented on pull request #4342: HBASE-26648 Improve fidelity of RegionLocator spans

2022-04-28 Thread GitBox
ndimiduk commented on PR #4342: URL: https://github.com/apache/hbase/pull/4342#issuecomment-1112122850 Rebased. branch-2 backport is posted on #4380 -- 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

[GitHub] [hbase] ndimiduk opened a new pull request, #4380: Backport "HBASE-26648 Improve fidelity of RegionLocator spans" to branch-2

2022-04-28 Thread GitBox
ndimiduk opened a new pull request, #4380: URL: https://github.com/apache/hbase/pull/4380 Signed-off-by: Duo Zhang -- 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 unsub

[jira] [Commented] (HBASE-22972) [JDK11] Support JDK11 LTS in HBase

2022-04-28 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529382#comment-17529382 ] Nick Dimiduk commented on HBASE-22972: -- [~tamaas] As long as a given HBase branch s

[GitHub] [hbase] Apache-HBase commented on pull request #4378: HBASE-26983 Upgrade JRuby to 9.3.4.0

2022-04-28 Thread GitBox
Apache-HBase commented on PR #4378: URL: https://github.com/apache/hbase/pull/4378#issuecomment-936500 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 35s | Docker