xiaoyuyao commented on a change in pull request #2301:
URL: https://github.com/apache/ozone/pull/2301#discussion_r645043953
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -2863,4 +2863,23 @@
</description>
</property>
+
+ <property>
+ <name>ozone.service.shutdown.timeout</name>
+ <tag>OZONE, SCM, OM, DATANODE</tag>
+ <value>60s</value>
+ <description>
+ Timeout to wait for each shutdown operation to complete.
+ If a hook takes longer than this time to complete, it will be
interrupted,
+ so the service will shutdown. This allows the service shutdown
+ to recover from a blocked operation.
+ Some shutdown hooks may need more time than this, for example when DN
Review comment:
" for example when DN" seems to be incomplete.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]