-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-14293. Improve Dynamic Property Reload documentation #9582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
sreejasahithi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vyalamar for working on this, left few comments
- Added ozone.readonly.administrators to OM and SCM - Added ozone.key.deleting.limit.per.task to OM - Added ozone.directory.deleting.service.interval to OM - Added ozone.thread.number.dir.deletion to OM - Added ozone.snapshot.filtering.service.interval to OM - Added hdds.datanode.block.delete.threads.max to Datanode - Added ozone.block.deleting.service.workers to Datanode - Added ozone.block.deleting.service.interval to Datanode - Added ozone.block.deleting.service.timeout to Datanode - Added hdds.datanode.replication.streams.limit to Datanode
|
@sreejasahithi Can you please check. I have addressed all your comments. |
|
@sreejasahithi Can you please look into apache/ozone-site#217 |
sreejasahithi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vyalamar for updating the patch. Left few minor comments
Could you please also add in the doc that --address must be specified if --in-service-datanodes is not given.(even though your examples do show this)
|
|
||
| ```shell | ||
| $ ozone admin reconfig --service=DATANODE --in-service-datanodes properties | ||
| Datanode: Node [hadoop1:19864] Reconfigurable properties: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be
| Datanode: Node [hadoop1:19864] Reconfigurable properties: | |
| DN: Node [hadoop1:19864] Reconfigurable properties: |
| command: | ||
| ```shell | ||
| ozone admin reconfig --service=[OM|SCM|DATANODE] --address=<ip:port> start|status|properties | ||
| ozone admin reconfig --service=[OM|SCM|DATANODE] --address=<ip:port> <operation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--address can be <ip:port> or <hostname:port>
What changes were proposed in this pull request?
This PR improves the Dynamic Property Reload (Reconfigurability) documentation:
ozone.administrators)ozone.example.configwith actual DataNode propertyhdds.datanode.block.deleting.limit.per.intervalWhat is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-14293
How was this patch tested?
This is a documentation-only change. Verified that the markdown renders correctly locally.