Re: [PR] HDDS-11419. Fix waitForCheckpointDirectoryExist log message [ozone]

2024-09-13 Thread via GitHub
chungen0126 commented on PR #7199: URL: https://github.com/apache/ozone/pull/7199#issuecomment-2350826643 +1 LGTM thanks @devabhishekpal for the fix. -- 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-11268. [CLI] Improve CLI Display OM/SCM Roles. [ozone]

2024-09-13 Thread via GitHub
slfan1989 commented on code in PR #7016: URL: https://github.com/apache/ozone/pull/7016#discussion_r1759660371 ## hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/protocolPB/StorageContainerLocationProtocolClientSideTranslatorPB.java: ## @@ -760,8 +767,26 @@ public

Re: [PR] HDDS-11196. Improve SCM WebUI Display. [ozone]

2024-09-13 Thread via GitHub
slfan1989 commented on code in PR #6960: URL: https://github.com/apache/ozone/pull/6960#discussion_r1759659553 ## hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html: ## @@ -153,6 +155,35 @@ Meta-Data Volume Information +SCM Roles (HA) +{{$ctrl.over

Re: [PR] HDDS-10479. Add ozone admin ratis local raftMetaConf [ozone]

2024-09-13 Thread via GitHub
szetszwo commented on PR #7170: URL: https://github.com/apache/ozone/pull/7170#issuecomment-2350816545 For the `local raftMetaConf` command, we don't have to wait for RATIS-2155 since it is a "local" command which does not require TLS. -- This is an automated message from the Apache Git S

[jira] [Updated] (HDDS-11408) Snapshot rename table entries are propogated incorrectly on snapshot deletes

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-11408: -- Labels: pull-request-available (was: ) > Snapshot rename table entries are propogated incorrec

[jira] [Resolved] (HDDS-11395) Values for Key and Path are swapped for Open Keys response

2024-09-13 Thread Abhishek Pal (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Pal resolved HDDS-11395. - Resolution: Not A Bug > Values for Key and Path are swapped for Open Keys response >

[jira] [Updated] (HDDS-11419) Error message if checkpoint directory was not existed

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-11419: -- Labels: good-first-issue newbie pull-request-available (was: good-first-issue newbie) > Error

[PR] HDDS-11419. Fix waitForCheckpointDirectoryExist log message [ozone]

2024-09-13 Thread via GitHub
devabhishekpal opened a new pull request, #7199: URL: https://github.com/apache/ozone/pull/7199 ## What changes were proposed in this pull request? Currently the waitForCheckpointDirectoryExist helper method prints the log message in reversed order. Please describe your PR in d

Re: [PR] HDDS-11432. Create ozone repair ldb put command for om.db [ozone]

2024-09-13 Thread via GitHub
errose28 commented on PR #7177: URL: https://github.com/apache/ozone/pull/7177#issuecomment-2349719644 > Related to existing repair, like update TransactionInfo table as repair is risky, can cause data loss if correct value is not provided. Considering this, repair is mostly a risky operati

Re: [PR] HDDS-11371. Handle cases where OM does not have getServerDefaults() implemented. [ozone]

2024-09-13 Thread via GitHub
SaketaChalamchala commented on code in PR #7130: URL: https://github.com/apache/ozone/pull/7130#discussion_r1759249152 ## hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java: ## @@ -2590,17 +2590,27 @@ public OzoneFsServerDefaults getServerDefault

[PR] HDDS-11442. Add dashboard for memory consumption metrics [ozone]

2024-09-13 Thread via GitHub
len548 opened a new pull request, #7198: URL: https://github.com/apache/ozone/pull/7198 ## What changes were proposed in this pull request? Added `Ozone - Memory Consumption Metrics.json` to measure memory consumption for the services: OM, SCM, DN and Recon. The following metrics are tra

[jira] [Updated] (HDDS-11442) Dashboard for memory consumption metrics

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-11442: -- Labels: pull-request-available (was: ) > Dashboard for memory consumption metrics > --

[PR] Bump express from 4.19.2 to 4.21.0 in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web [ozone]

2024-09-13 Thread via GitHub
dependabot[bot] opened a new pull request, #7197: URL: https://github.com/apache/ozone/pull/7197 Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from https://github.com/expressjs/express/releases";>express's releases. 4.21.0

[jira] [Updated] (HDDS-11456) Require successful dependency/licence checks for acceptance/compile/kubernetes

2024-09-13 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-11456: Fix Version/s: 1.5.0 Resolution: Implemented Status: Resolved (was: Patch

Re: [PR] HDDS-11456. Require successful dependency/licence checks for acceptance/compile/kubernetes [ozone]

2024-09-13 Thread via GitHub
adoroszlai commented on PR #7192: URL: https://github.com/apache/ozone/pull/7192#issuecomment-2349100819 Thanks @kerneltime 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 spe

Re: [PR] HDDS-11456. Require successful dependency/licence checks for acceptance/compile/kubernetes [ozone]

2024-09-13 Thread via GitHub
adoroszlai merged PR #7192: URL: https://github.com/apache/ozone/pull/7192 -- 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-11453. OmSnapshotPurge should be in a different ozone manager double buffer batch [ozone]

2024-09-13 Thread via GitHub
swamirishi commented on PR #7188: URL: https://github.com/apache/ozone/pull/7188#issuecomment-2348871920 Thank you for reviewing the PR @szetszwo @prashantpogde @aswinshakil @adoroszlai @hemantk-12 -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] HDDS-11453. OmSnapshotPurge should be in a different ozone manager double buffer batch [ozone]

2024-09-13 Thread via GitHub
swamirishi merged PR #7188: URL: https://github.com/apache/ozone/pull/7188 -- 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] [Updated] (HDDS-11458) Selective checks: trigger checkstyle for properties file changes

2024-09-13 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-11458: Status: Patch Available (was: In Progress) > Selective checks: trigger checkstyle for prop

[jira] [Updated] (HDDS-11457) Internal error on S3 CompleteMultipartUpload if parts are not specified

2024-09-13 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-11457: Status: Patch Available (was: In Progress) > Internal error on S3 CompleteMultipartUpload

[jira] [Updated] (HDDS-11458) Selective checks: trigger checkstyle for properties file changes

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-11458: -- Labels: pull-request-available (was: ) > Selective checks: trigger checkstyle for properties f

[PR] HDDS-11458. Selective checks: trigger checkstyle for properties file changes [ozone]

2024-09-13 Thread via GitHub
adoroszlai opened a new pull request, #7196: URL: https://github.com/apache/ozone/pull/7196 ## What changes were proposed in this pull request? Checkstyle applies some of its checks to properties files in `src/.../resources` directory. However, checkstyle is run for PRs only if some

[jira] [Updated] (HDDS-11457) Internal error on S3 CompleteMultipartUpload if parts are not specified

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-11457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-11457: -- Labels: pull-request-available (was: ) > Internal error on S3 CompleteMultipartUpload if parts

[PR] HDDS-11457. Internal error on S3 CompleteMultipartUpload if parts are not specified [ozone]

2024-09-13 Thread via GitHub
adoroszlai opened a new pull request, #7195: URL: https://github.com/apache/ozone/pull/7195 ## What changes were proposed in this pull request? When submitting `CompleteMultipartUpload` request without parts, `CompleteMultipartUploadRequestUnmarshaller` encounters `SAXParseException`,

[jira] [Created] (HDDS-11458) Selective checks: trigger checkstyle for properties file changes

2024-09-13 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-11458: --- Summary: Selective checks: trigger checkstyle for properties file changes Key: HDDS-11458 URL: https://issues.apache.org/jira/browse/HDDS-11458 Project: Apache

Re: [PR] HDDS-11404. Make RocksDB all parameters configurable. [ozone]

2024-09-13 Thread via GitHub
weimingdiit commented on PR #7150: URL: https://github.com/apache/ozone/pull/7150#issuecomment-2348231544 > > Do we have mechanism to control service specific usecase, like if OM, SCM and DN have different configuration, like WAL manual flush may need disable only for OM ? > > Probab

[jira] [Resolved] (HDDS-10984) Tool to restore SCM certificates from RocksDB.

2024-09-13 Thread Sadanand Shenoy (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sadanand Shenoy resolved HDDS-10984. Fix Version/s: 1.5.0 Resolution: Fixed > Tool to restore SCM certificates from Rocks