[GitHub] [hbase] Apache-HBase commented on pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

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

[GitHub] [hbase] Apache9 commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522733824 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestZKConnectionRegistry.java ## @@ -125,4 +127,20 @@ public void

[jira] [Commented] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231220#comment-17231220 ] Viraj Jasani commented on HBASE-25279: -- HMaster creates two ZKWatchers: 1. Inherited from

[jira] [Updated] (HBASE-25281) Bulkload split hfile too many times due to unreasonable split point

2020-11-12 Thread niuyulin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niuyulin updated HBASE-25281: - Component/s: tooling > Bulkload split hfile too many times due to unreasonable split point >

[jira] [Issue Comment Deleted] (HBASE-12961) Negative values in read and write region server metrics

2020-11-12 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/HBASE-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas updated HBASE-12961: Comment: was deleted (was: The lists all Apache HBase Jiras included in CDH 5 that are not

[jira] [Commented] (HBASE-25255) Master fails to initialize when creating rs group table

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231213#comment-17231213 ] Duo Zhang commented on HBASE-25255: --- Oh, the waitInitialized of MasterProedureEnv will wait until

[jira] [Updated] (HBASE-25281) Bulkload split hfile too many times due to unreasonable split point

2020-11-12 Thread niuyulin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niuyulin updated HBASE-25281: - Attachment: bulkload.png > Bulkload split hfile too many times due to unreasonable split point >

[jira] [Created] (HBASE-25281) Bulkload split hfile too many times due to unreasonable split point

2020-11-12 Thread niuyulin (Jira)
niuyulin created HBASE-25281: Summary: Bulkload split hfile too many times due to unreasonable split point Key: HBASE-25281 URL: https://issues.apache.org/jira/browse/HBASE-25281 Project: HBase

[GitHub] [hbase] saintstack commented on pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
saintstack commented on pull request #2652: URL: https://github.com/apache/hbase/pull/2652#issuecomment-726567532 Use a list as suggested above. Cleaner. New test fails before this fix. Failed test is related. WIll look later.

[GitHub] [hbase] Apache9 commented on a change in pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2638: URL: https://github.com/apache/hbase/pull/2638#discussion_r522685347 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java ## @@ -236,8 +236,8 @@ protected void

[jira] [Updated] (HBASE-25255) Master fails to initialize when creating rs group table

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-25255: -- Fix Version/s: 2.3.4 2.2.7 2.4.0

[GitHub] [hbase] Apache9 merged pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

2020-11-12 Thread GitBox
Apache9 merged pull request #2638: URL: https://github.com/apache/hbase/pull/2638 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 #2638: HBASE-25255 Master fails to initialize when creating rs group table

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

[GitHub] [hbase] infraio commented on a change in pull request #1994: HBASE-24654 Allow unset table's rsgroup

2020-11-12 Thread GitBox
infraio commented on a change in pull request #1994: URL: https://github.com/apache/hbase/pull/1994#discussion_r522675608 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java ## @@ -541,7 +541,11 @@ public TableDescriptorBuilder

[GitHub] [hbase] saintstack commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
saintstack commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522670863 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase] Apache9 commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522665883 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase] Apache-HBase commented on pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

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

[GitHub] [hbase] saintstack commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
saintstack commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522642007 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase] huaxiangsun commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
huaxiangsun commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522623604 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase] Apache-HBase commented on pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

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

[GitHub] [hbase] saintstack commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
saintstack commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522598513 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase-thirdparty] Apache9 merged pull request #42: HBASE-25270 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.m…

2020-11-12 Thread GitBox
Apache9 merged pull request #42: URL: https://github.com/apache/hbase-thirdparty/pull/42 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] [Resolved] (HBASE-25270) [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25270. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to master. Thanks [~zghao] for reviewing. >

[GitHub] [hbase] huaxiangsun edited a comment on pull request #2640: Backport: HBASE-25126 Add load balance logic in hbase-client to distribute read…

2020-11-12 Thread GitBox
huaxiangsun edited a comment on pull request #2640: URL: https://github.com/apache/hbase/pull/2640#issuecomment-726485274 @Apache9 @saintstack I have rebased my branch to include HBASE-25272, please review. It shows lots of commits, but please look at the last two commits. Once Stack

[GitHub] [hbase] huaxiangsun commented on pull request #2640: Backport: HBASE-25126 Add load balance logic in hbase-client to distribute read…

2020-11-12 Thread GitBox
huaxiangsun commented on pull request #2640: URL: https://github.com/apache/hbase/pull/2640#issuecomment-726485274 @Apache9 @saintstack I have rebased my branch to include HBASE-25272, please review. It shows lots of commits, but please look at the last two commits. Once Stack rebase

[GitHub] [hbase] Apache-HBase commented on pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

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

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #42: HBASE-25270 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.m…

2020-11-12 Thread GitBox
Apache-HBase commented on pull request #42: URL: https://github.com/apache/hbase-thirdparty/pull/42#issuecomment-726480053 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase-thirdparty] Apache9 opened a new pull request #42: HBASE-25270 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.m…

2020-11-12 Thread GitBox
Apache9 opened a new pull request #42: URL: https://github.com/apache/hbase-thirdparty/pull/42 …d for 3.4.1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Reopened] (HBASE-25270) [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-25270: --- > [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1 >

[jira] [Resolved] (HBASE-25270) [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25270. --- Resolution: Fixed For generating changes and releasenotes > [hbase-thirdparty] Generate CHANGES.md

[jira] [Assigned] (HBASE-25270) [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-25270: - Assignee: Duo Zhang > [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1 >

[jira] [Updated] (HBASE-25270) [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.1

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-25270: -- Fix Version/s: thirdparty-3.4.1 > [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for

[GitHub] [hbase] Apache-HBase commented on pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

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

[jira] [Commented] (HBASE-25255) Master fails to initialize when creating rs group table

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231100#comment-17231100 ] Duo Zhang commented on HBASE-25255: --- {quote} Other system tables have same problem? {quote} It think

[GitHub] [hbase] Apache9 commented on a change in pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2638: URL: https://github.com/apache/hbase/pull/2638#discussion_r522563709 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java ## @@ -236,8 +236,8 @@ protected void

[GitHub] [hbase] Apache9 commented on a change in pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2652: URL: https://github.com/apache/hbase/pull/2652#discussion_r522562320 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java ## @@ -133,13 +133,17 @@ private static void

[GitHub] [hbase] saintstack opened a new pull request #2652: HBASE-25280 [meta replicas] ArrayIndexOutOfBoundsException in ZKConne…

2020-11-12 Thread GitBox
saintstack opened a new pull request #2652: URL: https://github.com/apache/hbase/pull/2652 …ctionRegistry Use loop index rather than replicaid offsetting into locations array. This is an automated message from the

[jira] [Commented] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231063#comment-17231063 ] Bharath Vissapragada commented on HBASE-25279: -- > I'm not sure if we get into any troubles

[jira] [Commented] (HBASE-25255) Master fails to initialize when creating rs group table

2020-11-12 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231059#comment-17231059 ] Guanghao Zhang commented on HBASE-25255: {quote} it is possible that before meta loaded is

[GitHub] [hbase] infraio commented on a change in pull request #2638: HBASE-25255 Master fails to initialize when creating rs group table

2020-11-12 Thread GitBox
infraio commented on a change in pull request #2638: URL: https://github.com/apache/hbase/pull/2638#discussion_r522530830 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/CreateTableProcedure.java ## @@ -236,8 +236,8 @@ protected void

[GitHub] [hbase] z-york commented on a change in pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

2020-11-12 Thread GitBox
z-york commented on a change in pull request #2650: URL: https://github.com/apache/hbase/pull/2650#discussion_r522528641 ## File path: hbase-shell/src/main/ruby/shell/commands/count.rb ## @@ -60,17 +71,27 @@ def count(table, params = {}) # If the second parameter is

[jira] [Commented] (HBASE-25278) Add option to toggle CACHE_BLOCKS in count.rb

2020-11-12 Thread Zach York (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231057#comment-17231057 ] Zach York commented on HBASE-25278: --- Looks like an easy way to enable this use case. +1 Longer term,

[jira] [Commented] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231052#comment-17231052 ] Josh Elser commented on HBASE-25279: Yeah, I think you're right. I didn't go looking to see if it

[GitHub] [hbase] Apache-HBase commented on pull request #2483: HBASE-25026 - Create a metric to track scans that have no start row and/or stop row

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

[GitHub] [hbase] Apache-HBase commented on pull request #2483: HBASE-25026 - Create a metric to track scans that have no start row and/or stop row

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

[GitHub] [hbase] Apache-HBase commented on pull request #2651: HBASE-25279 Make ZKWatcher ExecutorService launch daemon threads

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

[GitHub] [hbase] Apache-HBase commented on pull request #2651: HBASE-25279 Make ZKWatcher ExecutorService launch daemon threads

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

[GitHub] [hbase] Apache-HBase commented on pull request #2651: HBASE-25279 Make ZKWatcher ExecutorService launch daemon threads

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

[jira] [Commented] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231007#comment-17231007 ] Bharath Vissapragada commented on HBASE-25279: -- [~elserj] Not sure I follow. Doesn't that

[GitHub] [hbase] sguggilam commented on a change in pull request #2627: HBASE-25251 Enable configuration based enable/disable of Unsafe packa…

2020-11-12 Thread GitBox
sguggilam commented on a change in pull request #2627: URL: https://github.com/apache/hbase/pull/2627#discussion_r522457859 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAvailChecker.java ## @@ -33,12 +35,16 @@ private static final Logger LOG

[jira] [Commented] (HBASE-25267) Add SSL keystore type and truststore related configs for HBase RESTServer

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230990#comment-17230990 ] Hudson commented on HBASE-25267: Results for branch branch-2.2 [build #116 on

[jira] [Updated] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-25279: --- Status: Patch Available (was: Open) > Non-daemon thread in ZKWatcher >

[jira] [Commented] (HBASE-25276) Need to throw the original exception in HRegion#openHRegion

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230986#comment-17230986 ] Hudson commented on HBASE-25276: Results for branch branch-2.2 [build #116 on

[jira] [Commented] (HBASE-24350) HBase table level replication metrics for shippedBytes are always 0

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230988#comment-17230988 ] Hudson commented on HBASE-24350: Results for branch branch-2.2 [build #116 on

[jira] [Commented] (HBASE-24779) Improve insight into replication WAL readers hung on checkQuota

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230989#comment-17230989 ] Hudson commented on HBASE-24779: Results for branch branch-2.2 [build #116 on

[jira] [Created] (HBASE-25280) [meta replicas] ArrayIndexOutOfBoundsException in ZKConnectionRegistry

2020-11-12 Thread Michael Stack (Jira)
Michael Stack created HBASE-25280: - Summary: [meta replicas] ArrayIndexOutOfBoundsException in ZKConnectionRegistry Key: HBASE-25280 URL: https://issues.apache.org/jira/browse/HBASE-25280 Project:

[jira] [Commented] (HBASE-25003) Backport HBASE-24350 and HBASE-24779 to branch-2.2 & branch-2.3

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230987#comment-17230987 ] Hudson commented on HBASE-25003: Results for branch branch-2.2 [build #116 on

[GitHub] [hbase] joshelser opened a new pull request #2651: HBASE-25279 Make ZKWatcher ExecutorService launch daemon threads

2020-11-12 Thread GitBox
joshelser opened a new pull request #2651: URL: https://github.com/apache/hbase/pull/2651 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-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230984#comment-17230984 ] Josh Elser commented on HBASE-25279: [~bharathv], [~vjasani], be careful here please, gents. Marking

[jira] [Created] (HBASE-25279) Non-daemon thread in ZKWatcher

2020-11-12 Thread Josh Elser (Jira)
Josh Elser created HBASE-25279: -- Summary: Non-daemon thread in ZKWatcher Key: HBASE-25279 URL: https://issues.apache.org/jira/browse/HBASE-25279 Project: HBase Issue Type: Bug

[GitHub] [hbase] joshelser commented on pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

2020-11-12 Thread GitBox
joshelser commented on pull request #2650: URL: https://github.com/apache/hbase/pull/2650#issuecomment-726357462 Validated this with a little local install. Wrote a bunch of data with `hbase pe`. Ran `count 'TestTable'` and did not see block cache usage grow. Ran `count 'TestTable',

[GitHub] [hbase] Apache-HBase commented on pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

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

[GitHub] [hbase] Apache-HBase commented on pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

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

[GitHub] [hbase] Apache-HBase commented on pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

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

[jira] [Updated] (HBASE-25278) Add option to toggle CACHE_BLOCKS in count.rb

2020-11-12 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-25278: --- Status: Patch Available (was: Open) > Add option to toggle CACHE_BLOCKS in count.rb >

[GitHub] [hbase] joshelser opened a new pull request #2650: HBASE-25278 Add CACHE_BLOCKS option to count shell command

2020-11-12 Thread GitBox
joshelser opened a new pull request #2650: URL: https://github.com/apache/hbase/pull/2650 Expose an argument on the `count` command which is passed to the `setCacheBlocks` method on the Scan which the count command uses. This is a quick and dirty approach to read all of the blocks

[jira] [Created] (HBASE-25278) Add option to toggle CACHE_BLOCKS in count.rb

2020-11-12 Thread Josh Elser (Jira)
Josh Elser created HBASE-25278: -- Summary: Add option to toggle CACHE_BLOCKS in count.rb Key: HBASE-25278 URL: https://issues.apache.org/jira/browse/HBASE-25278 Project: HBase Issue Type: New

[GitHub] [hbase] Apache-HBase commented on pull request #2483: HBASE-25026 - Create a metric to track scans that have no start row and/or stop row

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

[jira] [Created] (HBASE-25277) postScannerFilterRow impacts Scan performance a lot in HBase 2.x

2020-11-12 Thread Pankaj Kumar (Jira)
Pankaj Kumar created HBASE-25277: Summary: postScannerFilterRow impacts Scan performance a lot in HBase 2.x Key: HBASE-25277 URL: https://issues.apache.org/jira/browse/HBASE-25277 Project: HBase

[GitHub] [hbase] gkanade commented on a change in pull request #2483: HBASE-25026 - Create a metric to track scans that have no start row and/or stop row

2020-11-12 Thread GitBox
gkanade commented on a change in pull request #2483: URL: https://github.com/apache/hbase/pull/2483#discussion_r522354131 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java ## @@ -3481,6 +3512,9 @@ public ScanResponse scan(final

[GitHub] [hbase] gkanade commented on a change in pull request #2483: HBASE-25026 - Create a metric to track scans that have no start row and/or stop row

2020-11-12 Thread GitBox
gkanade commented on a change in pull request #2483: URL: https://github.com/apache/hbase/pull/2483#discussion_r522353826 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java ## @@ -3164,7 +3187,14 @@ private RegionScannerHolder

[GitHub] [hbase] huaxiangsun commented on pull request #2640: Backport: HBASE-25126 Add load balance logic in hbase-client to distribute read…

2020-11-12 Thread GitBox
huaxiangsun commented on pull request #2640: URL: https://github.com/apache/hbase/pull/2640#issuecomment-726239551 HBASE-18070.branch-2 needs to be rebased to include Duo's HBASE-27252. I rebased my branch and now the review messes up.

[jira] [Commented] (HBASE-25266) [hbase-operator-tools] Add a repair tool for moving stale regions dir not present in meta away from table dir

2020-11-12 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230821#comment-17230821 ] Wellington Chevreuil commented on HBASE-25266: -- Ah yeah, could add an additional wal player

[jira] [Updated] (HBASE-25253) Deprecated master carrys regions related methods and configs

2020-11-12 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wenfeiyi666 updated HBASE-25253: Release Note: Since 2.4.0, deprecated all master carrys regions related

[GitHub] [hbase] Apache-HBase commented on pull request #2649: HBASE-25110 Add heartbeat for ReplicationServer and dispatch replicat…

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

[jira] [Commented] (HBASE-25275) Upgrade asciidoctor

2020-11-12 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230703#comment-17230703 ] Peter Somogyi commented on HBASE-25275: --- Website build succeeded, pushed to branch-2. > Upgrade

[jira] [Updated] (HBASE-25275) Upgrade asciidoctor

2020-11-12 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi updated HBASE-25275: -- Fix Version/s: 2.4.0 3.0.0-alpha-1 Resolution: Fixed

[jira] [Commented] (HBASE-12961) Negative values in read and write region server metrics

2020-11-12 Thread Doris Hall (Jira)
[ https://issues.apache.org/jira/browse/HBASE-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230678#comment-17230678 ] Doris Hall commented on HBASE-12961: The lists all Apache HBase Jiras included in CDH 5 that are not

[GitHub] [hbase] Apache-HBase commented on pull request #2649: HBASE-25110 Add heartbeat for ReplicationServer and dispatch replicat…

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

[jira] [Commented] (HBASE-25263) Change encryption key generation algorithm used in the HBase shell

2020-11-12 Thread Mate Szalay-Beko (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230669#comment-17230669 ] Mate Szalay-Beko commented on HBASE-25263: -- These are very good points, thanks! {quote}... each

[jira] [Commented] (HBASE-25275) Upgrade asciidoctor

2020-11-12 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230668#comment-17230668 ] Peter Somogyi commented on HBASE-25275: --- Merged PR to master. Once the website build job succeeds

[GitHub] [hbase] petersomogyi merged pull request #2647: HBASE-25275 Upgrade asciidoctor

2020-11-12 Thread GitBox
petersomogyi merged pull request #2647: URL: https://github.com/apache/hbase/pull/2647 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] [Resolved] (HBASE-25253) Deprecated master carrys regions related methods and configs

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25253. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to master and branch-2. Thanks

[GitHub] [hbase] Apache9 merged pull request #2635: HBASE-25253 Deprecated master carrys regions related methods and configs

2020-11-12 Thread GitBox
Apache9 merged pull request #2635: URL: https://github.com/apache/hbase/pull/2635 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] Apache9 commented on a change in pull request #2644: HBASE-25127 Enhance PerformanceEvaluation to profile meta replica performance.

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2644: URL: https://github.com/apache/hbase/pull/2644#discussion_r52219 ## File path: hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java ## @@ -1998,6 +2006,41 @@ protected void testTakedown()

[jira] [Resolved] (HBASE-25272) Support scan on a specific replica

2020-11-12 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-25272. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to branch-2. Thanks all for reviewing. >

[GitHub] [hbase] Apache9 commented on a change in pull request #2627: HBASE-25251 Enable configuration based enable/disable of Unsafe packa…

2020-11-12 Thread GitBox
Apache9 commented on a change in pull request #2627: URL: https://github.com/apache/hbase/pull/2627#discussion_r522106617 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAvailChecker.java ## @@ -33,12 +35,16 @@ private static final Logger LOG =

[GitHub] [hbase] Apache9 merged pull request #2645: HBASE-25272 Support scan on a specific replica

2020-11-12 Thread GitBox
Apache9 merged pull request #2645: URL: https://github.com/apache/hbase/pull/2645 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] catalin-luca commented on a change in pull request #2002: HBASE-24541 Add support to run LoadIncrementalHFiles in a distributed manner

2020-11-12 Thread GitBox
catalin-luca commented on a change in pull request #2002: URL: https://github.com/apache/hbase/pull/2002#discussion_r522100337 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFilesJob.java ## @@ -0,0 +1,348 @@ +/** + * Licensed to

[GitHub] [hbase] catalin-luca commented on pull request #2002: HBASE-24541 Add support to run LoadIncrementalHFiles in a distributed manner

2020-11-12 Thread GitBox
catalin-luca commented on pull request #2002: URL: https://github.com/apache/hbase/pull/2002#issuecomment-726070015 > > > > After inspecting thread dumps, I saw lots of time spent in re-creating HTTP connections. It seemed that the connections were not being re-used because the

[jira] [Commented] (HBASE-25187) Improve SizeCachedKV variants initialization

2020-11-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230601#comment-17230601 ] Hudson commented on HBASE-25187: Results for branch master [build #123 on

[GitHub] [hbase] Apache-HBase commented on pull request #2649: HBASE-25110 Add heartbeat for ReplicationServer and dispatch replicat…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2002: HBASE-24541 Add support to run LoadIncrementalHFiles in a distributed manner

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

[jira] [Updated] (HBASE-25274) Regionserver crash by YouAreDeadException

2020-11-12 Thread hong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hong updated HBASE-25274: - Priority: Blocker (was: Major) > Regionserver crash by YouAreDeadException >

[GitHub] [hbase] Apache-HBase commented on pull request #2645: HBASE-25272 Support scan on a specific replica

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

[jira] [Resolved] (HBASE-25267) Add SSL keystore type and truststore related configs for HBase RESTServer

2020-11-12 Thread Balazs Meszaros (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Balazs Meszaros resolved HBASE-25267. - Fix Version/s: 2.3.4 2.2.7 2.4.0

[GitHub] [hbase] Apache-HBase commented on pull request #2649: HBASE-25110 Add heartbeat for ReplicationServer and dispatch replicat…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2649: HBASE-25110 Add heartbeat for ReplicationServer and dispatch replicat…

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

[GitHub] [hbase] meszibalu merged pull request #2642: HBASE-25267 Add SSL keystore type and truststore related configs for HBase RESTServer

2020-11-12 Thread GitBox
meszibalu merged pull request #2642: URL: https://github.com/apache/hbase/pull/2642 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

  1   2   >