[jira] [Commented] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191490#comment-17191490 ] yuqi commented on HBASE-24987: -- [~zghao], OK, Thanks for your advice, i will take a try >

[jira] [Assigned] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi reassigned HBASE-24987: Assignee: yuqi > Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri > -

[GitHub] [hbase] Apache-HBase commented on pull request #2354: HBASE-24986 Move ReplicationBarrier related methods to a separated class

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

[GitHub] [hbase] Apache-HBase commented on pull request #2354: HBASE-24986 Move ReplicationBarrier related methods to a separated class

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

[jira] [Commented] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191482#comment-17191482 ] Guanghao Zhang commented on HBASE-24987: Take a try with bigger version java, su

[GitHub] [hbase] mnpoonia opened a new pull request #2355: HBASE-24988 Do not merge regions if they are non adjacent in MergeNor…

2020-09-06 Thread GitBox
mnpoonia opened a new pull request #2355: URL: https://github.com/apache/hbase/pull/2355 …malizationPlan.execute This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Created] (HBASE-24988) Donot merge regions if they are non adjacent in MergeNormalizationPlan.execute

2020-09-06 Thread Aman Poonia (Jira)
Aman Poonia created HBASE-24988: --- Summary: Donot merge regions if they are non adjacent in MergeNormalizationPlan.execute Key: HBASE-24988 URL: https://issues.apache.org/jira/browse/HBASE-24988 Project:

[GitHub] [hbase] bsglz commented on pull request #2254: HBASE-24875 Remove the force param for unassign since it dose not take effect any more

2020-09-06 Thread GitBox
bsglz commented on pull request #2254: URL: https://github.com/apache/hbase/pull/2254#issuecomment-688047473 Ping. @busbey This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [hbase] brfrn169 commented on pull request #2228: HBASE-24602 Add Increment and Append support to CheckAndMutate

2020-09-06 Thread GitBox
brfrn169 commented on pull request #2228: URL: https://github.com/apache/hbase/pull/2228#issuecomment-688042384 Ping @Apache9 @joshelser Thanks. This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [hbase] rda3mon commented on pull request #2293: HBASE-24931 Fix for Candidate generator getAction method ignoring 0th…

2020-09-06 Thread GitBox
rda3mon commented on pull request #2293: URL: https://github.com/apache/hbase/pull/2293#issuecomment-688039152 @virajjasani Increase in ALLOWED_WINDOW will not be of much help. Because, the deviation isn't small. Expected 50 * 0.4 = 20. Actual is 49. -

[GitHub] [hbase] rda3mon commented on pull request #2293: HBASE-24931 Fix for Candidate generator getAction method ignoring 0th…

2020-09-06 Thread GitBox
rda3mon commented on pull request #2293: URL: https://github.com/apache/hbase/pull/2293#issuecomment-688038129 @virajjasani Original author @PierreZ will be able to look at this post 14th Sep as he doesn't have access to laptop until then.. So, will wait till then. ---

[GitHub] [hbase] Apache-HBase commented on pull request #2354: HBASE-24986 Move ReplicationBarrier related methods to a separated class

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

[GitHub] [hbase] Apache9 commented on pull request #2354: HBASE-24986 Move ReplicationBarrier related methods to a separated class

2020-09-06 Thread GitBox
Apache9 commented on pull request #2354: URL: https://github.com/apache/hbase/pull/2354#issuecomment-688016524 Because we reference the related methods in splitRegion and mergeRegions methods of MetaTableAccessor, also moved these two methods to RegionStateStore. -

[GitHub] [hbase] Apache9 opened a new pull request #2354: HBASE-24986 Move ReplicationBarrier related methods to a separated class

2020-09-06 Thread GitBox
Apache9 opened a new pull request #2354: URL: https://github.com/apache/hbase/pull/2354 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-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Description: Reproduce: 1.Branch:latest master 2.JVM: java version "1.8.0_151" 3. OS: MacOS 10.13.1 execute th

[jira] [Updated] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Environment: (was: Reproduce: 1.Branch:latest master 2.JVM: java version "1.8.0_151" 3. OS: MacOS 10.13.1 e

[jira] [Updated] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Description: Reproduce: 1.Branch:latest master 2.JVM: java version "1.8.0_151" 3. OS: MacOS 10.13.1 execute th

[jira] [Updated] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Attachment: screenshot-1.png > Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri > --

[jira] [Updated] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Environment: Reproduce: 1.Branch:latest master 2.JVM: java version "1.8.0_151" 3. OS: MacOS 10.13.1 execute th

[jira] [Work started] (HBASE-24986) Move ReplicationBarrier related methods to a separated class

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24986 started by Duo Zhang. - > Move ReplicationBarrier related methods to a separated class >

[jira] [Updated] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuqi updated HBASE-24987: - Description: # When i run rest client in local environment, it throws AbstractMethodError error was: When

[jira] [Created] (HBASE-24987) Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri

2020-09-06 Thread yuqi (Jira)
yuqi created HBASE-24987: Summary: Rest Client throws AbstractMethodError about javax.ws.rs.core.UriBuilder.uri Key: HBASE-24987 URL: https://issues.apache.org/jira/browse/HBASE-24987 Project: HBase

[jira] [Resolved] (HBASE-24391) Implement meta split

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24391. --- Fix Version/s: HBASE-24950 Hadoop Flags: Reviewed Resolution: Fixed Merged to branch HBA

[jira] [Updated] (HBASE-24391) Implement meta split

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24391: -- Component/s: meta > Implement meta split > > > Key: HBASE-24391 >

[GitHub] [hbase] Apache9 merged pull request #2010: HBASE-24391 Implement meta split

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

[jira] [Created] (HBASE-24986) Move ReplicationBarrier related methods to a separated class

2020-09-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24986: - Summary: Move ReplicationBarrier related methods to a separated class Key: HBASE-24986 URL: https://issues.apache.org/jira/browse/HBASE-24986 Project: HBase Issue

[jira] [Assigned] (HBASE-24985) Move meta edit methods from MetaTableAccessor to RegionStateStore

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-24985: - Assignee: Duo Zhang > Move meta edit methods from MetaTableAccessor to RegionStateStore > -

[jira] [Work started] (HBASE-24985) Move meta edit methods from MetaTableAccessor to RegionStateStore

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24985 started by Duo Zhang. - > Move meta edit methods from MetaTableAccessor to RegionStateStore > ---

[jira] [Created] (HBASE-24985) Move meta edit methods from MetaTableAccessor to RegionStateStore

2020-09-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24985: - Summary: Move meta edit methods from MetaTableAccessor to RegionStateStore Key: HBASE-24985 URL: https://issues.apache.org/jira/browse/HBASE-24985 Project: HBase

[GitHub] [hbase] Apache9 commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
Apache9 commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484145446 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStateStore.java ## @@ -250,15 +255,62 @@ private long getOpenSeqNu

[GitHub] [hbase] infraio commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
infraio commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484136764 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStateStore.java ## @@ -250,15 +255,62 @@ private long getOpenSeqNu

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[GitHub] [hbase] Apache-HBase commented on pull request #1635: HBASE-23996 Many split related metrics were present RS side but after split is moved to Master, these metrics are lost.

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

[jira] [Commented] (HBASE-24937) table.rb use LocalDateTime to replace Instant

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

[jira] [Commented] (HBASE-24719) Renaming invalid rsgroup throws NPE instead of proper error message

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

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[GitHub] [hbase] Apache-HBase commented on pull request #1635: HBASE-23996 Many split related metrics were present RS side but after split is moved to Master, these metrics are lost.

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

[GitHub] [hbase] Apache-HBase commented on pull request #2353: HBASE-24981 Enable table replication fails from 1.x to 2.x if table a…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2353: HBASE-24981 Enable table replication fails from 1.x to 2.x if table a…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2353: HBASE-24981 Enable table replication fails from 1.x to 2.x if table a…

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

[GitHub] [hbase] virajjasani commented on pull request #2293: HBASE-24931 Fix for Candidate generator getAction method ignoring 0th…

2020-09-06 Thread GitBox
virajjasani commented on pull request #2293: URL: https://github.com/apache/hbase/pull/2293#issuecomment-687808943 Thanks @rda3mon for all your efforts. IMHO, test might require modification in this case. However, to cross verify, you can initiate a mail thread on `dev@hbase` asking if any

[GitHub] [hbase] Apache9 commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
Apache9 commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484078461 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStateStore.java ## @@ -250,15 +255,62 @@ private long getOpenSeqNu

[GitHub] [hbase] Apache9 commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
Apache9 commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484078087 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncScanSingleRegionRpcRetryingCaller.java ## @@ -442,6 +449,32 @@ private void up

[GitHub] [hbase] infraio commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
infraio commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484076890 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetaRegionSplitPolicy.java ## @@ -0,0 +1,40 @@ +/** + * Licensed to the Apach

[GitHub] [hbase] sanjeetnishad95 opened a new pull request #2353: HBASE-24981 Enable table replication fails from 1.x to 2.x if table a…

2020-09-06 Thread GitBox
sanjeetnishad95 opened a new pull request #2353: URL: https://github.com/apache/hbase/pull/2353 …lready exist at peer. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [hbase] infraio commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
infraio commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484075956 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStateStore.java ## @@ -250,15 +255,62 @@ private long getOpenSeqNu

[GitHub] [hbase] infraio commented on a change in pull request #2010: HBASE-24391 Implement meta split

2020-09-06 Thread GitBox
infraio commented on a change in pull request #2010: URL: https://github.com/apache/hbase/pull/2010#discussion_r484074508 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncScanSingleRegionRpcRetryingCaller.java ## @@ -442,6 +449,32 @@ private void up

[GitHub] [hbase] Apache-HBase commented on pull request #1635: HBASE-23996 Many split related metrics were present RS side but after split is moved to Master, these metrics are lost.

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

[jira] [Updated] (HBASE-24981) Enable table replication fails from 1.x to 2.x if table already exist at peer.

2020-09-06 Thread Sanjeet Nishad (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjeet Nishad updated HBASE-24981: --- Component/s: Replication > Enable table replication fails from 1.x to 2.x if table already e

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[jira] [Updated] (HBASE-24984) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24984: -- External issue ID: (was: HBASE-22539) Description: After bugfix HBASE-22539, When client u

[GitHub] [hbase] sanjeetnishad95 commented on pull request #2163: HBASE-24789 When table level quota is set and violated, pre existing …

2020-09-06 Thread GitBox
sanjeetnishad95 commented on pull request #2163: URL: https://github.com/apache/hbase/pull/2163#issuecomment-687776501 Hi @liuml07 , Can you push this forward, thanks. This is an automated message from the Apache Git Service.

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[jira] [Updated] (HBASE-24984) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Junhong updated HBASE-24984: Description: After bugfix [#HBASE-22539], When client use BufferedMutator or multiple mutation ,

[jira] [Updated] (HBASE-24984) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Junhong updated HBASE-24984: Description: After bugfix [#HBASE-22539], When client use BufferedMutator or multiple mutation ,

[jira] [Comment Edited] (HBASE-22539) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191234#comment-17191234 ] Liu Junhong edited comment on HBASE-22539 at 9/6/20, 10:26 AM: ---

[jira] [Comment Edited] (HBASE-22539) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191234#comment-17191234 ] Liu Junhong edited comment on HBASE-22539 at 9/6/20, 10:26 AM: ---

[jira] [Commented] (HBASE-22539) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191234#comment-17191234 ] Liu Junhong commented on HBASE-22539: - create a new issue: https://issues.apache.org

[jira] [Updated] (HBASE-24984) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

2020-09-06 Thread Liu Junhong (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Junhong updated HBASE-24984: Description: After bugfix https://issues.apache.org/jira/browse/HBASE-22539, When client use  Buff

[jira] [Created] (HBASE-24984) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

2020-09-06 Thread Liu Junhong (Jira)
Liu Junhong created HBASE-24984: --- Summary: WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation Key: HBASE-24984 URL: https://issues.apache.org/jira/browse/HBASE-24984

[GitHub] [hbase] Apache-HBase commented on pull request #2311: Hbase 24606

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

[jira] [Commented] (HBASE-18070) Enable memstore replication for meta replica

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-18070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191226#comment-17191226 ] Duo Zhang commented on HBASE-18070: --- Hi, after re-reading the design doc, I would say

[GitHub] [hbase] Apache-HBase commented on pull request #2326: HBASE-24967 The table.jsp cost long time to load if the table include…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2280: HBASE-18095 branch-1 backport (WIP)

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

[jira] [Commented] (HBASE-22539) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used

2020-09-06 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191225#comment-17191225 ] Duo Zhang commented on HBASE-22539: --- Please file a new issue for multi operation? We c

[GitHub] [hbase] Apache-HBase commented on pull request #2326: HBASE-24967 The table.jsp cost long time to load if the table include…

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