[jira] [Updated] (HBASE-24896) Deadlock creating RegionInfo instance

2020-08-17 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-24896: -- Description: We ran into the following deadlocked server in testing. The priority handlers

[jira] [Created] (HBASE-24896) Deadlock creating RegionInfo instance

2020-08-17 Thread Michael Stack (Jira)
Michael Stack created HBASE-24896: - Summary: Deadlock creating RegionInfo instance Key: HBASE-24896 URL: https://issues.apache.org/jira/browse/HBASE-24896 Project: HBase Issue Type: Bug

[GitHub] [hbase] saintstack commented on a change in pull request #2232: HBASE-24806 Small Updates to Functionality of Shell IRB Workspace

2020-08-17 Thread GitBox
saintstack commented on a change in pull request #2232: URL: https://github.com/apache/hbase/pull/2232#discussion_r471916702 ## File path: hbase-shell/src/main/ruby/shell.rb ## @@ -320,10 +323,20 @@ def eval_io(io) scanner = RubyLex.new scanner.set_input(io) +

[GitHub] [hbase] saintstack commented on a change in pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

2020-08-17 Thread GitBox
saintstack commented on a change in pull request #2268: URL: https://github.com/apache/hbase/pull/2268#discussion_r471914215 ## File path: hbase-shell/src/main/ruby/hbase/admin.rb ## @@ -664,6 +668,40 @@ def alter_status(table_name) puts 'Done.' end +

[GitHub] [hbase] Apache-HBase commented on pull request #2263: HBASE-24890 The command regioninfo is not available

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #2263: URL: https://github.com/apache/hbase/pull/2263#issuecomment-675248954 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m

[GitHub] [hbase] Apache-HBase commented on pull request #2263: HBASE-24890 The command regioninfo is not available

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

[GitHub] [hbase] nyl3532016 edited a comment on pull request #2250: HBASE-24872 refactor valueOf PoolType

2020-08-17 Thread GitBox
nyl3532016 edited a comment on pull request #2250: URL: https://github.com/apache/hbase/pull/2250#issuecomment-674510116 @saintstack @huaxiangsun mind help review this PR? This is an automated message from the Apache Git

[GitHub] [hbase] Apache-HBase commented on pull request #2263: HBASE-24890 The command regioninfo is not available

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

[GitHub] [hbase] saintstack commented on pull request #2232: HBASE-24806 Small Updates to Functionality of Shell IRB Workspace

2020-08-17 Thread GitBox
saintstack commented on pull request #2232: URL: https://github.com/apache/hbase/pull/2232#issuecomment-675241828 @bitoffdev You see Nick's comments above boss? This is an automated message from the Apache Git Service. To

[jira] [Commented] (HBASE-23035) Retain region to the last RegionServer make the failover slower

2020-08-17 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179347#comment-17179347 ] Pankaj Kumar commented on HBASE-23035: -- {quote}This jira change the "retain" assignment to

[jira] [Comment Edited] (HBASE-23035) Retain region to the last RegionServer make the failover slower

2020-08-17 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179347#comment-17179347 ] Pankaj Kumar edited comment on HBASE-23035 at 8/18/20, 3:58 AM:

[jira] [Commented] (HBASE-24894) [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier

2020-08-17 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179326#comment-17179326 ] Zheng Wang commented on HBASE-24894: Will dig more today. [~ndimiduk][~vjasani] > [Flakey Test]

[jira] [Comment Edited] (HBASE-24894) [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179320#comment-17179320 ] Viraj Jasani edited comment on HBASE-24894 at 8/18/20, 3:03 AM:

[jira] [Commented] (HBASE-24894) [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179320#comment-17179320 ] Viraj Jasani commented on HBASE-24894: -- [~filtertip] FYI. I have also experienced this very

[GitHub] [hbase] Apache-HBase commented on pull request #2215: HBASE-24627 Normalize one table at a time

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #2215: URL: https://github.com/apache/hbase/pull/2215#issuecomment-675213420 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] bsglz commented on a change in pull request #2263: HBASE-24890 The command regioninfo is not available

2020-08-17 Thread GitBox
bsglz commented on a change in pull request #2263: URL: https://github.com/apache/hbase/pull/2263#discussion_r471876770 ## File path: hbase-shell/src/test/ruby/hbase/admin2_test.rb ## @@ -435,5 +435,39 @@ def teardown end end end + + # Tests for the

[jira] [Assigned] (HBASE-24886) Remove deprecated methods in RowMutations

2020-08-17 Thread niuyulin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niuyulin reassigned HBASE-24886: Assignee: niuyulin > Remove deprecated methods in RowMutations >

[jira] [Commented] (HBASE-24885) STUCK RIT by hbck2 assigns

2020-08-17 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179303#comment-17179303 ] Bo Cui commented on HBASE-24885: {quote}Want me to take this [~Bo Cui]. I had seen the second case occur

[GitHub] [hbase] infraio opened a new pull request #2269: HBASE-24895 Speed up TestFromClientSide3 by reduce the table regions …

2020-08-17 Thread GitBox
infraio opened a new pull request #2269: URL: https://github.com/apache/hbase/pull/2269 …number This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Assigned] (HBASE-24885) STUCK RIT by hbck2 assigns

2020-08-17 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui reassigned HBASE-24885: -- Assignee: Michael Stack (was: Bo Cui) > STUCK RIT by hbck2 assigns > -- > >

[jira] [Created] (HBASE-24895) Speed up TestFromClientSide3 by reduce the table regions number

2020-08-17 Thread Guanghao Zhang (Jira)
Guanghao Zhang created HBASE-24895: -- Summary: Speed up TestFromClientSide3 by reduce the table regions number Key: HBASE-24895 URL: https://issues.apache.org/jira/browse/HBASE-24895 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #2215: HBASE-24627 Normalize one table at a time

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

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[jira] [Resolved] (HBASE-22548) Split TestAdmin1

2020-08-17 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-22548. Fix Version/s: 2.2.6 Resolution: Fixed > Split TestAdmin1 > > >

[GitHub] [hbase] Apache-HBase commented on pull request #2215: HBASE-24627 Normalize one table at a time

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

[jira] [Commented] (HBASE-24848) Flakey test TestStochasticLoadBalancer.testMoveCostMultiplier for branch-1

2020-08-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179249#comment-17179249 ] Nick Dimiduk commented on HBASE-24848: -- Looks like it's not just branch-1, HBASE-24894 > Flakey

[jira] [Commented] (HBASE-24894) [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier

2020-08-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179248#comment-17179248 ] Nick Dimiduk commented on HBASE-24894: -- Not much of anything in the log, {noformat}

[jira] [Created] (HBASE-24894) [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier

2020-08-17 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24894: Summary: [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier Key: HBASE-24894 URL: https://issues.apache.org/jira/browse/HBASE-24894 Project: HBase

[GitHub] [hbase] ndimiduk commented on a change in pull request #2215: HBASE-24627 Normalize one table at a time

2020-08-17 Thread GitBox
ndimiduk commented on a change in pull request #2215: URL: https://github.com/apache/hbase/pull/2215#discussion_r471795253 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java ## @@ -856,11 +856,23 @@ void unassign(byte[] regionName, boolean

[GitHub] [hbase] ndimiduk commented on a change in pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

2020-08-17 Thread GitBox
ndimiduk commented on a change in pull request #2268: URL: https://github.com/apache/hbase/pull/2268#discussion_r471764312 ## File path: hbase-shell/src/main/ruby/hbase/admin.rb ## @@ -664,6 +668,40 @@ def alter_status(table_name) puts 'Done.' end +

[GitHub] [hbase] ndimiduk commented on a change in pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

2020-08-17 Thread GitBox
ndimiduk commented on a change in pull request #2268: URL: https://github.com/apache/hbase/pull/2268#discussion_r471764673 ## File path: hbase-shell/src/main/ruby/hbase/admin.rb ## @@ -664,6 +668,40 @@ def alter_status(table_name) puts 'Done.' end +

[jira] [Commented] (HBASE-22548) Split TestAdmin1

2020-08-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179205#comment-17179205 ] Hudson commented on HBASE-22548: Results for branch branch-2.2 [build #20 on

[GitHub] [hbase] Apache-HBase commented on pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

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

[GitHub] [hbase] Apache-HBase commented on pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

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

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #72: HBASE-24793 [hbase-operator-tools] hbck2 filesystem fails against hba…

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #72: URL: https://github.com/apache/hbase-operator-tools/pull/72#issuecomment-675058261 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: |

[jira] [Updated] (HBASE-24893) TestLogLevel failing on hadoop-ci (branch-1)

2020-08-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-24893: Description: TestLogLevel is failing the branch-1 builds on hadoop-ci. The test

[jira] [Created] (HBASE-24893) TestLogLevel failing on hadoop-ci (branch-1)

2020-08-17 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-24893: --- Summary: TestLogLevel failing on hadoop-ci (branch-1) Key: HBASE-24893 URL: https://issues.apache.org/jira/browse/HBASE-24893 Project: HBase

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #69: HBASE-24587 hbck2 command should accept one or more files containing …

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #69: URL: https://github.com/apache/hbase-operator-tools/pull/69#issuecomment-675053254 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: |

[GitHub] [hbase] virajjasani commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471710161 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] virajjasani commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471710161 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] Apache-HBase commented on pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

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

[GitHub] [hbase] virajjasani commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471710161 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471706020 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471704886 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471701524 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471701524 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] bitoffdev opened a new pull request #2268: HBASE-24874 Fix hbase-shell access to ModifiableTableDescriptor methods

2020-08-17 Thread GitBox
bitoffdev opened a new pull request #2268: URL: https://github.com/apache/hbase/pull/2268 Resolves https://issues.apache.org/jira/browse/HBASE-24874 ## Changelog - Fix hbase-shell access in JDK 11 for calls to TableDescriptorBuilder.toCoprocessorDescriptor and

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471696078 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/namequeues/NamedQueuePayload.java ## @@ -30,7 +30,8 @@ public class NamedQueuePayload {

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471696078 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/namequeues/NamedQueuePayload.java ## @@ -30,7 +30,8 @@ public class NamedQueuePayload {

[GitHub] [hbase] virajjasani commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471690690 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471692736 ## File path: hbase-shell/src/main/ruby/hbase/admin.rb ## @@ -1639,6 +1639,18 @@ def recommission_regionserver(server_name_string, encoded_region_names)

[GitHub] [hbase] virajjasani commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471677530 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/BalancerDecisionRecords.java ## @@ -0,0 +1,147 @@ +/* + * + * Licensed to the

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471690236 ## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/client/ThriftAdmin.java ## @@ -1277,4 +1278,9 @@ public void

[jira] [Updated] (HBASE-24874) Fix hbase-shell access to ModifiableTableDescriptor methods

2020-08-17 Thread Elliot Miller (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliot Miller updated HBASE-24874: -- Summary: Fix hbase-shell access to ModifiableTableDescriptor methods (was: hbase-shell

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471671371 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471676264 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471676264 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471676264 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471671371 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2261: HBASE-24528 : BalancerDecision queue implementation in HMaster with Admin API

2020-08-17 Thread GitBox
apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r471672318 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AdminOverAsyncAdmin.java ## @@ -1057,4 +1057,9 @@ public void

[jira] [Commented] (HBASE-24528) Improve balancer decision observability

2020-08-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179157#comment-17179157 ] Andrew Kyle Purtell commented on HBASE-24528: - Looked at

[jira] [Updated] (HBASE-19848) Zookeeper thread leaks in hbase-spark bulkLoad method

2020-08-17 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi updated HBASE-19848: -- Fix Version/s: 3.0.0-alpha-1 > Zookeeper thread leaks in hbase-spark bulkLoad method >

[jira] [Commented] (HBASE-24885) STUCK RIT by hbck2 assigns

2020-08-17 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179144#comment-17179144 ] Michael Stack commented on HBASE-24885: --- {quote}Then I think it is the caller's duty to make sure

[GitHub] [hbase] virajjasani commented on a change in pull request #2263: HBASE-24890 The command regioninfo is not available

2020-08-17 Thread GitBox
virajjasani commented on a change in pull request #2263: URL: https://github.com/apache/hbase/pull/2263#discussion_r471590019 ## File path: hbase-shell/src/test/ruby/hbase/admin2_test.rb ## @@ -435,5 +435,39 @@ def teardown end end end + + # Tests for the

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #69: HBASE-24587 hbck2 command should accept one or more files containing …

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #69: URL: https://github.com/apache/hbase-operator-tools/pull/69#issuecomment-674974690 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: |

[GitHub] [hbase] Apache-HBase commented on pull request #2222: HBASE-23834 HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jet…

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

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #72: HBASE-24793 [hbase-operator-tools] hbck2 filesystem fails against hba…

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #72: URL: https://github.com/apache/hbase-operator-tools/pull/72#issuecomment-674968300 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: |

[GitHub] [hbase-operator-tools] Apache-HBase commented on pull request #69: HBASE-24587 hbck2 command should accept one or more files containing …

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #69: URL: https://github.com/apache/hbase-operator-tools/pull/69#issuecomment-674962117 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: |

[jira] [Updated] (HBASE-24882) Migrate hbase-operator-tools testing to ci-hadoop

2020-08-17 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi updated HBASE-24882: -- Fix Version/s: hbase-operator-tools-1.1.0 Resolution: Fixed Status: Resolved

[GitHub] [hbase-operator-tools] petersomogyi merged pull request #73: HBASE-24882 Migrate hbase-operator-tools testing to ci-hadoop

2020-08-17 Thread GitBox
petersomogyi merged pull request #73: URL: https://github.com/apache/hbase-operator-tools/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (HBASE-11288) Splittable Meta

2020-08-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179070#comment-17179070 ] Duo Zhang commented on HBASE-11288: --- {quote} I see in your solution is root a table like meta table

[GitHub] [hbase-operator-tools] busbey commented on pull request #73: HBASE-24882 Migrate hbase-operator-tools testing to ci-hadoop

2020-08-17 Thread GitBox
busbey commented on pull request #73: URL: https://github.com/apache/hbase-operator-tools/pull/73#issuecomment-674941548 > On a different PR I only changed a test file and the first build on Yetus failed but a retrigger succeeded. yeah, this is a long standing bug with jenkins

[jira] [Commented] (HBASE-24885) STUCK RIT by hbck2 assigns

2020-08-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179045#comment-17179045 ] Duo Zhang commented on HBASE-24885: --- So this is only a proble for HBCK2? Then I think it is the

[jira] [Commented] (HBASE-24885) STUCK RIT by hbck2 assigns

2020-08-17 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179035#comment-17179035 ] Michael Stack commented on HBASE-24885: --- Want me to take this [~Bo Cui]. I had seen the second

[GitHub] [hbase] Apache-HBase commented on pull request #2267: HBASE-24886 Remove deprecated methods in RowMutations

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

[GitHub] [hbase] Apache-HBase commented on pull request #2267: HBASE-24886 Remove deprecated methods in RowMutations

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

[GitHub] [hbase] Apache-HBase commented on pull request #2267: HBASE-24886 Remove deprecated methods in RowMutations

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

[jira] [Commented] (HBASE-24880) Remove ReplicationPeerConfigUpgrader

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17178998#comment-17178998 ] Viraj Jasani commented on HBASE-24880: -- Thanks for the patch [~niuyulin]. > Remove

[jira] [Resolved] (HBASE-24880) Remove ReplicationPeerConfigUpgrader

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24880. -- Fix Version/s: 3.0.0-alpha-1 Hadoop Flags: Reviewed Resolution: Fixed > Remove

[GitHub] [hbase] virajjasani closed pull request #2266: HBASE-24880 Remove ReplicationPeerConfigUpgrader

2020-08-17 Thread GitBox
virajjasani closed pull request #2266: URL: https://github.com/apache/hbase/pull/2266 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 #2219: HBASE-24686 [LOG] Log improvement in Connection#close

2020-08-17 Thread GitBox
virajjasani commented on pull request #2219: URL: https://github.com/apache/hbase/pull/2219#issuecomment-674889021 @busbey just to confirm, you have +1 for this PR right? This is an automated message from the Apache Git

[GitHub] [hbase] nyl3532016 opened a new pull request #2267: HBASE-24886 Remove deprecated methods in RowMutations

2020-08-17 Thread GitBox
nyl3532016 opened a new pull request #2267: URL: https://github.com/apache/hbase/pull/2267 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] infraio commented on pull request #2264: HBASE-22548 Split TestAdmin1

2020-08-17 Thread GitBox
infraio commented on pull request #2264: URL: https://github.com/apache/hbase/pull/2264#issuecomment-674875803 All ut passed. Let me merge it. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] infraio merged pull request #2264: HBASE-22548 Split TestAdmin1

2020-08-17 Thread GitBox
infraio merged pull request #2264: URL: https://github.com/apache/hbase/pull/2264 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 #2222: HBASE-23834 HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jet…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2264: HBASE-22548 Split TestAdmin1

2020-08-17 Thread GitBox
Apache-HBase commented on pull request #2264: URL: https://github.com/apache/hbase/pull/2264#issuecomment-674858660 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[jira] [Commented] (HBASE-24887) Remove Row.compareTo

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17178936#comment-17178936 ] Viraj Jasani commented on HBASE-24887: -- Merged changes to master branch. Thanks for the

[jira] [Resolved] (HBASE-24887) Remove Row.compareTo

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24887. -- Hadoop Flags: Reviewed Resolution: Fixed > Remove Row.compareTo >

[jira] [Updated] (HBASE-24887) Remove Row.compareTo

2020-08-17 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24887: - Fix Version/s: 3.0.0-alpha-1 > Remove Row.compareTo > > >

[GitHub] [hbase] virajjasani closed pull request #2262: HBASE-24887 Remove Row.compareTo

2020-08-17 Thread GitBox
virajjasani closed pull request #2262: URL: https://github.com/apache/hbase/pull/2262 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

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[jira] [Updated] (HBASE-24289) Heterogeneous Storage for Date Tiered Compaction

2020-08-17 Thread Mengqing Peng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mengqing Peng updated HBASE-24289: -- Release Note: Enhance DateTieredCompaction to support HDFS storage policy within one class

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

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

[GitHub] [hbase] mokai87 commented on pull request #2219: HBASE-24686 [LOG] Log improvement in Connection#close

2020-08-17 Thread GitBox
mokai87 commented on pull request #2219: URL: https://github.com/apache/hbase/pull/2219#issuecomment-674823709 @busbey @pankaj72981 @virajjasani Thanks for the reviews. Who can help to merge this PR if there is no more comment?

[GitHub] [hbase] Apache-HBase commented on pull request #2222: HBASE-23834 HBase fails to run on Hadoop 3.3.0/3.2.2/3.1.4 due to jet…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2130: HBASE-24765: Dynamic master discovery

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

[GitHub] [hbase] Apache-HBase commented on pull request #2266: HBASE-24880 Remove ReplicationPeerConfigUpgrader

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

  1   2   >