Hi team! Quick question about BACKUP validation:...
# questions-and-troubleshooting
j
Hi team! Quick question about BACKUP validation: When a BACKUP job completes with
State='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