[
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
[
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
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:
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
[
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:
-
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
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:
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
[
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
[
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
[
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
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
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
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
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
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
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
[
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
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
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
[
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
[
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
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
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
[
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
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
[
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
[
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
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
[
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
[
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
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
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
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
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
[
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
> ---
[
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
> -
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
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
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
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
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
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
[
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
[
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
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
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
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
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
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
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
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
52 matches
Mail list logo