We are trying a maintenance full on a bucket having a lot of snapshots (4000).
The maintenance operation is taking 72h, this is a real issue for us. (The underlying network and hardware is not a problem).
We are seing strange behavior in debug logs : the same Blob is being downloaded hundreds of times. A 20Mb file each time, fullly downloaded.
Can this be a bug ? Or at least a missing optimisation ?
The operation is running with : maintenance run --full --safety=none
Ok I have noticed similar behaviour with rclone and sort of solved it by adding rclone read/write cache. But I suspected that it is because of not perfect rclone/kopia integration. Based on your findings it might be more general issue.