ptlrs commented on code in PR #9189:
URL: https://github.com/apache/ozone/pull/9189#discussion_r2586170068


##########
hadoop-ozone/dist/src/shell/conf/om-audit-log4j2.properties:
##########
@@ -80,6 +80,7 @@ appender.rolling.policies.time.interval=86400
 appender.rolling.policies.size.type=SizeBasedTriggeringPolicy
 appender.rolling.policies.size.size=64MB
 appender.rolling.strategy.type=DefaultRolloverStrategy
+appender.rolling.strategy.max=2000

Review Comment:
   Discussed offline with @sumitagrawl. 
   We have a new number for the max files that will be retained per day. 
   
   Assume:
   1. Each 64MB file has ~300k operations
   2. There are 10k/s write operations
   3. Then 1 file has data for 30s
   4. Therefore 24 hours worth of operations should need ~3000 files. 



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