fmorg-git commented on code in PR #9468:
URL: https://github.com/apache/ozone/pull/9468#discussion_r2666774028


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -4858,4 +4858,25 @@
     <value>5m</value>
     <description>Interval for cleaning up orphan snapshot local data versions 
corresponding to snapshots</description>
   </property>
+
+  <property>
+    <name>ozone.om.revoked.sts.token.cleanup.service.interval</name>

Review Comment:
   updated



##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -4858,4 +4858,25 @@
     <value>5m</value>
     <description>Interval for cleaning up orphan snapshot local data versions 
corresponding to snapshots</description>
   </property>
+
+  <property>
+    <name>ozone.om.revoked.sts.token.cleanup.service.interval</name>
+    <value>3h</value>
+    <tag>OZONE, OM, PERFORMANCE, SECURITY</tag>
+    <description>
+      A background job that periodically checks revoked STS token entries and
+      deletes ones that have existed for 12 hours. This entry controls the 
interval of this
+      cleanup check. Unit could be defined with postfix (ns,ms,s,m,h,d).
+    </description>
+  </property>
+  <property>
+    <name>ozone.om.revoked.sts.token.cleanup.service.timeout</name>

Review Comment:
   updated



-- 
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]

Reply via email to