[GitHub] [hbase] anoopsjohn commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
anoopsjohn commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793471286 > Maybe change the test condition from <= 0 to < 0? 0 is usually a default value so we'd better not change the behavior for a default value? Ya I was thinking same while

[GitHub] [hbase] Apache9 commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache9 commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793469553 Maybe change the test condition from <= 0 to < 0? 0 is usually a default value so we'd better not change the behavior for a default value?

[GitHub] [hbase] anoopsjohn commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
anoopsjohn commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793467370 > Can we add a UT for this condition? Ya sure. The test fail in QA is related. Am working on it. This

[jira] [Commented] (HBASE-25634) The client frequently exceeds the quota, which causes the meta table scan to be too high

2021-03-08 Thread zhengsicheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297864#comment-17297864 ] zhengsicheng commented on HBASE-25634: -- [~zhangduo] review code thank you! > The client frequently

[jira] [Resolved] (HBASE-25183) Move more balancer related classes to hbase-balancer

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25183. --- Resolution: Invalid > Move more balancer related classes to hbase-balancer >

[jira] [Commented] (HBASE-25649) Complete the work on moving all the balancer related classes to hbase-balancer module

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297852#comment-17297852 ] Duo Zhang commented on HBASE-25649: --- [~stack] FYI. > Complete the work on moving all the balancer

[jira] [Updated] (HBASE-25649) Complete the work on moving all the balancer related classes to hbase-balancer module

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-25649: -- Component/s: Balancer > Complete the work on moving all the balancer related classes to >

[jira] [Updated] (HBASE-25184) Move RegionLocationFinder to hbase-balancer

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-25184: -- Parent Issue: HBASE-25649 (was: HBASE-25183) > Move RegionLocationFinder to hbase-balancer >

[jira] [Created] (HBASE-25649) Complete the work on moving all the balancer related classes to hbase-balancer module

2021-03-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-25649: - Summary: Complete the work on moving all the balancer related classes to hbase-balancer module Key: HBASE-25649 URL: https://issues.apache.org/jira/browse/HBASE-25649

[jira] [Commented] (HBASE-25183) Move more balancer related classes to hbase-balancer

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297849#comment-17297849 ] Duo Zhang commented on HBASE-25183: --- Got it. Let me open a new issue. > Move more balancer related

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793447664 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Resolved] (HBASE-25648) Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592 HBASE-23932

2021-03-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25648. -- Fix Version/s: 1.7.0 Hadoop Flags: Reviewed Resolution: Fixed Thanks for the

[GitHub] [hbase] virajjasani merged pull request #3038: HBASE-25648 Fix normalizer TestSimpleRegionNormalizerOnCluster branch-1

2021-03-08 Thread GitBox
virajjasani merged pull request #3038: URL: https://github.com/apache/hbase/pull/3038 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

[GitHub] [hbase] virajjasani commented on pull request #3038: HBASE-25648 Fix normalizer TestSimpleRegionNormalizerOnCluster branch-1

2021-03-08 Thread GitBox
virajjasani commented on pull request #3038: URL: https://github.com/apache/hbase/pull/3038#issuecomment-793444901 Merging as it is obviously fixing the test. Will trigger flaky build soon after merging this. Thanks @d-c-manning

[GitHub] [hbase] Apache-HBase commented on pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3024: URL: https://github.com/apache/hbase/pull/3024#issuecomment-793444303 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Comment Edited] (HBASE-25582) Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297844#comment-17297844 ] Viraj Jasani edited comment on HBASE-25582 at 3/9/21, 6:02 AM: --- Good

[jira] [Commented] (HBASE-25582) Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297844#comment-17297844 ] Viraj Jasani commented on HBASE-25582: -- Good candidate for branch-2.4 and 2.3 ? > Support setting

[jira] [Commented] (HBASE-25183) Move more balancer related classes to hbase-balancer

2021-03-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297833#comment-17297833 ] Michael Stack commented on HBASE-25183: --- Suggest you open new ticket. This one isn't pretty. Put

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793416223 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m

[GitHub] [hbase] d-c-manning commented on pull request #3038: HBASE-25648 Fix normalizer TestSimpleRegionNormalizerOnCluster branch-1

2021-03-08 Thread GitBox
d-c-manning commented on pull request #3038: URL: https://github.com/apache/hbase/pull/3038#issuecomment-793407960 I didn't fully read all the code in the other JIRAs, but these two changes allow `TestSimpleRegionNormalizerOnCluster.java` to pass at least. (Why didn't this test run as

[jira] [Updated] (HBASE-25648) Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592 HBASE-23932

2021-03-08 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-25648: -- Summary: Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592

[GitHub] [hbase] d-c-manning opened a new pull request #3038: HBASE-25648 Fix normalizer TestSimpleRegionNormalizerOnCluster branch-1

2021-03-08 Thread GitBox
d-c-manning opened a new pull request #3038: URL: https://github.com/apache/hbase/pull/3038 [HBASE-25648](https://issues.apache.org/jira/browse/HBASE-25648) This is an automated message from the Apache Git Service. To

[jira] [Updated] (HBASE-25648) Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592 HABSE-23932

2021-03-08 Thread David Manning (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Manning updated HBASE-25648: -- Description: On branch-1 run {{mvn test -Dtest=TestSimpleRegionNormalizerOnCluster}} It

[jira] [Created] (HBASE-25648) Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592 HABSE-23932

2021-03-08 Thread David Manning (Jira)
David Manning created HBASE-25648: - Summary: Fix normalizer and TestSimpleRegionNormalizerOnCluster in branch-1 after HBASE-25592 HABSE-23932 Key: HBASE-25648 URL:

[jira] [Resolved] (HBASE-25630) Set switch compaction after bulkload default as false

2021-03-08 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yulin Niu resolved HBASE-25630. --- Resolution: Fixed > Set switch compaction after bulkload default as false >

[jira] [Assigned] (HBASE-25646) Possible Resource Leak in CatalogJanitor

2021-03-08 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HBASE-25646: --- Assignee: Narges Shadab > Possible Resource Leak in CatalogJanitor >

[jira] [Commented] (HBASE-25630) Set switch compaction after bulkload default as false

2021-03-08 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297824#comment-17297824 ] Yulin Niu commented on HBASE-25630: --- [~divyesh] sorry, maybe you can pick up other unassigned Jira :)

[jira] [Commented] (HBASE-25630) Set switch compaction after bulkload default as false

2021-03-08 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297823#comment-17297823 ] Yulin Niu commented on HBASE-25630: --- push to master, Thanks [~zhangduo] for reviewing > Set switch

[jira] [Updated] (HBASE-25630) Set switch compaction after bulkload default as false

2021-03-08 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yulin Niu updated HBASE-25630: -- Fix Version/s: 3.0.0-alpha-1 > Set switch compaction after bulkload default as false >

[GitHub] [hbase] nyl3532016 merged pull request #3022: HBASE-25630 Set switch compaction after bulkload default as false

2021-03-08 Thread GitBox
nyl3532016 merged pull request #3022: URL: https://github.com/apache/hbase/pull/3022 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

[GitHub] [hbase] Apache-HBase commented on pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3024: URL: https://github.com/apache/hbase/pull/3024#issuecomment-793347933 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793314589 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] sunhelly commented on a change in pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
sunhelly commented on a change in pull request #3024: URL: https://github.com/apache/hbase/pull/3024#discussion_r589907557 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/SecureTestUtil.java ## @@ -71,7 +71,7 @@ public class SecureTestUtil {

[GitHub] [hbase] sunhelly commented on a change in pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
sunhelly commented on a change in pull request #3024: URL: https://github.com/apache/hbase/pull/3024#discussion_r589904586 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java ## @@ -263,6 +263,10 @@ protected void

[jira] [Commented] (HBASE-25521) Change ChoreService and ScheduledChore to IA.Private

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297792#comment-17297792 ] Andrew Kyle Purtell commented on HBASE-25521: - Thanks for the context! +1 > Change

[jira] [Commented] (HBASE-25521) Change ChoreService and ScheduledChore to IA.Private

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297790#comment-17297790 ] Duo Zhang commented on HBASE-25521: --- Copy my comment on PR here to provide more context. {quote} It

[jira] [Assigned] (HBASE-25521) Change ChoreService and ScheduledChore to IA.Private

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell reassigned HBASE-25521: --- Assignee: Andrew Kyle Purtell > Change ChoreService and ScheduledChore to

[jira] [Commented] (HBASE-25521) Change ChoreService and ScheduledChore to IA.Private

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297788#comment-17297788 ] Andrew Kyle Purtell commented on HBASE-25521: - Scheduling this for 2.4.3 so I remember to do

[jira] [Updated] (HBASE-25521) Change ChoreService and ScheduledChore to IA.Private

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25521: Fix Version/s: 2.4.3 2.5.0 3.0.0-alpha-1 >

[jira] [Resolved] (HBASE-25647) ChoreService should be LimitedPrivate(COPROC)

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell resolved HBASE-25647. - Fix Version/s: (was: 2.4.3) (was: 2.5.0)

[jira] [Commented] (HBASE-25647) ChoreService should be LimitedPrivate(COPROC)

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297786#comment-17297786 ] Andrew Kyle Purtell commented on HBASE-25647: - Let's do that. I will close this as a dup. >

[GitHub] [hbase] Apache9 commented on pull request #3006: HBASE-25604 addendum test spotbugs in pre commit

2021-03-08 Thread GitBox
Apache9 commented on pull request #3006: URL: https://github.com/apache/hbase/pull/3006#issuecomment-793268951 > > Once there is a new spotbugs version published with this fix in place, let's upgrade again. > > SpotBugs 4.2.2 has been released. Let's try! >

[GitHub] [hbase] aajisaka commented on pull request #3006: HBASE-25604 addendum test spotbugs in pre commit

2021-03-08 Thread GitBox
aajisaka commented on pull request #3006: URL: https://github.com/apache/hbase/pull/3006#issuecomment-793250406 > Once there is a new spotbugs version published with this fix in place, let's upgrade again. SpotBugs 4.2.2 has been released. Let's try!

[jira] [Commented] (HBASE-25647) ChoreService should be LimitedPrivate(COPROC)

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297775#comment-17297775 ] Duo Zhang commented on HBASE-25647: --- https://issues.apache.org/jira/browse/HBASE-25521 Previously we

[GitHub] [hbase] Apache-HBase commented on pull request #3036: HBASE-25646 Possible Resource Leak in CatalogJanitor

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3036: URL: https://github.com/apache/hbase/pull/3036#issuecomment-793238366 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #3036: HBASE-25646 Possible Resource Leak in CatalogJanitor

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3036: URL: https://github.com/apache/hbase/pull/3036#issuecomment-793230965 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Updated] (HBASE-25647) ChoreService should be LimitedPrivate(COPROC)

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25647: Description: ChoreService is marked Public and is in hbase-common but is not part

[jira] [Created] (HBASE-25647) ChoreService should be LimitedPrivate(COPROC)

2021-03-08 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-25647: --- Summary: ChoreService should be LimitedPrivate(COPROC) Key: HBASE-25647 URL: https://issues.apache.org/jira/browse/HBASE-25647 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #3037: HBASE-25547: Thread pools should release unused resources

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3037: URL: https://github.com/apache/hbase/pull/3037#issuecomment-793189305 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Updated] (HBASE-25433) There is no limit on the table name length when creating a table

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25433: Fix Version/s: (was: 2.4.2) 2.4.3 > There is no limit on

[jira] [Updated] (HBASE-25588) Excessive logging of "hbase.zookeeper.useMulti is deprecated. Default to true always."

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25588: Fix Version/s: (was: 2.4.2) 2.4.3 > Excessive logging of

[jira] [Updated] (HBASE-25604) Upgrade spotbugs to 4.x

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25604: Fix Version/s: (was: 2.4.2) 2.4.3 > Upgrade spotbugs to

[GitHub] [hbase] bharathv opened a new pull request #3037: HBASE-25547: Thread pools should release unused resources

2021-03-08 Thread GitBox
bharathv opened a new pull request #3037: URL: https://github.com/apache/hbase/pull/3037 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

[GitHub] [hbase] Apache-HBase commented on pull request #3036: HBaseHBASE-25646 Possible Resource Leak in CatalogJanitor

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3036: URL: https://github.com/apache/hbase/pull/3036#issuecomment-793156389 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Updated] (HBASE-25547) Thread pools should release unused resources

2021-03-08 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-25547: - Fix Version/s: 3.0.0-alpha-1 > Thread pools should release unused resources >

[GitHub] [hbase] bharathv merged pull request #2996: HBASE-25547 (addendum): Roll ExecutorType into ExecutorConfig

2021-03-08 Thread GitBox
bharathv merged pull request #2996: URL: https://github.com/apache/hbase/pull/2996 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] Nargeshdb opened a new pull request #3036: HBaseHBASE-25646 Possible Resource Leak in CatalogJanitor

2021-03-08 Thread GitBox
Nargeshdb opened a new pull request #3036: URL: https://github.com/apache/hbase/pull/3036 This PR fixes the issue mentioned [here](https://issues.apache.org/jira/browse/HBASE-25646). This is an automated message from the

[jira] [Created] (HBASE-25646) Possible Resource Leak in CatalogJanitor

2021-03-08 Thread Narges Shadab (Jira)
Narges Shadab created HBASE-25646: - Summary: Possible Resource Leak in CatalogJanitor Key: HBASE-25646 URL: https://issues.apache.org/jira/browse/HBASE-25646 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-25644) Scan#setSmall blindly sets ReadType as PREAD

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297712#comment-17297712 ] Hudson commented on HBASE-25644: Results for branch branch-2.4 [build #67 on

[GitHub] [hbase] Apache-HBase commented on pull request #3034: HBASE-25616 Upgrade opentelemetry to 1.0.0

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3034: URL: https://github.com/apache/hbase/pull/3034#issuecomment-793088552 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #3029: HBASE-25604 Upgrade spotbugs to 4.x

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3029: URL: https://github.com/apache/hbase/pull/3029#issuecomment-793061280 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-79303 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-793052151 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2901: HBASE-22120 Replace HTrace with OpenTelemetry

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2901: URL: https://github.com/apache/hbase/pull/2901#issuecomment-793048093 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-793033189 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3035: URL: https://github.com/apache/hbase/pull/3035#issuecomment-792974206 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] bharathv commented on a change in pull request #3018: HBASE-25627: HBase replication should have a metric to represent if the source is stuck getting initialized

2021-03-08 Thread GitBox
bharathv commented on a change in pull request #3018: URL: https://github.com/apache/hbase/pull/3018#discussion_r589650774 ## File path: hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSource.java ## @@ -80,4 +79,7 @@

[jira] [Commented] (HBASE-25644) Scan#setSmall blindly sets ReadType as PREAD

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297626#comment-17297626 ] Hudson commented on HBASE-25644: Results for branch branch-2 [build #196 on

[jira] [Commented] (HBASE-25609) There is a problem with the SPLITS_FILE in the HBase shell statement

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297625#comment-17297625 ] Hudson commented on HBASE-25609: Results for branch branch-2 [build #196 on

[jira] [Commented] (HBASE-23578) [UI] Master UI shows long stack traces when table is broken

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297624#comment-17297624 ] Hudson commented on HBASE-23578: Results for branch branch-2 [build #196 on

[jira] [Commented] (HBASE-25492) Create table with rsgroup info in branch-2

2021-03-08 Thread Mohammad Arshad (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297593#comment-17297593 ] Mohammad Arshad commented on HBASE-25492: - Thanks [~pankajkumar] for reviewing and merging the

[jira] [Commented] (HBASE-25492) Create table with rsgroup info in branch-2

2021-03-08 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297574#comment-17297574 ] Pankaj Kumar commented on HBASE-25492: -- Pushed to branch-2.4. > Create table with rsgroup info in

[jira] [Updated] (HBASE-25492) Create table with rsgroup info in branch-2

2021-03-08 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-25492: - Fix Version/s: 2.4.2 > Create table with rsgroup info in branch-2 >

[GitHub] [hbase] pankaj72981 merged pull request #3033: HBASE-25492: Create table with RSGroup

2021-03-08 Thread GitBox
pankaj72981 merged pull request #3033: URL: https://github.com/apache/hbase/pull/3033 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

[GitHub] [hbase] anoopsjohn opened a new pull request #3035: HBASE-25582 Support setting scan ReadType to be STREAM at cluster level

2021-03-08 Thread GitBox
anoopsjohn opened a new pull request #3035: URL: https://github.com/apache/hbase/pull/3035 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

[jira] [Commented] (HBASE-25644) Scan#setSmall blindly sets ReadType as PREAD

2021-03-08 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297564#comment-17297564 ] Andrew Kyle Purtell commented on HBASE-25644: - Thanks for the head's up. RC is happening

[jira] [Commented] (HBASE-25644) Scan#setSmall blindly sets ReadType as PREAD

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297562#comment-17297562 ] Hudson commented on HBASE-25644: Results for branch branch-2.3 [build #181 on

[jira] [Commented] (HBASE-23578) [UI] Master UI shows long stack traces when table is broken

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297560#comment-17297560 ] Hudson commented on HBASE-23578: Results for branch branch-2.3 [build #181 on

[jira] [Commented] (HBASE-25609) There is a problem with the SPLITS_FILE in the HBase shell statement

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297561#comment-17297561 ] Hudson commented on HBASE-25609: Results for branch branch-2.3 [build #181 on

[GitHub] [hbase] Apache-HBase commented on pull request #2901: HBASE-22120 Replace HTrace with OpenTelemetry

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2901: URL: https://github.com/apache/hbase/pull/2901#issuecomment-792909878 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] bharathv commented on a change in pull request #3018: HBASE-25627: HBase replication should have a metric to represent if the source is stuck getting initialized

2021-03-08 Thread GitBox
bharathv commented on a change in pull request #3018: URL: https://github.com/apache/hbase/pull/3018#discussion_r589578343 ## File path: hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSource.java ## @@ -80,4 +79,7 @@

[GitHub] [hbase] Apache-HBase commented on pull request #3034: HBASE-25616 Upgrade opentelemetry to 1.0.0

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3034: URL: https://github.com/apache/hbase/pull/3034#issuecomment-792884024 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #3029: HBASE-25604 Upgrade spotbugs to 4.x

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3029: URL: https://github.com/apache/hbase/pull/3029#issuecomment-792884008 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-792850519 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #3029: HBASE-25604 Upgrade spotbugs to 4.x

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3029: URL: https://github.com/apache/hbase/pull/3029#issuecomment-792845618 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] Apache9 opened a new pull request #3034: HBASE-25616 Upgrade opentelemetry to 1.0.0

2021-03-08 Thread GitBox
Apache9 opened a new pull request #3034: URL: https://github.com/apache/hbase/pull/3034 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] [Commented] (HBASE-25644) Scan#setSmall blindly sets ReadType as PREAD

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297461#comment-17297461 ] Hudson commented on HBASE-25644: Results for branch branch-2.2 [build #185 on

[jira] [Resolved] (HBASE-25617) Revisit the span names

2021-03-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25617. --- Fix Version/s: HBASE-22120 Hadoop Flags: Reviewed Resolution: Fixed > Revisit the span

[GitHub] [hbase] virajjasani commented on pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
virajjasani commented on pull request #3024: URL: https://github.com/apache/hbase/pull/3024#issuecomment-792817879 @enis if you can also take a look, that would be really great. This is an automated message from the Apache

[GitHub] [hbase] virajjasani commented on a change in pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
virajjasani commented on a change in pull request #3024: URL: https://github.com/apache/hbase/pull/3024#discussion_r589487829 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java ## @@ -263,6 +263,10 @@ protected void

[jira] [Resolved] (HBASE-25626) Possible Resource Leak in HeterogeneousRegionCountCostFunction

2021-03-08 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-25626. --- Resolution: Fixed Sorry for the noise, branch-2.2 does not have HBASE-23073. > Possible

[jira] [Reopened] (HBASE-25626) Possible Resource Leak in HeterogeneousRegionCountCostFunction

2021-03-08 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi reopened HBASE-25626: --- Reopening for branch-2.2 backport. > Possible Resource Leak in

[GitHub] [hbase] Apache-HBase commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-792780520 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3024: URL: https://github.com/apache/hbase/pull/3024#issuecomment-792773113 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-25568) Upgrade Thrift jar to fix CVE-2020-13949

2021-03-08 Thread Brahma Reddy Battula (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297356#comment-17297356 ] Brahma Reddy Battula commented on HBASE-25568: -- thift 0.14.0 will be stable enough as it's

[GitHub] [hbase] shahrs87 commented on pull request #3027: HBASE-25612 HMaster should abort if ReplicationLogCleaner encounters …

2021-03-08 Thread GitBox
shahrs87 commented on pull request #3027: URL: https://github.com/apache/hbase/pull/3027#issuecomment-792763756 TestRSGroupsWithACL ran successfully locally. ``` [INFO] Running org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL [INFO] Tests run: 12, Failures: 0, Errors: 0,

[GitHub] [hbase] Apache-HBase commented on pull request #2991: HBASE-25593 Backport changes from HBASE-24418 to branch-1

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #2991: URL: https://github.com/apache/hbase/pull/2991#issuecomment-792751218 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 6m

[GitHub] [hbase] Apache-HBase commented on pull request #3024: HBASE-25635 CandidateGenerator may miss some region balance actions

2021-03-08 Thread GitBox
Apache-HBase commented on pull request #3024: URL: https://github.com/apache/hbase/pull/3024#issuecomment-792739792 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] wchevreuil edited a comment on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-03-08 Thread GitBox
wchevreuil edited a comment on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-792722054 > Great! Please fix the reported static checks. I only have 1 question on the shell help text. Had addressed the whitespace and checkstyle issues. I'm not sure

[GitHub] [hbase] wchevreuil commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-03-08 Thread GitBox
wchevreuil commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-792722054 > Great! Please fix the reported static checks. I only have 1 question on the shell help text. Had addresse the whitespace and checkstyle issues. I'm not sure about the

  1   2   >