devmadhuu commented on code in PR #10825:
URL: https://github.com/apache/ozone/pull/10825#discussion_r3629479622
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3552,6 +3552,17 @@
Whether to enable topology aware read to improve the read performance.
</description>
</property>
+ <property>
+ <name>ozone.recon.task.rebuild.enabled</name>
Review Comment:
We discussed not to include any config because this config will require
restart and then again restart after making it false. Whenever we plan to
expose all individual OM tasks for `reinit` through Recon UI, there can be a
simple warning popup about its impact and data affected by that task shown over
UI. Also there some data on UI shown are built by 2 or more tasks, so
triggering reinit of just one task will impact data freshness and correctness
and may need to trigger other dependent task also. E.g : `OmTableInsightTask,
NSSummaryTask`.
--
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]