Re: [PR] HBASE-28898. Use reflection to access recoverLease(), setSafeMode() APIs. [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6342: URL: https://github.com/apache/hbase/pull/6342#issuecomment-2419020321 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Updated] (HBASE-28832) Upgrade from bootstrap 3.4.1 to {a_non_vulnerable_version}

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28832: --- Description: Bootstrap 3.4.1 was released in 13 Feb, 2019 and there has been no new 3.x release sin

[jira] [Updated] (HBASE-28832) Upgrade from bootstrap 3.4.1 to {a_non_vulnerable_version}

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28832: --- Description: Bootstrap 3.4.1 was released in 13 Feb, 2019 and there has been no new 3.x release sin

[jira] [Commented] (HBASE-28918) Random object created and used only once in org.apache.hadoop.hbase.util.LoadTestKVGenerator.getValueForRowColumn(int, byte[][])

2024-10-17 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890379#comment-17890379 ] Istvan Toth commented on HBASE-28918: - This is possibly related to the hbase-diagnos

Re: [PR] HBASE-28904 Supports enabling storage policy in the data copying scenario of bulkload [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on PR #6347: URL: https://github.com/apache/hbase/pull/6347#issuecomment-2419248253 > @NihalJain Thanks for your review. The Bulkload process consists of two steps: > > 1. generate hfiles using MR/SPARK and write them to an HDFS cluster. > 2. execute 'hbase comp

[jira] [Updated] (HBASE-28830) when a procedure on a table executed as a child procedure, further table procedure operations on that table are blocked forever waiting to acquire the table procedure lo

2024-10-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-28830: -- Assignee: (was: Chandra Sekhar K) Resolution: Implemented Status: Resolved (was: Pat

[jira] [Updated] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28921: --- Description: We are bundling all webapp resources in hbase-server, hbase-thrift and transitively to

[jira] [Updated] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28921: --- Description: We are bundling all webapp resources in hbase-server, hbase-thrift and transitively to

[PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
NihalJain opened a new pull request, #6368: URL: https://github.com/apache/hbase/pull/6368 We are bundling all webapp resources in hbase-server, hbase-thrift, hbase-rest and transitively to hbase-shaded-mapreduce jar. This can be an issue, say if any of the Js projects used by hbase are vul

[jira] [Updated] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28921: --- Labels: pull-request-available (was: ) > Skip bundling hbase-webapps folder in jars > -

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2419454379 Built hbase locally, untarred and start master, rest and thrift server. And then verified following: - Browse to master, rest and thrift web UIs and ensure no issues in web pages

Re: [PR] HBASE-28904 Supports enabling storage policy in the data copying scenario of bulkload [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on code in PR #6347: URL: https://github.com/apache/hbase/pull/6347#discussion_r1804594690 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SecureBulkLoadManager.java: ## @@ -278,6 +278,19 @@ public Map> run() { if (!fs.exists

[jira] [Updated] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28921: --- Status: Patch Available (was: Open) > Skip bundling hbase-webapps folder in jars >

Re: [PR] HBASE-28904 Supports enabling storage policy in the data copying scenario of bulkload [hbase]

2024-10-17 Thread via GitHub
2005hithlj commented on code in PR #6347: URL: https://github.com/apache/hbase/pull/6347#discussion_r1804764378 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SecureBulkLoadManager.java: ## @@ -278,6 +278,19 @@ public Map> run() { if (!fs.exist

[jira] [Created] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
Nihal Jain created HBASE-28921: -- Summary: Skip bundling hbase-webapps folder in jars Key: HBASE-28921 URL: https://issues.apache.org/jira/browse/HBASE-28921 Project: HBase Issue Type: Improvemen

Re: [PR] HBASE-28830 when a procedure on a table executed as a child procedure… [hbase]

2024-10-17 Thread via GitHub
Apache9 closed pull request #6247: HBASE-28830 when a procedure on a table executed as a child procedure… URL: https://github.com/apache/hbase/pull/6247 -- 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-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28921: --- Description: We are bundling all webapp resources in hbase-server, hbase-thrift and transitively to

[jira] [Updated] (HBASE-28921) Skip bundling hbase-webapps folder in jars

2024-10-17 Thread Nihal Jain (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nihal Jain updated HBASE-28921: --- Description: We are bundling all webapp resources in hbase-server, hbase-thrift and transitively to

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2419555473 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-28904 Supports enabling storage policy in the data copying scenario of bulkload [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on PR #6347: URL: https://github.com/apache/hbase/pull/6347#issuecomment-2419272218 Since there are not UTs here, please specify exact steps to test this so that others can validate / use the functionality. -- This is an automated message from the Apache Git Service.

Re: [PR] HBASE-28904 Supports enabling storage policy in the data copying scenario of bulkload [hbase]

2024-10-17 Thread via GitHub
2005hithlj commented on code in PR #6347: URL: https://github.com/apache/hbase/pull/6347#discussion_r1804764378 ## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SecureBulkLoadManager.java: ## @@ -278,6 +278,19 @@ public Map> run() { if (!fs.exist

Re: [PR] HBASE-28924 Create the start time right before creating the reader to calculate elapsedTime in testPrefetchWithDelay [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6371: URL: https://github.com/apache/hbase/pull/6371#issuecomment-2420244017 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-28924 Create the start time right before creating the reader to calculate elapsedTime in testPrefetchWithDelay [hbase]

2024-10-17 Thread via GitHub
apurtell commented on PR #6371: URL: https://github.com/apache/hbase/pull/6371#issuecomment-2420603242 @gvprathyusha6 Approved pending a fix for the spotbugs issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Updated] (HBASE-28344) Flush/Compaction journal logs are missing from 2.x

2024-10-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-28344: Fix Version/s: 4.0.0-alpha-1 2.7.0 3.0.0-beta

[jira] [Commented] (HBASE-28344) Flush/Compaction journal logs are missing from 2.x

2024-10-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890567#comment-17890567 ] Andrew Kyle Purtell commented on HBASE-28344: - [~prathyu6] It's been a while

Re: [PR] HBASE-28924 Create the start time right before creating the reader to calculate elapsedTime in testPrefetchWithDelay [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6371: URL: https://github.com/apache/hbase/pull/6371#issuecomment-2420663887 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420734431 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] [DO NO MERGE] Hadoop3.4.1 rc2 [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6331: URL: https://github.com/apache/hbase/pull/6331#issuecomment-2420759491 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Assigned] (HBASE-28857) Send announce email

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-28857: Assignee: Nick Dimiduk > Send announce email > --- > > Ke

[jira] [Assigned] (HBASE-28855) Push signed release tag to git

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-28855: Assignee: Nick Dimiduk > Push signed release tag to git > --

[jira] [Assigned] (HBASE-28853) Publish staged repository in Nexus

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-28853: Assignee: Nick Dimiduk > Publish staged repository in Nexus > ---

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6356: URL: https://github.com/apache/hbase/pull/6356#issuecomment-2421377498 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hbase.apache.org/job/H

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6356: URL: https://github.com/apache/hbase/pull/6356#issuecomment-2421378337 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6356: URL: https://github.com/apache/hbase/pull/6356#issuecomment-2421379666 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
stoty commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2421379321 Are the webapps found in development mode (i.e. when starting HBase from the source directory) ? -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6356: URL: https://github.com/apache/hbase/pull/6356#issuecomment-2421377540 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hbase.apache.org/job/H

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
stoty commented on code in PR #6356: URL: https://github.com/apache/hbase/pull/6356#discussion_r1805862257 ## dev-support/hbase-personality.sh: ## @@ -597,8 +618,9 @@ function hadoopcheck_rebuild fi else yetus_info "Setting Hadoop 3 versions to test based on branch

[jira] [Commented] (HBASE-28922) Bump commons-io:commons-io from 2.11.0 to 2.14.0

2024-10-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890793#comment-17890793 ] Hudson commented on HBASE-28922: Results for branch branch-2.6 [build #223 on b

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2421441498 > Are the webapps found in development mode (i.e. when starting HBase from the source directory) ? Should be available since we have following code at https://github.com/apache/hba

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
NihalJain commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2421447943 > Have never tried launching hbase from source directory. Let me try that as well. Verified starting master, rest and thrift from source directory with this patch. All web UIs work

[jira] [Updated] (HBASE-28922) Bump commons-io:commons-io from 2.11.0 to 2.14.0

2024-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28922: --- Labels: pull-request-available (was: ) > Bump commons-io:commons-io from 2.11.0 to 2.14.0 >

[jira] [Resolved] (HBASE-28922) Bump commons-io:commons-io from 2.11.0 to 2.14.0

2024-10-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28922. --- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1 2.5.

Re: [PR] HBASE-28906 Run nightly tests with multiple Hadoop 3 versions [hbase]

2024-10-17 Thread via GitHub
Apache9 commented on PR #6356: URL: https://github.com/apache/hbase/pull/6356#issuecomment-2419661151 Have you seen my last review comment? In general this is a workable solution. The only thing is about the hadoop quick check version. We have already build with 3.3.5 by default, so f

[PR] HBASE-28917: ColumnFamilyMismatchException mixes IA public and private [hbase]

2024-10-17 Thread via GitHub
hgromer opened a new pull request, #6369: URL: https://github.com/apache/hbase/pull/6369 (no comment) -- 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

Re: [PR] HBASE-28917: ColumnFamilyMismatchException mixes IA public and private [hbase]

2024-10-17 Thread via GitHub
hgromer commented on PR #6369: URL: https://github.com/apache/hbase/pull/6369#issuecomment-2419742739 cc @rmdmattingly @ndimiduk -- 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 comm

[jira] [Updated] (HBASE-28917) ColumnFamilyMismatchException mixes IA public and private

2024-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28917: --- Labels: pull-request-available (was: ) > ColumnFamilyMismatchException mixes IA public and

Re: [PR] HBASE-28917: ColumnFamilyMismatchException mixes IA public and private [hbase]

2024-10-17 Thread via GitHub
hgromer commented on code in PR #6369: URL: https://github.com/apache/hbase/pull/6369#discussion_r1804921813 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java: ## @@ -489,7 +495,7 @@ private void verifyCfCompatibility(Set tables,

Re: [PR] HBASE-28845 table level wal appendSize and replication source metrics… [hbase]

2024-10-17 Thread via GitHub
Apache9 commented on code in PR #6259: URL: https://github.com/apache/hbase/pull/6259#discussion_r1804919099 ## hbase-common/src/main/java/org/apache/hadoop/hbase/TableName.java: ## @@ -260,6 +260,10 @@ public String getQualifierAsString() { return qualifierAsString; }

[jira] [Resolved] (HBASE-28851) Run a correctness test with ITBLL

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-28851. -- Resolution: Done > Run a correctness test with ITBLL > - > >

[jira] [Resolved] (HBASE-28852) Propose Release Candidate(s)

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-28852. -- Assignee: Nick Dimiduk Resolution: Done > Propose Release Candidate(s) > ---

[jira] [Resolved] (HBASE-28848) Audit Jira vs. git commit history

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-28848. -- Resolution: Done Thanks [~zhangduo]! > Audit Jira vs. git commit history > --

[jira] [Resolved] (HBASE-28849) Review open issues and mark likely inclusion candidates with fixVersion=2.6.1

2024-10-17 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-28849. -- Resolution: Done > Review open issues and mark likely inclusion candidates with fixVersion=2.6

[jira] [Created] (HBASE-28924) TestPrefetch#testPrefetchWithDelay fails intermittently

2024-10-17 Thread Prathyusha (Jira)
Prathyusha created HBASE-28924: -- Summary: TestPrefetch#testPrefetchWithDelay fails intermittently Key: HBASE-28924 URL: https://issues.apache.org/jira/browse/HBASE-28924 Project: HBase Issue Typ

[jira] [Assigned] (HBASE-28924) TestPrefetch#testPrefetchWithDelay fails intermittently

2024-10-17 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prathyusha reassigned HBASE-28924: -- Assignee: Prathyusha > TestPrefetch#testPrefetchWithDelay fails intermittently >

[jira] [Commented] (HBASE-28919) Soft drop for destructive table actions

2024-10-17 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890508#comment-17890508 ] Andrew Kyle Purtell commented on HBASE-28919: - It sounds like they took the

Re: [PR] HBASE-28837: Row Statistics Coprocessor [hbase]

2024-10-17 Thread via GitHub
eab148 commented on PR #6327: URL: https://github.com/apache/hbase/pull/6327#issuecomment-2420034164 > Since i cannot leave a comment on the design doc, would you mind filling in some detail about how these statistics are queried and used? Thanks @eab148 ! Querying row statistics

Re: [PR] HBASE-28837: Row Statistics Coprocessor [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6327: URL: https://github.com/apache/hbase/pull/6327#issuecomment-2420039622 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-28837: Row Statistics Coprocessor [hbase]

2024-10-17 Thread via GitHub
eab148 commented on code in PR #6327: URL: https://github.com/apache/hbase/pull/6327#discussion_r1805116740 ## hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/row/stats/RowStatisticsCompactionObserver.java: ## @@ -0,0 +1,321 @@ +/* + * Licensed to the Ap

Re: [PR] HBASE-28922 Bump commons-io:commons-io from 2.11.0 to 2.14.0 [hbase]

2024-10-17 Thread via GitHub
Apache9 merged PR #6341: URL: https://github.com/apache/hbase/pull/6341 -- 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.apache.

[jira] [Assigned] (HBASE-28917) ColumnFamilyMismatchException mixes IA public and private

2024-10-17 Thread Hernan Gelaf-Romer (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hernan Gelaf-Romer reassigned HBASE-28917: -- Assignee: Hernan Gelaf-Romer > ColumnFamilyMismatchException mixes IA public

[jira] [Created] (HBASE-28922) Bump commons-io:commons-io from 2.11.0 to 2.14.0

2024-10-17 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28922: - Summary: Bump commons-io:commons-io from 2.11.0 to 2.14.0 Key: HBASE-28922 URL: https://issues.apache.org/jira/browse/HBASE-28922 Project: HBase Issue Type: Task

[jira] [Commented] (HBASE-28919) Soft drop for destructive table actions

2024-10-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890469#comment-17890469 ] Duo Zhang commented on HBASE-28919: --- IIRC when I was at xiaomi, we have a 'soft deleti

Re: [PR] HBASE-28860 Add a metric of the amount of data written to WAL to determine the pressure of replication [hbase]

2024-10-17 Thread via GitHub
Apache9 commented on code in PR #6260: URL: https://github.com/apache/hbase/pull/6260#discussion_r1804926334 ## hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java: ## @@ -649,6 +655,40 @@ public void logPositionAndCleanOldL

Re: [PR] HBASE-28917: ColumnFamilyMismatchException mixes IA public and private [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6369: URL: https://github.com/apache/hbase/pull/6369#issuecomment-2419769150 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-28917: ColumnFamilyMismatchException mixes IA public and private [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6369: URL: https://github.com/apache/hbase/pull/6369#issuecomment-2419840904 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Updated] (HBASE-28923) Prioritize "orphan" blocks for eviction inside BucketCache.freespace

2024-10-17 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28923: - Description: The Persistent Cache feature brought the ability to recover the cac

[jira] [Created] (HBASE-28923) Prioritize "orphan" blocks for eviction inside BucketCache.freespace

2024-10-17 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-28923: Summary: Prioritize "orphan" blocks for eviction inside BucketCache.freespace Key: HBASE-28923 URL: https://issues.apache.org/jira/browse/HBASE-28923

[jira] [Updated] (HBASE-28923) Prioritize "orphan" blocks for eviction inside BucketCache.freespace

2024-10-17 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-28923: - Description: The Persistent Cache feature brought the ability to recover the cac

Re: [PR] [DO NO MERGE] Hadoop3.4.1 rc2 [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6331: URL: https://github.com/apache/hbase/pull/6331#issuecomment-2419951383 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] [DO NO MERGE] Hadoop3.4.1 rc2 [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6331: URL: https://github.com/apache/hbase/pull/6331#issuecomment-2419951288 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
hgromer commented on code in PR #6370: URL: https://github.com/apache/hbase/pull/6370#discussion_r1805131650 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java: ## @@ -197,55 +202,56 @@ protected List handleBulkLoad(List sTableLi

Re: [PR] HBASE-28921 Skip bundling hbase-webapps folder in jars [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6368: URL: https://github.com/apache/hbase/pull/6368#issuecomment-2420069370 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Commented] (HBASE-28432) Refactor tools which are under test packaging to a new module hbase-diagnostics

2024-10-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890524#comment-17890524 ] Hudson commented on HBASE-28432: Results for branch branch-3 [build #312 on bui

[jira] [Updated] (HBASE-27659) Incremental backups should re-use splits from last full backup

2024-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-27659: --- Labels: pull-request-available (was: ) > Incremental backups should re-use splits from last

[PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
hgromer opened a new pull request, #6370: URL: https://github.com/apache/hbase/pull/6370 (no comment) -- 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

Re: [PR] HBASE-28837: Row Statistics Coprocessor [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6327: URL: https://github.com/apache/hbase/pull/6327#issuecomment-2420074690 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
hgromer commented on code in PR #6370: URL: https://github.com/apache/hbase/pull/6370#discussion_r1805133283 ## hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotRegionLocator.java: ## @@ -0,0 +1,160 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420094326 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420094070 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Updated] (HBASE-28924) TestPrefetch#testPrefetchWithDelay fails intermittently

2024-10-17 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prathyusha updated HBASE-28924: --- Attachment: Screenshot 2024-10-17 at 10.39.09 PM.png > TestPrefetch#testPrefetchWithDelay fails inte

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420120908 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420120815 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

[jira] [Updated] (HBASE-28924) TestPrefetch#testPrefetchWithDelay fails intermittently

2024-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HBASE-28924: --- Labels: pull-request-available (was: ) > TestPrefetch#testPrefetchWithDelay fails intermitt

Re: [PR] HBASE-27659: Incremental backups should re-use splits from last full backup [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2420147537 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexec

Re: [PR] [DO NO MERGE] Hadoop3.4.1 rc2 [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6331: URL: https://github.com/apache/hbase/pull/6331#issuecomment-2420206316 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hbase.apache.org/job/H

Re: [PR] [DO NO MERGE] Hadoop3.4.1 rc2 [hbase]

2024-10-17 Thread via GitHub
Apache-HBase commented on PR #6331: URL: https://github.com/apache/hbase/pull/6331#issuecomment-2420206441 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hbase.apache.org/job/H