ptlrs opened a new pull request, #9190:
URL: https://github.com/apache/ozone/pull/9190

   ## What changes were proposed in this pull request?
   This PR makes the changes so that the rollover happens at the start of the 
new date. 
   
   As per the existing policy we rollover after 86400 seconds. 
   This means that if we start our process  at 3 PM on a given day (1), the 
rollover to the next date will happen after 86400 seconds on next day (2) at 
3PM. 
   
   Due to this Day 2's logs till 3PM will be in the Day 1's log files. This is 
incorrect. 
   
   We want the rollover to happen when the next day starts so that all Day 2's 
logs are in their own separate files. 
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-13829
   
   ## How was this patch tested?
   CI: https://github.com/ptlrs/ozone/actions/runs/18735554050
   


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