smjn opened a new pull request, #19432: URL: https://github.com/apache/kafka/pull/19432
* We wish to track the time of creation of the `ShareSnapshot` records so that automated jobs could force their creation if a share partition has gone cold (no updates for a specified time interval). * To accomplish this, we have added 2 new fields `CreateTimestamp` and `WriteTimestamp` in the `ShareSnapshot` record. * The former tracks snapshot creation due to regular RPC calls while the latter will track snapshots created by periodic jobs. * In this PR we have made the requisite changes. * This is a first of a series of PRs to create the automated jobs and associated scaffolding. * Existing tests have been updated to take time into account. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org