[GitHub] [hbase] Apache-HBase commented on pull request #3508: HBASE-26100 Set version as 3.0.0-alpha-2-SNAPSHOT in master

2021-07-19 Thread GitBox
Apache-HBase commented on pull request #3508: URL: https://github.com/apache/hbase/pull/3508#issuecomment-883092532 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #3507: HBASE-26099 Add 3.0.0-alpha-1 to download page

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

[GitHub] [hbase] Apache-HBase commented on pull request #3507: HBASE-26099 Add 3.0.0-alpha-1 to download page

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

[GitHub] [hbase] Apache-HBase commented on pull request #3507: HBASE-26099 Add 3.0.0-alpha-1 to download page

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

[GitHub] [hbase] Apache9 opened a new pull request #3508: HBASE-26100 Set version as 3.0.0-alpha-2-SNAPSHOT in master

2021-07-19 Thread GitBox
Apache9 opened a new pull request #3508: URL: https://github.com/apache/hbase/pull/3508 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] Apache9 opened a new pull request #3507: HBASE-26099 Add 3.0.0-alpha-1 to download page

2021-07-19 Thread GitBox
Apache9 opened a new pull request #3507: URL: https://github.com/apache/hbase/pull/3507 -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Created] (HBASE-26100) Set version as 3.0.0-alpha-2-SNAPSHOT in master

2021-07-19 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26100: - Summary: Set version as 3.0.0-alpha-2-SNAPSHOT in master Key: HBASE-26100 URL: https://issues.apache.org/jira/browse/HBASE-26100 Project: HBase Issue Type:

[jira] [Created] (HBASE-26099) Add 3.0.0-alpha-1 to download page

2021-07-19 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26099: - Summary: Add 3.0.0-alpha-1 to download page Key: HBASE-26099 URL: https://issues.apache.org/jira/browse/HBASE-26099 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-26060) Put up 3.0.0-alpha-1RC0

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26060. --- Resolution: Fixed Released 3.0.0-alpha-1RC0 as 3.0.0-alpha-1. > Put up 3.0.0-alpha-1RC0 >

[jira] [Updated] (HBASE-26098) Support passing a customized Configuration object when creating TestingHBaseCluster

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26098: -- Description: As per the discussion thread on dev list.

[GitHub] [hbase] Reidddddd commented on pull request #3498: HBASE-26094 L2 BC should not be the victimhandler of L1 BC when using combined BC

2021-07-19 Thread GitBox
Reidd commented on pull request #3498: URL: https://github.com/apache/hbase/pull/3498#issuecomment-883025077 Looks like ``` // TODO: is there a hole here, or just awkwardness since in the lruCache getBlock // we end up calling l2Cache.getBlock. ``` should these be

[GitHub] [hbase] Reidddddd commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

2021-07-19 Thread GitBox
Reidd commented on pull request #3506: URL: https://github.com/apache/hbase/pull/3506#issuecomment-883016273 > Just a nit. > This issue is not there in branch-1 anyways right? > So for all branch-2 branches, we are sticking with the existing behaviour to have the compatibility

[jira] [Created] (HBASE-26098) Support passing a customized Configuration object when creating TestingHBaseCluster

2021-07-19 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26098: - Summary: Support passing a customized Configuration object when creating TestingHBaseCluster Key: HBASE-26098 URL: https://issues.apache.org/jira/browse/HBASE-26098

[GitHub] [hbase] anoopsjohn commented on a change in pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

2021-07-19 Thread GitBox
anoopsjohn commented on a change in pull request #3506: URL: https://github.com/apache/hbase/pull/3506#discussion_r672768084 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Connection.java ## @@ -109,16 +109,15 @@ default Table getTable(TableName

[GitHub] [hbase] anoopsjohn commented on pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
anoopsjohn commented on pull request #3495: URL: https://github.com/apache/hbase/pull/3495#issuecomment-883008477 +1 to address the new class (generic) in a followup issue. Would like to get this committed and get this in for 2.3.6 @saintstack pinged for issues in dev@ mail chain.

[GitHub] [hbase] Apache-HBase commented on pull request #3503: HBASE-26096 Cleanup the deprecated methods in HBTU related classes and format code

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

[GitHub] [hbase] Apache-HBase commented on pull request #3352: HBASE-25913 Introduce EnvironmentEdge.Clock and Clock.currentTimeAdvancing

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

[jira] [Commented] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383634#comment-17383634 ] Hudson commented on HBASE-25986: Results for branch master [build #347 on

[jira] [Commented] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383633#comment-17383633 ] Hudson commented on HBASE-25986: Results for branch branch-2 [build #303 on

[jira] [Commented] (HBASE-26081) Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383635#comment-17383635 ] Hudson commented on HBASE-26081: Results for branch master [build #347 on

[GitHub] [hbase] Apache-HBase commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

2021-07-19 Thread GitBox
Apache-HBase commented on pull request #3506: URL: https://github.com/apache/hbase/pull/3506#issuecomment-882891511 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

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

[GitHub] [hbase] Apache-HBase commented on pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

2021-07-19 Thread GitBox
Apache-HBase commented on pull request #3504: URL: https://github.com/apache/hbase/pull/3504#issuecomment-882886022 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

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

[GitHub] [hbase] Apache-HBase commented on pull request #3352: HBASE-25913 Introduce EnvironmentEdge.Clock and Clock.currentTimeAdvancing

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

[GitHub] [hbase] Apache-HBase commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

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

[GitHub] [hbase] Apache-HBase commented on pull request #3360: HBASE-25975 Row Commit Sequencer

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

[GitHub] [hbase] shahrs87 commented on pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

2021-07-19 Thread GitBox
shahrs87 commented on pull request #3504: URL: https://github.com/apache/hbase/pull/3504#issuecomment-882864730 Thank you @apurtell and @bharathv for the review. This PR is good with branch-2 also. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] Apache-HBase commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

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

[jira] [Assigned] (HBASE-26088) conn.getBufferedMutator(tableName) leaks thread executors and other problems

2021-07-19 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rushabh Shah reassigned HBASE-26088: Assignee: Rushabh Shah > conn.getBufferedMutator(tableName) leaks thread executors and

[GitHub] [hbase] shahrs87 commented on a change in pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

2021-07-19 Thread GitBox
shahrs87 commented on a change in pull request #3504: URL: https://github.com/apache/hbase/pull/3504#discussion_r672625917 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestBasicWALEntryStream.java ## @@ -716,4 +717,52 @@ public

[GitHub] [hbase] shahrs87 commented on pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

2021-07-19 Thread GitBox
shahrs87 commented on pull request #3506: URL: https://github.com/apache/hbase/pull/3506#issuecomment-882851077 @saintstack @anoopsjohn @apurtell This PR is just for branch-2. The behavior is different in master branch. In master brach, there is only AsyncConnection and I don't see it

[GitHub] [hbase] shahrs87 opened a new pull request #3506: HBASE-26088 Fix thread leaks in conn#getBufferedMutator(tableName) method call

2021-07-19 Thread GitBox
shahrs87 opened a new pull request #3506: URL: https://github.com/apache/hbase/pull/3506 -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (HBASE-25973) Balancer should explain progress in a better way in log

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383556#comment-17383556 ] Andrew Kyle Purtell commented on HBASE-25973: - Thanks [~stack] > Balancer should explain

[GitHub] [hbase] bharathv commented on a change in pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

2021-07-19 Thread GitBox
bharathv commented on a change in pull request #3504: URL: https://github.com/apache/hbase/pull/3504#discussion_r672591550 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestBasicWALEntryStream.java ## @@ -716,4 +717,52 @@ public

[GitHub] [hbase] Apache-HBase commented on pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

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

[jira] [Commented] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383545#comment-17383545 ] Hudson commented on HBASE-25986: Results for branch branch-2.4 [build #163 on

[GitHub] [hbase] Apache-HBase commented on pull request #3505: HBASE-25521 Change ChoreService and ScheduledChore to IA.Private

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

[GitHub] [hbase] Apache-HBase commented on pull request #3505: HBASE-25521 Change ChoreService and ScheduledChore to IA.Private

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

[GitHub] [hbase] Apache-HBase commented on pull request #3505: HBASE-25521 Change ChoreService and ScheduledChore to IA.Private

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

[jira] [Comment Edited] (HBASE-26018) Perf improvement in L1 cache

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383523#comment-17383523 ] Andrew Kyle Purtell edited comment on HBASE-26018 at 7/19/21, 7:05 PM:

[jira] [Commented] (HBASE-26018) Perf improvement in L1 cache

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383523#comment-17383523 ] Andrew Kyle Purtell commented on HBASE-26018: - [~vjasani] I asked this question on the PR:

[GitHub] [hbase] apurtell commented on pull request #3407: HBASE-26018 Perf improvement in L1 cache - Optimistic call to buffer.retain()

2021-07-19 Thread GitBox
apurtell commented on pull request #3407: URL: https://github.com/apache/hbase/pull/3407#issuecomment-882784422 > Atomically retaining refCount is coming up bit expensive in terms of performance @virajjasani In what context? What test case? What does "bit expensive" mean? Can we

[GitHub] [hbase] apurtell opened a new pull request #3505: HBASE-25521 Change ChoreService and ScheduledChore to IA.Private

2021-07-19 Thread GitBox
apurtell opened a new pull request #3505: URL: https://github.com/apache/hbase/pull/3505 -- 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 the specific comment. To unsubscribe, e-mail:

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

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25521: Status: Patch Available (was: Open) > Change ChoreService and ScheduledChore to

[jira] [Commented] (HBASE-25973) Balancer should explain progress in a better way in log

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383514#comment-17383514 ] Hudson commented on HBASE-25973: Results for branch branch-2 [build #302 on

[jira] [Updated] (HBASE-26093) Replication is stuck due to zero length wal file in oldWALs directory [master/branch-2]

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-26093: Status: Patch Available (was: Open) > Replication is stuck due to zero length

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

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383497#comment-17383497 ] Andrew Kyle Purtell commented on HBASE-24984: - Ack > WAL corruption due to early DBBs

[GitHub] [hbase] apurtell commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
apurtell commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672524407 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -97,11 +97,13 @@ private long exceptionSize = 0; private

[GitHub] [hbase] Apache-HBase commented on pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

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

[jira] [Commented] (HBASE-24590) Clone snapshot with optional table level property overrides

2021-07-19 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383483#comment-17383483 ] Viraj Jasani commented on HBASE-24590: -- There you go [~saksham.gangwar], you will be able to assign

[jira] [Assigned] (HBASE-24590) Clone snapshot with optional table level property overrides

2021-07-19 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani reassigned HBASE-24590: Assignee: Saksham Gangwar > Clone snapshot with optional table level property overrides

[GitHub] [hbase] Apache-HBase commented on pull request #3389: HBASE-25392 Direct insert compacted HFiles into data directory.

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

[GitHub] [hbase] Apache-HBase commented on pull request #3389: HBASE-25392 Direct insert compacted HFiles into data directory.

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

[jira] [Commented] (HBASE-26093) Replication is stuck due to zero length wal file in oldWALs directory [master/branch-2]

2021-07-19 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383459#comment-17383459 ] Rushabh Shah commented on HBASE-26093: -- [~apurtell] Just now I raised PR

[GitHub] [hbase] shahrs87 opened a new pull request #3504: HBASE-26093 Replication is stuck due to zero length wal file in oldWALs directory

2021-07-19 Thread GitBox
shahrs87 opened a new pull request #3504: URL: https://github.com/apache/hbase/pull/3504 -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-25986: - Release Note: New config: hbase.table.normalization.enabled Default value: false Description:

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

2021-07-19 Thread Gaurav Kanade (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383436#comment-17383436 ] Gaurav Kanade commented on HBASE-24984: --- Hi [~apurtell] - thx for your feedback. I believe as

[GitHub] [hbase] gkanade commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
gkanade commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672429950 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -97,11 +97,13 @@ private long exceptionSize = 0; private

[jira] [Commented] (HBASE-26097) Resolve dependency conflicts of hbase-endpoint third-party libraries

2021-07-19 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383412#comment-17383412 ] Michael Stack commented on HBASE-26097: --- This is interesting. Please say more how your endpoint

[GitHub] [hbase] huaxiangsun commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
huaxiangsun commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672410979 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -97,11 +97,13 @@ private long exceptionSize = 0;

[GitHub] [hbase] huaxiangsun commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
huaxiangsun commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672393896 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -175,23 +178,17 @@ private void release(int mask) { }

[GitHub] [hbase] Apache-HBase commented on pull request #3389: HBASE-25392 Direct insert compacted HFiles into data directory.

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

[jira] [Updated] (HBASE-26096) Cleanup the deprecated methods in HBTU related classes and format code

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-26096: -- Summary: Cleanup the deprecated methods in HBTU related classes and format code (was: Cleanup the

[GitHub] [hbase] Apache-HBase commented on pull request #3503: HBASE-26096 Cleanup the deprecated methods in HBTU related classes

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

[jira] [Commented] (HBASE-26081) Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383358#comment-17383358 ] Hudson commented on HBASE-26081: Results for branch master [build #346 on

[GitHub] [hbase] Apache9 commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
Apache9 commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672312582 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -175,23 +178,17 @@ private void release(int mask) { } }

[GitHub] [hbase] wchevreuil commented on a change in pull request #3389: HBASE-25392 Direct insert compacted HFiles into data directory.

2021-07-19 Thread GitBox
wchevreuil commented on a change in pull request #3389: URL: https://github.com/apache/hbase/pull/3389#discussion_r672308643 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java ## @@ -694,7 +700,7 @@ private void

[GitHub] [hbase] Apache9 commented on a change in pull request #3495: HBASE-24984 WAL corruption due to early DBBs re-use when Durability.A…

2021-07-19 Thread GitBox
Apache9 commented on a change in pull request #3495: URL: https://github.com/apache/hbase/pull/3495#discussion_r672307084 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java ## @@ -97,11 +97,13 @@ private long exceptionSize = 0; private

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

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383343#comment-17383343 ] Andrew Kyle Purtell commented on HBASE-24984: - I have a concern about the PR, please see

[jira] [Commented] (HBASE-26088) conn.getBufferedMutator(tableName) leaks thread executors and other problems

2021-07-19 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383341#comment-17383341 ] Andrew Kyle Purtell commented on HBASE-26088: - Ok [~shahrs87] >

[jira] [Commented] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1738#comment-1738 ] Hudson commented on HBASE-25986: Results for branch branch-1 [build #152 on

[jira] [Commented] (HBASE-25923) Region state stuck in PENDING_OPEN

2021-07-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383332#comment-17383332 ] Hudson commented on HBASE-25923: Results for branch branch-1 [build #152 on

[jira] [Assigned] (HBASE-26096) Cleanup the deprecated methods in HBTU related classes

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-26096: - Assignee: Duo Zhang > Cleanup the deprecated methods in HBTU related classes >

[jira] [Work started] (HBASE-26096) Cleanup the deprecated methods in HBTU related classes

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-26096 started by Duo Zhang. - > Cleanup the deprecated methods in HBTU related classes >

[GitHub] [hbase] Apache9 opened a new pull request #3503: HBASE-26096 Cleanup the deprecated methods in HBTU related classes

2021-07-19 Thread GitBox
Apache9 opened a new pull request #3503: URL: https://github.com/apache/hbase/pull/3503 -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (HBASE-26081) Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26081. --- Resolution: Fixed Merged the addendum. > Copy HBTU to hbase-testing-util, rename the HBTU related

[GitHub] [hbase] Apache9 merged pull request #3501: HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-…

2021-07-19 Thread GitBox
Apache9 merged pull request #3501: URL: https://github.com/apache/hbase/pull/3501 -- 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 the specific comment. To unsubscribe, e-mail:

[jira] [Comment Edited] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383319#comment-17383319 ] Anoop Sam John edited comment on HBASE-25986 at 7/19/21, 12:52 PM: --- RN

[jira] [Commented] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383319#comment-17383319 ] Anoop Sam John commented on HBASE-25986: RN pls with explanation of new configs > Expose the

[GitHub] [hbase] Apache-HBase commented on pull request #3501: HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-…

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

[GitHub] [hbase] zyxxoo opened a new pull request #3502: HBASE-26097: to resolve hbase version 2.x protobuf version conflict

2021-07-19 Thread GitBox
zyxxoo opened a new pull request #3502: URL: https://github.com/apache/hbase/pull/3502 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] Apache-HBase commented on pull request #3477: HBASE-26084 Add owner of replication queue for ReplicationQueueInfo

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

[GitHub] [hbase] Apache-HBase commented on pull request #3477: HBASE-26084 Add owner of replication queue for ReplicationQueueInfo

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

[GitHub] [hbase] Apache-HBase commented on pull request #3501: HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-…

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

[GitHub] [hbase] Apache-HBase commented on pull request #3501: HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-…

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

[jira] [Created] (HBASE-26097) Resolve dependency conflicts of hbase-endpoint third-party libraries

2021-07-19 Thread zyxxoo (Jira)
zyxxoo created HBASE-26097: -- Summary: Resolve dependency conflicts of hbase-endpoint third-party libraries Key: HBASE-26097 URL: https://issues.apache.org/jira/browse/HBASE-26097 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #3437: HBASE-26037 Implement namespace and table level access control for thrift & thrift2

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

[GitHub] [hbase] Apache-HBase commented on pull request #3437: HBASE-26037 Implement namespace and table level access control for thrift & thrift2

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

[GitHub] [hbase] Apache-HBase commented on pull request #3437: HBASE-26037 Implement namespace and table level access control for thrift & thrift2

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

[GitHub] [hbase] Apache-HBase commented on pull request #3477: HBASE-26084 Add owner of replication queue for ReplicationQueueInfo

2021-07-19 Thread GitBox
Apache-HBase commented on pull request #3477: URL: https://github.com/apache/hbase/pull/3477#issuecomment-882425927 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[jira] [Commented] (HBASE-26081) Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383225#comment-17383225 ] Duo Zhang commented on HBASE-26081: --- Found a typo in hbase-testing-util. Opened an addendum PR to fix

[jira] [Reopened] (HBASE-26081) Copy HBTU to hbase-testing-util, rename the HBTU related classes in hbase-server and mark them as IA.LimitedPrivate

2021-07-19 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-26081: --- > Copy HBTU to hbase-testing-util, rename the HBTU related classes in > hbase-server and mark them as

[GitHub] [hbase] Apache9 opened a new pull request #3501: HBASE-26081 Addendum the TestHBaseTestingUtilSpinup in hbase-testing-…

2021-07-19 Thread GitBox
Apache9 opened a new pull request #3501: URL: https://github.com/apache/hbase/pull/3501 …util should test the deprecated HBTU rather than the renamed one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Resolved] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

2021-07-19 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25986. -- Fix Version/s: 1.7.2 2.4.5 3.0.0-alpha-2

[GitHub] [hbase] virajjasani merged pull request #3492: HBASE-25986 set default value of normalization enabled from hbase site

2021-07-19 Thread GitBox
virajjasani merged pull request #3492: URL: https://github.com/apache/hbase/pull/3492 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] virajjasani merged pull request #3476: HBASE-25986 set default value of normalization enabled from hbase site

2021-07-19 Thread GitBox
virajjasani merged pull request #3476: URL: https://github.com/apache/hbase/pull/3476 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] virajjasani merged pull request #3372: HBASE-25986 set default value of normalization enabled from hbase site

2021-07-19 Thread GitBox
virajjasani merged pull request #3372: URL: https://github.com/apache/hbase/pull/3372 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [hbase] Apache-HBase commented on pull request #3297: HBASE-25905 Limit the shutdown time of WAL

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

[GitHub] [hbase] Apache-HBase commented on pull request #3297: HBASE-25905 Limit the shutdown time of WAL

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

  1   2   >