SOLO-3088
FileContentMismatchSoloError — Component
FileContentMismatchSoloError
| Code | SOLO-3088 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when content read back from the network does not match what solo uploaded. After uploading a file (for example via the Hedera File Service), solo re-reads it and compares, so this means the round-trip verification failed — the stored content differs from what was sent, indicating the upload was incomplete or corrupted.
Troubleshooting Steps
- Retry the file upload — transient network issues can cause partial or corrupt writes
- Check solo logs for chunk append errors: tail -n 100 ~/.solo/logs/solo.log
- Verify consensus nodes are healthy: kubectl get pods -n
- Check node logs for transaction errors: kubectl logs
-n - Confirm no concurrent process modified the same Hedera file during the upload