[GitHub] [hbase] bsglz commented on a change in pull request #1737: HBASE-24382 Flush partial stores of region filtered by seqId when arc…

2020-06-08 Thread GitBox
bsglz commented on a change in pull request #1737: URL: https://github.com/apache/hbase/pull/1737#discussion_r436491431 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FlushPolicy.java ## @@ -46,4 +49,16 @@ protected void configureForRegion(HRegio

[GitHub] [hbase] bsglz commented on a change in pull request #1737: HBASE-24382 Flush partial stores of region filtered by seqId when arc…

2020-06-08 Thread GitBox
bsglz commented on a change in pull request #1737: URL: https://github.com/apache/hbase/pull/1737#discussion_r436492980 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FlushRequester.java ## @@ -36,6 +38,18 @@ */ boolean requestFlush(HRegio

[jira] [Commented] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127943#comment-17127943 ] Viraj Jasani commented on HBASE-23887: -- [~pustota] I am sure the approach would be

[GitHub] [hbase] Apache-HBase commented on pull request #1841: HBASE-24208 Remove RS entry from zk draining servers node after RS been stopped

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

[GitHub] [hbase] gkanade commented on pull request #1841: HBASE-24208 Remove RS entry from zk draining servers node after RS been stopped

2020-06-08 Thread GitBox
gkanade commented on pull request #1841: URL: https://github.com/apache/hbase/pull/1841#issuecomment-640417293 @virajjasani @anoopsjohn i made the fix and now verifies this works locally (the issue was one of the tests was not initializing zk instance for HM so i just put a null check arou

[jira] [Commented] (HBASE-24513) The default readRpcTimeout and writeRpcTimeout is incorrectly calculated in AsyncConnectionConfiguration

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127956#comment-17127956 ] Hudson commented on HBASE-24513: Results for branch branch-2.3 [build #127 on b

[jira] [Commented] (HBASE-24506) async client deadlock

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127958#comment-17127958 ] Hudson commented on HBASE-24506: Results for branch branch-2.3 [build #127 on b

[jira] [Commented] (HBASE-24515) batch Increment/Append fails when retrying the RPC

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127957#comment-17127957 ] Hudson commented on HBASE-24515: Results for branch branch-2.3 [build #127 on b

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436523343 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -153,6 +153,18 @@ private static final String LRU

[jira] [Comment Edited] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127938#comment-17127938 ] Qilin Cao edited comment on HBASE-24516 at 6/8/20, 8:11 AM:

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436524637 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -153,6 +153,18 @@ private static final String LRU

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436525391 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -338,6 +373,17 @@ public LruBlockCache(long maxSize,

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436528889 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -947,7 +1019,47 @@ public void run() { }

[jira] [Commented] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128014#comment-17128014 ] Guanghao Zhang commented on HBASE-24516: +1 > Parameter pass incorrectly when r

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436531585 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -947,7 +1019,47 @@ public void run() { }

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436531476 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -947,7 +1019,47 @@ public void run() { }

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436524637 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -153,6 +153,18 @@ private static final String LRU

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436532599 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -947,7 +1019,47 @@ public void run() { }

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436533094 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java ## @@ -400,6 +451,16 @@ private Cacheable asReferencedHeap

[GitHub] [hbase] pustota2009 commented on a change in pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

2020-06-08 Thread GitBox
pustota2009 commented on a change in pull request #1257: URL: https://github.com/apache/hbase/pull/1257#discussion_r436533202 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestLruBlockCache.java ## @@ -1026,8 +1045,81 @@ public void testMultiThreadG

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

[jira] [Commented] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128018#comment-17128018 ] Duo Zhang commented on HBASE-24516: --- Please open a PR? Thanks. > Parameter pass incor

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

[jira] [Commented] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128041#comment-17128041 ] Qilin Cao commented on HBASE-24516: --- [~zhangduo] I will open a PR later. > Parameter

[jira] [Commented] (HBASE-24117) If move target RS crashes, move fails if concurrent master crash

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128045#comment-17128045 ] Duo Zhang commented on HBASE-24117: --- OK, I found the root cause. Still something wron

[jira] [Assigned] (HBASE-24117) If move target RS crashes, move fails if concurrent master crash

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-24117: - Assignee: Duo Zhang (was: Michael Stack) > If move target RS crashes, move fails if concurrent

[jira] [Updated] (HBASE-24117) If move target RS crashes, move fails if concurrent master crash

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24117: -- Priority: Critical (was: Major) > If move target RS crashes, move fails if concurrent master crash >

[jira] [Work started] (HBASE-24117) If move target RS crashes, move fails if concurrent master crash

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24117 started by Duo Zhang. - > If move target RS crashes, move fails if concurrent master crash >

[jira] [Updated] (HBASE-24117) If move target RS crashes, move fails if concurrent master crash

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24117: -- Fix Version/s: 2.2.6 2.3.0 3.0.0-alpha-1 > If move target RS cra

[jira] [Commented] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128052#comment-17128052 ] Wellington Chevreuil commented on HBASE-24516: -- Could you be more specific

[jira] [Comment Edited] (HBASE-24516) Parameter pass incorrectly when refactor SecureBulkLoadClient

2020-06-08 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128052#comment-17128052 ] Wellington Chevreuil edited comment on HBASE-24516 at 6/8/20, 9:14 AM: ---

[jira] [Updated] (HBASE-24117) Shutdown AssignmentManager before ProcedureExecutor may cause SCP to accidentally skip assigning a region

2020-06-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24117: -- Summary: Shutdown AssignmentManager before ProcedureExecutor may cause SCP to accidentally skip assign

[GitHub] [hbase] Apache9 opened a new pull request #1865: HBASE-24117 Shutdown AssignmentManager before ProcedureExecutor may c…

2020-06-08 Thread GitBox
Apache9 opened a new pull request #1865: URL: https://github.com/apache/hbase/pull/1865 …ause SCP to accidentally skip assigning a region This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [hbase] zhaoyim commented on pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2020-06-08 Thread GitBox
zhaoyim commented on pull request #746: URL: https://github.com/apache/hbase/pull/746#issuecomment-640492647 @saintstack @Apache9 I updated the commit use the instanceof replaced the isAssignableFrom, please help review again, Thanks! -

[jira] [Commented] (HBASE-24051) When the data directory is set to EC,the amount of storefiles reaches a relatively high level,heap Occupancy Percent is above heap occupancy alarm watermark,resulting

2020-06-08 Thread Zhao Yi Ming (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128094#comment-17128094 ] Zhao Yi Ming commented on HBASE-24051: -- Seems the dup issue with https://issues.apa

[GitHub] [hbase] Apache-HBase commented on pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

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

[jira] [Created] (HBASE-24517) AssignmentManager.start should add meta region to ServerStateNode

2020-06-08 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24517: - Summary: AssignmentManager.start should add meta region to ServerStateNode Key: HBASE-24517 URL: https://issues.apache.org/jira/browse/HBASE-24517 Project: HBase

[GitHub] [hbase] Apache9 opened a new pull request #1866: HBASE-24517 AssignmentManager.start should add meta region to ServerS…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1865: HBASE-24117 Shutdown AssignmentManager before ProcedureExecutor may c…

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

[GitHub] [hbase] anoopsjohn commented on pull request #1841: HBASE-24208 Remove RS entry from zk draining servers node after RS been stopped

2020-06-08 Thread GitBox
anoopsjohn commented on pull request #1841: URL: https://github.com/apache/hbase/pull/1841#issuecomment-640512809 +1 Once next build is green, good to commit. This is an automated message from the Apache Git Service. To re

[GitHub] [hbase] Apache-HBase commented on pull request #1841: HBASE-24208 Remove RS entry from zk draining servers node after RS been stopped

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

[GitHub] [hbase] Apache-HBase commented on pull request #1257: HBASE 23887 Up to 3x increase BlockCache performance

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

[GitHub] [hbase] virajjasani merged pull request #1822: HBASE-24483 Add repeated prefix logging for MultipleColumnPrefixFilter

2020-06-08 Thread GitBox
virajjasani merged pull request #1822: URL: https://github.com/apache/hbase/pull/1822 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 t

[GitHub] [hbase] Apache-HBase commented on pull request #1841: HBASE-24208 Remove RS entry from zk draining servers node after RS been stopped

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

[GitHub] [hbase] bharathv commented on a change in pull request #1858: HBASE-24506 async client deadlock

2020-06-08 Thread GitBox
bharathv commented on a change in pull request #1858: URL: https://github.com/apache/hbase/pull/1858#discussion_r436321731 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java ## @@ -253,52 +268,38 @@ public void operationComplete(Future

[GitHub] [hbase] Apache9 merged pull request #1859: HBASE-24510 Remove HBaseTestCase amd GenericTestUtils

2020-06-08 Thread GitBox
Apache9 merged pull request #1859: URL: https://github.com/apache/hbase/pull/1859 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 th

[GitHub] [hbase] HorizonNet commented on pull request #1685: Backport "HBASE-24305 Prepare deprecations in ServerName (#1666)" to branch-2

2020-06-08 Thread GitBox
HorizonNet commented on pull request #1685: URL: https://github.com/apache/hbase/pull/1685#issuecomment-640099533 Closing this one. Will bring out a new one under HBASE-24514. This is an automated message from the Apache Git

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-23136. The parameter  pass incorrectl

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Summary: Parameter copyFiles should be passed in SecureBulkLoadClient (was: Parameter pass incorrectl

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-23136. The parameter  Parameter pass

[jira] [Commented] (HBASE-24446) Use EnvironmentEdgeManager to compute clock skew in Master

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128177#comment-17128177 ] Hudson commented on HBASE-24446: Results for branch branch-1 [build #1311 on bu

[jira] [Commented] (HBASE-24483) Add repeated prefix logging for MultipleColumnPrefixFilter

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128178#comment-17128178 ] Viraj Jasani commented on HBASE-24483: -- Thanks for the contribution [~filtertip].

[jira] [Resolved] (HBASE-24483) Add repeated prefix logging for MultipleColumnPrefixFilter

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24483. -- Fix Version/s: 2.2.6 1.7.0 2.3.0 3.0.0

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-23136. The parameter  copyFiles was n

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-23136. The parameter  copyFiles was n

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-23136. The public secureBulkLoadHFile

[jira] [Commented] (HBASE-24506) async client deadlock

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128193#comment-17128193 ] Hudson commented on HBASE-24506: Results for branch branch-2 [build #2696 on bu

[jira] [Commented] (HBASE-24515) batch Increment/Append fails when retrying the RPC

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128192#comment-17128192 ] Hudson commented on HBASE-24515: Results for branch branch-2 [build #2696 on bu

[jira] [Commented] (HBASE-24483) Add repeated prefix logging for MultipleColumnPrefixFilter

2020-06-08 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128232#comment-17128232 ] Zheng Wang commented on HBASE-24483: Thanks. > Add repeated prefix logging for Mult

[jira] [Commented] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128245#comment-17128245 ] Qilin Cao commented on HBASE-24516: --- [~zhangduo],the PR is #1868, [~wchevreuil], the J

[jira] [Updated] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qilin Cao updated HBASE-24516: -- Description: When refactor SecureBulkLoadClient started in HBASE-22380. The public secureBulkLoadHFile

[jira] [Comment Edited] (HBASE-24516) Parameter copyFiles should be passed in SecureBulkLoadClient

2020-06-08 Thread Qilin Cao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128245#comment-17128245 ] Qilin Cao edited comment on HBASE-24516 at 6/8/20, 12:30 PM: -

[jira] [Created] (HBASE-24518) waitForNamespaceOnline() should return false if any region is offline

2020-06-08 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-24518: Summary: waitForNamespaceOnline() should return false if any region is offline Key: HBASE-24518 URL: https://issues.apache.org/jira/browse/HBASE-24518 Project: HBase

[jira] [Work started] (HBASE-24518) waitForNamespaceOnline() should return false if any region is offline

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24518 started by Viraj Jasani. > waitForNamespaceOnline() should return false if any region is offline > -

[jira] [Updated] (HBASE-24518) waitForNamespaceOnline() should return false if any region is offline

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24518: - Status: Patch Available (was: In Progress) > waitForNamespaceOnline() should return false if an

[jira] [Commented] (HBASE-24515) batch Increment/Append fails when retrying the RPC

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128352#comment-17128352 ] Hudson commented on HBASE-24515: Results for branch master [build #1751 on buil

[jira] [Commented] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy commented on HBASE-23887: --- Is it ok for the summury doc? --- Somet

[jira] [Commented] (HBASE-24506) async client deadlock

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128354#comment-17128354 ] Hudson commented on HBASE-24506: Results for branch master [build #1751 on buil

[jira] [Commented] (HBASE-24513) The default readRpcTimeout and writeRpcTimeout is incorrectly calculated in AsyncConnectionConfiguration

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128351#comment-17128351 ] Hudson commented on HBASE-24513: Results for branch master [build #1751 on buil

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 2:38 PM: --

[jira] [Commented] (HBASE-24359) Optionally ignore edits for deleted CFs for replication.

2020-06-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128355#comment-17128355 ] Hudson commented on HBASE-24359: Results for branch branch-2.3 [build #128 on b

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 2:42 PM: --

[jira] [Assigned] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned HBASE-23887: -- Assignee: Danil Lipovoy > BlockCache performance improve by reduce eviction rate > --

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 3:23 PM: --

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 3:29 PM: --

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 3:36 PM: --

[jira] [Comment Edited] (HBASE-23887) BlockCache performance improve by reduce eviction rate

2020-06-08 Thread Danil Lipovoy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128349#comment-17128349 ] Danil Lipovoy edited comment on HBASE-23887 at 6/8/20, 3:38 PM: --

[jira] [Updated] (HBASE-21666) Break up the TestExportSnapshot UTs; they can timeout

2020-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-21666: -- Resolution: Implemented Status: Resolved (was: Patch Available) Resolving as implemen

[jira] [Commented] (HBASE-24510) Remove HBaseTestCase and GenericTestUtils

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128423#comment-17128423 ] Nick Dimiduk commented on HBASE-24510: -- No, until we have a testing harness for dow

[jira] [Commented] (HBASE-24493) [flakey test] TestExportSnapshot family of tests failing due to timeout in AbstractDelegationTokenSecretManager$ExpiredTokenRemover

2020-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128430#comment-17128430 ] Michael Stack commented on HBASE-24493: --- Spent some time looking this morning sinc

[jira] [Updated] (HBASE-23997) Consider JDK11 in our support matrix

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-23997: - Fix Version/s: (was: 2.3.0) 3.0.0-alpha-1 > Consider JDK11 in our support

[jira] [Resolved] (HBASE-23997) Consider JDK11 in our support matrix

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-23997. -- Resolution: Fixed > Consider JDK11 in our support matrix > ---

[jira] [Created] (HBASE-24519) Add ndimiduk as release manager for 2.3

2020-06-08 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24519: Summary: Add ndimiduk as release manager for 2.3 Key: HBASE-24519 URL: https://issues.apache.org/jira/browse/HBASE-24519 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-24520) Change the IA for MutableSizeHistogram and MutableTimeHistogram

2020-06-08 Thread Rushabh Shah (Jira)
Rushabh Shah created HBASE-24520: Summary: Change the IA for MutableSizeHistogram and MutableTimeHistogram Key: HBASE-24520 URL: https://issues.apache.org/jira/browse/HBASE-24520 Project: HBase

[jira] [Commented] (HBASE-24520) Change the IA for MutableSizeHistogram and MutableTimeHistogram

2020-06-08 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128456#comment-17128456 ] Sean Busbey commented on HBASE-24520: - Please start a DISCUSS thread on dev@hbase.

[jira] [Commented] (HBASE-24520) Change the IA for MutableSizeHistogram and MutableTimeHistogram

2020-06-08 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128458#comment-17128458 ] Rushabh Shah commented on HBASE-24520: -- Thank you [~busbey]. > Change the IA for M

[jira] [Work started] (HBASE-24519) Add ndimiduk as release manager for 2.3

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24519 started by Nick Dimiduk. > Add ndimiduk as release manager for 2.3 > ---

[jira] [Resolved] (HBASE-24519) Add ndimiduk as release manager for 2.3

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-24519. -- Resolution: Fixed > Add ndimiduk as release manager for 2.3 >

[jira] [Updated] (HBASE-24144) Update docs from master

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24144: - Summary: Update docs from master (was: Update docs from branch-2 and master) > Update docs fro

[jira] [Commented] (HBASE-24493) [flakey test] TestExportSnapshot family of tests failing due to timeout in AbstractDelegationTokenSecretManager$ExpiredTokenRemover

2020-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128475#comment-17128475 ] Michael Stack commented on HBASE-24493: --- Here is some more detail: Fails because:

[jira] [Updated] (HBASE-24493) [flakey test] TestExportSnapshot family of tests failing due to timeout in AbstractDelegationTokenSecretManager$ExpiredTokenRemover

2020-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-24493: -- Attachment: 0001-HBASE-24493-flakey-test-TestExportSnapshot-family-of.patch > [flakey test] Te

[jira] [Resolved] (HBASE-24208) Remove RS entry from zk draining servers node after RS been stopped

2020-06-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24208. -- Fix Version/s: (was: 2.2.6) (was: 2.3.1) 2.4.0

[jira] [Created] (HBASE-24521) Reenable the TestExportSnapshot family of tests

2020-06-08 Thread Michael Stack (Jira)
Michael Stack created HBASE-24521: - Summary: Reenable the TestExportSnapshot family of tests Key: HBASE-24521 URL: https://issues.apache.org/jira/browse/HBASE-24521 Project: HBase Issue Type:

[jira] [Commented] (HBASE-24208) Remove RS entry from zk draining servers node after RS been stopped

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

[jira] [Updated] (HBASE-24521) Reenable the TestExportSnapshot family of tests

2020-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-24521: -- Description: The yarn history server can take a while to start. It is hardcoded at one minute

[jira] [Created] (HBASE-24522) consolidate TestSnapshotFileCacheWithDifferentWorkingDir and TestSnapshotFileCache by parameterized test.

2020-06-08 Thread Huaxiang Sun (Jira)
Huaxiang Sun created HBASE-24522: Summary: consolidate TestSnapshotFileCacheWithDifferentWorkingDir and TestSnapshotFileCache by parameterized test. Key: HBASE-24522 URL: https://issues.apache.org/jira/browse/HBA

[jira] [Updated] (HBASE-24005) Document maven invocation with JDK11

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24005: - Summary: Document maven invocation with JDK11 (was: Document running unit tests in IntelliJ w.

[jira] [Updated] (HBASE-24005) Document maven invocation with JDK11

2020-06-08 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24005: - Description: This is not obvious at the moment. Add some docs to ease dev setup. (was: Apparent

[jira] [Assigned] (HBASE-24326) Removal from streamReaders can be done in finally

2020-06-08 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan reassigned HBASE-24326: -- Assignee: Sambit Mohapatra (was: ramkrishna.s.vasudevan) > Removal f

  1   2   >