Fix sync save cache to remove symlinks before copying block_log
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Fix sync save cache to remove symlinks before copying block_log
Dan Notestein
requested to merge
fix/sync-save-cache-symlinks
into
develop
Jan 03, 2026
Overview
0
Commits
1
Pipelines
1
Changes
1
Summary
Remove existing symlinks in datadir/blockchain before copying block_log files
The datadir extracted from HAF cache may contain symlinks pointing to read-only locations, causing cp to fail
Testing
Fixes sync job failures in reputation_tracker and balance_tracker MRs
Merge request reports
Loading