Re: [PR] HDDS-14293. [Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-14 Thread via GitHub


jojochuang merged PR #217:
URL: https://github.com/apache/ozone-site/pull/217


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293. [Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-14 Thread via GitHub


jojochuang commented on PR #217:
URL: https://github.com/apache/ozone-site/pull/217#issuecomment-3751091435

   Merged. Thanks @vyalamar 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293. [Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-14 Thread via GitHub


jojochuang commented on PR #217:
URL: https://github.com/apache/ozone-site/pull/217#issuecomment-3751074904

   There are a few remaining minor issues but I'll go ahead merge it for now. 
Will raise another jira to follow up.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293.[Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-12 Thread via GitHub


jojochuang commented on code in PR #217:
URL: https://github.com/apache/ozone-site/pull/217#discussion_r2684879682


##
docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md:
##
@@ -0,0 +1,185 @@
+---
+sidebar_label: Dynamic Property Reload
+---
+
+# Dynamic Property Reload
+
+Ozone supports dynamic reloading of certain configuration properties without 
restarting services. This enables operators to tune cluster behavior, adjust 
limits, and update settings in production without service disruption.
+
+## Overview
+
+When a property is marked as reconfigurable, you can:
+
+1. Modify the property value in the configuration file (`ozone-site.xml`)
+2. Invoke the reconfig command to apply the changes to the running service
+
+The reconfiguration is performed asynchronously, and you can check the status 
to verify completion.
+
+## Command Reference
+
+```shell
+ozone admin reconfig --service=[OM|SCM|DATANODE] --address= 

+```
+
+### Options
+
+| Option | Description 
  |
+| -- | 
- |
+| `--service`| The service type: `OM`, `SCM`, or `DATANODE`
  |
+| `--address`| RPC address of the target server (e.g., 
`hadoop1:9862`)   |

Review Comment:
   ```suggestion
   | `--address` | RPC address of the target server (e.g., `hadoop1:9862` or 
`192.168.1.10:9862`). Required unless `--in-service-datanodes` is specified. 
|```



##
docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md:
##
@@ -0,0 +1,185 @@
+---
+sidebar_label: Dynamic Property Reload
+---
+
+# Dynamic Property Reload
+
+Ozone supports dynamic reloading of certain configuration properties without 
restarting services. This enables operators to tune cluster behavior, adjust 
limits, and update settings in production without service disruption.
+
+## Overview
+
+When a property is marked as reconfigurable, you can:
+
+1. Modify the property value in the configuration file (`ozone-site.xml`)
+2. Invoke the reconfig command to apply the changes to the running service
+
+The reconfiguration is performed asynchronously, and you can check the status 
to verify completion.
+
+## Command Reference
+
+```shell
+ozone admin reconfig --service=[OM|SCM|DATANODE] --address= 


Review Comment:
   ```suggestion
   ozone admin reconfig --service=[OM|SCM|DATANODE] 
--address= ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293.[Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-08 Thread via GitHub


vyalamar commented on PR #217:
URL: https://github.com/apache/ozone-site/pull/217#issuecomment-3725977602

   Please assign me
   
   On Thu, Jan 8, 2026 at 1:37 PM Wei-Chiu Chuang ***@***.***>
   wrote:
   
   > *jojochuang* left a comment (apache/ozone-site#217)
   > 
   >
   > pending for apache/ozone#9582 
   >
   > —
   > Reply to this email directly, view it on GitHub
   > ,
   > or unsubscribe
   > 

   > .
   > You are receiving this because you were mentioned.Message ID:
   > ***@***.***>
   >
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293.[Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-08 Thread via GitHub


jojochuang commented on PR #217:
URL: https://github.com/apache/ozone-site/pull/217#issuecomment-3725945339

   pending for https://github.com/apache/ozone/pull/9582


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] HDDS-14293.[Website v2] [Docs] Add Dynamic Property Reload documentation to Administrator Guide [ozone-site]

2026-01-08 Thread via GitHub


jojochuang commented on PR #217:
URL: https://github.com/apache/ozone-site/pull/217#issuecomment-3725936428

   @vyalamar do you have an Apache jira id? I'd like to assigne the jira to 
you. If not, please create one at https://selfserve.apache.org/jira-account.html


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]