Re: [PR] HDDS-12196. Document ozone repair cli [ozone]

2025-08-04 Thread via GitHub
jojochuang commented on PR #8849: URL: https://github.com/apache/ozone/pull/8849#issuecomment-3152962510 Merged. Thanks @Tejaskriya @sarvekshayr -- 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 t

Re: [PR] HDDS-12196. Document ozone repair cli [ozone]

2025-08-04 Thread via GitHub
jojochuang merged PR #8849: URL: https://github.com/apache/ozone/pull/8849 -- 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...@ozone.apac

Re: [PR] HDDS-13414. Build a basic deb package for Ozone (Test Draft) [ozone]

2025-08-04 Thread via GitHub
jojochuang commented on PR #: URL: https://github.com/apache/ozone/pull/#issuecomment-3152958827 @echonesis thanks for the PR. Please note the precommit tests run without opening a PR, as long as you push to your own repo: https://github.com/echonesis/ozone/actions/runs/16664883965/

Re: [PR] HDDS-13308. OM should expose Ratis config for increasing pending write limits [ozone]

2025-08-04 Thread via GitHub
szetszwo commented on PR #8668: URL: https://github.com/apache/ozone/pull/8668#issuecomment-3152794592 > ... let us revert this change ... That's great! Could you revert it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] HDDS-13308. OM should expose Ratis config for increasing pending write limits [ozone]

2025-08-04 Thread via GitHub
swamirishi commented on PR #8668: URL: https://github.com/apache/ozone/pull/8668#issuecomment-3152670164 sure @szetszwo let us revert this change I didn't realize this change was already made. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] HDDS-13308. OM should expose Ratis config for increasing pending write limits [ozone]

2025-08-04 Thread via GitHub
szetszwo commented on PR #8668: URL: https://github.com/apache/ozone/pull/8668#issuecomment-3152582142 @swamirishi , since we already have an existing conf `ozone.om.ha.raft.server.write.byte-limit` and the new conf `ozone.om.ratis.server.pending.write.byte-limit` is quite confusing, how ab

Re: [PR] HDDS-13494. DirectoryDeletingService incorrectly waits for all the deleted directories processing [ozone]

2025-08-04 Thread via GitHub
swamirishi commented on PR #8852: URL: https://github.com/apache/ozone/pull/8852#issuecomment-3151936410 > @swamirishi , could you response? Yeah https://issues.apache.org/jira/browse/HDDS-13034 is the cause for the issue. -- This is an automated message from the Apache Git Service

Re: [PR] HDDS-13494. DirectoryDeletingService incorrectly waits for all the deleted directories processing [ozone]

2025-08-04 Thread via GitHub
szetszwo commented on PR #8852: URL: https://github.com/apache/ozone/pull/8852#issuecomment-3151877839 @swamirishi , could you response? -- 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 specif

Re: [PR] HDDS-11523. Support Listener OM [ozone]

2025-08-04 Thread via GitHub
Copilot commented on code in PR #7262: URL: https://github.com/apache/ozone/pull/7262#discussion_r2252216405 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerRatisServer.java: ## @@ -408,10 +422,44 @@ public void removeOMFromRatisRing(OMNo

Re: [PR] HDDS-13174. EC duplicate replica handling for different index in datanodes [ozone]

2025-08-04 Thread via GitHub
sumitagrawl commented on code in PR #8887: URL: https://github.com/apache/ozone/pull/8887#discussion_r2251943504 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/ContainerReader.java: ## @@ -261,6 +268,29 @@ public void verifyAndFixupCon

Re: [PR] HDDS-13174. EC duplicate replica handling for different index in datanodes [ozone]

2025-08-04 Thread via GitHub
sumitagrawl commented on code in PR #8887: URL: https://github.com/apache/ozone/pull/8887#discussion_r2251944005 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/ContainerReader.java: ## @@ -261,6 +268,29 @@ public void verifyAndFixupCon

Re: [PR] HDDS-13174. EC duplicate replica handling for different index in datanodes [ozone]

2025-08-04 Thread via GitHub
Copilot commented on code in PR #8887: URL: https://github.com/apache/ozone/pull/8887#discussion_r2251895122 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/ContainerReader.java: ## @@ -261,6 +268,29 @@ public void verifyAndFixupContain

Re: [PR] HDDS-12094. OzoneKey isFile returns true for directories [ozone]

2025-08-04 Thread via GitHub
adoroszlai commented on PR #8838: URL: https://github.com/apache/ozone/pull/8838#issuecomment-3151293112 Thanks @kostacie for updating the patch, LGTM. Let's wait for others to take another look. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 commented on PR #8797: URL: https://github.com/apache/ozone/pull/8797#issuecomment-3151273723 @devmadhuu @sumitagrawl I found a bug in my implementation code that handles directory deletions. When a directory is deleted, the system correctly updates the parent directo

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 commented on code in PR #8797: URL: https://github.com/apache/ozone/pull/8797#discussion_r2251849328 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java: ## @@ -199,4 +230,47 @@ protected boolean flushAndCommitN

Re: [PR] HDDS-13530. Add Apache CoC Asia 2025 Ozone sessions [ozone-site]

2025-08-04 Thread via GitHub
errose28 commented on PR #151: URL: https://github.com/apache/ozone-site/pull/151#issuecomment-3151205478 Yes we will need to migrate events to the new website before publishing. We can do this in one shot once we are ready. -- This is an automated message from the Apache Git Service. To

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-04 Thread via GitHub
devmadhuu commented on code in PR #8797: URL: https://github.com/apache/ozone/pull/8797#discussion_r2251323146 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java: ## @@ -199,4 +230,47 @@ protected boolean flushAndCommitNSToDB

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250715689 ## hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto: ## @@ -156,6 +156,9 @@ enum Type { PutObjectTagging = 140; GetObjectTagging = 141; Dele

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2251236515 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2251218805 ## hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/lifecycle/TestOMLifecycleConfigurationCreateResponse.java: ## @@ -0,0 +1,159 @@ +/* + *

Re: [PR] HDDS-13514. Intermittent failure in TestNSSummaryMemoryLeak [ozone]

2025-08-04 Thread via GitHub
adoroszlai commented on PR #8889: URL: https://github.com/apache/ozone/pull/8889#issuecomment-3150237853 Thanks @devmadhuu for the review. -- 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 spec

Re: [PR] HDDS-13514. Intermittent failure in TestNSSummaryMemoryLeak [ozone]

2025-08-04 Thread via GitHub
adoroszlai merged PR #8889: URL: https://github.com/apache/ozone/pull/8889 -- 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...@ozone.apac

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2251201709 ## hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/lifecycle/TestOMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,210 @@ +/* + * Li

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2251198696 ## hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/lifecycle/TestOMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,210 @@ +/* + * Li

Re: [PR] HDDS-13423. Logging reason behind triggering onDemand scan on containers [ozone]

2025-08-04 Thread via GitHub
adoroszlai commented on PR #8854: URL: https://github.com/apache/ozone/pull/8854#issuecomment-3150052089 Thanks @sreejasahithi for the patch, @aryangupta1998, @Tejaskriya for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] HDDS-13423. Logging reason behind triggering onDemand scan on containers [ozone]

2025-08-04 Thread via GitHub
adoroszlai merged PR #8854: URL: https://github.com/apache/ozone/pull/8854 -- 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...@ozone.apac

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 commented on code in PR #8797: URL: https://github.com/apache/ozone/pull/8797#discussion_r2251055515 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java: ## @@ -199,4 +230,47 @@ protected boolean flushAndCommitN

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 commented on code in PR #8797: URL: https://github.com/apache/ozone/pull/8797#discussion_r2251055515 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java: ## @@ -199,4 +230,47 @@ protected boolean flushAndCommitN

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250993327 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250993327 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250985926 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250985926 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250965824 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250979788 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250965824 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/lifecycle/OMLifecycleConfigurationCreateRequest.java: ## @@ -0,0 +1,169 @@ +/* + * Licens

[PR] HDDS-13510. Add latency metrics for key creation operation [ozone]

2025-08-04 Thread via GitHub
sreejasahithi opened a new pull request, #8896: URL: https://github.com/apache/ozone/pull/8896 ## What changes were proposed in this pull request? As part of performance improvements, new metrics to capture latency for major sub-operation in key creation are introduced. This will help in

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250930859 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java: ## @@ -3113,6 +3114,40 @@ public ListSnapshotResponse listSnapshot( }

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250910215 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/audit/OMAction.java: ## @@ -113,7 +113,11 @@ public enum OMAction implements AuditAction { GET_

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250910215 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/audit/OMAction.java: ## @@ -113,7 +113,11 @@ public enum OMAction implements AuditAction { GET_

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250906018 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java: ## @@ -5293,4 +5297,128 @@ public void testGetObjectTagging(

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250897703 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java: ## @@ -5293,4 +5297,128 @@ public void testGetObjectTagging(

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250831276 ## hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v1/AbstractS3SDKV1Tests.java: ## @@ -926,6 +929,159 @@ public void testQuotaExceeded

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250819063 ## hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v1/AbstractS3SDKV1Tests.java: ## @@ -926,6 +929,159 @@ public void testQuotaExceeded

Re: [PR] HDDS-13497. [DiskBalancer] Add new property "hdds.datanode.disk.balancer.enabled" [ozone]

2025-08-04 Thread via GitHub
ChenSammi merged PR #8869: URL: https://github.com/apache/ozone/pull/8869 -- 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...@ozone.apach

Re: [PR] HDDS-13514. Intermittent failure in TestNSSummaryMemoryLeak [ozone]

2025-08-04 Thread via GitHub
adoroszlai commented on PR #8889: URL: https://github.com/apache/ozone/pull/8889#issuecomment-3149582537 @devmadhuu please take a look -- 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

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250715689 ## hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto: ## @@ -156,6 +156,9 @@ enum Type { PutObjectTagging = 140; GetObjectTagging = 141; Dele

[PR] HDDS-13490. Implement KeyInfoProtoLight-based PartKeyInfoMap in MultipartInfoInsightHandler. [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 opened a new pull request, #8895: URL: https://github.com/apache/ozone/pull/8895 ## What changes were proposed in this pull request? **Performance optimization for Recon multipart event handling to address unnecessary deserialization overhead.** **Key Changes:**

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250715689 ## hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto: ## @@ -156,6 +156,9 @@ enum Type { PutObjectTagging = 140; GetObjectTagging = 141; Dele

Re: [PR] HDDS-12782. Implement create, delete, and get for bucket lifecycle configurations in OM [ozone]

2025-08-04 Thread via GitHub
ChenSammi commented on code in PR #8875: URL: https://github.com/apache/ozone/pull/8875#discussion_r2250715689 ## hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto: ## @@ -156,6 +156,9 @@ enum Type { PutObjectTagging = 140; GetObjectTagging = 141; Dele

[PR] HDDS-13490. Implement KeyInfoProtoLight-based PartKeyInfoMap in MultipartInfoInsightHandler. [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 opened a new pull request, #8894: URL: https://github.com/apache/ozone/pull/8894 ## What changes were proposed in this pull request? **Performance optimization for Recon multipart event handling to address unnecessary deserialization overhead.** **Key Changes:**

Re: [PR] HDDS-13490. Implement KeyInfoProtoLight-based PartKeyInfoMap in MultipartInfoInsightHandler. [ozone]

2025-08-04 Thread via GitHub
ArafatKhan2198 closed pull request #8894: HDDS-13490. Implement KeyInfoProtoLight-based PartKeyInfoMap in MultipartInfoInsightHandler. URL: https://github.com/apache/ozone/pull/8894 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] HDDS-13238. Scan container and volume in container import & export, EC reconstruction, reconciliation [ozone]

2025-08-04 Thread via GitHub
Tejaskriya opened a new pull request, #8893: URL: https://github.com/apache/ozone/pull/8893 ## What changes were proposed in this pull request? This PR adds container scans in the following cases: - EC reconstruction: during success - Reconciler: for success and failure -

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-03 Thread via GitHub
devmadhuu commented on PR #8797: URL: https://github.com/apache/ozone/pull/8797#issuecomment-3149371192 Alos pls resolve conflicts. -- 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 co

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-03 Thread via GitHub
devmadhuu commented on code in PR #8797: URL: https://github.com/apache/ozone/pull/8797#discussion_r2250482483 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java: ## @@ -199,4 +230,47 @@ protected boolean flushAndCommitNSToDB

Re: [PR] HDDS-13432. Accelerating Namespace Usage Calculation in Recon using - Materialised Approach [ozone]

2025-08-03 Thread via GitHub
devmadhuu commented on PR #8797: URL: https://github.com/apache/ozone/pull/8797#issuecomment-3149370576 > especially for deletion events. Is this true. I believe this is true even for diskUsage(Namespace usage) page as well. -- This is an automated message from the Apache Git Servi

Re: [PR] HDDS-13144. Fix mvn javadoc:aggregate goal. [ozone]

2025-08-03 Thread via GitHub
adoroszlai commented on code in PR #8891: URL: https://github.com/apache/ozone/pull/8891#discussion_r2250526907 ## pom.xml: ## @@ -1818,9 +1818,19 @@ maven-javadoc-plugin ${maven-javadoc-plugin.version} + + **/package-in

Re: [PR] HDDS-13326. Add acceptance tests for ozone debug replicas verify --container-state [ozone]

2025-08-03 Thread via GitHub
Tejaskriya commented on PR #8783: URL: https://github.com/apache/ozone/pull/8783#issuecomment-3149153169 Thanks for the test @sarvekshayr , and the reviews @ssulav @dombizita -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] HDDS-13326. Add acceptance tests for ozone debug replicas verify --container-state [ozone]

2025-08-03 Thread via GitHub
Tejaskriya merged PR #8783: URL: https://github.com/apache/ozone/pull/8783 -- 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...@ozone.apac

[PR] HDDS-13465. Adding an endpoint to get all storage distribution summary in Recon [ozone]

2025-08-03 Thread via GitHub
priyeshkaratha opened a new pull request, #8892: URL: https://github.com/apache/ozone/pull/8892 ## What changes were proposed in this pull request? A new REST API endpoint `/storagedistribution` has been introduced to provide a summarized view of storage distribution across the cluste

Re: [PR] HDDS-13497. [DiskBalancer] Add new property "hdds.datanode.disk.balancer.enabled" [ozone]

2025-08-03 Thread via GitHub
Gargi-jais11 commented on code in PR #8869: URL: https://github.com/apache/ozone/pull/8869#discussion_r2250387872 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java: ## @@ -703,10 +716,17 @@ public void compactDb() {

Re: [PR] HDDS-13497. [DiskBalancer] Add new property "hdds.datanode.disk.balancer.enabled" [ozone]

2025-08-03 Thread via GitHub
Gargi-jais11 commented on code in PR #8869: URL: https://github.com/apache/ozone/pull/8869#discussion_r2250366502 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java: ## @@ -703,10 +716,17 @@ public void compactDb() {

Re: [PR] HDDS-13497. [DiskBalancer] Add new property "hdds.datanode.disk.balancer.enabled" [ozone]

2025-08-03 Thread via GitHub
ChenSammi commented on code in PR #8869: URL: https://github.com/apache/ozone/pull/8869#discussion_r2250335473 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java: ## @@ -703,10 +716,17 @@ public void compactDb() { }

Re: [PR] HDDS-13497. [DiskBalancer] Add new property "hdds.datanode.disk.balancer.enabled" [ozone]

2025-08-03 Thread via GitHub
ChenSammi commented on code in PR #8869: URL: https://github.com/apache/ozone/pull/8869#discussion_r2250334058 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java: ## @@ -703,10 +716,17 @@ public void compactDb() { }

Re: [PR] HDDS-13502. Allow block deletion for QUASI_CLOSED containers [ozone]

2025-08-03 Thread via GitHub
ermahesh commented on PR #8861: URL: https://github.com/apache/ozone/pull/8861#issuecomment-3148995199 @ivandika3 @swamirishi would you able to retrigger the build. This test passes in my local -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] HDDS-13530. Add Apache CoC Asia 2025 Ozone sessions [ozone-site]

2025-08-03 Thread via GitHub
ChenSammi commented on PR #151: URL: https://github.com/apache/ozone-site/pull/151#issuecomment-3148905389 @jojochuang , the event page is open now. I believe Ethan will copy all events from master to this branch later. https://github.com/user-attachments/assets/6f9df56b-c767-434b-b6

Re: [PR] HDDS-13447. [S3G] ListObjectsV2 should accept maxKeys=0 [ozone]

2025-08-03 Thread via GitHub
jojochuang merged PR #8833: URL: https://github.com/apache/ozone/pull/8833 -- 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...@ozone.apac

Re: [PR] HDDS-13447. [S3G] ListObjectsV2 should accept maxKeys=0 [ozone]

2025-08-03 Thread via GitHub
jojochuang commented on code in PR #8833: URL: https://github.com/apache/ozone/pull/8833#discussion_r2250183348 ## hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java: ## @@ -225,61 +225,63 @@ public Response get( } String lastK

Re: [PR] HDDS-13144. Fix mvn javadoc:aggregate goal. [ozone]

2025-08-03 Thread via GitHub
jojochuang commented on code in PR #8891: URL: https://github.com/apache/ozone/pull/8891#discussion_r2250119160 ## hadoop-ozone/mini-cluster/pom.xml: ## @@ -25,6 +25,10 @@ Apache Ozone Mini Cluster Apache Ozone Mini Cluster for Integration Tests + Review Comment: t

Re: [PR] HDDS-12061. Cleanup the allocated but uncommitted blocks for multipart upload [ozone]

2025-08-03 Thread via GitHub
ivandika3 commented on PR #8848: URL: https://github.com/apache/ozone/pull/8848#issuecomment-3148337797 Thanks @ermahesh @peterxcli @szetszwo for the reviews. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] HDDS-12061. Cleanup the allocated but uncommitted blocks for multipart upload [ozone]

2025-08-03 Thread via GitHub
ivandika3 merged PR #8848: URL: https://github.com/apache/ozone/pull/8848 -- 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...@ozone.apach

Re: [PR] HDDS-12061. Cleanup the allocated but uncommitted blocks for multipart upload [ozone]

2025-08-02 Thread via GitHub
ivandika3 commented on code in PR #8848: URL: https://github.com/apache/ozone/pull/8848#discussion_r2249516191 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/s3/multipart/S3MultipartUploadCommitPartRequest.java: ## @@ -220,16 +224,45 @@ public OMC

Re: [PR] HDDS-13531. Bump awssdk to 2.32.14 [ozone]

2025-08-02 Thread via GitHub
ivandika3 merged PR #8890: URL: https://github.com/apache/ozone/pull/8890 -- 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...@ozone.apach

Re: [PR] HDDS-13531. Bump awssdk to 2.32.14 [ozone]

2025-08-02 Thread via GitHub
ivandika3 commented on PR #8890: URL: https://github.com/apache/ozone/pull/8890#issuecomment-3146922277 2.32.14 added more validation for multipart upload for Java client. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] HDDS-12061. Cleanup the allocated but uncommitted blocks for multipart upload [ozone]

2025-08-02 Thread via GitHub
szetszwo commented on code in PR #8848: URL: https://github.com/apache/ozone/pull/8848#discussion_r2249391364 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/s3/multipart/S3MultipartUploadCommitPartRequest.java: ## @@ -220,16 +224,45 @@ public OMCl

[PR] HDDS-13144. Fix mvn javadoc:aggregate goal. [ozone]

2025-08-02 Thread via GitHub
Jimmyweng006 opened a new pull request, #8891: URL: https://github.com/apache/ozone/pull/8891 ## What changes were proposed in this pull request? Fix Javadoc aggregation build failures Please describe your PR in detail: * Adding an explicit 'protobuf-java' dependency to the m

[PR] Bump software.amazon.awssdk:bom from 2.32.9 to 2.32.14 [ozone]

2025-08-02 Thread via GitHub
dependabot[bot] opened a new pull request, #8890: URL: https://github.com/apache/ozone/pull/8890 Bumps software.amazon.awssdk:bom from 2.32.9 to 2.32.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-08-01 Thread via GitHub
sreejasahithi commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2248527590 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient

[PR] HDDS-13514. Intermittent failure in TestNSSummaryMemoryLeak [ozone]

2025-08-01 Thread via GitHub
adoroszlai opened a new pull request, #8889: URL: https://github.com/apache/ozone/pull/8889 ## What changes were proposed in this pull request? Fix intermittent failure in `TestNSSummaryMemoryLeak`: ``` Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 50.48 s <

Re: [PR] HDDS-13447. [S3G] ListObjectsV2 should accept maxKeys=0 [ozone]

2025-08-01 Thread via GitHub
Jimmyweng006 commented on PR #8833: URL: https://github.com/apache/ozone/pull/8833#issuecomment-3144864608 Thanks @peterxcli for helping on this PR. After re-run all [CI](https://github.com/Jimmyweng006/ozone/actions/runs/16667837181) pass. -- This is an automated message from the Apache

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-08-01 Thread via GitHub
errose28 commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2248106076 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient scmCl

Re: [PR] HDDS-13496. Intermittent fork exit timeout in TestOzoneClientFactory [ozone]

2025-08-01 Thread via GitHub
adoroszlai commented on PR #8853: URL: https://github.com/apache/ozone/pull/8853#issuecomment-3144309000 Thanks @dombizita for the review. -- 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 spec

Re: [PR] HDDS-13496. Intermittent fork exit timeout in TestOzoneClientFactory [ozone]

2025-08-01 Thread via GitHub
adoroszlai merged PR #8853: URL: https://github.com/apache/ozone/pull/8853 -- 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...@ozone.apac

Re: [PR] HDDS-12094. OzoneKey isFile returns true for directories [ozone]

2025-08-01 Thread via GitHub
adoroszlai commented on code in PR #8838: URL: https://github.com/apache/ozone/pull/8838#discussion_r2247385443 ## hadoop-ozone/dist/src/main/smoketest/compatibility/read.robot: ## @@ -155,3 +155,16 @@ HSync Lease Recover Can Be Used Pass Execution If'${CLIENT_VERSION}'

Re: [PR] HDDS-12094. OzoneKey isFile returns true for directories [ozone]

2025-08-01 Thread via GitHub
adoroszlai commented on code in PR #8838: URL: https://github.com/apache/ozone/pull/8838#discussion_r2247385443 ## hadoop-ozone/dist/src/main/smoketest/compatibility/read.robot: ## @@ -155,3 +155,16 @@ HSync Lease Recover Can Be Used Pass Execution If'${CLIENT_VERSION}'

Re: [PR] HDDS-13447. [S3G] ListObjectsV2 should accept maxKeys=0 [ozone]

2025-07-31 Thread via GitHub
peterxcli commented on code in PR #8833: URL: https://github.com/apache/ozone/pull/8833#discussion_r2247048738 ## hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java: ## @@ -225,53 +225,55 @@ public Response get( } String lastKe

Re: [PR] HDDS-13529. Upgrade commons-lang3 to 3.18.0 [ozone]

2025-07-31 Thread via GitHub
rohit-kb commented on PR #8886: URL: https://github.com/apache/ozone/pull/8886#issuecomment-3142244317 Thanks @adoroszlai for the review -- 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 specif

Re: [PR] HDDS-13530. Add Apache CoC Asia 2025 Ozone sessions [ozone-site]

2025-07-31 Thread via GitHub
ChenSammi commented on PR #151: URL: https://github.com/apache/ozone-site/pull/151#issuecomment-3142200983 Thanks @peterxcli and @jojochuang . -- 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

Re: [PR] HDDS-13088. Checkstyle: reject too large indentation in wrapped lines [ozone]

2025-07-31 Thread via GitHub
adoroszlai commented on PR #8494: URL: https://github.com/apache/ozone/pull/8494#issuecomment-3142187355 I have tried adding `forceStrictCondition=true`: it will introduce 17K violations. So we'll need to make the change gradually. -- This is an automated message from the Apache Git Serv

Re: [PR] HDDS-13088. Checkstyle: reject too large indentation in wrapped lines [ozone]

2025-07-31 Thread via GitHub
adoroszlai closed pull request #8494: HDDS-13088. Checkstyle: reject too large indentation in wrapped lines URL: https://github.com/apache/ozone/pull/8494 -- 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 g

Re: [PR] HDDS-13423. Logging reason behind triggering onDemand scan on containers [ozone]

2025-07-31 Thread via GitHub
adoroszlai commented on code in PR #8854: URL: https://github.com/apache/ozone/pull/8854#discussion_r2246886643 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OnDemandContainerScanner.java: ## @@ -87,9 +87,13 @@ private Optional> scanC

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-07-31 Thread via GitHub
sreejasahithi commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2246863724 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient

Re: [PR] HDDS-13529. Upgrade commons-lang3 to 3.18.0 [ozone]

2025-07-31 Thread via GitHub
adoroszlai commented on PR #8886: URL: https://github.com/apache/ozone/pull/8886#issuecomment-3142123659 Thanks @rohit-kb for the patch. -- 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 specif

Re: [PR] HDDS-13529. Upgrade commons-lang3 to 3.18.0 [ozone]

2025-07-31 Thread via GitHub
adoroszlai merged PR #8886: URL: https://github.com/apache/ozone/pull/8886 -- 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...@ozone.apac

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-07-31 Thread via GitHub
sreejasahithi commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2246863724 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-07-31 Thread via GitHub
sreejasahithi commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2246845454 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/BasicDatanodeInfo.java: ## @@ -19,84 +19,70 @@ import com.fasterxml.jackson.annot

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-07-31 Thread via GitHub
sreejasahithi commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2246844802 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient

[PR] HDDS-13414. Build a basic deb package for Ozone (Test Draft) [ozone]

2025-07-31 Thread via GitHub
echonesis opened a new pull request, #: URL: https://github.com/apache/ozone/pull/ ## What changes were proposed in this pull request? This PR is a trial to build multiple DEB files, including - ozone-lib - ozone-common - ozone-scm - ozone-om - ozone-datanode - oz

Re: [PR] HDDS-12887. Added Deletion Progress metrics to OM Web UI. [ozone]

2025-07-31 Thread via GitHub
jojochuang commented on PR #8655: URL: https://github.com/apache/ozone/pull/8655#issuecomment-3141742117 Thanks @SaketaChalamchala ! -- 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 c

Re: [PR] HDDS-12887. Added Deletion Progress metrics to OM Web UI. [ozone]

2025-07-31 Thread via GitHub
jojochuang merged PR #8655: URL: https://github.com/apache/ozone/pull/8655 -- 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...@ozone.apac

Re: [PR] HDDS-13101. Remove duplicate information in datanode list output [ozone]

2025-07-31 Thread via GitHub
errose28 commented on code in PR #8523: URL: https://github.com/apache/ozone/pull/8523#discussion_r2246566330 ## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/datanode/ListInfoSubcommand.java: ## @@ -155,7 +149,7 @@ private List getAllNodes(ScmClient scmCl

  1   2   3   4   5   6   7   8   9   10   >