Implement the toolkit for managing Migration
s.
#55661
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Migration
s.
#55661
Enhancement
We have designed the migration system for compacting log backup. Generally, every modifications over the "stabilized" storage must be done by appending a "migration".
Migrations are idempotent batch modifications (adding a compaction, delete a file, etc..) to the backup files.
You may check the protocol buffer message
Migration
for more details.Idempontence is important for migrations, as they may be executed multi times due to retry or racing.
The text was updated successfully, but these errors were encountered: