[GitHub] [hbase] Apache-HBase commented on pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4888: URL: https://github.com/apache/hbase/pull/4888#issuecomment-1323218670 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 22s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4888: URL: https://github.com/apache/hbase/pull/4888#issuecomment-1323218315 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 39s | Docker

[jira] [Commented] (HBASE-27408) Improve BucketAllocatorException log to always include HFile name

2022-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637004#comment-17637004 ] Hudson commented on HBASE-27408: Results for branch branch-2 [build #685 on bui

[jira] [Commented] (HBASE-27495) Improve HFileLinkCleaner to validate back reference links ahead the next traverse

2022-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637003#comment-17637003 ] Hudson commented on HBASE-27495: Results for branch branch-2 [build #685 on bui

[GitHub] [hbase] Apache-HBase commented on pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4888: URL: https://github.com/apache/hbase/pull/4888#issuecomment-1323016380 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 58s | Docke

[GitHub] [hbase] taklwu commented on a diff in pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
taklwu commented on code in PR #4891: URL: https://github.com/apache/hbase/pull/4891#discussion_r1028805044 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java: ## @@ -59,15 +61,28 @@ public class MetricsRegionWrapperImpl implements

[GitHub] [hbase] taklwu commented on a diff in pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
taklwu commented on code in PR #4891: URL: https://github.com/apache/hbase/pull/4891#discussion_r1028805044 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java: ## @@ -59,15 +61,28 @@ public class MetricsRegionWrapperImpl implements

[jira] [Created] (HBASE-27501) The profiles for some modules are not resolved when packaging

2022-11-21 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27501: - Summary: The profiles for some modules are not resolved when packaging Key: HBASE-27501 URL: https://issues.apache.org/jira/browse/HBASE-27501 Project: HBase Issu

[GitHub] [hbase] 2005hithlj commented on pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
2005hithlj commented on PR #4891: URL: https://github.com/apache/hbase/pull/4891#issuecomment-1322937168 @taklwu sir. Thanks for your review. Please wait for my new commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [hbase] 2005hithlj commented on pull request #4880: HBASE-27444 Add tool commands list_enabled_tables and list_disabled_tables

2022-11-21 Thread GitBox
2005hithlj commented on PR #4880: URL: https://github.com/apache/hbase/pull/4880#issuecomment-1322889204 The failed UTs seems to have nothing to do with my modification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (HBASE-22489) When regionServer stopping open region cause server aborting

2022-11-21 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636946#comment-17636946 ] Viraj Jasani commented on HBASE-22489: -- [~binlijin] were you able to get the root c

[GitHub] [hbase] Apache-HBase commented on pull request #4874: HBASE-27466: Making metrics instance containing one or more connections.

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4874: URL: https://github.com/apache/hbase/pull/4874#issuecomment-1322806171 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4874: HBASE-27466: Making metrics instance containing one or more connections.

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4874: URL: https://github.com/apache/hbase/pull/4874#issuecomment-1322795984 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 1s | Docke

[GitHub] [hbase] bbeaudreault commented on pull request #4889: HBASE-27498: Added logic in ConnectionImplementation.getKeepAliveMasterService to avoid expensive rpc calls in synchronized block

2022-11-21 Thread GitBox
bbeaudreault commented on PR #4889: URL: https://github.com/apache/hbase/pull/4889#issuecomment-1322792165 I was wondering if we should just convert to AsyncAdmin. We did a similar conversion to AsyncTable in Replication recently. -- This is an automated message from the Apache Git Servi

[GitHub] [hbase] taklwu commented on a diff in pull request #4889: HBASE-27498: Added logic in ConnectionImplementation.getKeepAliveMasterService to avoid expensive rpc calls in synchronized block

2022-11-21 Thread GitBox
taklwu commented on code in PR #4889: URL: https://github.com/apache/hbase/pull/4889#discussion_r1028561464 ## hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java: ## @@ -382,6 +390,24 @@ public void newDead(ServerName sn) { default:

[GitHub] [hbase] taklwu commented on a diff in pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
taklwu commented on code in PR #4891: URL: https://github.com/apache/hbase/pull/4891#discussion_r1028549700 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java: ## @@ -59,15 +61,28 @@ public class MetricsRegionWrapperImpl implements

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028540010 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/RegionNormalizerWorker.java: ## @@ -207,14 +214,34 @@ private List calculatePlans(final Ta

[GitHub] [hbase] Apache-HBase commented on pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4891: URL: https://github.com/apache/hbase/pull/4891#issuecomment-1322684271 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 3s | Docke

[GitHub] [hbase] d-c-manning commented on a diff in pull request #4874: HBASE-27466: Making metrics instance containing one or more connections.

2022-11-21 Thread GitBox
d-c-manning commented on code in PR #4874: URL: https://github.com/apache/hbase/pull/4874#discussion_r1025888411 ## hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java: ## @@ -54,6 +58,37 @@ @InterfaceAudience.Private public class MetricsConnection

[GitHub] [hbase] Apache-HBase commented on pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4888: URL: https://github.com/apache/hbase/pull/4888#issuecomment-1322664895 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4891: URL: https://github.com/apache/hbase/pull/4891#issuecomment-1322646388 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s | Docke

[GitHub] [hbase] bbeaudreault commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
bbeaudreault commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028517667 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/RegionNormalizerWorker.java: ## @@ -207,14 +214,34 @@ private List calculatePlans(final Tabl

[jira] [Comment Edited] (HBASE-27496) Limit size of plans produced by SimpleRegionNormalizer

2022-11-21 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636789#comment-17636789 ] Charles Connell edited comment on HBASE-27496 at 11/21/22 8:27 PM: ---

[GitHub] [hbase] Apache-HBase commented on pull request #4874: HBASE-27466: Making metrics instance containing one or more connections.

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4874: URL: https://github.com/apache/hbase/pull/4874#issuecomment-1322586106 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 2s | Docke

[jira] [Commented] (HBASE-27495) Improve HFileLinkCleaner to validate back reference links ahead the next traverse

2022-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636848#comment-17636848 ] Hudson commented on HBASE-27495: Results for branch branch-2.5 [build #250 on b

[GitHub] [hbase] Apache-HBase commented on pull request #4846: HBASE-27445 fix the result of DirectMemoryUtils#getDirectMemorySize

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4846: URL: https://github.com/apache/hbase/pull/4846#issuecomment-1322540175 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 27s | Docker

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028426768 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java: ## @@ -574,6 +598,10 @@ public long getMergeMinRegionSizeMb(No

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028426624 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/RegionNormalizerWorker.java: ## @@ -73,6 +78,8 @@ class RegionNormalizerWorker implements

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028426122 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java: ## @@ -79,6 +79,8 @@ class SimpleRegionNormalizer implements R

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028425833 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/RegionNormalizerWorker.java: ## @@ -207,14 +214,34 @@ private List calculatePlans(final Ta

[GitHub] [hbase] Apache-HBase commented on pull request #4846: HBASE-27445 fix the result of DirectMemoryUtils#getDirectMemorySize

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4846: URL: https://github.com/apache/hbase/pull/4846#issuecomment-1322512913 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m 38s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4880: HBASE-27444 Add tool commands list_enabled_tables and list_disabled_tables

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4880: URL: https://github.com/apache/hbase/pull/4880#issuecomment-1322505577 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 15s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4880: HBASE-27444 Add tool commands list_enabled_tables and list_disabled_tables

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4880: URL: https://github.com/apache/hbase/pull/4880#issuecomment-1322487828 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s | Docke

[GitHub] [hbase] bbeaudreault commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
bbeaudreault commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028382029 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java: ## @@ -79,6 +79,8 @@ class SimpleRegionNormalizer implements Reg

[GitHub] [hbase] vli02 commented on a diff in pull request #4874: HBASE-27466: Add an option for user to specify an identity for:

2022-11-21 Thread GitBox
vli02 commented on code in PR #4874: URL: https://github.com/apache/hbase/pull/4874#discussion_r1028386921 ## hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnectionImpl.java: ## @@ -118,6 +118,7 @@ public class AsyncConnectionImpl implements AsyncConnection {

[GitHub] [hbase] Apache-HBase commented on pull request #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4891: URL: https://github.com/apache/hbase/pull/4891#issuecomment-1322461997 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s | Docker

[GitHub] [hbase] Apache-HBase commented on pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4888: URL: https://github.com/apache/hbase/pull/4888#issuecomment-1322456575 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 58s | Docke

[jira] [Commented] (HBASE-27495) Improve HFileLinkCleaner to validate back reference links ahead the next traverse

2022-11-21 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636795#comment-17636795 ] Hudson commented on HBASE-27495: Results for branch master [build #726 on build

[jira] [Updated] (HBASE-27496) Limit size of plans produced by SimpleRegionNormalizer

2022-11-21 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-27496: Description: My company (Hubspot) is starting to use {{{}SimpleRegionNormalizer{}}}. We tu

[jira] [Commented] (HBASE-27496) Limit size of plans produced by SimpleRegionNormalizer

2022-11-21 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636789#comment-17636789 ] Charles Connell commented on HBASE-27496: - I've update this ticket's description

[jira] [Updated] (HBASE-27496) Limit size of plans produced by SimpleRegionNormalizer

2022-11-21 Thread Charles Connell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Connell updated HBASE-27496: Description: My company (Hubspot) is starting to use {{{}SimpleRegionNormalizer{}}}. We tu

[GitHub] [hbase] 2005hithlj opened a new pull request, #4891: HBASE-27483 Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread GitBox
2005hithlj opened a new pull request, #4891: URL: https://github.com/apache/hbase/pull/4891 https://issues.apache.org/jira/browse/HBASE-27483 -- 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 s

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028344454 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java: ## @@ -229,6 +231,8 @@ public List computePlansForTable(final

[GitHub] [hbase] charlesconnell commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028344198 ## hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizer.java: ## @@ -607,6 +609,39 @@ public void testNormalizerCannotMe

[jira] [Updated] (HBASE-27483) Expose table/region storefiles accessed days and size to the metrics

2022-11-21 Thread LiangJun He (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LiangJun He updated HBASE-27483: Summary: Expose table/region storefiles accessed days and size to the metrics (was: Expose region

[jira] [Updated] (HBASE-27483) Expose table and region storefiles accessed days and size to the metrics

2022-11-21 Thread LiangJun He (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LiangJun He updated HBASE-27483: Summary: Expose table and region storefiles accessed days and size to the metrics (was: Expose ta

[GitHub] [hbase] Apache-HBase commented on pull request #4846: HBASE-27445 fix the result of DirectMemoryUtils#getDirectMemorySize

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4846: URL: https://github.com/apache/hbase/pull/4846#issuecomment-1322259656 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 7s | Docke

[jira] [Commented] (HBASE-27451) Setup nightly job for s390x node

2022-11-21 Thread Jonathan Albrecht (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636738#comment-17636738 ] Jonathan Albrecht commented on HBASE-27451: --- Hi [~zhangduo], I had a look at t

[GitHub] [hbase] Apache-HBase commented on pull request #4880: HBASE-27444 Add tool commands list_enabled_tables and list_disabled_tables

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4880: URL: https://github.com/apache/hbase/pull/4880#issuecomment-1322230310 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 50s | Docke

[GitHub] [hbase] frostruan commented on a diff in pull request #4846: HBASE-27445 fix the result of DirectMemoryUtils#getDirectMemorySize

2022-11-21 Thread GitBox
frostruan commented on code in PR #4846: URL: https://github.com/apache/hbase/pull/4846#discussion_r1028161144 ## hbase-server/src/main/java/org/apache/hadoop/hbase/util/DirectMemoryUtils.java: ## @@ -77,36 +76,13 @@ public class DirectMemoryUtils { HAS_MEMORY_USED_ATTRIBUT

[GitHub] [hbase] frostruan commented on pull request #4863: HBASE-27463 Reset sizeOfLogQueue when refresh replication source

2022-11-21 Thread GitBox
frostruan commented on PR #4863: URL: https://github.com/apache/hbase/pull/4863#issuecomment-1322199284 > So the fix here is to create the new replication source after terminating the old replication source. > > First, how could this fix the problem? Second, I guess why we create the

[GitHub] [hbase] 2005hithlj commented on pull request #4880: HBASE-27444 Add tool commands list_enabled_tables and list_disabled_tables

2022-11-21 Thread GitBox
2005hithlj commented on PR #4880: URL: https://github.com/apache/hbase/pull/4880#issuecomment-1322157004 > Ah, let's not add the ignore file? I think we can merge the PR first, without fixing all the rubocop issues. Just align the shell code with master branch as much as possible is enough.

[jira] [Updated] (HBASE-27333) Abort RS when the hostname is different from master seen

2022-11-21 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-27333: -- Fix Version/s: 2.5.3 (was: 2.5.2) > Abort RS when the hostname is different fro

[jira] [Created] (HBASE-27499) Release 2.5.2

2022-11-21 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27499: - Summary: Release 2.5.2 Key: HBASE-27499 URL: https://issues.apache.org/jira/browse/HBASE-27499 Project: HBase Issue Type: Umbrella Components: community

[jira] [Created] (HBASE-27500) Put up 2.5.2RC0

2022-11-21 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27500: - Summary: Put up 2.5.2RC0 Key: HBASE-27500 URL: https://issues.apache.org/jira/browse/HBASE-27500 Project: HBase Issue Type: Sub-task Components: communit

[GitHub] [hbase] Apache-HBase commented on pull request #4856: HBASE-27359 Publish binaries and maven artifacts for both hadoop2 and…

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4856: URL: https://github.com/apache/hbase/pull/4856#issuecomment-1322102256 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 17s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4856: HBASE-27359 Publish binaries and maven artifacts for both hadoop2 and…

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4856: URL: https://github.com/apache/hbase/pull/4856#issuecomment-1322099459 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 55s | Docke

[GitHub] [hbase] Apache-HBase commented on pull request #4856: HBASE-27359 Publish binaries and maven artifacts for both hadoop2 and…

2022-11-21 Thread GitBox
Apache-HBase commented on PR #4856: URL: https://github.com/apache/hbase/pull/4856#issuecomment-1322098560 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 57s | Docke

[GitHub] [hbase] bbeaudreault commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
bbeaudreault commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028047124 ## hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizer.java: ## @@ -607,6 +609,39 @@ public void testNormalizerCannotMerg

[GitHub] [hbase] bbeaudreault commented on a diff in pull request #4888: HBASE-27496 Optionally limit the cumulative size of normalization plans produced by SimpleRegionNormalizer

2022-11-21 Thread GitBox
bbeaudreault commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028043557 ## hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java: ## @@ -229,6 +231,8 @@ public List computePlansForTable(final T

[jira] [Updated] (HBASE-27408) Improve BucketAllocatorException log to always include HFile name

2022-11-21 Thread Bryan Beaudreault (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Beaudreault updated HBASE-27408: -- Fix Version/s: 3.0.0-alpha-4 2.5.2 Resolution: Fixed

[GitHub] [hbase] bbeaudreault merged pull request #4886: HBASE-27408 Improve BucketAllocatorException log to always include HFile name

2022-11-21 Thread GitBox
bbeaudreault merged PR #4886: URL: https://github.com/apache/hbase/pull/4886 -- 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: issues-unsubscr...@hbase.ap