tsreaper opened a new pull request, #75: URL: https://github.com/apache/flink-table-store/pull/75
Currently we retain at least 1 snapshot when expiring. However consider the following scenario: A user writes a snapshot one day ago. Today he is reading this snapshot and meanwhile writing more records. If a new snapshot is created and the reading is not finished, the old snapshot created one day ago will be removed as it exceeds maximum retaining time. This will cause the reading to fail. We should introduce snapshot.num-retained.min to at least retain a minimum number of snapshots to avoid this problem. -- 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]
