[jira] [Commented] (HDDS-10542) Replace remaining GSON usage with Jackson

2024-04-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842551#comment-17842551 ] Attila Doroszlai commented on HDDS-10542: - Moved {{EventQueue}} to HDDS-10782. > Replace

[jira] [Updated] (HDDS-10542) Replace remaining GSON usage with Jackson

2024-04-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-10542: Description: Replace any GSON usage with Jackson after other, more specific subtasks.

[jira] [Created] (HDDS-10782) Replace GSON with Jackson in EventQueue

2024-04-30 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-10782: --- Summary: Replace GSON with Jackson in EventQueue Key: HDDS-10782 URL: https://issues.apache.org/jira/browse/HDDS-10782 Project: Apache Ozone Issue

[jira] [Updated] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-10781: Target Version/s: 1.5.0, 1.4.1 > [hsync] BasicOzoneClientAdapterImpl#isFileClosed using

[jira] [Updated] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-10781: Affects Version/s: 1.4.0 > [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath

Re: [PR] [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS [ozone]

2024-04-30 Thread via GitHub
adoroszlai commented on PR #6614: URL: https://github.com/apache/ozone/pull/6614#issuecomment-2087979271 Thanks @chungen0126 for the fix. Why is this targeted at feature branch `HDDS-7593`? `isFileClosed` is already on `master`, it was added for HDDS-8436. It should be fixed on

[jira] [Comment Edited] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842519#comment-17842519 ] Duong edited comment on HDDS-10780 at 5/1/24 2:28 AM: -- In my case, the datanode ID

[jira] [Commented] (HDDS-10671) Wrong size of response data in om-echo.

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842527#comment-17842527 ] Duong commented on HDDS-10671: -- The PR is merged.  > Wrong size of response data in om-echo. >

[jira] [Resolved] (HDDS-10671) Wrong size of response data in om-echo.

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duong resolved HDDS-10671. -- Resolution: Implemented > Wrong size of response data in om-echo. > --- >

[jira] [Comment Edited] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842519#comment-17842519 ] Duong edited comment on HDDS-10780 at 4/30/24 11:53 PM: In my case, the datanode

[jira] [Commented] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842519#comment-17842519 ] Duong commented on HDDS-10780: -- In my case, the datanode ID seems to be removed from the

[PR] [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS [ozone]

2024-04-30 Thread via GitHub
chungen0126 opened a new pull request, #6614: URL: https://github.com/apache/ozone/pull/6614 ## What changes were proposed in this pull request? In BasicOzoneClientAdapterImpl#isFileClosed we use OFSPath to check if the path was a key, but it Utility class for OFS not O3FS. That is

[jira] [Resolved] (HDDS-10649) [LeaseRecovery] Auto Lease recovery failed when Hard limit is expired.

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDDS-10649. Fix Version/s: HDDS-7593 Resolution: Fixed > [LeaseRecovery] Auto Lease recovery

Re: [PR] HDDS-10649. Handle auto hsync commit key having directories. [ozone]

2024-04-30 Thread via GitHub
jojochuang merged PR #6530: URL: https://github.com/apache/ozone/pull/6530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Chung En Lee (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chung En Lee updated HDDS-10781: Description: In BasicOzoneClientAdapterImpl#isFileClosed we use OFSPath to check if the path was

[jira] [Updated] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HDDS-10781: --- Parent: HDDS-7593 Issue Type: Sub-task (was: Bug) > [hsync]

[jira] [Commented] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842496#comment-17842496 ] Wei-Chiu Chuang commented on HDDS-10781: Good catch. Moved it to a subtask under HDDS-7593. >

[jira] [Updated] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Chung En Lee (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chung En Lee updated HDDS-10781: Affects Version/s: (was: HDDS-7593) > [hsync] BasicOzoneClientAdapterImpl#isFileClosed using

[jira] [Created] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Chung En Lee (Jira)
Chung En Lee created HDDS-10781: --- Summary: [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS Key: HDDS-10781 URL:

[jira] [Assigned] (HDDS-10781) [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath which is an Utility class for OFS not O3FS

2024-04-30 Thread Chung En Lee (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chung En Lee reassigned HDDS-10781: --- Assignee: Chung En Lee > [hsync] BasicOzoneClientAdapterImpl#isFileClosed using OFSPath

Re: [PR] HDDS-10527. KeyOverwrite with optimistic locking [ozone]

2024-04-30 Thread via GitHub
sodonnel commented on PR #6385: URL: https://github.com/apache/ozone/pull/6385#issuecomment-2086655224 @errose28 @kerneltime I have updated this PR to match what we discussed in the design doc PR. The only things in the design doc that are not included here are: 1. Using the

Re: [PR] Add FSO repair tool to ozone CLI in read-only and repair modes [ozone]

2024-04-30 Thread via GitHub
errose28 commented on code in PR #6608: URL: https://github.com/apache/ozone/pull/6608#discussion_r1585339858 ## hadoop-ozone/tools/pom.xml: ## @@ -121,6 +121,53 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd;> 2048 + +

[jira] [Assigned] (HDDS-7860) Add hsync and lease recovery Documentation

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HDDS-7860: - Assignee: Wei-Chiu Chuang > Add hsync and lease recovery Documentation >

Re: [PR] HDDS-9889. Refactor tests related to dynamical adaptation for datanode limits in ContainerBalancer [ozone]

2024-04-30 Thread via GitHub
adoroszlai commented on PR #5758: URL: https://github.com/apache/ozone/pull/5758#issuecomment-2086396130 > Empty commit is disabled `git commit --allow-empty` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duong updated HDDS-10780: - Description: NPE happens during watchForCommit. In updateCommitInfosMap, when there's a new Datanode ID appears

[jira] [Updated] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duong updated HDDS-10780: - Description: NPE happens during watchForCommit. In updateCommitInfosMap, when there're new Datanode ID, 

[jira] [Commented] (HDDS-10700) [Hbase Ozone] Both HMaster down with "BlockOutputStream: Failed to commit BlockId"

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842468#comment-17842468 ] Wei-Chiu Chuang commented on HDDS-10700: [~ashishk] is working on a fix so will reassign the jira

[jira] [Assigned] (HDDS-10700) [Hbase Ozone] Both HMaster down with "BlockOutputStream: Failed to commit BlockId"

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HDDS-10700: -- Assignee: Ashish Kumar (was: Wei-Chiu Chuang) > [Hbase Ozone] Both HMaster down with

Re: [PR] HDDS-9889. Refactor tests related to dynamical adaptation for datanode limits in ContainerBalancer [ozone]

2024-04-30 Thread via GitHub
Montura commented on PR #5758: URL: https://github.com/apache/ozone/pull/5758#issuecomment-2086162475 > @Montura can you push an empty commit with no changes, and the commit message saying "Trigger CI"? Github is showing me: > > > Unable to re-run one or more workflows. Check if the

[jira] [Updated] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duong updated HDDS-10780: - Description: {code:java} ava.lang.NullPointerException         at

[jira] [Created] (HDDS-10780) NullPointerException in watchForCommit

2024-04-30 Thread Duong (Jira)
Duong created HDDS-10780: Summary: NullPointerException in watchForCommit Key: HDDS-10780 URL: https://issues.apache.org/jira/browse/HDDS-10780 Project: Apache Ozone Issue Type: Improvement

Re: [PR] HDDS-10772. [Ozone-Streaming] Stream write mertic is wrong [ozone]

2024-04-30 Thread via GitHub
jojochuang commented on code in PR #6610: URL: https://github.com/apache/ozone/pull/6610#discussion_r1585159285 ## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/KeyValueStreamDataChannel.java: ## @@ -212,7 +219,9 @@ void

[jira] [Commented] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842438#comment-17842438 ] Wei-Chiu Chuang commented on HDDS-10772: Hi, if I understand it correctly, you mean when closing

Re: [PR] HDDS-10527. KeyOverwrite with optimistic locking [ozone]

2024-04-30 Thread via GitHub
sodonnel commented on code in PR #6385: URL: https://github.com/apache/ozone/pull/6385#discussion_r1585167879 ## hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneBucket.java: ## @@ -469,6 +469,30 @@ public OzoneOutputStream createKey(String key, long size,

[jira] [Updated] (HDDS-10338) Implement a Client Datanode API to stream a block

2024-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-10338: -- Labels: pull-request-available (was: ) > Implement a Client Datanode API to stream a block >

[PR] HDDS-10338. Implement a Client Datanode API to stream a block [ozone]

2024-04-30 Thread via GitHub
chungen0126 opened a new pull request, #6613: URL: https://github.com/apache/ozone/pull/6613 ## What changes were proposed in this pull request? To reduce round trips between the Client and Datanode for reading a block, we nee a new API to read. ``` Client -> block(offset,

[jira] [Comment Edited] (HDDS-10754) [hsync] lease recovery contract test class not substantiated

2024-04-30 Thread Chung En Lee (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842400#comment-17842400 ] Chung En Lee edited comment on HDDS-10754 at 4/30/24 2:18 PM: -- I added lease

[jira] [Commented] (HDDS-10754) [hsync] lease recovery contract test class not substantiated

2024-04-30 Thread Chung En Lee (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842400#comment-17842400 ] Chung En Lee commented on HDDS-10754: - I added lease recovery test to Ozone contract, but it failed.

Re: [PR] HDDS-9889. Refactor tests related to dynamical adaptation for datanode limits in ContainerBalancer [ozone]

2024-04-30 Thread via GitHub
siddhantsangwan commented on PR #5758: URL: https://github.com/apache/ozone/pull/5758#issuecomment-2085300605 @Montura can you push an empty commit with no changes, and the commit message saying "Trigger CI"? Github is showing me: > Unable to re-run one or more workflows. Check if

Re: [PR] HDDS-10464. Add integration tests for fail-early [ozone]

2024-04-30 Thread via GitHub
siddhantsangwan commented on code in PR #6555: URL: https://github.com/apache/ozone/pull/6555#discussion_r1584596854 ## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/node/TestDecommissionAndMaintenance.java: ## @@ -310,6 +310,77 @@ public void

[PR] HDDS-10779. The create pipeline command supports the specified node [ozone]

2024-04-30 Thread via GitHub
guohao-rosicky opened a new pull request, #6612: URL: https://github.com/apache/ozone/pull/6612 ## What changes were proposed in this pull request? The create pipeline command supports the specified node ## What is the link to the Apache JIRA

[jira] [Updated] (HDDS-10779) The create pipeline command supports the specified node

2024-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-10779: -- Labels: pull-request-available (was: ) > The create pipeline command supports the specified

[jira] [Updated] (HDDS-8784) Move RocksDB compaction out of disk checker

2024-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-8784: - Labels: pull-request-available (was: ) > Move RocksDB compaction out of disk checker >

[PR] HDDS-8784. trigger compaction outside of volume check. [ozone]

2024-04-30 Thread via GitHub
guohao-rosicky opened a new pull request, #6611: URL: https://github.com/apache/ozone/pull/6611 ## What changes were proposed in this pull request? Currently RocksDB compaction is triggered for schema v3 RocksDBs (one DB per volume) as part of the volume check. Periodic manual

[jira] [Updated] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-10772: -- Labels: pull-request-available (was: ) > Stream write mertic is wrong >

[PR] HDDS-10772. [Ozone-Streaming] Stream write mertic is wrong [ozone]

2024-04-30 Thread via GitHub
guohao-rosicky opened a new pull request, #6610: URL: https://github.com/apache/ozone/pull/6610 ## What changes were proposed in this pull request? Not every channel write generated io, but only added to the Buffers object, and in the close channel will be in the Buffers object has

[jira] [Updated] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10772: -- Description: Not every channel write generated io, but only added to the Buffers object, and in the close

[jira] [Assigned] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao reassigned HDDS-10772: - Assignee: GuoHao > Stream write mertic is wrong > > > Key:

[jira] [Updated] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10772: -- Description:   Current: !image-2024-04-30-18-26-36-171.png!   Fix:               > Stream write

[jira] [Updated] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10772: -- Attachment: image-2024-04-30-18-26-36-171.png > Stream write mertic is wrong > >

[jira] [Updated] (HDDS-10777) S3 gateway error when parsing xml in concurrent execution

2024-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-10777: -- Labels: pull-request-available (was: ) > S3 gateway error when parsing xml in concurrent

[PR] HDDS-10777. S3 gateway error when parsing xml in concurrent execution [ozone]

2024-04-30 Thread via GitHub
guohao-rosicky opened a new pull request, #6609: URL: https://github.com/apache/ozone/pull/6609 ## What changes were proposed in this pull request? An exception occurs occasionally when the business uses s3 gateway to perform Complete Multipart Upload or Delete Objects. It was

[jira] [Assigned] (HDDS-10778) Separate certificate codec from in memory and persisted storage

2024-04-30 Thread Jira
[ https://issues.apache.org/jira/browse/HDDS-10778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szabolcs Gál reassigned HDDS-10778: --- Assignee: Szabolcs Gál > Separate certificate codec from in memory and persisted storage >

Re: [PR] HDDS-5570. security/SecuringOzoneHTTP.md translation [ozone]

2024-04-30 Thread via GitHub
will-sh commented on PR #6584: URL: https://github.com/apache/ozone/pull/6584#issuecomment-2084849715 Thanks for review @ChenSammi -- 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-5571. tools/Admin.md translation [ozone]

2024-04-30 Thread via GitHub
will-sh commented on PR #6586: URL: https://github.com/apache/ozone/pull/6586#issuecomment-2084848336 Thanks for review @ChenSammi. -- 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

[jira] [Created] (HDDS-10779) The create pipeline command supports the specified node

2024-04-30 Thread GuoHao (Jira)
GuoHao created HDDS-10779: - Summary: The create pipeline command supports the specified node Key: HDDS-10779 URL: https://issues.apache.org/jira/browse/HDDS-10779 Project: Apache Ozone Issue Type:

[jira] [Resolved] (HDDS-10709) Intermittent failure in TestContainerBalancerOperations

2024-04-30 Thread Siddhant Sangwan (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddhant Sangwan resolved HDDS-10709. - Fix Version/s: 1.5.0 Target Version/s: 1.5.0 Resolution: Fixed >

Re: [PR] HDDS-10709. Intermittent failure in TestContainerBalancerOperations [ozone]

2024-04-30 Thread via GitHub
siddhantsangwan merged PR #6582: URL: https://github.com/apache/ozone/pull/6582 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Created] (HDDS-10778) Separate certificate codec from in memory and persisted storage

2024-04-30 Thread Jira
Szabolcs Gál created HDDS-10778: --- Summary: Separate certificate codec from in memory and persisted storage Key: HDDS-10778 URL: https://issues.apache.org/jira/browse/HDDS-10778 Project: Apache Ozone

[jira] [Assigned] (HDDS-8784) Move RocksDB compaction out of disk checker

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-8784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao reassigned HDDS-8784: Assignee: GuoHao > Move RocksDB compaction out of disk checker >

Re: [PR] HDDS-10608. Recon can't get full key when using Recon API. [ozone]

2024-04-30 Thread via GitHub
sumitagrawl commented on code in PR #6492: URL: https://github.com/apache/ozone/pull/6492#discussion_r1584276957 ## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconUtils.java: ## @@ -246,25 +254,83 @@ public void untarCheckpointFile(File tarFile, Path

Re: [PR] HDDS-10707. Merge recent commits to HDDS-5713 (Disk Balancer Feature Branch). [ozone]

2024-04-30 Thread via GitHub
sadanand48 commented on PR #6550: URL: https://github.com/apache/ozone/pull/6550#issuecomment-2084601078 Thanks @symious , I did the same, HDDS-5713 branch is updated now with commits from master. Closing this -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] HDDS-10707. Merge recent commits to HDDS-5713 (Disk Balancer Feature Branch). [ozone]

2024-04-30 Thread via GitHub
sadanand48 closed pull request #6550: HDDS-10707. Merge recent commits to HDDS-5713 (Disk Balancer Feature Branch). URL: https://github.com/apache/ozone/pull/6550 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (HDDS-10772) Stream write mertic is wrong

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10772: -- Parent: HDDS-8691 Issue Type: Sub-task (was: Bug) > Stream write mertic is wrong >

Re: [PR] Add FSO repair tool to ozone CLI in read-only and repair modes [ozone]

2024-04-30 Thread via GitHub
adoroszlai commented on code in PR #6608: URL: https://github.com/apache/ozone/pull/6608#discussion_r1584196019 ## hadoop-ozone/tools/pom.xml: ## @@ -121,6 +121,53 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd;> 2048 + +

Re: [PR] Add FSO repair tool to ozone CLI in read-only and repair modes [ozone]

2024-04-30 Thread via GitHub
adoroszlai commented on code in PR #6608: URL: https://github.com/apache/ozone/pull/6608#discussion_r1584205604 ## hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/FSORepairCLI.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] HDDS-10649. Handle auto hsync commit key having directories. [ozone]

2024-04-30 Thread via GitHub
ChenSammi commented on code in PR #6530: URL: https://github.com/apache/ozone/pull/6530#discussion_r1584245787 ## hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestOpenKeyCleanupService.java: ## @@ -257,7 +257,51 @@ public void

[jira] [Updated] (HDDS-10777) S3 gateway error when parsing xml in concurrent execution

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10777: -- Description: An exception occurs occasionally when the business uses s3 gateway to perform Complete Multipart

[jira] [Updated] (HDDS-10777) S3 gateway error when parsing xml in concurrent execution

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10777: -- Summary: S3 gateway error when parsing xml in concurrent execution (was: Error parsing xml in concurrent

[jira] [Updated] (HDDS-10777) S3 gateway error when parsing xml in concurrent execution

2024-04-30 Thread GuoHao (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GuoHao updated HDDS-10777: -- Description: Error parsing xml in concurrent execution Complete Multipart Upload or Delete Objects   This

[jira] [Resolved] (HDDS-10409) Decommissioning of datanodes - Duplicate ozone nodes display as dead in Ozone Recon

2024-04-30 Thread Sumit Agrawal (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Agrawal resolved HDDS-10409. -- Fix Version/s: 1.5.0 Resolution: Fixed > Decommissioning of datanodes - Duplicate

Re: [PR] HDDS-10409. Decommissioning of datanodes - Duplicate ozone nodes display as dead in Ozone Recon. [ozone]

2024-04-30 Thread via GitHub
sumitagrawl merged PR #6360: URL: https://github.com/apache/ozone/pull/6360 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (HDDS-5571) tools/Admin.md translation

2024-04-30 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen resolved HDDS-5571. -- Fix Version/s: 1.5.0 Resolution: Fixed > tools/Admin.md translation > --

[jira] [Commented] (HDDS-5571) tools/Admin.md translation

2024-04-30 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842251#comment-17842251 ] Sammi Chen commented on HDDS-5571: -- Thanks [~wxiao] for the contribution. > tools/Admin.md translation

Re: [PR] HDDS-5571. tools/Admin.md translation [ozone]

2024-04-30 Thread via GitHub
ChenSammi merged PR #6586: URL: https://github.com/apache/ozone/pull/6586 -- 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: