[jira] [Updated] (HBASE-26302) Due to many procedures reload from master:store, hmaster takes too much time to initialize

2021-09-27 Thread bolao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bolao updated HBASE-26302: -- Description:       when the hbase restart, we found hmaster takes much time to initialize. we add some logs f

[jira] [Updated] (HBASE-26302) Due to many procedures reload from master:store, hmaster takes too much time to initialize

2021-09-27 Thread bolao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bolao updated HBASE-26302: -- Description:       when the hbase restart, we found hmaster takes much time to initialize. we add some logs f

[jira] [Created] (HBASE-26302) Due to many procedures reload from master:store, hmaster takes too much time to initialize

2021-09-27 Thread bolao (Jira)
bolao created HBASE-26302: - Summary: Due to many procedures reload from master:store, hmaster takes too much time to initialize Key: HBASE-26302 URL: https://issues.apache.org/jira/browse/HBASE-26302 Project:

[GitHub] [hbase] Apache-HBase commented on pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3703: URL: https://github.com/apache/hbase/pull/3703#issuecomment-928438594 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 10

[jira] [Comment Edited] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421083#comment-17421083 ] Tak-Lon (Stephen) Wu edited comment on HBASE-26299 at 9/27/21, 11:22 PM: -

[GitHub] [hbase] Apache-HBase commented on pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3703: URL: https://github.com/apache/hbase/pull/3703#issuecomment-928431257 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 6

[GitHub] [hbase] taklwu commented on pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

2021-09-27 Thread GitBox
taklwu commented on pull request #3703: URL: https://github.com/apache/hbase/pull/3703#issuecomment-928430103 meanwhile I found the tests for async connection does not fail e.g. `AsyncConnectionImpl` , it should be related to the sync implementation with [`ConnectionImplementation`](https:

[GitHub] [hbase] Apache-HBase commented on pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

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

[jira] [Commented] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421083#comment-17421083 ] Tak-Lon (Stephen) Wu commented on HBASE-26299: -- The problem was the race co

[jira] [Work started] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26299 started by Tak-Lon (Stephen) Wu. > Fix TestHTableTracing.testTableClose for nightly build of bra

[jira] [Assigned] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tak-Lon (Stephen) Wu reassigned HBASE-26299: Assignee: Tak-Lon (Stephen) Wu > Fix TestHTableTracing.testTableClose for

[GitHub] [hbase] taklwu commented on pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

2021-09-27 Thread GitBox
taklwu commented on pull request #3703: URL: https://github.com/apache/hbase/pull/3703#issuecomment-928399648 Build locally with hadoop3 profile with the following command and hbase-client test passed ``` mvn --batch-mode --threads=2 -DHBasePatchProcess \ -Dhadoop.profile=3.0

[GitHub] [hbase] taklwu opened a new pull request #3703: HBASE-26299 Fix TestHTableTracing.testTableClose for nightly build of…

2021-09-27 Thread GitBox
taklwu opened a new pull request #3703: URL: https://github.com/apache/hbase/pull/3703 … branch-2 For unit testing in sync connection with OpenTelemetry tracing, there is a race condition between ConnectionImplementation#finalize (object GC) and the test method before Rule trigg

[GitHub] [hbase] wchevreuil commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
wchevreuil commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-928302083 Can we also remove the below generated class from the PR? `hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java` -- This is an automated me

[GitHub] [hbase] wchevreuil commented on a change in pull request #3700: HBASE-26263 [Rolling Upgrading] Persist the StoreFileTracker configur…

2021-09-27 Thread GitBox
wchevreuil commented on a change in pull request #3700: URL: https://github.com/apache/hbase/pull/3700#discussion_r717049592 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java ## @@ -1218,6 +1219,32 @@ private void finishActiveMasterInitializ

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-928265272 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s

[GitHub] [hbase] Apache-HBase commented on pull request #3702: HBASE-26293 Use reservoir sampling when selecting bootstrap nodes

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3702: URL: https://github.com/apache/hbase/pull/3702#issuecomment-928201711 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 12s

[jira] [Commented] (HBASE-26297) Balancer run is improperly triggered by accuracy error of double comparison

2021-09-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420955#comment-17420955 ] Hudson commented on HBASE-26297: Results for branch branch-2 [build #352 on bui

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-928132675 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s

[GitHub] [hbase] Apache-HBase commented on pull request #3702: HBASE-26293 Use reservoir sampling when selecting bootstrap nodes

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

[jira] [Commented] (HBASE-26301) Backport backup/restore to branch-2

2021-09-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420937#comment-17420937 ] Andrew Kyle Purtell commented on HBASE-26301: - We should have a conversation

[jira] [Commented] (HBASE-19407) [branch-2] Remove backup/restore

2021-09-27 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420934#comment-17420934 ] Bryan Beaudreault commented on HBASE-19407: --- Thank you for the details [~apurt

[jira] [Created] (HBASE-26301) Backport backup/restore to branch-2

2021-09-27 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-26301: - Summary: Backport backup/restore to branch-2 Key: HBASE-26301 URL: https://issues.apache.org/jira/browse/HBASE-26301 Project: HBase Issue Type: New

[GitHub] [hbase] Apache-HBase commented on pull request #3701: HBASE-26289 try another approach

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3701: URL: https://github.com/apache/hbase/pull/3701#issuecomment-928095710 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 14

[jira] [Commented] (HBASE-19407) [branch-2] Remove backup/restore

2021-09-27 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420925#comment-17420925 ] Andrew Kyle Purtell commented on HBASE-19407: - [~bbeaudreault] The backup/re

[jira] [Created] (HBASE-26300) Incremental backup may be broken by MasterRegion implementation in 3.x

2021-09-27 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-26300: - Summary: Incremental backup may be broken by MasterRegion implementation in 3.x Key: HBASE-26300 URL: https://issues.apache.org/jira/browse/HBASE-26300 Proj

[jira] [Commented] (HBASE-26297) Balancer run is improperly triggered by accuracy error of double comparison

2021-09-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420919#comment-17420919 ] Hudson commented on HBASE-26297: Results for branch branch-2.3 [build #299 on b

[jira] [Commented] (HBASE-19407) [branch-2] Remove backup/restore

2021-09-27 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420902#comment-17420902 ] Bryan Beaudreault commented on HBASE-19407: --- The link in the original descript

[GitHub] [hbase] Apache-HBase commented on pull request #3701: HBASE-26289 try another approach

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3701: URL: https://github.com/apache/hbase/pull/3701#issuecomment-928034813 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26

[jira] [Commented] (HBASE-26141) Add tracing support for HTable and sync connection on branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420861#comment-17420861 ] Tak-Lon (Stephen) Wu commented on HBASE-26141: -- created HBASE-26299, and wi

[jira] [Updated] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tak-Lon (Stephen) Wu updated HBASE-26299: - Description: after merging HBASE-26141, sometime isn't right with the last testT

[jira] [Created] (HBASE-26299) Fix TestHTableTracing.testTableClose for nightly build of branch-2

2021-09-27 Thread Tak-Lon (Stephen) Wu (Jira)
Tak-Lon (Stephen) Wu created HBASE-26299: Summary: Fix TestHTableTracing.testTableClose for nightly build of branch-2 Key: HBASE-26299 URL: https://issues.apache.org/jira/browse/HBASE-26299 Pr

[GitHub] [hbase] Apache-HBase commented on pull request #3702: HBASE-26293 Use reservoir sampling when selecting bootstrap nodes

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3702: URL: https://github.com/apache/hbase/pull/3702#issuecomment-928014403 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-927953789 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 7s

[GitHub] [hbase] Apache-HBase commented on pull request #3701: HBASE-26289 try another approach

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3701: URL: https://github.com/apache/hbase/pull/3701#issuecomment-927914281 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 30

[jira] [Work started] (HBASE-26293) Use reservoir sampling when selecting bootstrap nodes

2021-09-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26293 started by Duo Zhang. - > Use reservoir sampling when selecting bootstrap nodes > ---

[jira] [Assigned] (HBASE-26293) Use reservoir sampling when selecting bootstrap nodes

2021-09-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-26293: - Assignee: Duo Zhang > Use reservoir sampling when selecting bootstrap nodes > -

[GitHub] [hbase] Apache9 commented on pull request #3701: HBASE-26289 try another approach

2021-09-27 Thread GitBox
Apache9 commented on pull request #3701: URL: https://github.com/apache/hbase/pull/3701#issuecomment-927866655 The test is from #3688 Let's see the pre commit result. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [hbase] Apache9 opened a new pull request #3701: HBASE-26289 try another approach

2021-09-27 Thread GitBox
Apache9 opened a new pull request #3701: URL: https://github.com/apache/hbase/pull/3701 Try another possible fix for HBASE-26289. -- 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 com

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-927849154 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 28s

[GitHub] [hbase] richardantal commented on pull request #3688: HBASE-26289 Hbase scan setMaxResultsPerColumnFamily not giving right …

2021-09-27 Thread GitBox
richardantal commented on pull request #3688: URL: https://github.com/apache/hbase/pull/3688#issuecomment-927843659 Alright, 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] Apache9 commented on pull request #3688: HBASE-26289 Hbase scan setMaxResultsPerColumnFamily not giving right …

2021-09-27 Thread GitBox
Apache9 commented on pull request #3688: URL: https://github.com/apache/hbase/pull/3688#issuecomment-927839810 Sorry, haven't gotten enough time to do this, a bit busy recently... Let me just open a new PR without UT to see the result. -- This is an automated message from the Apach

[GitHub] [hbase] richardantal commented on pull request #3688: HBASE-26289 Hbase scan setMaxResultsPerColumnFamily not giving right …

2021-09-27 Thread GitBox
richardantal commented on pull request #3688: URL: https://github.com/apache/hbase/pull/3688#issuecomment-927837458 @Apache9 have you checked if there is any side effect because of your change? What was the outcome of the UTs? -- This is an automated message from the Apache Git Service

[jira] [Commented] (HBASE-26297) Balancer run is improperly triggered by accuracy error of double comparison

2021-09-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420710#comment-17420710 ] Hudson commented on HBASE-26297: Results for branch master [build #399 on build

[jira] [Commented] (HBASE-26298) Downgrading is complicated by refusal to assign system tables to lower version

2021-09-27 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420707#comment-17420707 ] Bryan Beaudreault commented on HBASE-26298: --- Hey [~vjasani], thanks for those

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-927799130 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 2s

[GitHub] [hbase] Apache9 commented on pull request #3700: HBASE-26263 [Rolling Upgrading] Persist the StoreFileTracker configur…

2021-09-27 Thread GitBox
Apache9 commented on pull request #3700: URL: https://github.com/apache/hbase/pull/3700#issuecomment-927733633 > > After thinking, I think here we'd better introduce a special procedure to do this, as store file tracker is more critical than rs group. The procedure will be similiar to Modi

[GitHub] [hbase] Apache-HBase commented on pull request #3693: HBASE-26284 Add HBase Thrift API to get all table names along with wh…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3693: URL: https://github.com/apache/hbase/pull/3693#issuecomment-927643498 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 58s

[GitHub] [hbase] Apache-HBase commented on pull request #3700: HBASE-26263 [Rolling Upgrading] Persist the StoreFileTracker configur…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3700: URL: https://github.com/apache/hbase/pull/3700#issuecomment-927593563 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 13

[GitHub] [hbase] GeorryHuang commented on pull request #3700: HBASE-26263 [Rolling Upgrading] Persist the StoreFileTracker configur…

2021-09-27 Thread GitBox
GeorryHuang commented on pull request #3700: URL: https://github.com/apache/hbase/pull/3700#issuecomment-927562744 > After thinking, I think here we'd better introduce a special procedure to do this, as store file tracker is more critical than rs group. The procedure will be similiar to Mo

[GitHub] [hbase] Apache-HBase commented on pull request #3699: HBASE-26295 BucketCache could not free BucketEntry which restored fro…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3699: URL: https://github.com/apache/hbase/pull/3699#issuecomment-927544218 -- 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

[GitHub] [hbase] Apache-HBase commented on pull request #3700: HBASE-26263 [Rolling Upgrading] Persist the StoreFileTracker configur…

2021-09-27 Thread GitBox
Apache-HBase commented on pull request #3700: URL: https://github.com/apache/hbase/pull/3700#issuecomment-927553730 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 39s