[jira] [Assigned] (HDDS-13167) Add example for uploading file via HttpFS

2025-06-12 Thread Chu Cheng Li (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chu Cheng Li reassigned HDDS-13167: --- Assignee: Eric Chang > Add example for uploading file via HttpFS > -

[jira] [Assigned] (HDDS-13258) Refactor all HttpServletResponse#sendError usages in httpfs to return JSON error responses

2025-06-12 Thread Chu Cheng Li (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chu Cheng Li reassigned HDDS-13258: --- Assignee: Eric Chang > Refactor all HttpServletResponse#sendError usages in httpfs to return

[jira] [Created] (HDDS-13258) Refactor all HttpServletResponse#sendError usages in httpfs to return JSON error responses

2025-06-12 Thread Chu Cheng Li (Jira)
Chu Cheng Li created HDDS-13258: --- Summary: Refactor all HttpServletResponse#sendError usages in httpfs to return JSON error responses Key: HDDS-13258 URL: https://issues.apache.org/jira/browse/HDDS-13258

Re: [PR] HDDS-13168. Fix error response format in CheckUploadContentTypeFilter [ozone]

2025-06-12 Thread via GitHub
peterxcli commented on PR #8614: URL: https://github.com/apache/ozone/pull/8614#issuecomment-2969101588 https://issues.apache.org/jira/browse/HDDS-13258. -- 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

[jira] [Updated] (HDDS-13258) Refactor all HttpServletResponse#sendError usages in httpfs to return JSON error responses

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13258: Description: As a follow-up to HDDS-13168, which replaced a direct call to {{HttpServletRes

[jira] [Updated] (HDDS-13258) Refactor all HttpServletResponse#sendError usages to return JSON error responses

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13258: Description: As a follow-up to HDDS-13168, which replaced a direct call to {{HttpServletRes

[jira] [Updated] (HDDS-13258) Refactor all HttpServletResponse#sendError usages to return JSON error responses

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13258: Component/s: (was: HttpFS GateWay) > Refactor all HttpServletResponse#sendError usages

[jira] [Updated] (HDDS-13258) Refactor all HttpServletResponse#sendError usages to return JSON error responses

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13258: Summary: Refactor all HttpServletResponse#sendError usages to return JSON error responses

[jira] [Resolved] (HDDS-13216) Standardize Container[Replica]NotFoundException messages

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-13216. - Fix Version/s: 2.1.0 Resolution: Implemented > Standardize Container[Replica]NotFo

Re: [PR] HDDS-13216. Standardize Container[Replica]NotFoundException messages. [ozone]

2025-06-12 Thread via GitHub
adoroszlai merged PR #8599: URL: https://github.com/apache/ozone/pull/8599 -- 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

[jira] [Commented] (HDDS-13258) Refactor all HttpServletResponse#sendError usages to return JSON error responses

2025-06-12 Thread Chu Cheng Li (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966816#comment-17966816 ] Chu Cheng Li commented on HDDS-13258: - Oh, yeah you're right. Thanks for the correcti

[jira] [Commented] (HDDS-13258) Refactor all HttpServletResponse#sendError usages to return JSON error responses

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966815#comment-17966815 ] Attila Doroszlai commented on HDDS-13258: - [~peterxcli], I think only {{CheckUplo

Re: [PR] HDDS-13176. containerIds table value format change to proto from string [ozone]

2025-06-12 Thread via GitHub
sumitagrawl commented on code in PR #8589: URL: https://github.com/apache/ozone/pull/8589#discussion_r2144248873 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/upgrade/ContainerTableSchemaFinalizeAction.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed

Re: [PR] HDDS-13045. Implement Immediate Triggering of Heartbeat when Volume Full [ozone]

2025-06-12 Thread via GitHub
nandakumar131 commented on code in PR #8590: URL: https://github.com/apache/ozone/pull/8590#discussion_r2144311771 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/HddsDispatcher.java: ## @@ -591,6 +594,21 @@ private void sendCloseCont

Re: [PR] HDDS-13045. Implement Immediate Triggering of Heartbeat when Volume Full [ozone]

2025-06-12 Thread via GitHub
siddhantsangwan commented on code in PR #8590: URL: https://github.com/apache/ozone/pull/8590#discussion_r2144305412 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/HddsVolume.java: ## @@ -194,6 +195,12 @@ public VolumeInfoMetrics g

Re: [PR] HDDS-13045. Implement Immediate Triggering of Heartbeat when Volume Full [ozone]

2025-06-12 Thread via GitHub
siddhantsangwan commented on code in PR #8590: URL: https://github.com/apache/ozone/pull/8590#discussion_r2144305412 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/HddsVolume.java: ## @@ -194,6 +195,12 @@ public VolumeInfoMetrics g

[jira] [Created] (HDDS-13259) Deletion Progress - Grafana Dashboard

2025-06-12 Thread Aryan Gupta (Jira)
Aryan Gupta created HDDS-13259: -- Summary: Deletion Progress - Grafana Dashboard Key: HDDS-13259 URL: https://issues.apache.org/jira/browse/HDDS-13259 Project: Apache Ozone Issue Type: Sub-task

[jira] [Updated] (HDDS-13259) Deletion Progress - Grafana Dashboard

2025-06-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-13259: -- Labels: pull-request-available (was: ) > Deletion Progress - Grafana Dashboard > -

[PR] HDDS-13259. Deletion Progress - Grafana Dashboard [ozone]

2025-06-12 Thread via GitHub
aryangupta1998 opened a new pull request, #8617: URL: https://github.com/apache/ozone/pull/8617 ## What changes were proposed in this pull request? Creating a lightweight Grafana dashboard to track the deletion progress on OM, SCM, and DN. Following metrics we are tracking:

Re: [PR] HDDS-13035. SnapshotDeletingService should hold write locks while purging deleted snapshots [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8554: URL: https://github.com/apache/ozone/pull/8554#discussion_r2144114006 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/service/TestSnapshotDeletingServiceIntegrationTest.java: ## Review Comment: We cannot re

[jira] [Updated] (HDDS-12637) Increase max buffer size for adding tarball entries

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-12637: Description: Ozone uses 8KB buffer when creating tarball, 1KB for extracting entries. It s

Re: [PR] HDDS-10775. Support bucket ownership verification [ozone]

2025-06-12 Thread via GitHub
hevinhsu commented on PR #8558: URL: https://github.com/apache/ozone/pull/8558#issuecomment-2968776804 Thank to @peterxcli for pointing out the need to add smoke tests! To keep this PR focused, may I open a new issue to implement the S3 request smoke tests? -- This is an automated messag

Re: [PR] HDDS-12778. Change ordering of transfer in OM bootstrap process. [ozone]

2025-06-12 Thread via GitHub
jojochuang closed pull request #8245: HDDS-12778. Change ordering of transfer in OM bootstrap process. URL: https://github.com/apache/ozone/pull/8245 -- 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

Re: [PR] HDDS-10775. Support bucket ownership verification [ozone]

2025-06-12 Thread via GitHub
peterxcli commented on PR #8558: URL: https://github.com/apache/ozone/pull/8558#issuecomment-2968778681 Sure. -- 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

Re: [PR] HDDS-13234. Expired secret key can abort leader OM startup. [ozone]

2025-06-12 Thread via GitHub
ChenSammi commented on code in PR #8601: URL: https://github.com/apache/ozone/pull/8601#discussion_r2144102364 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/security/OzoneDelegationTokenSecretManager.java: ## @@ -528,6 +532,10 @@ private void addPersistedD

Re: [PR] HDDS-13055. [DiskBalancer] Optimize DefaultContainerChoosingPolicy performance [ozone]

2025-06-12 Thread via GitHub
ChenSammi commented on PR #8512: URL: https://github.com/apache/ozone/pull/8512#issuecomment-2968822330 Thanks @Gargi-jais11 for the contribution and @symious for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] HDDS-12984. Use InodeID to identify the SST files inside the tarball. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on code in PR #8477: URL: https://github.com/apache/ozone/pull/8477#discussion_r2144116855 ## hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/Archiver.java: ## @@ -115,6 +119,33 @@ public static long includeFile(File file, String entryName,

[jira] [Created] (HDDS-13257) Combine some integration splits

2025-06-12 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-13257: --- Summary: Combine some integration splits Key: HDDS-13257 URL: https://issues.apache.org/jira/browse/HDDS-13257 Project: Apache Ozone Issue Type: Sub-ta

Re: [PR] HDDS-13168. Fix error response format in CheckUploadContentTypeFilter [ozone]

2025-06-12 Thread via GitHub
unknowntpo commented on code in PR #8614: URL: https://github.com/apache/ozone/pull/8614#discussion_r2144195390 ## hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/CheckUploadContentTypeFilter.java: ## @@ -93,10 +94,20 @@ public void doFilter(ServletReque

[jira] [Updated] (HDDS-13257) Combine some integration splits

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13257: Description: With recent integration test speed up (HDDS-9000) we can combine some of the

[jira] [Updated] (HDDS-13257) Remove separate split for shell integration tests

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13257: Summary: Remove separate split for shell integration tests (was: Combine some integration

Re: [PR] HDDS-13055. [DiskBalancer] Optimize DefaultContainerChoosingPolicy performance [ozone]

2025-06-12 Thread via GitHub
ChenSammi merged PR #8512: URL: https://github.com/apache/ozone/pull/8512 -- 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-12896. ozone admin scm roles inconsistent command output [ozone]

2025-06-12 Thread via GitHub
adoroszlai commented on PR #8540: URL: https://github.com/apache/ozone/pull/8540#issuecomment-2968915168 This is confirmed to be a configuration problem. -- 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

[jira] [Resolved] (HDDS-12896) [Cosmetic] ozone admin scm roles inconsistent command output

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-12896. - Resolution: Invalid Confirmed that this is a configuration problem: {code} log4j.rootLog

Re: [PR] HDDS-13181. Added metrics for internal Snapshot Operations. [ozone]

2025-06-12 Thread via GitHub
jojochuang merged PR #8606: URL: https://github.com/apache/ozone/pull/8606 -- 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-12896. ozone admin scm roles inconsistent command output [ozone]

2025-06-12 Thread via GitHub
adoroszlai closed pull request #8540: HDDS-12896. ozone admin scm roles inconsistent command output URL: https://github.com/apache/ozone/pull/8540 -- 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-13181. Added metrics for internal Snapshot Operations. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on PR #8606: URL: https://github.com/apache/ozone/pull/8606#issuecomment-2968916973 Merged. 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 spe

[jira] [Created] (HDDS-13256) Update OM Snapshot Grafana dashboard after HDDS-13181

2025-06-12 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HDDS-13256: -- Summary: Update OM Snapshot Grafana dashboard after HDDS-13181 Key: HDDS-13256 URL: https://issues.apache.org/jira/browse/HDDS-13256 Project: Apache Ozone

[jira] [Resolved] (HDDS-13181) [Snapshot] Add metrics and tests for internal snapshot operations

2025-06-12 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDDS-13181. Fix Version/s: 2.1.0 Resolution: Fixed > [Snapshot] Add metrics and tests for intern

[jira] [Assigned] (HDDS-12361) Intermittent failure in testGetSnapshotDiffReportJob

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai reassigned HDDS-12361: --- Assignee: Chung En Lee (was: Hemant Kumar) > Intermittent failure in testGetSnapsho

[jira] [Resolved] (HDDS-12361) Intermittent failure in testGetSnapshotDiffReportJob

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-12361. - Fix Version/s: 2.1.0 Resolution: Fixed > Intermittent failure in testGetSnapshotDi

Re: [PR] HDDS-12984. Use InodeID to identify the SST files inside the tarball. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on code in PR #8477: URL: https://github.com/apache/ozone/pull/8477#discussion_r2144126864 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/codec/OMDBCheckpointUtils.java: ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] HDDS-11454. Ranger integration for Docker Compose environment [ozone]

2025-06-12 Thread via GitHub
adoroszlai commented on PR #8575: URL: https://github.com/apache/ozone/pull/8575#issuecomment-2968872744 @smengcl can you please also 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

[jira] [Updated] (HDDS-12896) [Cosmetic] ozone admin scm roles inconsistent command output

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-12896: Affects Version/s: 2.0.0 > [Cosmetic] ozone admin scm roles inconsistent command output >

[jira] [Updated] (HDDS-12896) [Ozone 2.0] [Cosmetic] ozone admin scm roles inconsistent command output

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-12896: Epic Link: (was: HDDS-11516) > [Ozone 2.0] [Cosmetic] ozone admin scm roles inconsistent

[jira] [Updated] (HDDS-12896) [Cosmetic] ozone admin scm roles inconsistent command output

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-12896: Summary: [Cosmetic] ozone admin scm roles inconsistent command output (was: [Ozone 2.0] [

Re: [PR] HDDS-13176. containerIds table value format change to proto from string [ozone]

2025-06-12 Thread via GitHub
sumitagrawl commented on code in PR #8589: URL: https://github.com/apache/ozone/pull/8589#discussion_r2144257262 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/metadata/ContainerCreateInfo.java: ## @@ -0,0 +1,161 @@ +/* + * Licensed to the Apach

Re: [PR] HDDS-13176. containerIds table value format change to proto from string [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8589: URL: https://github.com/apache/ozone/pull/8589#discussion_r2144252133 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/metadata/ContainerCreateInfo.java: ## @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache

[PR] HDDS-13257. Remove separate split for shell integration tests [ozone]

2025-06-12 Thread via GitHub
adoroszlai opened a new pull request, #8616: URL: https://github.com/apache/ozone/pull/8616 ## What changes were proposed in this pull request? Merge _integration (shell)_ (~12 minutes) into _integration (ozone)_ (~33 minutes) to reduce overhead of building the project. https:/

[jira] [Updated] (HDDS-13257) Remove separate split for shell integration tests

2025-06-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-13257: -- Labels: pull-request-available (was: ) > Remove separate split for shell integration tests > -

Re: [PR] HDDS-12984. Use InodeID to identify the SST files inside the tarball. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on code in PR #8477: URL: https://github.com/apache/ozone/pull/8477#discussion_r2144113203 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServletInodeBasedXfer.java: ## @@ -0,0 +1,359 @@ +/* + * Licensed to the Apache So

Re: [PR] HDDS-12778. Change ordering of transfer in OM bootstrap process. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on PR #8245: URL: https://github.com/apache/ozone/pull/8245#issuecomment-2968806094 The JIRA is resolved as a duplicate. So I suppose the PR can be closed without merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Resolved] (HDDS-13055) [DiskBalancer] Optimize DefaultContainerChoosingPolicy performance

2025-06-12 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen resolved HDDS-13055. --- Fix Version/s: 2.1.0 Resolution: Fixed > [DiskBalancer] Optimize DefaultContainerChoosingPolic

Re: [PR] HDDS-13054. [DiskBalancer] Stop DiskBalancer when DN enters DECOMMISSIONING or MAINTENANCE states [ozone]

2025-06-12 Thread via GitHub
github-actions[bot] commented on PR #8488: URL: https://github.com/apache/ozone/pull/8488#issuecomment-2968997190 No such command. `gemini` Available commands: * /**close** : Close pending pull request temporary * /**help** : Show all the available comment commands * /**label** :

Re: [PR] HDDS-13054. [DiskBalancer] Stop DiskBalancer when DN enters DECOMMISSIONING or MAINTENANCE states [ozone]

2025-06-12 Thread via GitHub
Gargi-jais11 commented on PR #8488: URL: https://github.com/apache/ozone/pull/8488#issuecomment-2968996612 /gemini 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 specific comment. To

Re: [PR] HDDS-13168. Fix error response format in CheckUploadContentTypeFilter [ozone]

2025-06-12 Thread via GitHub
adoroszlai merged PR #8614: URL: https://github.com/apache/ozone/pull/8614 -- 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-13168. Fix error response format in CheckUploadContentTypeFilter [ozone]

2025-06-12 Thread via GitHub
adoroszlai commented on PR #8614: URL: https://github.com/apache/ozone/pull/8614#issuecomment-2969009124 Thanks @unknowntpo for the patch, @jojochuang, @peterxcli for the review. > And since current way is quite verbose, we can have add a utility to do this for other `sendError` calls

[jira] [Resolved] (HDDS-13168) Error about wrong content-type not sent to client

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-13168. - Fix Version/s: 2.1.0 Resolution: Fixed > Error about wrong content-type not sent t

[jira] [Updated] (HDDS-13257) Remove separate split for shell integration tests

2025-06-12 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-13257: Status: Patch Available (was: Open) > Remove separate split for shell integration tests >

[PR] HDDS-12890. Add acceptance robot tests for ozone debug replicas verify [ozone]

2025-06-12 Thread via GitHub
sarvekshayr opened a new pull request, #8613: URL: https://github.com/apache/ozone/pull/8613 ## What changes were proposed in this pull request? Added acceptance tests for the ozone debug replicas verify tool. Checksum verification: - Simulated a checksum mismatch by corrupting t

[jira] [Created] (HDDS-13251) Enable Byteman for acceptance tests

2025-06-12 Thread Tejaskriya (Jira)
Tejaskriya created HDDS-13251: - Summary: Enable Byteman for acceptance tests Key: HDDS-13251 URL: https://issues.apache.org/jira/browse/HDDS-13251 Project: Apache Ozone Issue Type: Improvement

Re: [PR] HDDS-13248. Make --output-dir optional for replicas verify [ozone]

2025-06-12 Thread via GitHub
Tejaskriya commented on PR #8612: URL: https://github.com/apache/ozone/pull/8612#issuecomment-2966727801 @sarvekshayr @dombizita Could you please 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

Re: [PR] HDDS-13244. Fix TestSnapshotDeletingServiceIntegrationTest should close open snapshots after deleting snapshot [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8611: URL: https://github.com/apache/ozone/pull/8611#discussion_r2142817408 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java: ## @@ -414,7 +422,7 @@ public void

Re: [PR] HDDS-13244. Fix TestSnapshotDeletingServiceIntegrationTest should close open snapshots after deleting snapshot [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8611: URL: https://github.com/apache/ozone/pull/8611#discussion_r2142856365 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java: ## @@ -115,6 +115,7 @@ public class

[jira] [Created] (HDDS-13249) Issue with debug container command with the default VERSION path

2025-06-12 Thread Soumitra Sulav (Jira)
Soumitra Sulav created HDDS-13249: - Summary: Issue with debug container command with the default VERSION path Key: HDDS-13249 URL: https://issues.apache.org/jira/browse/HDDS-13249 Project: Apache Ozon

Re: [PR] HDDS-13212. [DiskBalancer] Fix Inconsistent Health Check in DiskBalancer Status for Specific Hosts [ozone]

2025-06-12 Thread via GitHub
peterxcli commented on code in PR #8610: URL: https://github.com/apache/ozone/pull/8610#discussion_r2142278013 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/DiskBalancerManager.java: ## @@ -107,7 +108,23 @@ public List getDiskBalancerStatus( List

Re: [PR] HDDS-10775. Support bucket ownership verification [ozone]

2025-06-12 Thread via GitHub
hevinhsu commented on code in PR #8558: URL: https://github.com/apache/ozone/pull/8558#discussion_r2141528170 ## hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v2/AbstractS3SDKV2Tests.java: ## @@ -621,4 +648,512 @@ private void completeMultipart

Re: [PR] HDDS-13244. Fix TestSnapshotDeletingServiceIntegrationTest should close open snapshots after deleting snapshot [ozone]

2025-06-12 Thread via GitHub
adoroszlai commented on code in PR #8611: URL: https://github.com/apache/ozone/pull/8611#discussion_r2142243063 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java: ## @@ -414,7 +422,7 @@ public void

[PR] HDDS-13244. Fix TestSnapshotDeletingServiceIntegrationTest should close open snapshots after deleting snapshot [ozone]

2025-06-12 Thread via GitHub
swamirishi opened a new pull request, #8611: URL: https://github.com/apache/ozone/pull/8611 ## What changes were proposed in this pull request? Currently OmSnapshotPurgeResponse acquires a write lock SNAPSHOT_DB_LOCK while deleting the directory. This lock is acquired to avoid race condit

Re: [PR] HDDS-13212. [DiskBalancer] Fix Inconsistent Health Check in DiskBalancer Status for Specific Hosts [ozone]

2025-06-12 Thread via GitHub
peterxcli commented on code in PR #8610: URL: https://github.com/apache/ozone/pull/8610#discussion_r2142885752 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/DiskBalancerManager.java: ## @@ -107,7 +108,21 @@ public List getDiskBalancerStatus( List

Re: [PR] HDDS-13212. [DiskBalancer] Fix Inconsistent Health Check in DiskBalancer Status for Specific Hosts [ozone]

2025-06-12 Thread via GitHub
peterxcli commented on code in PR #8610: URL: https://github.com/apache/ozone/pull/8610#discussion_r2142894532 ## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/DiskBalancerManager.java: ## @@ -107,7 +108,21 @@ public List getDiskBalancerStatus( List

[jira] [Updated] (HDDS-13168) Error about wrong content-type not sent to client

2025-06-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-13168: -- Labels: pull-request-available (was: ) > Error about wrong content-type not sent to client > -

Re: [PR] HDDS-12873. Improve ContainerData statistics synchronization. [ozone]

2025-06-12 Thread via GitHub
szetszwo commented on PR #8305: URL: https://github.com/apache/ozone/pull/8305#issuecomment-2967779040 @swamirishi , thanks a lot for reviewing this! -- 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

Re: [PR] HDDS-12873. Improve ContainerData statistics synchronization. [ozone]

2025-06-12 Thread via GitHub
szetszwo merged PR #8305: URL: https://github.com/apache/ozone/pull/8305 -- 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.apache

[jira] [Updated] (HDDS-8203) [Snapshot] Allow Garbage collection have separate output log files

2025-06-12 Thread Saketa Chalamchala (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saketa Chalamchala updated HDDS-8203: - Summary: [Snapshot] Allow Garbage collection have separate output log files (was: [Snapsh

[jira] [Assigned] (HDDS-8203) [Snapshot] Allow Garbage collection have separate output log files

2025-06-12 Thread Saketa Chalamchala (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saketa Chalamchala reassigned HDDS-8203: Assignee: Saketa Chalamchala (was: Hemant Kumar) > [Snapshot] Allow Garbage collec

Re: [PR] HDDS-12873. Improve ContainerData statistics synchronization. [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8305: URL: https://github.com/apache/ozone/pull/8305#discussion_r2143370062 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerData.java: ## @@ -675,4 +548,151 @@ public String toString() {

[jira] [Resolved] (HDDS-12873) Improve ContainerData statistics synchronization

2025-06-12 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-12873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz-wo Sze resolved HDDS-12873. --- Fix Version/s: 2.1.0 Resolution: Fixed The pull request was merged. > Improve ContainerData s

[jira] [Created] (HDDS-13252) Use deleteRange API to move keys from AOS to snapshots on Snapshot create

2025-06-12 Thread Saketa Chalamchala (Jira)
Saketa Chalamchala created HDDS-13252: - Summary: Use deleteRange API to move keys from AOS to snapshots on Snapshot create Key: HDDS-13252 URL: https://issues.apache.org/jira/browse/HDDS-13252 Pro

[jira] [Updated] (HDDS-8203) [Snapshot] Allow Garbage collection have separate output log files

2025-06-12 Thread Saketa Chalamchala (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saketa Chalamchala updated HDDS-8203: - Description: Update: Changed the scope to capture all garbage collection logs (Active Obje

[jira] [Updated] (HDDS-8203) [Snapshot] Allow Garbage collection have separate output log files

2025-06-12 Thread Saketa Chalamchala (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saketa Chalamchala updated HDDS-8203: - Priority: Major (was: Critical) > [Snapshot] Allow Garbage collection have separate outpu

[jira] [Commented] (HDDS-8203) [Snapshot] Allow Garbage collection have separate output log files

2025-06-12 Thread Saketa Chalamchala (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966288#comment-17966288 ] Saketa Chalamchala commented on HDDS-8203: -- Changed the scope to have separate lo

Re: [PR] HDDS-13035. SnapshotDeletingService should hold write locks while purging deleted snapshots [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8554: URL: https://github.com/apache/ozone/pull/8554#discussion_r2143428349 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java: ## @@ -173,12 +154,19 @@ public BackgroundTaskResult call(

Re: [PR] HDDS-11513. All deletion configurations should be configurable without restart [ozone]

2025-06-12 Thread via GitHub
aryangupta1998 commented on code in PR #8003: URL: https://github.com/apache/ozone/pull/8003#discussion_r2143708735 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/BlockDeletingService.java: ## @@ -94,12 +102,41 @@ public BlockDeletin

[jira] [Created] (HDDS-13254) Support key only iterator

2025-06-12 Thread Tsz-wo Sze (Jira)
Tsz-wo Sze created HDDS-13254: - Summary: Support key only iterator Key: HDDS-13254 URL: https://issues.apache.org/jira/browse/HDDS-13254 Project: Apache Ozone Issue Type: Improvement Co

Re: [PR] HDDS-8742. Quota repair counts of namespace and space usages [ozone]

2025-06-12 Thread via GitHub
szetszwo commented on code in PR #4817: URL: https://github.com/apache/ozone/pull/4817#discussion_r2143722086 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/QuotaRepairTask.java: ## @@ -0,0 +1,326 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] HDDS-13035. SnapshotDeletingService should hold write locks while purging deleted snapshots [ozone]

2025-06-12 Thread via GitHub
swamirishi commented on code in PR #8554: URL: https://github.com/apache/ozone/pull/8554#discussion_r2143714304 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java: ## @@ -173,12 +154,19 @@ public BackgroundTaskResult call(

[jira] [Updated] (HDDS-13254) Support key only table iterator

2025-06-12 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz-wo Sze updated HDDS-13254: -- Summary: Support key only table iterator (was: Support key only iterator) > Support key only table ite

[jira] [Updated] (HDDS-13246) Change to in hadoop-hdds

2025-06-12 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz-wo Sze updated HDDS-13246: -- Summary: Change to in hadoop-hdds (was: Change to ) > Change to in hadoop-hdds > ---

[jira] [Created] (HDDS-13255) Change to in hadoop-ozone

2025-06-12 Thread Tsz-wo Sze (Jira)
Tsz-wo Sze created HDDS-13255: - Summary: Change to in hadoop-ozone Key: HDDS-13255 URL: https://issues.apache.org/jira/browse/HDDS-13255 Project: Apache Ozone Issue Type: Improvement

[jira] [Updated] (HDDS-13255) Change to in hadoop-ozone

2025-06-12 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz-wo Sze updated HDDS-13255: -- Component/s: db > Change to in hadoop-ozone > ---

Re: [PR] HDDS-13181. Added metrics for internal Snapshot Operations. [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on PR #8606: URL: https://github.com/apache/ozone/pull/8606#issuecomment-2968317945 As we discussed offline, SnapshotMoveDeletedKeys is deprecated and never used. We should add a deprecate annotation for it. -- This is an automated message from the Apache Git Serv

Re: [PR] HDDS-10490. Intermittent NPE in TestSnapshotDiffManager#testLoadJobsOnStartUp [ozone]

2025-06-12 Thread via GitHub
jojochuang merged PR #8596: URL: https://github.com/apache/ozone/pull/8596 -- 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-10490. Intermittent NPE in TestSnapshotDiffManager#testLoadJobsOnStartUp [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on PR #8596: URL: https://github.com/apache/ozone/pull/8596#issuecomment-2968332538 Merged. Thanks @chungen0126 @adoroszlai -- 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

[jira] [Resolved] (HDDS-10490) Intermittent NPE in TestSnapshotDiffManager#testLoadJobsOnStartUp

2025-06-12 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDDS-10490. Fix Version/s: 2.1.0 Resolution: Fixed > Intermittent NPE in TestSnapshotDiffManager

Re: [PR] HDDS-13036. Bucket Quota should be updated while purging keys and directories instead of delete keys & delete directory [ozone]

2025-06-12 Thread via GitHub
jojochuang commented on code in PR #8587: URL: https://github.com/apache/ozone/pull/8587#discussion_r2143776985 ## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/DeletingServiceMetrics.java: ## @@ -160,6 +166,18 @@ public void incrNumRenameEntriesPurged(long

Re: [PR] HDDS-13152. Remove doc version 1.0 - 1.4.0. [ozone-site]

2025-06-12 Thread via GitHub
jojochuang merged PR #146: URL: https://github.com/apache/ozone-site/pull/146 -- 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.a

[jira] [Resolved] (HDDS-13152) Remove doc version 1.0 - 1.4.0

2025-06-12 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-13152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDDS-13152. Resolution: Fixed > Remove doc version 1.0 - 1.4.0 > -- > >

Re: [PR] HDDS-13152. Remove doc version 1.0 - 1.4.0. [ozone-site]

2025-06-12 Thread via GitHub
jojochuang commented on PR #146: URL: https://github.com/apache/ozone-site/pull/146#issuecomment-2968375289 Merged. Thanks @adoroszlai -- 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 specifi

Re: [PR] HDDS-13176. containerIds table value format change to proto from string [ozone]

2025-06-12 Thread via GitHub
errose28 commented on code in PR #8589: URL: https://github.com/apache/ozone/pull/8589#discussion_r2143816056 ## hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/upgrade/HDDSLayoutFeature.java: ## @@ -41,7 +41,8 @@ public enum HDDSLayoutFeature implements LayoutFeature {

  1   2   >