Javier Infantino
11/04/2025, 6:51 PMState='FINISHED' (from SHOW BACKUP), does StarRocks internally validate:
• File checksums
• Metadata consistency
• Upload completeness to remote storage (MinIO/S3)
In other words: Is State='FINISHED' a guarantee that the snapshot is valid and complete, or should we run additional verification (like SHOW SNAPSHOT) after backup completes?
Context: Building automated backup pipeline and want to understand if polling SHOW BACKUP until FINISHED is sufficient validation.
Using version 3.3.19